Difference between revisions of "UpdateGprsLocation"
From ss7api.null.ro
(Created page with "==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. ...") |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:updateGprsLocation}} | ||
==Capability: LocationManagement== | ==Capability: LocationManagement== | ||
Latest revision as of 16:59, 27 August 2013
Contents |
[edit] Capability: LocationManagement
[edit] 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.
[edit] 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
[edit] 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
[edit] Result parameters
- hlr-Number – HLR identification string / number
[edit] 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>
[edit] References
- ETSI TS 100 974 V7.15.0 (2004-03) p1091