blob: 92f3e128579ef2b41d8eb272f436a78cdef23981 [file] [log] [blame]
Harald Welte65dad8e2019-05-06 14:48:02 +02001--
2-- Common definitions
3--
4-- **************************************************************
5SABP-CommonDataTypes {
6itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
7umts-Access (20) modules (3) sabp (3) version1 (1) sabp-CommonDataTypes (3) }
8DEFINITIONS AUTOMATIC TAGS ::=
9BEGIN
10Criticality ::= ENUMERATED { reject, ignore, notify }
11Presence ::= ENUMERATED { optional, conditional, mandatory }
12ProcedureCode ::= INTEGER (0..255)
13ProtocolExtensionID ::= INTEGER (0..65535)
14ProtocolIE-ID ::= INTEGER (0..65535)
15TriggeringMessage ::= ENUMERATED {initiating-message, successful-outcome, unsuccessful-outcome, outcome}
16END