OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group checkFunctionsGroup


The functions in this group are used to perform checks
Declared in module SUPL_V2_CommonSteps


Functions Summary
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

Details

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: