Difference between revisions of "InformServiceCenter"
From ss7api.null.ro
(Created page with "==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). ==Invoke parameters=...") |
Revision as of 11:40, 26 August 2013
Contents |
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).
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.
Result parameters
This operation does not expect a result.
Example
<component remoteCID=1" type="Invoke" operationCode="informServiceCentre"> <msisdn>448499559676</msisdn> <mw-status>mnrf-Set</mw-status> </component>