OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Templates Summary | |
|---|---|
| smCorrectSuplInit | |
| smSuplInit | |
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
}
}
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
}
}
}