blob: da7ed227234b3ab63103916e32e461b734402b0b [file] [log] [blame]
Harald Welteb1c6a2c2015-08-29 09:33:12 +02001-- **************************************************************
2--
3-- Common definitions
4--
5-- **************************************************************
6
7RUA-CommonDataTypes {
8itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
9umts-Access (20) modules (3) rua(5) version1 (1) rUA-CommonDataTypes (3) }
10
11DEFINITIONS AUTOMATIC TAGS ::=
12
13BEGIN
14
15-- **************************************************************
16--
17-- Extension constants
18--
19-- **************************************************************
20
21maxPrivateIEs INTEGER ::= 65535
22maxProtocolExtensions INTEGER ::= 65535
23maxProtocolIEs INTEGER ::= 65535
24
25-- **************************************************************
26--
27-- Common Data Types
28--
29-- **************************************************************
30Criticality ::= ENUMERATED { reject, ignore, notify }
31
32Presence ::= ENUMERATED { optional, conditional, mandatory }
33
34
35ProcedureCode ::= INTEGER (0..255)
36
37PrivateIE-ID ::= CHOICE {
38 local INTEGER (0..65535),
39 global OBJECT IDENTIFIER
40}
41
42ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
43
44TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }
45
46END