Difference between revisions of "RestoreData"
From ss7api.null.ro
(Created page with "==Capability: SubscriberData== ==Usage== This message is sent by a VLR to a HLR if it does not have subscriber data for an IMSI or has reasons to believe the data is unrelia...") |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:restoreData}} | ||
==Capability: SubscriberData== | ==Capability: SubscriberData== | ||
Latest revision as of 17:01, 27 August 2013
Contents |
[edit] Capability: SubscriberData
[edit] Usage
This message is sent by a VLR to a HLR if it does not have subscriber data for an IMSI or has reasons to believe the data is unreliable (after an outage).
[edit] Expected actions
- The HLR must Invoke an insertSubscriberData request to the VLR to let it know about the settings and available services of the subscriber. This should be done in the same transaction and wait for the completion.
- The HLR must ResultLast to the restoreData including its own hlr-Number
[edit] Invoke parameters
- imsi – IMSI of the SIM card
- lmsi – Local mobile station identity (VLR specific)
- extensionContainer – Container for various extensions
- vlr-Capability – Capabilities of the VLR
- supportedCamelPhases – Supported CAMEL phases, can be "phase1" and/or "phase2"
- extensionContainer – Container for various extensions
- solsaSupportIndicator – If present indicates Support Of Location Service Area
[edit] Result parameters
- hlr-Number – HLR identification string / number
- msNotReachable – If present indicate the Mobile Station is known unreachable
-
extensionContainer– Container for various extensions
[edit] Example
<component remoteCID=1" type="Invoke" operationCode="restoreData"> <imsi enc="e212">497012345678900</imsi> <vlr-Capability> <supportedCamelPhases>phase1</supportedCamelPhases> <solsaSupportIndicator enc="null"/> </vlr-Capability> </component> ... <component remoteCID=1" type="ResultLast" operationCode="restoreData"> <hlr-Number>4970100</hlr-Number> </component>
[edit] References
- ETSI TS 100 974 V7.15.0 (2004-03) p1059