blob: e11f3175d340d6e2d306c0509d9f1fc40c83008f [file] [log] [blame]
Pau Espin Pedrol7c13cb72022-06-16 19:03:44 +02001-- SBC-AP-CommonDataTypes.asn
2--
3-- Taken from 3GPP TS 29.168 V15.1.0 (2018-09)
4-- http://www.3gpp.org/ftp/Specs/archive/29_series/29.168/29168-930.zip
5--
6-- 4.4.6 Common Definitions
7--
8
9-- **************************************************************
10--
11-- Common definitions
12--
13-- **************************************************************
14
15SBC-AP-CommonDataTypes {
16itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
17eps-Access (21) modules (3) sbc-AP (3) version1 (1) sbc-AP-CommonDataTypes (3)}
18
19DEFINITIONS AUTOMATIC TAGS ::=
20
21BEGIN
22
23Criticality ::= ENUMERATED { reject, ignore, notify }
24
25Presence ::= ENUMERATED { optional, conditional, mandatory }
26
27ProcedureCode ::= INTEGER (0..255)
28
29ProtocolExtensionID ::= INTEGER (0..65535)
30
31ProtocolIE-ID ::= INTEGER (0..65535)
32
33TriggeringMessage ::= ENUMERATED {initiating-message, successful-outcome, unsuccessful-outcome, outcome}
34
35END