blob: 8097a3e1f61f280603764dccce89ccf6e8af6c2c [file] [log] [blame]
Harald Weltea013e682018-06-18 19:49:39 +02001-- HNBAP-CommonDataTypes.asn
2--
3-- 3GPP TS 25.469 V10.1.0 (2011-06)
4-- http://www.3gpp.org/ftp/Specs/html-info/25469.htm
5--
6-- 9.3.5 Common Definitions
7--
8
9-- **************************************************************
10--
11-- Common definitions
12--
13-- **************************************************************
14
15HNBAP-CommonDataTypes {
16itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
17umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-CommonDataTypes (3) }
18
19DEFINITIONS AUTOMATIC TAGS ::=
20
21BEGIN
22
23-- **************************************************************
24--
25-- Extension constants
26--
27-- **************************************************************
28
29maxPrivateIEs INTEGER ::= 65535
30maxProtocolExtensions INTEGER ::= 65535
31maxProtocolIEs INTEGER ::= 65535
32
33-- **************************************************************
34--
35-- Common Data Types
36--
37-- **************************************************************
38Criticality ::= ENUMERATED { reject, ignore, notify }
39
40Presence ::= ENUMERATED { optional, conditional, mandatory }
41
42PrivateIE-ID ::= CHOICE {
43 local INTEGER (0..65535),
44 global OBJECT IDENTIFIER
45}
46
47
48ProcedureCode ::= INTEGER (0..255)
49
50
51ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
52
53TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }
54
55END