HACK: 1. try to match RowsetProperties
[wireshark-wip.git] / asn1 / sabp / SABP-Constants.asn
blob284c85aaf8208030ce3b566099f48a1b236b5329
1 -- SABP-Constants.asn
2 --
3 -- Taken from 3GPP TS 25.419 V11.0.0 (2012-09)
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 --
8 -- $Id$
9 --
11 -- **************************************************************
13 -- Constant definitions
15 -- **************************************************************
17 SABP-Constants {
18 itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) 
19 umts-Access (20) modules (3) sabp (3) version1 (1) sabp-Constants (4) } 
21 DEFINITIONS AUTOMATIC TAGS ::= 
23 BEGIN
25 -- **************************************************************
27 -- Elementary Procedures
29 -- **************************************************************
31 id-Write-Replace                        INTEGER ::= 0
32 id-Kill                                 INTEGER ::= 1
33 id-Load-Status-Enquiry                  INTEGER ::= 2
34 id-Message-Status-Query                 INTEGER ::= 3
35 id-Restart-Indication                   INTEGER ::= 4
36 id-Reset                                INTEGER ::= 5
37 id-Failure-Indication                   INTEGER ::= 6
38 id-Error-Indication                     INTEGER ::= 7
40 -- **************************************************************
42 -- IEs
44 -- **************************************************************
46 id-Broadcast-Message-Content            INTEGER ::= 0
47 id-Category                             INTEGER ::= 1
48 id-Cause                                INTEGER ::= 2
49 id-Criticality-Diagnostics      INTEGER ::=3
50 id-Data-Coding-Scheme                   INTEGER ::= 4
51 id-Failure-List                         INTEGER ::= 5
52 id-Message-Identifier                   INTEGER ::= 6
53 id-New-Serial-Number                    INTEGER ::= 7
54 id-Number-of-Broadcasts-Completed-List  INTEGER ::= 8
55 id-Number-of-Broadcasts-Requested               INTEGER ::= 9
56 id-Old-Serial-Number                            INTEGER ::= 10
57 id-Radio-Resource-Loading-List          INTEGER ::= 11
58 id-Recovery-Indication                  INTEGER ::= 12
59 id-Repetition-Period                    INTEGER ::= 13
60 id-Serial-Number                        INTEGER ::= 14
61 id-Service-Areas-List                   INTEGER ::= 15
62 id-MessageStructure                             INTEGER ::= 16
63 id-TypeOfError                                  INTEGER ::= 17
64 id-Paging-ETWS-Indicator                INTEGER ::= 18
65 id-Warning-Type                                 INTEGER ::= 19
66 id-WarningSecurityInfo                  INTEGER ::= 20 
67 id-Broadcast-Message-Content-Validity-Indicator         INTEGER ::= 21
69 -- **************************************************************
71 -- Extension constants
73 -- **************************************************************
75 -- **************************************************************
77 -- Lists
79 -- **************************************************************
81 maxNrOfErrors                           INTEGER ::= 256 
82 maxnoofSAI                      INTEGER ::= 65535 
84 maxProtocolExtensions                   INTEGER ::= 65535
85 maxProtocolIEs                          INTEGER ::= 65535
86 maxNrOfLevels                                           INTEGER ::= 256
88 END