IMPORTANT:
CDR Fields
3GPP TS 23.003 (CCITT Rec.
E 212)
ServedIMSI ::= OCTET
STRING (SIZE(1..8))
-- subscriber
identification IMSI
-- octet
1..8: <= 15 digits TBCD-String (twisted)
--
substructure (without spares or fillers):
--
3 digits - mobile country code (MCC)
--
2 digits - mobile network code (MNC)
--
<= 10 digits - mobile subscriber identification number (MSIN)
--
first and intermediate octet = 2 digits
--
last octet = 2 digits or 1 digit + 1 fill digit H'F
--
--
example:
-- IMSI: '262025600010020'
--
filled: '262025600010020F'
--
encoded: H'62 02 52 06 00 01 20 F0
3GPP TS 23.003
(CCITT Rec. E 213)
ServedMSISDN
::= OCTET STRING (SIZE(1..9))
subscriber identification
MSISDN
octet 1 : bit 8 (msb):
extension bit
= 1 : no extension
other
: not relevant
bit 7..5 : type of number
= 000 : unknown
= 001 : international
number
= 010 : national
significant number
= 011 : network
specific number
= 100 : subscriber
number
= 101 : reserved
= 110 : abbreviated
number
= 111 : reserved
for extension
bit 4..1 : numbering
plan indicator
= 0001: ISDN/Telephony
Numbering Plan (Rec CCITT E.164)
other : not relevant
octet 2..9: <= 16
digits TBCD-String (twisted)
substructure (without
spares or fillers):
1..3 digits - country
code (CC)
(only international number)
3 digits - national destination
code (NDC)
<= 10 digits
- subscriber number (SN)
first and intermediate
octet = 2 digits
last octet = 2
digits or 1 digit + 1 fill digit H'F
example:
MSISDN: '<internat #><E.164>491720400305'
encoded: H'91 94 71 02
04 30 50