blob: 0287dfc93b4de7012c99c366e4fe4223bebd8964 [file] [log] [blame]
Harald Weltea013e682018-06-18 19:49:39 +02001-- RANAP-CommonDataTypes.asn
2--
3-- 3GPP TS 25.413 V14.0.0 (2017-03)
4-- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
5--
6-- 9.3.5 Common Definitions
7--
8
9-- **************************************************************
10--
11-- Common definitions
12--
13-- **************************************************************
14
15RANAP-CommonDataTypes {
16itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
17umts-Access (20) modules (3) ranap (0) version1 (1) ranap-CommonDataTypes (3) }
18
19DEFINITIONS AUTOMATIC TAGS ::=
20
21BEGIN
22
23Criticality ::= ENUMERATED { reject, ignore, notify }
24
25Presence ::= ENUMERATED { optional, conditional, mandatory }
26
27PrivateIE-ID ::= CHOICE {
28 local INTEGER (0..65535),
29 global OBJECT IDENTIFIER
30}
31
32ProcedureCode ::= INTEGER (0..255)
33
34ProtocolExtensionID ::= INTEGER (0..65535)
35
36ProtocolIE-ID ::= INTEGER (0..65535)
37
38TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome, outcome }
39
40END