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...") |
|||
Line 1: | Line 1: | ||
− | ==Capability: Routing | + | ==Capability: Routing== |
==Usage== | ==Usage== |
Revision as of 18:01, 23 August 2013
Contents |
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 – 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
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
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>
References
- ETSI TS 100 974 V7.15.0 (2004-03) p1092