[Automatic update for 2016-03-13]
[metze/wireshark/wip.git] / epan / dissectors / asn1 / rua / RUA-CommonDataTypes.asn
1 -- RUA-CommonDataTypes.asn
2 --
3 -- 3GPP TS 25.468 V9.1.0 (2010-03)
4 -- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
5 --
6 -- 9.3.5        Common definitions
7 --
8 -- **************************************************************
9 --
10 -- Common definitions
11 --
12 -- **************************************************************
13
14 RUA-CommonDataTypes {
15 itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) 
16 umts-Access (20) modules (3) rua(5) version1 (1) rUA-CommonDataTypes (3)  }
17
18 DEFINITIONS AUTOMATIC TAGS ::= 
19
20 BEGIN
21
22 -- **************************************************************
23 --
24 -- Extension constants
25 --
26 -- **************************************************************
27
28 maxPrivateIEs                                                                   INTEGER ::= 65535
29 maxProtocolExtensions                                                   INTEGER ::= 65535
30 maxProtocolIEs                                                                  INTEGER ::= 65535
31
32 -- **************************************************************
33 --
34 -- Common Data Types
35 --
36 -- **************************************************************
37 Criticality             ::= ENUMERATED { reject, ignore, notify }
38
39 Presence                ::= ENUMERATED { optional, conditional, mandatory }
40
41
42 ProcedureCode           ::= INTEGER (0..255)
43
44 PrivateIE-ID    ::= CHOICE {
45         local                           INTEGER (0..65535),
46         global                          OBJECT IDENTIFIER
47 }
48
49 ProtocolIE-ID           ::= INTEGER (0..maxProtocolIEs)
50
51 TriggeringMessage       ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }
52
53 END