OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Module SUPL_V2_CommonSteps


Import Declarations:

Groups:

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

Details

fx_gpsPositionCalculation
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;

Declared in group externalFunctionGroup

calculates a Position value based on the last received SUPL POS

Returns: boolean - Position of SET

Parameters:
fx_positionIsIn
external function fx_positionIsIn(in SUPLTypes.PositionEstimate p_positionEstimate, 
in GeographicTargetArea p_geographicTargetArea) return boolean;

Declared in group externalFunctionGroup

calculation if a Position estimate value is located within the geographic area

Returns: boolean - true if estimate is in the area

Parameters:
fx_GadLatitude
external function fx_GadLatitude(float coordinate) return integer;

Declared in group externalFunctionGroup

convertion of latitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]

Returns: integer - integer

Parameters:
fx_GadLongitude
external function fx_GadLongitude(float coordinate) return integer;

Declared in group externalFunctionGroup

convertion of logitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]

Returns: integer - integer

Parameters:
f_awaitSuplPosInit
function f_awaitSuplPosInit (in template UlpMessage p_suplInit) 
                                runs on SUPLComponent return ULP_PDU 

Declared in group awaitingMessagesGroup

Runs On: SUPLComponent

Returns: ULP_PDU -

Parameters:
f_generateSuplInitwithMAC
function f_generateSuplInitwithMAC(_0BasicProtectionParams p_keyIdentifier, _0BasicProtectionParams0 p_basicReplyCounter, HMACHash p_hash) runs on SUPLComponent return ULP_PDU 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: ULP_PDU -

Parameters:
f_sendMTSmsMAC
function f_sendMTSmsMAC(_0BasicProtectionParams p_keyIdentifier, _0BasicProtectionParams0 p_basicReplyCounter, HMACHash p_hash) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_sendSuplEnd
function f_sendSuplEnd(UlpMessage p_suplEnd, SessionID p_sessionId) runs on SUPLComponent 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: void -

Parameters:
f_sendSuplNotify
function f_sendSuplNotify(SessionID p_sessionId, NotificationType p_notificationType) runs on SUPLComponent

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: void -

