The Styleguide section has been moved to the Wireshark Developer's Guide.
[obnox/wireshark/wip.git] / asn1 / sabp / SABP-Constants.asn
1 -- SABP-Constants.asn
2 --
3 -- Taken from 3GPP TS 25.419 V9.0.0 (2009-12)
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 --
10
11 -- **************************************************************
12 --
13 -- Constant definitions
14 --
15 -- **************************************************************
16
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) } 
20
21 DEFINITIONS AUTOMATIC TAGS ::= 
22
23 BEGIN
24
25 -- **************************************************************
26 --
27 -- Elementary Procedures
28 --
29 -- **************************************************************
30
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
39
40 -- **************************************************************
41 --
42 -- IEs
43 --
44 -- **************************************************************
45
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
68
69 -- **************************************************************
70 --
71 -- Extension constants
72 --
73 -- **************************************************************
74
75 -- **************************************************************
76 --
77 -- Lists
78 --
79 -- **************************************************************
80
81 maxNrOfErrors                           INTEGER ::= 256 
82 maxnoofSAI                      INTEGER ::= 65535 
83
84 maxProtocolExtensions                   INTEGER ::= 65535
85 maxProtocolIEs                          INTEGER ::= 65535
86 maxNrOfLevels                                           INTEGER ::= 256
87
88 END