blob: 447e1c42d312f9e90e7f69fa2e3579e795a1261b [file] [log] [blame]
Pau Espin Pedrol7c13cb72022-06-16 19:03:44 +02001-- SBC-AP-Constants.asn
2--
3-- Taken from 3GPP TS 29.168 V15.1.0 (2018-09)
4-- http://www.3gpp.org/ftp/Specs/archive/29_series/29.168/29168-930.zip
5--
6-- 4.4.7 Constant Definitions
7--
8-- **************************************************************
9--
10-- Constant definitions
11--
12-- **************************************************************
13
14SBC-AP-Constants {
15itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
16eps-Access (21) modules (3) sbc-AP (3) version1 (1) sbc-AP-Constants (4)}
17
18DEFINITIONS AUTOMATIC TAGS ::=
19
20BEGIN
21
22-- **************************************************************
23--
24-- Elementary Procedures
25--
26-- **************************************************************
27
28id-Write-Replace-Warning INTEGER ::= 0
29id-Stop-Warning INTEGER ::= 1
30id-Error-Indication INTEGER ::= 2
31id-Write-Replace-Warning-Indication INTEGER ::= 3
32id-Stop-Warning-Indication INTEGER ::= 4
33id-PWS-Restart-Indication INTEGER ::= 5
34id-PWS-Failure-Indication INTEGER ::= 6
35
36-- **************************************************************
37--
38-- IEs
39--
40-- **************************************************************
41
42id-Broadcast-Message-Content INTEGER ::= 0
43id-Cause INTEGER ::= 1
44id-Criticality-Diagnostics INTEGER ::=2
45id-Data-Coding-Scheme INTEGER ::= 3
46id-Failure-List INTEGER ::= 4
47id-Message-Identifier INTEGER ::= 5
48id-Number-of-Broadcasts-Completed-List INTEGER ::= 6
49id-Number-of-Broadcasts-Requested INTEGER ::= 7
50id-Radio-Resource-Loading-List INTEGER ::= 8
51id-Recovery-Indication INTEGER ::= 9
52id-Repetition-Period INTEGER ::= 10
53id-Serial-Number INTEGER ::= 11
54id-Service-Areas-List INTEGER ::= 12
55id-TypeOfError INTEGER ::= 13
56id-List-of-TAIs INTEGER ::= 14
57id-Warning-Area-List INTEGER ::= 15
58id-Warning-Message-Content INTEGER ::= 16
59id-Warning-Security-Information INTEGER ::= 17
60id-Warning-Type INTEGER ::= 18
61id-Omc-Id INTEGER ::= 19
62id-Concurrent-Warning-Message-Indicator INTEGER ::= 20
63id-Extended-Repetition-Period INTEGER ::= 21
64id-Unknown-Tracking-Area-List INTEGER ::= 22
65id-Broadcast-Scheduled-Area-List INTEGER ::= 23
66id-Send-Write-Replace-Warning-Indication INTEGER ::= 24
67id-Broadcast-Cancelled-Area-List INTEGER ::= 25
68id-Send-Stop-Warning-Indication INTEGER ::= 26
69id-Stop-All-Indicator INTEGER ::= 27
70id-Global-ENB-ID INTEGER ::= 28
71id-Broadcast-Empty-Area-List INTEGER ::= 29
72id-Restarted-Cell-List INTEGER ::= 30
73id-List-of-TAIs-Restart INTEGER ::= 31
74id-List-of-EAIs-Restart INTEGER ::= 32
75id-Failed-Cell-List INTEGER ::= 33
76id-List-of-5GS-TAIs INTEGER ::= 34
77id-Warning-Area-List-5GS INTEGER ::= 35
78id-Global-RAN-Node-ID INTEGER ::= 36
79id-Global-GNB-ID INTEGER ::= 37
80id-RAT-Selector-5GS INTEGER ::= 38
81id-Unknown-5GS-Tracking-Area-List INTEGER ::= 39
82id-Broadcast-Scheduled-Area-List-5GS INTEGER ::= 40
83id-Broadcast-Cancelled-Area-List-5GS INTEGER ::= 41
84id-Broadcast-Empty-Area-List-5GS INTEGER ::= 42
85id-Restarted-Cell-List-NR INTEGER ::= 43
86id-Failed-Cell-List-NR INTEGER ::= 44
87id-List-of-5GS-TAI-for-Restart INTEGER ::= 45
88id-Warning-Area-Coordinates INTEGER ::= 46
89
90
91
92-- **************************************************************
93--
94-- Extension constants
95--
96-- **************************************************************
97
98-- **************************************************************
99--
100-- Lists
101--
102-- **************************************************************
103
104maxNrOfErrors INTEGER ::= 256
105maxnoofCellID INTEGER ::= 65535
106maxnoofCellinEAI INTEGER ::= 65535
107maxnoofCellinTAI INTEGER ::= 65535
108maxNrOfTAIs INTEGER ::= 65535
109maxnoofEmergencyAreaID INTEGER ::= 65535
110maxnoofTAIforWarning INTEGER ::= 65535
111
112maxProtocolExtensions INTEGER ::= 65535
113maxProtocolIEs INTEGER ::= 65535
114maxnoofeNBIds INTEGER ::= 256
115maxnoofRestartedCells INTEGER ::= 256
116maxnoofRestartTAIs INTEGER ::= 2048
117maxnoofRestartEAIs INTEGER ::= 256
118maxnoofFailedCells INTEGER ::= 256
119maxnoof5GSTAIs INTEGER ::= 2048
120maxnoofCellsingNB INTEGER ::= 16384
121maxnoofCellsin5GS INTEGER ::= 16776960
122maxnoofCellsin5GSTAI INTEGER ::= 65535
123maxnoofRANNodes INTEGER ::= 65535
124maxnoofRestart5GSTAIs INTEGER ::= 2048maxnoofCellsforRestartNR INTEGER ::= 16384
125
126
127END