OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Templates Summary | |
|---|---|
| r_suplStart | |
| r_suplPosInit | |
| r_suplAuthReq | |
| r_suplEnd | |
| r_suplEnd_sessionStopped | |
| r_suplPos | |
template UlpMessage r_suplStart := {
msSUPLSTART := {
sETCapabilities := ?,
locationId := ?,
qoP := *,
ver2_SUPL_START_extension := *
}
}
template UlpMessage r_suplPosInit := {
msSUPLPOSINIT := {
sETCapabilities := ?,
requestedAssistData := *,
locationId := ?,
position := *,
sUPLPOS := *,
ver := *,
ver2_SUPL_POS_INIT_extension := *
}
}
template UlpMessage r_suplAuthReq := {
msSUPLAUTHREQ := {
ver := *,
sETCapabilities := *
}
}
template UlpMessage r_suplEnd := {
msSUPLEND := {
position := *,
statusCode := *,
ver := *,
ver2_SUPL_END_extension := *
}
}
template UlpMessage r_suplEnd_sessionStopped := {
msSUPLEND := {
position := *,
statusCode := ver2_sessionStopped,
ver := *,
ver2_SUPL_END_extension := *
}
}
template UlpMessage r_suplPos := {
msSUPLPOS := {
posPayLoad := ?,
velocity := *,
ver2_SUPL_POS_extension := *
}
}