dictionarytagsss7

Which standards are SS7 MAP Tags defined in?


Can anyone give me information on which standard contains MAP Tags - sm-RP-UI?

  04 1a - sm-RP-UI
  24 - TP-RP/UDHI/SRI/MMS/MTI
  0b  - length
  91 26 18 18 55 32 f7 - TP-Originating-Address
  00 - TP-PID
  00 - TP-DCS
  90 40 02 91 61 42 82 - TP-Service-Centre-Time-Stamp
  07 - TP-User-Data-Length: (7) depends on Data-Coding-Scheme
  ca f0 3a 2c a7 87 01 - TP-User-Data

The details are needed for coding and I'd like to know which standard they are in. I have been looking in GSM 29.002, GSM 23.040, and GSM 24.011 and I haven't found them.

Any help would be greatly appreciated,

Thank you.


Solution

  • The SMTL PDUs are defined in 3GPP TS 23.040 - Technical realization of the Short Message Service (SMS)

    More specifically:

    04 1a
    

    This is ASN.1 tag a length (OCTET STRING). Since you say this is sm-RP-UI it would be the SignalInfo ASN.1 type defined in 3GPP TS 29.002 used with labels sm-RP-UI on different MAP operations.

    24   
    

    First thing to look here are the last two bits (TP-Message-Type-Indicator: 9.2.3.1 of 23.040) Since you have H'24 -> B'00100100. This is an SMS-DELIVER (SC to MS)

    SMS-DELIVER (9.2.2.1) contains

    0b 91 26 18 18 55 32 f7

    00

    00

    90 40 02 91 61 42 82

    07

    ca f0 3a 2c a7 87 01 * TP-User-Data (TP-UD 9.2.3.24)