Parameters:
f_sendSms
function f_sendSms(template ULP_PDU p_suplInit) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_sendSmsInternal
function f_sendSmsInternal(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_sendSipPushSms
function f_sendSipPushSms(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_sendSipPushSms_Header
function f_sendSipPushSms_Header(template ULP_PDU p_suplInit, HMACHash p_hash, SipUrl p_SipUrl, MessageHeader p_messageHeader) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_sendUDPSms
function f_sendUDPSms(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_sendUDPSms_invalidPort
function f_sendUDPSms_invalidPort(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_sendC2KSms
function f_sendC2KSms(template ULP_PDU p_suplInit, HMACHash p_hash) runs on SUPLComponent return octetstring 

Declared in group sendingMessagesGroup

Runs On: SUPLComponent

Returns: octetstring -

Parameters:
f_startPosSessionADOnly
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   
  

Declared in group PosSessionGroup

Starts and complete a SUPL POS Session with AD only

Runs On: SUPLComponent

Returns: UlpMessage - a Ver2_SUPLREPORT for the completed session or null otherwise

Parameters:
f_startAndCompletePosSession
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   

Declared in group PosSessionGroup

Starts and complete a SUPL POS Session with the SET

Runs On: SUPLComponent

Returns: UlpMessage - a Ver2_SUPLREPORT for the completed session or null otherwise

Parameters:
f_HandleLPPMessages
function f_HandleLPPMessages (SessionID p_sessionId,template (value) ULP_PDU p_suplPosInit, template (value) CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent    return UlpMessage

Declared in group PosSessionGroup

This function will complete the MO LPP message exchange with LTE device.

Runs On: SUPLComponent

Returns: UlpMessage - A Ver2_SUPLREPORT for the completed session or null otherwise

Parameters:
f_HandleLPPMessagesUT3Timer
function f_HandleLPPMessagesUT3Timer (SessionID p_sessionId,template (value) ULP_PDU p_suplPosInit, template (value) CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent    return UlpMessage
  

Declared in group PosSessionGroup

This function will complete the MO LPP message exchange with LTE device to test its UT3 timer.

Runs On: SUPLComponent

Returns: UlpMessage - A Ver2_SUPLREPORT for the completed session or null otherwise

Parameters:
f_HandleLPPMessagesWithAutonomousGPS
function f_HandleLPPMessagesWithAutonomousGPS (SessionID p_sessionId,template (value) ULP_PDU p_suplPosInit, template (value) CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent    return UlpMessage

Declared in group PosSessionGroup

This function will complete the MO LPP message exchange with LTE device using Autonomous GPS(No assistance data sending to UE)

Runs On: SUPLComponent

Returns: UlpMessage - A Ver2_SUPLREPORT for the completed session or null otherwise

Parameters:
f_ConstructLPPMessageForIncorretSessionID
function f_ConstructLPPMessageForIncorretSessionID () runs on SUPLComponent return LPP_Messages 

Declared in group PosSessionGroup

Runs On: SUPLComponent

Returns: LPP_Messages -

f_ProvideAGpsAssistData
function f_ProvideAGpsAssistData (A_GNSS_RequestAssistanceData p_RequestAssistData ) runs on SUPLComponent   return A_GNSS_ProvideAssistanceData
 

Declared in group PosSessionGroup

Runs On: SUPLComponent

Returns: A_GNSS_ProvideAssistanceData -

Parameters:
f_RequestLocationInfo
function f_RequestLocationInfo( template(value) CommonIEsRequestLocationInformation commonIEsRequestLocationInformation_data) runs on SUPLComponent   return RequestLocationInformation
  

Declared in group PosSessionGroup

Runs On: SUPLComponent

Returns: RequestLocationInformation -

Parameters:
f_sendPositionReq
function f_sendPositionReq(SessionID p_sessionId, RRLP_CommonTypes.MethodType p_methodType) runs on SUPLComponent return UlpMessage 

Declared in group PosSessionGroup

Send SUPL POS message with GPS position request, await measurement response

Runs On: SUPLComponent

Returns: UlpMessage - SUPL REPORT message to complete the Position session

Parameters:
runGPSPosition
function runGPSPosition(PosMethod p_prefMethod, boolean p_hasAGPSassisted, boolean p_hasAGPSbased, RRLP_CommonTypes.MethodType p_methodType, template (value)CommonIEsRequestLocationInformation p_commonIEsRequestLocationInformation) runs on SUPLComponent 

Declared in group PosSessionGroup

Runs On: SUPLComponent

Returns: void -

Parameters:
endSession
function endSession() runs on SUPLComponent 

Declared in group PosSessionGroup

Runs On: SUPLComponent

Returns: void -

f_nwc_action_withtimer
function f_nwc_action_withtimer(in TargetAreaCell p_targetAreaCell, in MMIMessage p_mmiMessage, in float p_timer) runs on SUPLComponent 

Declared in group ConfigurationGroup

funtion requests handover from NWcontroller

Runs On: SUPLComponent

Returns: void -

Parameters:
f_resetUePositionStoredInformation
function f_resetUePositionStoredInformation(ResetType p_resetType) runs on SUPLComponent

Declared in group ConfigurationGroup

Runs On: SUPLComponent

Returns: void -

Parameters:
f_init_SSC
function f_init_SSC(GNSSScenario p_GNSSScenario) runs on SUPLComponent 

Declared in group ConfigurationGroup

Runs On: SUPLComponent

Returns: void -

Parameters:
f_start_SCC
function f_start_SCC() runs on SUPLComponent 

Declared in group ConfigurationGroup

Runs On: SUPLComponent

Returns: void -

f_stop_SCC
function f_stop_SCC() runs on SUPLComponent 

Declared in group ConfigurationGroup

Runs On: SUPLComponent

Returns: void -

f_stop_Communication
function f_stop_Communication() runs on SUPLComponent

Declared in group ConfigurationGroup

Runs On: SUPLComponent

Returns: void -

f_restart_Communication
function f_restart_Communication() runs on SUPLComponent

Declared in group ConfigurationGroup

Runs On: SUPLComponent

Returns: void -

f_init
function f_init(GNSSScenario p_GNSSScenario) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initPRS
function f_initPRS(PRSBandwidth p_PRSBandwidth) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initPRSNumDLFrames
function f_initPRSNumDLFrames(NoDLFrames p_NumDLFrames) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initPRSConfigurationIndex
function f_initPRSConfigurationIndex(integer p_ConfigurationIndex) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initPRSMutingInfoBitLength
function f_initPRSMutingInfoBitLength(PRSMutingInfoBitLength p_MutingInfoBitLength) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initSetNumberOfAntennas
function f_initSetNumberOfAntennas(NumAntennas p_NumberOfAntennas) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initfinalizePRSConfiguration
function f_initfinalizePRSConfiguration() runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

f_initSetTargetAreaCell
function f_initSetTargetAreaCell(TargetAreaCell p_TargetAreaCell) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initgetCellTimingDelay
function f_initgetCellTimingDelay() runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

f_initsetCellTimingDelay
function f_initsetCellTimingDelay(integer p_CellTimingDelay) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initWithTlsVersion
function f_initWithTlsVersion(GNSSScenario p_GNSSScenario, TlsVersionConfig p_tlsVersion, ResetType p_resetType := agps) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initIntern
function f_initIntern(in boolean withDNSSimulation, in boolean withBSFSimulation, in charstring p_slpFqdn, CipherSuites usedCipherSuite, TlsVersionConfig p_tlsVersion) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initWithDefinedFQDN
function f_initWithDefinedFQDN(GNSSScenario p_GNSSScenario, in boolean p_withDNSSimulation, in charstring p_slpFqdn) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_initWithDefinedCiphersuite
function f_initWithDefinedCiphersuite(GNSSScenario p_GNSSScenario, in CipherSuites p_usedCipherSuite) runs on SUPLComponent 

Declared in group Preambles

Runs On: SUPLComponent

Returns: void -

Parameters:
f_Postamble
function f_Postamble() runs on SUPLComponent 

Declared in group Postambles

Runs On: SUPLComponent

Returns: void -

f_checkPosCapabilitiesParam_againstSET
function f_checkPosCapabilitiesParam_againstSET(ULP_PDU p_inPDU)
runs on SUPLComponent return boolean 

Declared in group checkFunctionsGroup

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.

Runs On: SUPLComponent

Returns: boolean - true if the details are consistent, false otherwise

Parameters:
f_checkReportingAndServiceCaps_againstSET
function f_checkReportingAndServiceCaps_againstSET(ULP_PDU p_inPDU)
return boolean 

Declared in group checkFunctionsGroup

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. Also checks that if present, the reporting capabilities parameters are consistent with the known reporting capabilities supported by the SET

Returns: boolean -

Parameters:
f_checkServiceCaps_againstSET
function f_checkServiceCaps_againstSET(ULP_PDU p_inPDU)
return boolean 

Declared in group checkFunctionsGroup

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. Do not check the reporting capabilities

Returns: boolean -

Parameters:
f_checkSET_positionEstimate_displayed
function f_checkSET_positionEstimate_displayed(AreaEventType p_eventKind, charstring p_context)
runs on SUPLComponent return boolean 

Declared in group checkFunctionsGroup

Checks that a position estimate is displayed at the SET

Runs On: SUPLComponent

Returns: boolean - boolean

Parameters:
f_checkSET_positionEstimate_displayed_atEnd
function f_checkSET_positionEstimate_displayed_atEnd(AreaEventType p_eventKind, charstring p_context)
runs on SUPLComponent return boolean 

Declared in group checkFunctionsGroup

Checks that position estimate(s) is displayed at the SET at the end of the test

Runs On: SUPLComponent

Returns: boolean - boolean

Parameters:
f_triggerParams2String
function f_triggerParams2String(TriggerParams p_params) runs on SUPLComponent return charstring

Declared in group helperFunctionsGroup

Converts a TriggerParams value into a character string

Runs On: SUPLComponent

Returns: charstring - A character string representation of the provided value

Parameters:
f_areaEventType2String
function f_areaEventType2String(AreaEventType p_areaEventType) return charstring

Declared in group helperFunctionsGroup

Converts an AreaEventType value into a character string

Returns: charstring - A character string representation of the provided value

Parameters:
f_bool2String
function f_bool2String(boolean boolVal) return charstring 

Declared in group helperFunctionsGroup

Converts a boolean value into a character string

Returns: charstring - A character string representation of the provided value

Parameters:
f_areaList2String
function f_areaList2String(GeographicTargetAreaList aList) return charstring 

Declared in group helperFunctionsGroup

Converts a GeographicTargetAreaList value into a character string

Returns: charstring - A character string representation of the provided value

Parameters:
f_areaIdLists2String
function f_areaIdLists2String(_0AreaEventParams1 areaIdLists) return charstring 

Declared in group helperFunctionsGroup

Converts an AreaIdLists value into a character string

Returns: charstring - A character string representation of the provided value

Parameters:
f_geographicTargetArea2String
function f_geographicTargetArea2String(GeographicTargetArea area) return charstring 

Declared in group helperFunctionsGroup

Convert a GeographicTargetArea value into a character string representation

Returns: charstring -

Parameters:
f_coordinate2String
function f_coordinate2String(Coordinate coordinate)  return charstring

Declared in group helperFunctionsGroup

Converts a Coordinate value into its character string representation

Returns: charstring -

Parameters:
f_coordinateList2String
function f_coordinateList2String(PolygonDescription coordList)  return charstring

Declared in group helperFunctionsGroup

Converts a list of coordinates into a correspunding character string representation

Returns: charstring -

Parameters:
f_latitudeSign2String
function f_latitudeSign2String(_0Coordinate latSign) return charstring

Declared in group helperFunctionsGroup

Converts a latitude sign value into its character string representation

Returns: charstring -

Parameters:
f_areaIdList2String
function f_areaIdList2String(AreaIdList idList)  return charstring

Declared in group helperFunctionsGroup

Converts an AreaIdList value in its character string representation

Returns: charstring -

Parameters:
f_areaIdSet2String
function f_areaIdSet2String(AreaIdSet areaIds) return charstring 

Declared in group helperFunctionsGroup

Converts an AreaIdSet value into a character string

Returns: charstring - A character string representation of the provided value

Parameters:
f_areaId2String
function f_areaId2String(AreaId areaId) return charstring 

Declared in group helperFunctionsGroup

Converts ans AreaId value in its character string representation

Returns: charstring -

Parameters:
f_geoAreaMappingList2String
function f_geoAreaMappingList2String(GeoAreaMappingList areaMappings) return charstring 

Declared in group helperFunctionsGroup

Converts a GeoAreaMappingList into its character string representation

Returns: charstring -

Parameters:
f_SLPAddressIP
function f_SLPAddressIP () return IPAddress 

Declared in group helperFunctionsGroup

Returns: IPAddress -

dnsService
function dnsService(template charstring p_slpFQDN) runs on SUPLComponent 

Declared in group dns

Runs On: SUPLComponent

Returns: void -

Parameters:
f_generateCompletedSessionId
function f_generateCompletedSessionId(template SessionID p_sessionId, in slpSessionIdFormat p_slpSessionIdFormat, in octetstring slpSessionId) return SessionID 

Declared in group messageGeneration

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

Returns: SessionID -

Parameters:
flowFor024
function flowFor024(EncodingType p_encodingType, FormatIndicator p_formatIndicator) runs on SUPLComponent 

Declared in group con024Flow

Runs On: SUPLComponent

Returns: void -

Parameters:
encodingType2Name
function encodingType2Name(EncodingType p_encodingType) return charstring 

Declared in group con024Flow

Returns: charstring -

Parameters:
getFormatIndicator
function getFormatIndicator(integer p_count) runs on SUPLComponent return FormatIndicator 

Declared in group con024Flow

Runs On: SUPLComponent

Returns: FormatIndicator -

Parameters:
getRequestorIdValueForFormatIndicator
function getRequestorIdValueForFormatIndicator(in FormatIndicator p_formatIndicator) runs on SUPLComponent return charstring 

Declared in group con024Flow

Runs On: SUPLComponent

Returns: charstring -

Parameters:
getClientNameValueForFormatIndicator
function getClientNameValueForFormatIndicator(in FormatIndicator p_formatIndicator) runs on SUPLComponent return charstring 

Declared in group con024Flow

Runs On: SUPLComponent

Returns: charstring -

Parameters:
isFormatIndicatorSupported
function isFormatIndicatorSupported(FormatIndicator p_formatIndicator) runs on SUPLComponent return boolean 

Declared in group con024Flow

Runs On: SUPLComponent

Returns: boolean -

Parameters:
a_receiveSuplReportIsIn
altstep a_receiveSuplReportIsIn () runs on SUPLComponent 

Declared in group Altsteps_group

await SUPL_REPORT due to the expected area event (SET is in area)

Runs On: SUPLComponent

Returns: void -

a_receiveSuplReportIsOut
altstep a_receiveSuplReportIsOut () runs on SUPLComponent 

Declared in group Altsteps_group

await SUPL_REPORT due to the expected area event (SET is out of area)

Runs On: SUPLComponent

Returns: void -

a_receiveSuplReportIsInArea
altstep a_receiveSuplReportIsInArea (template AreaId v_areaId) runs on SUPLComponent 

Declared in group Altsteps_group

await SUPL_REPORT due to the expected area event (SET is in of cell)

Runs On: SUPLComponent

Returns: void -

Parameters:
a_receiveSuplReportIsOutArea
altstep a_receiveSuplReportIsOutArea (template AreaId v_areaId) runs on SUPLComponent 

Declared in group Altsteps_group

await SUPL_REPORT due to the expected area event (SET is out of cell)

Runs On: SUPLComponent

Returns: void -

Parameters:
a_acceptConnectionRelease
altstep a_acceptConnectionRelease() runs on SUPLComponent 

Declared in group Altsteps_group

Runs On: SUPLComponent

Returns: void -

a_receiveSuplPosInitSETbased
altstep a_receiveSuplPosInitSETbased () runs on SUPLComponent 

Declared in group Altsteps_group

Runs On: SUPLComponent

Returns: void -

a_receiveSuplPosInitSETbasedAndRepeat
altstep a_receiveSuplPosInitSETbasedAndRepeat () runs on SUPLComponent 

Declared in group Altsteps_group

Runs On: SUPLComponent

Returns: void -

a_receiveSuplPosInitSETassisted
altstep a_receiveSuplPosInitSETassisted () runs on SUPLComponent 

Declared in group Altsteps_group

Runs On: SUPLComponent

Returns: void -

a_receiveSuplPosInitSETassistedAndRepeat
altstep a_receiveSuplPosInitSETassistedAndRepeat () runs on SUPLComponent 

Declared in group Altsteps_group

Runs On: SUPLComponent

Returns: void -

a_acceptSuplEnd
altstep
 a_acceptSuplEnd() runs on SUPLComponent 

Declared in group Altsteps_group

Runs On: SUPLComponent

Returns: void -

a_acceptSessionStoppedSuplEnd
altstep a_acceptSessionStoppedSuplEnd() runs on SUPLComponent 

Declared in group Altsteps_group

Runs On: SUPLComponent

Returns: void -

a_unexpectedAfterSuplInit
altstep a_unexpectedAfterSuplInit() runs on SUPLComponent 

Declared in group Altsteps_group

unexpected messages from SET that that could occure after SUPL INIT

Runs On: SUPLComponent

Returns: void -

a_noSUPLmessagebySET
altstep a_noSUPLmessagebySET(SessionID p_sessionID) runs on SUPLComponent 

Declared in group Altsteps_group

SUPL messages from SET not accepted for location session

Runs On: SUPLComponent

Returns: void -

Parameters: