aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/MAP-commonDataTypes.py
blob: 694abefa6aa63b26d4fe425d6d4cf09451b7701c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
MAP-commonDataTypes
	{ iso (1) identified-organization (4) etsi (0) mobileDomain (0)
		gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2) }
DEFINITIONS ::=
BEGIN

EXPORTS
    TBCD-STRING,
    AddressString,
    ISDN-AddressString,
    LMSI,
    IMSI,
    TMSI,
--    IMSIBCD,
    SubscriberID;


   TBCD-STRING ::= OCTET STRING (SIZE(3..8))
   AddressString ::= OCTET STRING (SIZE(1..20))
   ISDN-AddressString ::=  AddressString 
   LMSI ::= OCTET STRING (SIZE(4))
 --  IMSIBCD ::= BCD-STRING
   IMSI ::= TBCD-STRING
   TMSI ::= OCTET STRING (SIZE(1..4))
   SubscriberID ::= CHOICE{
       imsi		[0] IMSI,
       tmsi		[1] TMSI}
   
   
END  -- of MAP-commonDataTypes