Difference between revisions of "SendRoutingInfoForGprs"
From ss7api.null.ro
(Created page with "==Capability: Routing=== ==Usage== This message is sent by a GGSN to the HLR to find out to which SGSN a subscriber is registered. ==Invoke parameters== * '''imsi''' – I...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | ==Capability: Routing | + | {{DISPLAYTITLE:sendRoutingInfoForGprs}} |
+ | ==Capability: Routing== | ||
==Usage== | ==Usage== |
Latest revision as of 17:02, 27 August 2013
Contents |
[edit] Capability: Routing
[edit] Usage
This message is sent by a GGSN to the HLR to find out to which SGSN a subscriber is registered.
[edit] Invoke parameters
- imsi – IMSI of the SIM card
- ggsn-Address – Address of the GGSN making the query
- ggsn-Number – Number of the GGSN making the query
- extensionContainer – Container for various extensions
[edit] Result parameters
- sgsn-Address – Address of the SGSN where the Mobile Station is located for data
- ggsn-Address – Address of the GGSN making the query
- mobileNotReachableReason – Unreachability reason, number 0 to 255
-
extensionContainer– Container for various extensions
[edit] Example
<component remoteCID=1" type="Invoke" operationCode="sendRoutingInfoForGprs"> <imsi enc="e212">497012345678900</imsi> <ggsn-Number>49709200160</ggsn-Number> </component> ... <component remoteCID=1" type="ResultLast" operationCode="sendRoutingInfoForGprs"> <sgsn-Address>10.0.1.2</sgsn-Address> </component>
[edit] References
- ETSI TS 100 974 V7.15.0 (2004-03) p1092