HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / asn1 / lppa / LPPA-Common.asn
blob0064937b53bed2423b3b08ffab822b1c17a0b57c
1 -- 3GPP TS 36.455 V11.3.0 (2013-06)
2 -- $Id$
3 --
5 -- **************************************************************
6 --
7 -- Common definitions
8 --
9 -- **************************************************************
11 LPPA-CommonDataTypes {
12 itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) 
13 eps-Access (21) modules (3) lppa (6) version1 (1) lppa-CommonDataTypes (3)  }
15 DEFINITIONS AUTOMATIC TAGS ::= 
17 BEGIN
19 -- **************************************************************
21 -- Extension constants
23 -- **************************************************************
25 maxPrivateIEs                                                                   INTEGER ::= 65535
26 maxProtocolExtensions                                                   INTEGER ::= 65535
27 maxProtocolIEs                                                                  INTEGER ::= 65535
29 -- **************************************************************
31 -- Common Data Types
33 -- **************************************************************
35 Criticality             ::= ENUMERATED { reject, ignore, notify }
37 LPPATransactionID               ::= INTEGER (0..32767)
40 Presence                ::= ENUMERATED { optional, conditional, mandatory }
42 PrivateIE-ID    ::= CHOICE {
43         local                           INTEGER (0.. maxPrivateIEs),
44         global                          OBJECT IDENTIFIER
47 ProcedureCode           ::= INTEGER (0..255)
50 ProtocolIE-ID           ::= INTEGER (0..maxProtocolIEs)
52 TriggeringMessage       ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome}
54 END