OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Functions Summary | |
|---|---|
| fx_gpsPositionCalculation | calculates a Position value based on the last received SUPL POS
|
| fx_positionIsIn | calculation if a Position estimate value is located within the geographic area
|
| fx_GadLatitude | convertion of latitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]
|
| fx_GadLongitude | convertion of logitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]
|
| f_awaitSuplPosInit | |
| f_generateSuplInitwithMAC | |
| f_sendMTSmsMAC | |
| f_sendSuplEnd | |
| f_sendSuplNotify | |
| f_sendSms | |
| f_sendSmsInternal | |
| f_sendSipPushSms | |
| f_sendSipPushSms_Header | |
| f_sendUDPSms | |
| f_sendUDPSms_invalidPort | |
| f_sendC2KSms | |
| 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 | |
| f_nwc_action_withtimer | funtion requests handover from NWcontroller
|
| f_resetUePositionStoredInformation | |
| f_init_SSC | |
| f_start_SCC | |
| f_stop_SCC | |
| f_stop_Communication | |
| f_restart_Communication | |
| f_init | |
| f_initPRS | |
| f_initPRSNumDLFrames | |
| f_initPRSConfigurationIndex | |
| f_initPRSMutingInfoBitLength | |
| f_initSetNumberOfAntennas | |
| f_initfinalizePRSConfiguration | |
| f_initSetTargetAreaCell | |
| f_initgetCellTimingDelay | |
| f_initsetCellTimingDelay | |
| f_initWithTlsVersion | |
| f_initIntern | |
| f_initWithDefinedFQDN | |
| f_initWithDefinedCiphersuite | |
| f_Postamble | |
| f_checkPosCapabilitiesParam_againstSET | Checks that the details of the positioning capability parameter
contained in incoming ULP-PDU message are consistent with
the known positioning capabilities supported by the SET.
|
| f_checkReportingAndServiceCaps_againstSET | Checks that the details of the reporting capability parameter
contained in incoming TRIGGERED START message are consistent
with the known reporting capabilities supported by the SET.
|
| f_checkServiceCaps_againstSET | Checks that the details of the service capability parameter
contained in incoming TRIGGERED START message are consistent
with the known service capabilities supported by the SET.
|
| f_checkSET_positionEstimate_displayed | Checks that a position estimate is displayed at the SET
|
| f_checkSET_positionEstimate_displayed_atEnd | Checks that position estimate(s) is displayed at the SET at the end of the test
|
| f_triggerParams2String | Converts a TriggerParams value into a character string
|
| f_areaEventType2String | Converts an AreaEventType value into a character string
|
| f_bool2String | Converts a boolean value into a character string
|
| f_areaList2String | Converts a GeographicTargetAreaList value into a character string
|
| f_areaIdLists2String | Converts an AreaIdLists value into a character string
|
| f_geographicTargetArea2String | Convert a GeographicTargetArea value into a character string representation
|
| f_coordinate2String | Converts a Coordinate value into its character string representation
|
| f_coordinateList2String | Converts a list of coordinates into a correspunding character string representation
|
| f_latitudeSign2String | Converts a latitude sign value into its character string representation
|
| f_areaIdList2String | Converts an AreaIdList value in its character string representation
|
| f_areaIdSet2String | Converts an AreaIdSet value into a character string
|
| f_areaId2String | Converts ans AreaId value in its character string representation
|
| f_geoAreaMappingList2String | Converts a GeoAreaMappingList into its character string representation
|
| f_SLPAddressIP | |
| dnsService | |
| f_generateCompletedSessionId | generates a SUPL session ID depending on the receiving SUPL session ID
(used to get the SET session ID) and a SLP session will be added
|
| flowFor024 | |
| encodingType2Name | |
| getFormatIndicator | |
| getRequestorIdValueForFormatIndicator | |
| getClientNameValueForFormatIndicator | |
| isFormatIndicatorSupported | |
| Altsteps Summary | |
|---|---|
| a_receiveSuplReportIsIn | await SUPL_REPORT due to the expected area event (SET is in area)
|
| a_receiveSuplReportIsOut | await SUPL_REPORT due to the expected area event (SET is out of area)
|
| a_receiveSuplReportIsInArea | await SUPL_REPORT due to the expected area event (SET is in of cell)
|
| a_receiveSuplReportIsOutArea | await SUPL_REPORT due to the expected area event (SET is out of cell)
|
| a_acceptConnectionRelease | |
| a_receiveSuplPosInitSETbased | |
| a_receiveSuplPosInitSETbasedAndRepeat | |
| a_receiveSuplPosInitSETassisted | |
| a_receiveSuplPosInitSETassistedAndRepeat | |
| a_acceptSuplEnd | |
| a_acceptSessionStoppedSuplEnd | |
| a_unexpectedAfterSuplInit | unexpected messages from SET that that could occure after SUPL INIT
|
| a_noSUPLmessagebySET | SUPL messages from SET not accepted for location session
|
external function fx_gpsPositionCalculation(in ULP_PDU p_supl_pos, in integer p_gpsTOW, in GNSSScenario p_GNSSScenario, in integer p_rrlpVersion, out SUPLTypes.PositionEstimate p_PositionEstimate) return boolean;
external function fx_positionIsIn(in SUPLTypes.PositionEstimate p_positionEstimate, in GeographicTargetArea p_geographicTargetArea) return boolean;
external function fx_GadLatitude(float coordinate) return integer;
external function fx_GadLongitude(float coordinate) return integer;
function f_awaitSuplPosInit (in template UlpMessage p_suplInit)
runs on SUPLComponent return ULP_PDU
function f_generateSuplInitwithMAC(_0BasicProtectionParams p_keyIdentifier, _0BasicProtectionParams0 p_basicReplyCounter, HMACHash p_hash) runs on SUPLComponent return ULP_PDU
function f_sendMTSmsMAC(_0BasicProtectionParams p_keyIdentifier, _0BasicProtectionParams0 p_basicReplyCounter, HMACHash p_hash) runs on SUPLComponent return octetstring
function f_sendSuplEnd(UlpMessage p_suplEnd, SessionID p_sessionId) runs on SUPLComponent
function f_sendSuplNotify(SessionID p_sessionId, NotificationType p_notificationType) runs on SUPLComponent
function f_sendSms(template ULP_PDU p_suplInit) runs on SUPLComponent return octetstring
function f_sendSmsInternal(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring
function f_sendSipPushSms(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring
function f_sendSipPushSms_Header(template ULP_PDU p_suplInit, HMACHash p_hash, SipUrl p_SipUrl, MessageHeader p_messageHeader) runs on SUPLComponent return octetstring
function f_sendUDPSms(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring
function f_sendUDPSms_invalidPort(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring
function f_sendC2KSms(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring
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
function f_nwc_action_withtimer(in TargetAreaCell p_targetAreaCell, in MMIMessage p_mmiMessage, in float p_timer) runs on SUPLComponent
function f_resetUePositionStoredInformation(ResetType p_resetType) runs on SUPLComponent
function f_init_SSC(GNSSScenario p_GNSSScenario) runs on SUPLComponent
function f_start_SCC() runs on SUPLComponent
function f_stop_SCC() runs on SUPLComponent
function f_stop_Communication() runs on SUPLComponent
function f_restart_Communication() runs on SUPLComponent
function f_init(GNSSScenario p_GNSSScenario) runs on SUPLComponent
function f_initPRS(PRSBandwidth p_PRSBandwidth) runs on SUPLComponent
function f_initPRSNumDLFrames(NoDLFrames p_NumDLFrames) runs on SUPLComponent
function f_initPRSConfigurationIndex(integer p_ConfigurationIndex) runs on SUPLComponent
function f_initPRSMutingInfoBitLength(PRSMutingInfoBitLength p_MutingInfoBitLength) runs on SUPLComponent
function f_initSetNumberOfAntennas(NumAntennas p_NumberOfAntennas) runs on SUPLComponent
function f_initfinalizePRSConfiguration() runs on SUPLComponent
function f_initSetTargetAreaCell(TargetAreaCell p_TargetAreaCell) runs on SUPLComponent
function f_initgetCellTimingDelay() runs on SUPLComponent
function f_initsetCellTimingDelay(integer p_CellTimingDelay) runs on SUPLComponent
function f_initWithTlsVersion(GNSSScenario p_GNSSScenario, TlsVersionConfig p_tlsVersion, ResetType p_resetType := agps) runs on SUPLComponent
function f_initIntern(in boolean withDNSSimulation, in boolean withBSFSimulation, in charstring p_slpFqdn, CipherSuites usedCipherSuite, TlsVersionConfig p_tlsVersion) runs on SUPLComponent
function f_initWithDefinedFQDN(GNSSScenario p_GNSSScenario, in boolean p_withDNSSimulation, in charstring p_slpFqdn) runs on SUPLComponent
function f_initWithDefinedCiphersuite(GNSSScenario p_GNSSScenario, in CipherSuites p_usedCipherSuite) runs on SUPLComponent
function f_Postamble() runs on SUPLComponent
function f_checkPosCapabilitiesParam_againstSET(ULP_PDU p_inPDU) runs on SUPLComponent return boolean
function f_checkReportingAndServiceCaps_againstSET(ULP_PDU p_inPDU) return boolean
function f_checkServiceCaps_againstSET(ULP_PDU p_inPDU) return boolean
function f_checkSET_positionEstimate_displayed(AreaEventType p_eventKind, charstring p_context) runs on SUPLComponent return boolean
function f_checkSET_positionEstimate_displayed_atEnd(AreaEventType p_eventKind, charstring p_context) runs on SUPLComponent return boolean
function f_triggerParams2String(TriggerParams p_params) runs on SUPLComponent return charstring
function f_areaEventType2String(AreaEventType p_areaEventType) return charstring
function f_bool2String(boolean boolVal) return charstring
function f_areaList2String(GeographicTargetAreaList aList) return charstring
function f_areaIdLists2String(_0AreaEventParams1 areaIdLists) return charstring
function f_geographicTargetArea2String(GeographicTargetArea area) return charstring
function f_coordinate2String(Coordinate coordinate) return charstring
function f_coordinateList2String(PolygonDescription coordList) return charstring
function f_latitudeSign2String(_0Coordinate latSign) return charstring
function f_areaIdList2String(AreaIdList idList) return charstring
function f_areaIdSet2String(AreaIdSet areaIds) return charstring
function f_areaId2String(AreaId areaId) return charstring
function f_geoAreaMappingList2String(GeoAreaMappingList areaMappings) return charstring
function f_SLPAddressIP () return IPAddress
function dnsService(template charstring p_slpFQDN) runs on SUPLComponent
function f_generateCompletedSessionId(template SessionID p_sessionId, in slpSessionIdFormat p_slpSessionIdFormat, in octetstring slpSessionId) return SessionID
function flowFor024(EncodingType p_encodingType, FormatIndicator p_formatIndicator) runs on SUPLComponent
function encodingType2Name(EncodingType p_encodingType) return charstring
function getFormatIndicator(integer p_count) runs on SUPLComponent return FormatIndicator
function getRequestorIdValueForFormatIndicator(in FormatIndicator p_formatIndicator) runs on SUPLComponent return charstring
function getClientNameValueForFormatIndicator(in FormatIndicator p_formatIndicator) runs on SUPLComponent return charstring
function isFormatIndicatorSupported(FormatIndicator p_formatIndicator) runs on SUPLComponent return boolean
altstep a_receiveSuplReportIsIn () runs on SUPLComponent
altstep a_receiveSuplReportIsOut () runs on SUPLComponent
altstep a_receiveSuplReportIsInArea (template AreaId v_areaId) runs on SUPLComponent
altstep a_receiveSuplReportIsOutArea (template AreaId v_areaId) runs on SUPLComponent
altstep a_acceptConnectionRelease() runs on SUPLComponent
altstep a_receiveSuplPosInitSETbased () runs on SUPLComponent
altstep a_receiveSuplPosInitSETbasedAndRepeat () runs on SUPLComponent
altstep a_receiveSuplPosInitSETassisted () runs on SUPLComponent
altstep a_receiveSuplPosInitSETassistedAndRepeat () runs on SUPLComponent
altstep a_acceptSuplEnd() runs on SUPLComponent
altstep a_acceptSessionStoppedSuplEnd() runs on SUPLComponent
altstep a_unexpectedAfterSuplInit() runs on SUPLComponent
altstep a_noSUPLmessagebySET(SessionID p_sessionID) runs on SUPLComponent