blob: db102a942303711763c7a594620a66727ce12e98 [file] [log] [blame]
Harald Welteac666f52015-08-29 10:00:38 +02001-- **************************************************************
2--
3-- Common definitions
4--
5-- **************************************************************
6
7HNBAP-CommonDataTypes {
8itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
9umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-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
34PrivateIE-ID ::= CHOICE {
35 local INTEGER (0..65535),
36 global OBJECT IDENTIFIER
37}
38
39
40ProcedureCode ::= INTEGER (0..255)
41
42
43ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
44
45TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }
46
47END