blob: 7aef32d8d0337e506c9ae06bcedd9110d7504e97 [file] [log] [blame]
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001-- **************************************************************
2--
3-- Common definitions
4--
5-- **************************************************************
6
7RANAP-CommonDataTypes {
8itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
9umts-Access (20) modules (3) ranap (0) version1 (1) ranap-CommonDataTypes (3) }
10
11DEFINITIONS AUTOMATIC TAGS ::=
12
13BEGIN
14
15Criticality ::= ENUMERATED { reject, ignore, notify }
16
17Presence ::= ENUMERATED { optional, conditional, mandatory }
18
19PrivateIE-ID ::= CHOICE {
20 local INTEGER (0..65535),
21 global OBJECT IDENTIFIER
22}
23
24ProcedureCode ::= INTEGER (0..255)
25
26ProtocolExtensionID ::= INTEGER (0..65535)
27
28ProtocolIE-ID ::= INTEGER (0..65535)
29
30TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome, outcome }
31
32END