Update to V9.2.0 (2010-03).
[obnox/wireshark/wip.git] / asn1 / x2ap / X2AP-CommonDataTypes.asn
1 -- $Id$
2 -- 3GPP TS 36.423 V9.2.0 (2010-03)
3
4 -- 9.3.6        Common definitions
5 -- **************************************************************
6 --
7 -- Common definitions
8 --
9 -- **************************************************************
10
11 X2AP-CommonDataTypes {
12 itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) 
13 eps-Access (21) modules (3) x2ap (2) version1 (1) x2ap-CommonDataTypes (3)  }
14
15 DEFINITIONS AUTOMATIC TAGS ::= 
16
17 BEGIN
18
19 -- **************************************************************
20 --
21 -- Extension constants
22 --
23 -- **************************************************************
24
25 maxPrivateIEs                                                                   INTEGER ::= 65535
26 maxProtocolExtensions                                                   INTEGER ::= 65535
27 maxProtocolIEs                                                                  INTEGER ::= 65535
28
29 -- **************************************************************
30 --
31 -- Common Data Types
32 --
33 -- **************************************************************
34
35 Criticality             ::= ENUMERATED { reject, ignore, notify }
36
37 Presence                ::= ENUMERATED { optional, conditional, mandatory }
38
39 PrivateIE-ID    ::= CHOICE {
40         local                           INTEGER (0.. maxPrivateIEs),
41         global                          OBJECT IDENTIFIER
42 }
43
44 ProcedureCode           ::= INTEGER (0..255)
45
46
47 ProtocolIE-ID           ::= INTEGER (0..maxProtocolIEs)
48
49
50 TriggeringMessage       ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome}
51
52 END