OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Functions Summary | |
|---|---|
| f_startPosSessionADOnly | Starts and complete a SUPL POS Session with AD only
|
| f_startAndCompletePosSession | Starts and complete a SUPL POS Session with the SET
|
| f_HandleLPPMessages | This function will complete the MO LPP message exchange with LTE device.
|
| f_HandleLPPMessagesUT3Timer | This function will complete the MO LPP message exchange with LTE device to test its UT3 timer.
|
| f_HandleLPPMessagesWithAutonomousGPS | This function will complete the MO LPP message exchange with LTE device using Autonomous GPS(No assistance data sending to UE)
|
| f_ConstructLPPMessageForIncorretSessionID | |
| f_ProvideAGpsAssistData | |
| f_RequestLocationInfo | |
| f_sendPositionReq | Send SUPL POS message with GPS position request, await measurement response
|
| runGPSPosition | |
| endSession | |
function f_startPosSessionADOnly(ULP_PDU p_ulpPdu,SessionID p_sessionId, RRLP_CommonTypes.MethodType p_methodType, template (value)CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent return UlpMessage
function f_startAndCompletePosSession(ULP_PDU p_ulpPdu,SessionID p_sessionId, template (omit)RRLP_CommonTypes.MethodType p_methodType, template (value)CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent return UlpMessage
function f_HandleLPPMessages (SessionID p_sessionId,template (value) ULP_PDU p_suplPosInit, template (value) CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent return UlpMessage
function f_HandleLPPMessagesUT3Timer (SessionID p_sessionId,template (value) ULP_PDU p_suplPosInit, template (value) CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent return UlpMessage
function f_HandleLPPMessagesWithAutonomousGPS (SessionID p_sessionId,template (value) ULP_PDU p_suplPosInit, template (value) CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent return UlpMessage
function f_ConstructLPPMessageForIncorretSessionID () runs on SUPLComponent return LPP_Messages
function f_ProvideAGpsAssistData (A_GNSS_RequestAssistanceData p_RequestAssistData ) runs on SUPLComponent return A_GNSS_ProvideAssistanceData
function f_RequestLocationInfo( template(value) CommonIEsRequestLocationInformation commonIEsRequestLocationInformation_data) runs on SUPLComponent return RequestLocationInformation
function f_sendPositionReq(SessionID p_sessionId, RRLP_CommonTypes.MethodType p_methodType) runs on SUPLComponent return UlpMessage
function runGPSPosition(PosMethod p_prefMethod, boolean p_hasAGPSassisted, boolean p_hasAGPSbased, RRLP_CommonTypes.MethodType p_methodType, template (value)CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent
function endSession() runs on SUPLComponent