OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group SMS_Messages

Declared in module SUPL_Templates


Templates Summary
smCorrectSuplInit
smSuplInit

Details

smCorrectSuplInit
template SMSWAPSUPLINITMessage smCorrectSuplInit(template ULP_PDU p_ulpSuplInit, ShortMessageFormat p_smFormat) := {
    smFormat := p_smFormat,
    destinationPort := 7275,
    sourcePort := 7275,
    wapSuplInitMessage := {
        wapMessageHeader := {
            pushId := 1,
            wapType := PUSH,
            contentType := APPLICATION_VND_OMALOC_SUPL_INIT,
            xWapApplicationId := 47,
            applicationIdValue := ULP_UA 
        },
        suplInit := p_ulpSuplInit
    }
}

Declared in group SMS_Messages

Returns: SMSWAPSUPLINITMessage -

Parameters:
smSuplInit
template SMSWAPSUPLINITMessage smSuplInit(WAPContentType p_contentType, XWAPApplicationIdValue p_xWapApplIdValue, template ULP_PDU p_ulpSuplInit, ShortMessageFormat p_smFormat)  modifies smCorrectSuplInit(p_ulpSuplInit, p_smFormat) := {
wapSuplInitMessage := {
wapMessageHeader := {
contentType := p_contentType,
applicationIdValue := p_xWapApplIdValue 
}
}
}

Declared in group SMS_Messages

Returns: SMSWAPSUPLINITMessage -

Parameters: