Difference between revisions of "Mt-forwardSM"
From ss7api.null.ro
(Created page with "==Usage== This operation is used between the gateway MSC and the serving MSC/SGSN to forward mobile terminated short messages. ==Invoke parameters== * sm-RP-DA – represen...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:mt-forwardSM}} | ||
==Usage== | ==Usage== | ||
Line 24: | Line 25: | ||
==Example== | ==Example== | ||
− | + | ||
− | + | <component localCID="1" type="Invoke" operationCode="mt-forwardSM" timeout="15"> | |
− | + | <sm-RP-DA> | |
− | + | <imsi>901700000003000</imsi> | |
− | + | </sm-RP-DA> | |
− | + | <sm-RP-OA> | |
− | + | <serviceCentreAddressOA plan="isdn" nature="international"> | |
− | + | 4915555229999 | |
− | + | </serviceCentreAddressOA> | |
− | + | </sm-RP-OA> | |
− | + | <sm-RP-UI>20 0d 91 94 51 55 25 32 93 f1 00 00 21 40 42 61 22 44 40 06 c8 32 9b fd 0e 01</sm-RP-UI> | |
+ | </component> |
Latest revision as of 17:19, 27 August 2013
Contents |
[edit] Usage
This operation is used between the gateway MSC and the serving MSC/SGSN to forward mobile terminated short messages.
[edit] Invoke parameters
- sm-RP-DA – represents the destination address used by the SMS relay sub-layer protocol. It can be one the following:
- imsi - identity of the SIM.
- lmsi - local identity allocated by the VLR to a given subscriber for internal management of data in the VLR
- serviceCentreAddressDA – destination address of the SMSC.
- noSM-RP-DA
- sm-RP-OA – represents the originating address used by the SMS relay sub-layer protocol. It can be one the following:
- msisdn - number associated with the SIM.
- serviceCentreAddressOA – originating address of the SMSC.
- noSM-RP-OA
- sm-RP-UI - this parameter represents the user data field carried by the SMS relay sub-layer protocol.
- extensionContainer
[edit] Result parameters
- sm-RP-UI – this parameter represents the user data field carried by the SMS relay sub-layer protocol.
- extensionContainer
[edit] Example
<component localCID="1" type="Invoke" operationCode="mt-forwardSM" timeout="15"> <sm-RP-DA> <imsi>901700000003000</imsi> </sm-RP-DA> <sm-RP-OA> <serviceCentreAddressOA plan="isdn" nature="international"> 4915555229999 </serviceCentreAddressOA> </sm-RP-OA> <sm-RP-UI>20 0d 91 94 51 55 25 32 93 f1 00 00 21 40 42 61 22 44 40 06 c8 32 9b fd 0e 01</sm-RP-UI> </component>