blob: 4212bb57d876c6a33d93da405f9f234fad87717d [file] [log] [blame]
Harald Weltea013e682018-06-18 19:49:39 +02001-- 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
14RUA-CommonDataTypes {
15itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
16umts-Access (20) modules (3) rua(5) version1 (1) rUA-CommonDataTypes (3) }
17
18DEFINITIONS AUTOMATIC TAGS ::=
19
20BEGIN
21
22-- **************************************************************
23--
24-- Extension constants
25--
26-- **************************************************************
27
28maxPrivateIEs INTEGER ::= 65535
29maxProtocolExtensions INTEGER ::= 65535
30maxProtocolIEs INTEGER ::= 65535
31
32-- **************************************************************
33--
34-- Common Data Types
35--
36-- **************************************************************
37Criticality ::= ENUMERATED { reject, ignore, notify }
38
39Presence ::= ENUMERATED { optional, conditional, mandatory }
40
41
42ProcedureCode ::= INTEGER (0..255)
43
44PrivateIE-ID ::= CHOICE {
45 local INTEGER (0..65535),
46 global OBJECT IDENTIFIER
47}
48
49ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
50
51TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }
52
53END