LPP RIL interface.
More...
#include <gllpp.h>
List of all members.
Detailed Description
Member Function Documentation
Called when location session is completed.
- Parameters:
-
sessionId | - LPP location session identifier |
Provide OTDOA assistance data from LPP server.
- Parameters:
-
pAssistanceData | - received assistance data. This parameter could be NULL |
endTransaction | - indicate that there are no more assistance data |
Request ECID capabilities.
- Note:
- Stack will be waiting until ProvideEcidCapabilities() is called
Request ECID measurements.
- Parameters:
-
pReqMeas | - indicate what measurements are requested. If this parameter is NULL then measurements are no longer needed. |
pCommonIEs | - common IEs for a Request Location Information |
- Note:
- If measurements were requested on cell change, then LPP engine will call this function with pReqMeas parameter set to NULL in order to stop reporting of measurements.
-
Stack will be waiting until ProvideEcidLocationInformation() is called
Request OTDOA capabilities.
- Note:
- Stack will be waiting until ProvideOtdoaCapabilities() is called
Request OTDOA location information.
- Parameters:
-
pReqLoc | - indicates if Assistance can be requested If this parameter is NULL then location information is no longer needed. |
pCommonIEs | - common IEs for a Request Location Information |
- Note:
- Stack will be waiting until ProvideOtdoaLocationInformation() is called
Request the Primary Cell Id.
- Note:
- Stack will be waiting until ProvidePrimaryCellId() is called
virtual void GlLppRilInterface::Write |
( |
OSUINT32 |
requestId, |
|
|
OSUINT32 |
sessionId, |
|
|
const OSOCTET * |
data, |
|
|
size_t |
nBytes |
|
) |
| [pure virtual] |
Write the encoded bytes to the network.
- Parameters:
-
requestId | - identifier of 'Write' request. If 0(zero) then no need to call OnWriteComplete() |
sessionId | - LPP location session identifier |
data | - address of buffer for send |
nBytes | - length of data in buffer |
- Note:
- If requestId is not 0(zero), then stack will be waiting until OnWriteComplete() is called
The documentation for this class was generated from the following file: