Difference between revisions of "InformServiceCenter"
From ss7api.null.ro
(→Invoke parameters) |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:informServiceCenter}} | ||
==Usage== | ==Usage== | ||
Latest revision as of 17:18, 27 August 2013
Contents |
[edit] Usage
This operation is used by the HLR to inform the gateway MSC which MSISDN number is stored in the Message Waiting Data file (has a SM waiting).
[edit] Invoke parameters
This operation has the following invoke parameters:
- storedMSISDN - the stored MSISDN in the Message Waiting Data file.
- mw-Status - it is a set of the following flags:
- sc-AddressNotIncluded - indicates if the address of the originator service centre is included in the Message Waiting Data file.
- mnrf-Set - Mobile subscriber Not Reachable flag.
- mcef-Set - Memory Capacity Exceeded flag.
- mnrg-Set - Mobile station Not Reachable for GPRS flag.
- extensionContainer
- absentSubscriberDiagnosticSM - indicates the reason why the subscriber is absent.
- additionalAbsentSubscriberDiagnosticSM - indicates the reason of the additional SM delivery outcome.
[edit] Result parameters
This operation does not expect a result.
[edit] Example
<component remoteCID=1" type="Invoke" operationCode="informServiceCentre"> <msisdn>448499559676</msisdn> <mw-status>mnrf-Set</mw-status> </component>