blob: 20a9bb422ee6229e642160eb3a6e6226e185d13b [file] [log] [blame]
Harald Welte799049c2019-06-26 01:35:18 +02001-- 3GPP TS 36.413 V15.5.0 (2019-03)
2-- 9.3.5 Common Definitions
3-- **************************************************************
4--
5-- Common definitions
6--
7-- **************************************************************
8
9S1AP-CommonDataTypes {
10itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
11eps-Access (21) modules (3) s1ap (1) version1 (1) s1ap-CommonDataTypes (3) }
12
13DEFINITIONS AUTOMATIC TAGS ::=
14
15BEGIN
16
17Criticality ::= ENUMERATED { reject, ignore, notify }
18
19Presence ::= ENUMERATED { optional, conditional, mandatory }
20
21PrivateIE-ID ::= CHOICE {
22 local INTEGER (0..65535),
23 global OBJECT IDENTIFIER
24}
25
26ProcedureCode ::= INTEGER (0..255)
27
28ProtocolExtensionID ::= INTEGER (0..65535)
29
30ProtocolIE-ID ::= INTEGER (0..65535)
31
32TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome }
33
34END