epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / epan / dissectors / asn1 / sabp / SABP-Constants.asn
blobfeb87b8ea742dad15541fc9f9d0ee36ef4e7d95f
1 -- SABP-Constants.asn
2 --
3 -- Taken from 3GPP TS 25.419 V11.1.0 (2013-03)
4 -- http://www.3gpp.org/ftp/Specs/archive/25_series/25.419/25419-700.zip/25419-700.DOC
5 --
6 -- 9.3.6        Constant Definitions
7 --
9 -- **************************************************************
11 -- Constant definitions
13 -- **************************************************************
15 SABP-Constants {
16 itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) 
17 umts-Access (20) modules (3) sabp (3) version1 (1) sabp-Constants (4) } 
19 DEFINITIONS AUTOMATIC TAGS ::= 
21 BEGIN
23 -- **************************************************************
25 -- Elementary Procedures
27 -- **************************************************************
29 id-Write-Replace                        INTEGER ::= 0
30 id-Kill                                 INTEGER ::= 1
31 id-Load-Status-Enquiry                  INTEGER ::= 2
32 id-Message-Status-Query                 INTEGER ::= 3
33 id-Restart-Indication                   INTEGER ::= 4
34 id-Reset                                INTEGER ::= 5
35 id-Failure-Indication                   INTEGER ::= 6
36 id-Error-Indication                     INTEGER ::= 7
38 -- **************************************************************
40 -- IEs
42 -- **************************************************************
44 id-Broadcast-Message-Content            INTEGER ::= 0
45 id-Category                             INTEGER ::= 1
46 id-Cause                                INTEGER ::= 2
47 id-Criticality-Diagnostics      INTEGER ::=3
48 id-Data-Coding-Scheme                   INTEGER ::= 4
49 id-Failure-List                         INTEGER ::= 5
50 id-Message-Identifier                   INTEGER ::= 6
51 id-New-Serial-Number                    INTEGER ::= 7
52 id-Number-of-Broadcasts-Completed-List  INTEGER ::= 8
53 id-Number-of-Broadcasts-Requested               INTEGER ::= 9
54 id-Old-Serial-Number                            INTEGER ::= 10
55 id-Radio-Resource-Loading-List          INTEGER ::= 11
56 id-Recovery-Indication                  INTEGER ::= 12
57 id-Repetition-Period                    INTEGER ::= 13
58 id-Serial-Number                        INTEGER ::= 14
59 id-Service-Areas-List                   INTEGER ::= 15
60 id-MessageStructure                             INTEGER ::= 16
61 id-TypeOfError                                  INTEGER ::= 17
62 id-Paging-ETWS-Indicator                INTEGER ::= 18
63 id-Warning-Type                                 INTEGER ::= 19
64 id-WarningSecurityInfo                  INTEGER ::= 20 
65 id-Broadcast-Message-Content-Validity-Indicator         INTEGER ::= 21
67 -- **************************************************************
69 -- Extension constants
71 -- **************************************************************
73 -- **************************************************************
75 -- Lists
77 -- **************************************************************
79 maxNrOfErrors                           INTEGER ::= 256 
80 maxnoofSAI                      INTEGER ::= 65535 
82 maxProtocolExtensions                   INTEGER ::= 65535
83 maxProtocolIEs                          INTEGER ::= 65535
84 maxNrOfLevels                                           INTEGER ::= 256
86 END