OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| positionProtocol | |
| Functions Summary | |
|---|---|
| sendSuplEnd | |
| sendSuplEndWithOutPosData | |
| sendSuplEndWithPosData | |
| sendAssistData | |
| sendPositionReq | |
| sendPositionReqWithoutSuplEnd | |
| getPosProtocol | returns the positioning protocol used in a given SUPL POS INIT
|
| selectPosMethod | |
| recvConnectionRelease | |
| optionalElementsInLocationIDs | |
type enumerated positionProtocol {
unspecifiedPosProtocol,
tia,
rrlp,
rrc
}
function sendSuplEnd(UlpMessage p_suplEnd, SessionID p_sessionId, boolean p_waitForRelease) runs on SUPLComponent
function sendSuplEndWithOutPosData(SessionID p_sessionId, boolean p_waitForRelease) runs on SUPLComponent
function sendSuplEndWithPosData(SessionID p_sessionId, boolean p_waitForRelease) runs on SUPLComponent
function sendAssistData(in ULP_PDU p_suplPosInit) runs on SUPLComponent
function sendPositionReq(SessionID p_sessionId, RRLP_CommonTypes.MethodType p_methodType) runs on SUPLComponent return GeoInformationElement
function sendPositionReqWithoutSuplEnd(SessionID p_sessionId, RRLP_CommonTypes.MethodType p_methodType) runs on SUPLComponent
function getPosProtocol(in ULP_PDU p_suplPosInit) return PosProtocol
function selectPosMethod() runs on SUPLComponent return PosMethod
function recvConnectionRelease() runs on SUPLComponent
function optionalElementsInLocationIDs(in CellInfo p_cellInfo) return boolean