OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group functions.messageGeneration

Declared in module SUPL_CommonSteps


Types Summary
slpSessionIdFormat
setSessionIdFormat
incorrectSessionIdFormat
Functions Summary
convert2posMethod
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
generateIncorrectSessionId

Details

slpSessionIdFormat
type enumerated slpSessionIdFormat {
    slpSessionIdIPv4, 
    slpSessionIdIPv6, 
    slpSessionIdFQDN,
    noSlpSessionId
}

Declared in group functions.messageGeneration

setSessionIdFormat
type enumerated setSessionIdFormat {
noSetSessionId
}

Declared in group functions.messageGeneration

incorrectSessionIdFormat
type enumerated incorrectSessionIdFormat {
incorrectSETSessionId, 
incorrectSETSETId, 
incorrectSLPSessionId,
incorrectSLPSLPId
}

Declared in group functions.messageGeneration

convert2posMethod
function convert2posMethod(in UlpMessage p_ulpMessage) return PosMethod 

Declared in group functions.messageGeneration

Returns: PosMethod -

Parameters:
generateCompletedSessionId
function generateCompletedSessionId(template SessionID p_sessionId, in slpSessionIdFormat p_slpSessionIdFormat) return SessionID 

Declared in group functions.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:
generateIncorrectSessionId
function generateIncorrectSessionId(in SessionID p_sessionId, in incorrectSessionIdFormat p_incorrectSessionFormat) return SessionID 

Declared in group functions.messageGeneration

Returns: SessionID -

Parameters: