HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / asn1 / ranap / RANAP-CommonDataTypes.asn
blob574f4e02ff32f9ceae7ac75b1efb32e8d6c984a4
1 -- RANAP-CommonDataTypes.asn
2 --
3 -- 3GPP TS 25.413 V10.4.0 (2011-12)
4 -- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
5 --
6 -- 9.3.5        Common Definitions
7 --
8 -- $Id$
9 --
11 -- **************************************************************
13 -- Common definitions
15 -- **************************************************************
17 RANAP-CommonDataTypes {
18 itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
19 umts-Access (20) modules (3) ranap (0) version1 (1) ranap-CommonDataTypes (3) }
21 DEFINITIONS AUTOMATIC TAGS ::=
23 BEGIN
25 Criticality             ::= ENUMERATED { reject, ignore, notify }
27 Presence                ::= ENUMERATED { optional, conditional, mandatory }
29 PrivateIE-ID    ::= CHOICE {
30         local                           INTEGER (0..65535),
31         global                          OBJECT IDENTIFIER
34 ProcedureCode           ::= INTEGER (0..255)
36 ProtocolExtensionID     ::= INTEGER (0..65535)
38 ProtocolIE-ID           ::= INTEGER (0..65535)
40 TriggeringMessage       ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome, outcome }
42 END