updateGprsLocation
From ss7api.null.ro
Contents |
Capability: LocationManagement
Usage
This message is sent by a SGSN to the HLR owning the IMSI when the mobile terminal moved in a location controlled by the SGSN.
Expected actions
- The HLR must update its internal GPRS location it holds for the IMSI.
- The HLR must Invoke an insertSubscriberData request to the SGSN to let it know about the settings and available data services of the subscriber. This should be done in the same transaction and wait for the completion.
- If needed the HLR may Invoke an activateTraceMode to the SGSN to request tracing of subscriber's activity. This should be done in the same transaction and wait for the completion.
- The HLR must ResultLast to the updateGprsLocation including its own hlr-Number
Invoke parameters
- imsi – IMSI of the SIM card
- sgsn-Number – SGSN identification string / number
- sgsn-Address – SGSN network name or address
- extensionContainer – Container for various extensions
- sgsn-Capability – Capabilities supported by the SGSN
Result parameters
- hlr-Number – HLR identification string / number
Example
<component remoteCID=1" type="Invoke" operationCode="updateGprsLocation"> <imsi>497012345678900</imsi> <sgsn-Number>49709200150</sgsn-Number> <sgsn-Address>10.0.1.2</sgsn-Address> </component> ... <component remoteCID=1" type="ResultLast" operationCode="updateGprsLocation"> <hlr-Number>4970100</hlr-Number> </component>
References
- ETSI TS 100 974 V7.15.0 (2004-03) p1091