~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/RANAP-Constants.asn1

  • Committer: Elliot Murphy
  • Date: 2010-06-08 03:55:44 UTC
  • mfrom: (3.5.6 squeeze)
  • Revision ID: elliot@elliotmurphy.com-20100608035544-dd8zh2swk7jr5rz2
* Merge with Debian unstable; remaining Ubuntu changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to. (LP #438365)
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
* Added missing symlinks to /usr/include for a few new header files.
* Fixed generation of ${erlang-base:Depends} and ${erlang-x11:Depends}
  substitution variables.
* Added a fix for a re:compile/2 crash on a long regular expression.
* Changed urgency to medium as the change fixes a security bug.
* Manpages in section 1 are needed even if only arch-dependent packages are
  built. So, re-enabled them.
* Fixed HiPE architecture recognition for powerpc Debian architecture.
* Moved xsltproc and fop to build-depends-indep and do not build
  documentation if only architecture-specific packages are built.
* Refreshed all patches.
* Made Emacs look in man5 and man7 for Erlang manpages and added code
  skeleton files to erlang-mode package.
* New upstream release.
* Moved manpages from incorrect sections 4 and 6 to correct 5 and 7
  (closes: #498492).
* Made manpages regexp in Emacs mode match only 3erl pages in section 3.
* Removed docb_gen script which is no longer needed to build manpages.
* Added erlang-doc package which contains documentation in HTML and PDF
  formats. This package replaces erlang-doc-html package and it's easier
  to synchronize it with the main Erlang packages as it's built from
  a single source package (closes: #558451).
* Removed RPATH from ssl and crypto application binaries as required by
  Debian policy.
* Added libwxgtk2.4-dev and libwxgtk2.6-dev to build conflicts.
* Added a few dpendencies for erlang-dialyzer, erlang-et, erlang-observer
  and erlang-examples packages which now call functions from more modules
  than in 1:13.b.3.
* Added a workaround which disables vfork() for hppa architecture
  (closes: #562218).
* Strictened check for JDK 1.5 adding a call to String(int[], int, int)
  because GCJ 4.4 doesn't implement it and OpenJDK isn't available for all
  architectures.
* Fixed erlang-manpages package section.
* Made erlang-depends add only substvars which are requested in
  debian/control file. This minimizes number of warnings from dh_gencontrol.
  Also, improved descriptions of the functions in erlang-depends escript.
* Added erlang-erl-docgen package to erlang-nox dependencies.
* Made dummy packages erlang-nox and erlang-x11 architecture all.
* Cleaned up working with custom substitution variables in debian/rules.
* Reorganized debian/rules to ensure that manpages arent built twice, and
  aren't built at all if only architecture-dependent packages are requested.
* Fixed project links in README.Debian.
* Added a new package erlang-jinterface which provides tools for
  communication of Java programs with Erlang processes. This adds build
  depandency on default-jdk and as a result enables Java module for IDL
  compiler.
* Bumped standards version to 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- RANAP-Constants.asn
 
2
--
 
3
-- Taken from 3GPP TS 25.413 V8.2.1 (2009-03)
 
4
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.413/25413-821.zip
 
5
--
 
6
-- 9.3.6        Constant Definitions
 
7
--
 
8
-- $Id$
 
9
--
 
10
-- **************************************************************
 
11
--
 
12
-- Constant definitions
 
13
--
 
14
-- **************************************************************
 
15
 
 
16
RANAP-Constants { 
 
17
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) 
 
18
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-Constants (4) } 
 
19
 
 
20
DEFINITIONS AUTOMATIC TAGS ::= 
 
21
 
 
22
BEGIN
 
23
 
 
24
-- **************************************************************
 
25
--
 
26
-- Elementary Procedures
 
27
--
 
28
-- **************************************************************
 
29
 
 
30
id-RAB-Assignment                                       INTEGER ::= 0
 
31
id-Iu-Release                                           INTEGER ::= 1
 
32
id-RelocationPreparation                        INTEGER ::= 2
 
33
id-RelocationResourceAllocation         INTEGER ::= 3
 
34
id-RelocationCancel                                     INTEGER ::= 4
 
35
id-SRNS-ContextTransfer                         INTEGER ::= 5
 
36
id-SecurityModeControl                          INTEGER ::= 6
 
37
id-DataVolumeReport                                     INTEGER ::= 7
 
38
id-Reset                                                        INTEGER ::= 9
 
39
id-RAB-ReleaseRequest                           INTEGER ::= 10
 
40
id-Iu-ReleaseRequest                            INTEGER ::= 11
 
41
id-RelocationDetect                                     INTEGER ::= 12
 
42
id-RelocationComplete                           INTEGER ::= 13
 
43
id-Paging                                                       INTEGER ::= 14
 
44
id-CommonID                                                     INTEGER ::= 15
 
45
id-CN-InvokeTrace                                       INTEGER ::= 16
 
46
id-LocationReportingControl                     INTEGER ::= 17
 
47
id-LocationReport                                       INTEGER ::= 18
 
48
id-InitialUE-Message                            INTEGER ::= 19
 
49
id-DirectTransfer                                       INTEGER ::= 20
 
50
id-OverloadControl                                      INTEGER ::= 21
 
51
id-ErrorIndication                                      INTEGER ::= 22
 
52
id-SRNS-DataForward                                     INTEGER ::= 23
 
53
id-ForwardSRNS-Context                          INTEGER ::= 24
 
54
id-privateMessage                                       INTEGER ::= 25
 
55
id-CN-DeactivateTrace                           INTEGER ::= 26
 
56
id-ResetResource                                        INTEGER ::= 27
 
57
id-RANAP-Relocation                                     INTEGER ::= 28
 
58
id-RAB-ModifyRequest                            INTEGER ::= 29
 
59
id-LocationRelatedData                          INTEGER ::= 30
 
60
id-InformationTransfer                          INTEGER ::= 31
 
61
id-UESpecificInformation                        INTEGER ::= 32
 
62
id-UplinkInformationExchange            INTEGER ::= 33
 
63
id-DirectInformationTransfer            INTEGER ::= 34
 
64
id-MBMSSessionStart                                     INTEGER ::= 35
 
65
id-MBMSSessionUpdate                            INTEGER ::= 36
 
66
id-MBMSSessionStop                                      INTEGER ::= 37
 
67
id-MBMSUELinking                                        INTEGER ::= 38
 
68
id-MBMSRegistration                                     INTEGER ::= 39
 
69
id-MBMSCNDe-Registration-Procedure      INTEGER ::= 40
 
70
id-MBMSRABEstablishmentIndication       INTEGER ::= 41
 
71
id-MBMSRABRelease                                       INTEGER ::= 42
 
72
id-enhancedRelocationComplete           INTEGER ::= 43
 
73
id-enhancedRelocationCompleteConfirm            INTEGER ::= 44
 
74
id-RANAPenhancedRelocation                      INTEGER ::= 45
 
75
id-SRVCCPreparation                                     INTEGER ::= 256
 
76
 
 
77
 
 
78
 
 
79
-- **************************************************************
 
80
--
 
81
-- Extension constants
 
82
--
 
83
-- **************************************************************
 
84
 
 
85
maxPrivateIEs                                           INTEGER ::= 65535
 
86
maxProtocolExtensions                           INTEGER ::= 65535
 
87
maxProtocolIEs                                          INTEGER ::= 65535
 
88
 
 
89
-- **************************************************************
 
90
--
 
91
-- Lists
 
92
--
 
93
-- **************************************************************
 
94
 
 
95
maxNrOfDTs                                                      INTEGER ::= 15
 
96
maxNrOfErrors                                           INTEGER ::= 256
 
97
maxNrOfIuSigConIds                                      INTEGER ::= 250
 
98
maxNrOfPDPDirections                            INTEGER ::= 2
 
99
maxNrOfPoints                                           INTEGER ::= 15
 
100
maxNrOfRABs                                                     INTEGER ::= 256
 
101
maxNrOfSeparateTrafficDirections        INTEGER ::= 2
 
102
maxNrOfSRBs                                                     INTEGER ::= 8
 
103
maxNrOfVol                                                      INTEGER ::= 2
 
104
maxNrOfLevels                                           INTEGER ::= 256 
 
105
maxNrOfAltValues                                        INTEGER ::= 16
 
106
maxNrOfPLMNsSN                                          INTEGER ::= 32
 
107
maxNrOfLAs                                                      INTEGER ::= 65536
 
108
maxNrOfSNAs                                                     INTEGER ::= 65536
 
109
maxNrOfUEsToBeTraced                            INTEGER ::= 64
 
110
maxNrOfInterfaces                                       INTEGER ::= 16
 
111
maxRAB-Subflows                                         INTEGER ::= 7
 
112
maxRAB-SubflowCombination                       INTEGER ::= 64
 
113
maxSet                                                          INTEGER ::= 9
 
114
maxNrOfHSDSCHMACdFlows-1                        INTEGER ::= 7
 
115
maxnoofMulticastServicesPerUE           INTEGER ::= 128
 
116
maxnoofMulticastServicesPerRNC          INTEGER ::= 512
 
117
maxMBMSSA                                                       INTEGER ::= 256
 
118
maxMBMSRA                                                       INTEGER ::= 65536
 
119
maxNrOfEDCHMACdFlows-1                          INTEGER ::= 7
 
120
maxGANSSSet                                                     INTEGER ::= 9
 
121
 
 
122
-- **************************************************************
 
123
--
 
124
-- IEs
 
125
--
 
126
-- **************************************************************
 
127
 
 
128
id-AreaIdentity                                                                 INTEGER ::= 0
 
129
id-CN-DomainIndicator                                                   INTEGER ::= 3
 
130
id-Cause                                                                                INTEGER ::= 4
 
131
id-ChosenEncryptionAlgorithm                                    INTEGER ::= 5
 
132
id-ChosenIntegrityProtectionAlgorithm                   INTEGER ::= 6
 
133
id-ClassmarkInformation2                                                INTEGER ::= 7
 
134
id-ClassmarkInformation3                                                INTEGER ::= 8
 
135
id-CriticalityDiagnostics                                               INTEGER ::= 9
 
136
id-DL-GTP-PDU-SequenceNumber                                    INTEGER ::= 10
 
137
id-EncryptionInformation                                                INTEGER ::= 11
 
138
id-IntegrityProtectionInformation                               INTEGER ::= 12
 
139
id-IuTransportAssociation                                               INTEGER ::= 13
 
140
id-L3-Information                                                               INTEGER ::= 14
 
141
id-LAI                                                                                  INTEGER ::= 15
 
142
id-NAS-PDU                                                                              INTEGER ::= 16
 
143
id-NonSearchingIndication                                               INTEGER ::= 17
 
144
id-NumberOfSteps                                                                INTEGER ::= 18
 
145
id-OMC-ID                                                                               INTEGER ::= 19
 
146
id-OldBSS-ToNewBSS-Information                                  INTEGER ::= 20
 
147
id-PagingAreaID                                                                 INTEGER ::= 21
 
148
id-PagingCause                                                                  INTEGER ::= 22
 
149
id-PermanentNAS-UE-ID                                                   INTEGER ::= 23
 
150
id-RAB-ContextItem                                                              INTEGER ::= 24
 
151
id-RAB-ContextList                                                              INTEGER ::= 25
 
152
id-RAB-DataForwardingItem                                               INTEGER ::= 26
 
153
id-RAB-DataForwardingItem-SRNS-CtxReq                   INTEGER ::= 27
 
154
id-RAB-DataForwardingList                                               INTEGER ::= 28
 
155
id-RAB-DataForwardingList-SRNS-CtxReq                   INTEGER ::= 29
 
156
id-RAB-DataVolumeReportItem                                     INTEGER ::= 30
 
157
id-RAB-DataVolumeReportList                                     INTEGER ::= 31
 
158
id-RAB-DataVolumeReportRequestItem                              INTEGER ::= 32
 
159
id-RAB-DataVolumeReportRequestList                              INTEGER ::= 33
 
160
id-RAB-FailedItem                                                               INTEGER ::= 34
 
161
id-RAB-FailedList                                                               INTEGER ::= 35
 
162
id-RAB-ID                                                                               INTEGER ::= 36
 
163
id-RAB-QueuedItem                                                               INTEGER ::= 37
 
164
id-RAB-QueuedList                                                               INTEGER ::= 38
 
165
id-RAB-ReleaseFailedList                                                INTEGER ::= 39
 
166
id-RAB-ReleaseItem                                                              INTEGER ::= 40
 
167
id-RAB-ReleaseList                                                              INTEGER ::= 41
 
168
id-RAB-ReleasedItem                                                     INTEGER ::= 42
 
169
id-RAB-ReleasedList                                                     INTEGER ::= 43
 
170
id-RAB-ReleasedList-IuRelComp                                   INTEGER ::= 44
 
171
id-RAB-RelocationReleaseItem                                    INTEGER ::= 45
 
172
id-RAB-RelocationReleaseList                                    INTEGER ::= 46
 
173
id-RAB-SetupItem-RelocReq                                               INTEGER ::= 47
 
174
id-RAB-SetupItem-RelocReqAck                                    INTEGER ::= 48
 
175
id-RAB-SetupList-RelocReq                                               INTEGER ::= 49
 
176
id-RAB-SetupList-RelocReqAck                                    INTEGER ::= 50
 
177
id-RAB-SetupOrModifiedItem                                              INTEGER ::= 51
 
178
id-RAB-SetupOrModifiedList                                              INTEGER ::= 52
 
179
id-RAB-SetupOrModifyItem                                                INTEGER ::= 53
 
180
id-RAB-SetupOrModifyList                                                INTEGER ::= 54
 
181
id-RAC                                                                                  INTEGER ::= 55
 
182
id-RelocationType                                                               INTEGER ::= 56
 
183
id-RequestType                                                                  INTEGER ::= 57
 
184
id-SAI                                                                                  INTEGER ::= 58
 
185
id-SAPI                                                                                 INTEGER ::= 59
 
186
id-SourceID                                                                     INTEGER ::= 60
 
187
id-Source-ToTarget-TransparentContainer         INTEGER ::= 61
 
188
id-TargetID                                                                     INTEGER ::= 62
 
189
id-Target-ToSource-TransparentContainer         INTEGER ::= 63
 
190
id-TemporaryUE-ID                                                               INTEGER ::= 64
 
191
id-TraceReference                                                               INTEGER ::= 65
 
192
id-TraceType                                                                    INTEGER ::= 66
 
193
id-TransportLayerAddress                                                INTEGER ::= 67
 
194
id-TriggerID                                                                    INTEGER ::= 68
 
195
id-UE-ID                                                                                INTEGER ::= 69
 
196
id-UL-GTP-PDU-SequenceNumber                                    INTEGER ::= 70
 
197
id-RAB-FailedtoReportItem                                               INTEGER ::= 71
 
198
id-RAB-FailedtoReportList                                               INTEGER ::= 72
 
199
id-KeyStatus                                                                    INTEGER ::= 75
 
200
id-DRX-CycleLengthCoefficient                                   INTEGER ::= 76
 
201
id-IuSigConIdList                                                               INTEGER ::= 77
 
202
id-IuSigConIdItem                                                               INTEGER ::= 78
 
203
id-IuSigConId                                                                   INTEGER ::= 79
 
204
id-DirectTransferInformationItem-RANAP-RelocInf INTEGER ::= 80
 
205
id-DirectTransferInformationList-RANAP-RelocInf INTEGER ::= 81
 
206
id-RAB-ContextItem-RANAP-RelocInf                               INTEGER ::= 82
 
207
id-RAB-ContextList-RANAP-RelocInf                               INTEGER ::= 83
 
208
id-RAB-ContextFailedtoTransferItem                              INTEGER ::= 84
 
209
id-RAB-ContextFailedtoTransferList                              INTEGER ::= 85
 
210
id-GlobalRNC-ID                                                                 INTEGER ::= 86
 
211
id-RAB-ReleasedItem-IuRelComp                                   INTEGER ::= 87
 
212
id-MessageStructure                                                             INTEGER ::= 88
 
213
id-Alt-RAB-Parameters                                                   INTEGER ::= 89
 
214
id-Ass-RAB-Parameters                                                   INTEGER ::= 90
 
215
id-RAB-ModifyList                                                               INTEGER ::= 91
 
216
id-RAB-ModifyItem                                                               INTEGER ::= 92
 
217
id-TypeOfError                                                                  INTEGER ::= 93
 
218
id-BroadcastAssistanceDataDecipheringKeys               INTEGER ::= 94
 
219
id-LocationRelatedDataRequestType                               INTEGER ::= 95
 
220
id-GlobalCN-ID                                                                  INTEGER ::= 96
 
221
id-LastKnownServiceArea                                                 INTEGER ::= 97
 
222
id-SRB-TrCH-Mapping                                                             INTEGER ::= 98
 
223
id-InterSystemInformation-TransparentContainer  INTEGER ::= 99
 
224
id-NewBSS-To-OldBSS-Information                                                 INTEGER ::= 100
 
225
id-SourceRNC-PDCP-context-info                                                  INTEGER ::= 103
 
226
id-InformationTransferID                                                                INTEGER ::= 104
 
227
id-SNA-Access-Information                                                               INTEGER ::= 105
 
228
id-ProvidedData                                                                                 INTEGER ::= 106
 
229
id-GERAN-BSC-Container                                                                  INTEGER ::= 107
 
230
id-GERAN-Classmark                                                                              INTEGER ::= 108
 
231
id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item               INTEGER ::= 109
 
232
id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse                INTEGER ::= 110
 
233
id-VerticalAccuracyCode                                                                 INTEGER ::= 111
 
234
id-ResponseTime                                                                                 INTEGER ::= 112
 
235
id-PositioningPriority                                                                  INTEGER ::= 113
 
236
id-ClientType                                                                                   INTEGER ::= 114
 
237
id-LocationRelatedDataRequestTypeSpecificToGERANIuMode  INTEGER ::= 115
 
238
id-SignallingIndication                                                                 INTEGER ::= 116
 
239
id-hS-DSCH-MAC-d-Flow-ID                                                                INTEGER ::= 117
 
240
id-UESBI-Iu                                                                                             INTEGER ::= 118
 
241
id-PositionData                                                                                 INTEGER ::= 119
 
242
id-PositionDataSpecificToGERANIuMode                                    INTEGER ::= 120
 
243
id-CellLoadInformationGroup                                                             INTEGER ::= 121
 
244
id-AccuracyFulfilmentIndicator                                                  INTEGER ::= 122
 
245
id-InformationTransferType                                                              INTEGER ::= 123
 
246
id-TraceRecordingSessionInformation                                             INTEGER ::= 124
 
247
id-TracePropagationParameters                                                   INTEGER ::= 125
 
248
id-InterSystemInformationTransferType                                   INTEGER ::= 126
 
249
id-SelectedPLMN-ID                                                                              INTEGER ::= 127
 
250
id-RedirectionCompleted                                                                 INTEGER ::= 128
 
251
id-RedirectionIndication                                                                INTEGER ::= 129
 
252
id-NAS-SequenceNumber                                                                   INTEGER ::= 130
 
253
id-RejectCauseValue                                                                             INTEGER ::= 131
 
254
id-APN                                                                                                  INTEGER ::= 132
 
255
id-CNMBMSLinkingInformation                                                             INTEGER ::= 133
 
256
id-DeltaRAListofIdleModeUEs                                                             INTEGER ::= 134
 
257
id-FrequenceLayerConvergenceFlag                                                INTEGER ::= 135
 
258
id-InformationExchangeID                                                                INTEGER ::= 136
 
259
id-InformationExchangeType                                                              INTEGER ::= 137
 
260
id-InformationRequested                                                                 INTEGER ::= 138
 
261
id-InformationRequestType                                                               INTEGER ::= 139
 
262
id-IPMulticastAddress                                                                   INTEGER ::= 140
 
263
id-JoinedMBMSBearerServicesList                                                 INTEGER ::= 141
 
264
id-LeftMBMSBearerServicesList                                                   INTEGER ::= 142
 
265
id-MBMSBearerServiceType                                                                INTEGER ::= 143
 
266
id-MBMSCNDe-Registration                                                                INTEGER ::= 144
 
267
id-MBMSServiceArea                                                                              INTEGER ::= 145
 
268
id-MBMSSessionDuration                                                                  INTEGER ::= 146
 
269
id-MBMSSessionIdentity                                                                  INTEGER ::= 147
 
270
id-PDP-TypeInformation                                                                  INTEGER ::= 148
 
271
id-RAB-Parameters                                                                               INTEGER ::= 149
 
272
id-RAListofIdleModeUEs                                                                  INTEGER ::= 150
 
273
id-MBMSRegistrationRequestType                                                  INTEGER ::= 151
 
274
id-SessionUpdateID                                                                              INTEGER ::= 152
 
275
id-TMGI                                                                                                 INTEGER ::= 153
 
276
id-TransportLayerInformation                                                    INTEGER ::= 154
 
277
id-UnsuccessfulLinkingList                                                              INTEGER ::= 155
 
278
id-MBMSLinkingInformation                                                               INTEGER ::= 156
 
279
id-MBMSSessionRepetitionNumber                                                  INTEGER ::= 157
 
280
id-AlternativeRABConfiguration                                                  INTEGER ::= 158
 
281
id-AlternativeRABConfigurationRequest                                   INTEGER ::= 159
 
282
id-E-DCH-MAC-d-Flow-ID                                                                  INTEGER ::= 160
 
283
id-SourceBSS-ToTargetBSS-TransparentContainer                   INTEGER ::= 161
 
284
id-TargetBSS-ToSourceBSS-TransparentContainer                   INTEGER ::= 162
 
285
id-TimeToMBMSDataTransfer                                                               INTEGER ::= 163
 
286
id-IncludeVelocity                                                                              INTEGER ::= 164
 
287
id-VelocityEstimate                                                                             INTEGER ::= 165
 
288
id-RedirectAttemptFlag                                                                  INTEGER ::= 166
 
289
id-RAT-Type                                                                                             INTEGER ::= 167
 
290
id-PeriodicLocationInfo                                                                 INTEGER ::= 168
 
291
id-MBMSCountingInformation                                                              INTEGER ::= 169
 
292
id-170-not-to-be-used-for-IE-ids                                                INTEGER ::= 170
 
293
id-ExtendedRNC-ID                                                                               INTEGER ::= 171
 
294
id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf               INTEGER ::= 172
 
295
id-Alt-RAB-Parameter-ExtendedMaxBitrateInf                              INTEGER ::= 173
 
296
id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList              INTEGER ::= 174
 
297
id-Ass-RAB-Parameter-ExtendedMaxBitrateList                             INTEGER ::= 175
 
298
id-RAB-Parameter-ExtendedGuaranteedBitrateList                  INTEGER ::= 176
 
299
id-RAB-Parameter-ExtendedMaxBitrateList                                 INTEGER ::= 177
 
300
id-Requested-RAB-Parameter-ExtendedMaxBitrateList               INTEGER ::= 178
 
301
id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList        INTEGER ::= 179
 
302
id-LAofIdleModeUEs                                                                              INTEGER ::= 180
 
303
id-newLAListofIdleModeUEs                                                               INTEGER ::= 181
 
304
id-LAListwithNoIdleModeUEsAnyMore                                               INTEGER ::= 182
 
305
id-183-not-to-be-used-for-IE-ids                                                INTEGER ::= 183
 
306
id-GANSS-PositioningDataSet                                                             INTEGER ::= 184
 
307
id-RequestedGANSSAssistanceData                                                 INTEGER ::= 185
 
308
id-BroadcastGANSSAssistanceDataDecipheringKeys                  INTEGER ::= 186
 
309
id-d-RNTI-for-NoIuCSUP                                                                  INTEGER ::= 187
 
310
id-RAB-SetupList-EnhancedRelocCompleteReq                               INTEGER ::= 188
 
311
id-RAB-SetupItem-EnhancedRelocCompleteReq                               INTEGER ::= 189
 
312
id-RAB-SetupList-EnhancedRelocCompleteRes                               INTEGER ::= 190
 
313
id-RAB-SetupItem-EnhancedRelocCompleteRes                               INTEGER ::= 191
 
314
id-RAB-SetupList-EnhRelocInfoReq                                                INTEGER ::= 192
 
315
id-RAB-SetupItem-EnhRelocInfoReq                                                INTEGER ::= 193
 
316
id-RAB-SetupList-EnhRelocInfoRes                                                INTEGER ::= 194
 
317
id-RAB-SetupItem-EnhRelocInfoRes                                                INTEGER ::= 195
 
318
id-OldIuSigConId                                                                                INTEGER ::= 196
 
319
id-RAB-FailedList-EnhRelocInfoRes                                               INTEGER ::= 197
 
320
id-RAB-FailedItem-EnhRelocInfoRes                                               INTEGER ::= 198
 
321
id-Global-ENB-ID                                                                                INTEGER ::= 199
 
322
id-UE-History-Information                                                               INTEGER ::= 200
 
323
id-MBMSSynchronisationInformation                                               INTEGER ::= 201
 
324
id-SubscriberProfileIDforRFP                                                    INTEGER ::= 202
 
325
id-CSG-Id                                                                                               INTEGER ::= 203
 
326
id-OldIuSigConIdCS                                                                              INTEGER ::= 204
 
327
id-OldIuSigConIdPS                                                                              INTEGER ::= 205
 
328
id-GlobalCN-IDCS                                                                                INTEGER ::= 206
 
329
id-GlobalCN-IDPS                                                                                INTEGER ::= 207
 
330
id-SourceExtendedRNC-ID                                                                 INTEGER ::= 208
 
331
id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes                INTEGER ::= 209
 
332
id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes                INTEGER ::= 210
 
333
id-SourceRNC-ID                                                                                 INTEGER ::= 211
 
334
id-Relocation-TargetRNC-ID                                                              INTEGER ::= 212
 
335
id-Relocation-TargetExtendedRNC-ID                                              INTEGER ::= 213
 
336
id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf              INTEGER ::= 214
 
337
id-Alt-RAB-Parameter-SupportedMaxBitrateInf                             INTEGER ::= 215
 
338
id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList             INTEGER ::= 216
 
339
id-Ass-RAB-Parameter-SupportedMaxBitrateList                    INTEGER ::= 217
 
340
id-RAB-Parameter-SupportedGuaranteedBitrateList                 INTEGER ::= 218
 
341
id-RAB-Parameter-SupportedMaxBitrateList                                INTEGER ::= 219
 
342
id-Requested-RAB-Parameter-SupportedMaxBitrateList              INTEGER ::= 220
 
343
id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList       INTEGER ::= 221
 
344
id-Relocation-SourceRNC-ID                                                              INTEGER ::= 222
 
345
id-Relocation-SourceExtendedRNC-ID                                              INTEGER ::= 223
 
346
id-EncryptionKey                                                                                INTEGER ::= 224
 
347
id-IntegrityProtectionKey                                                               INTEGER ::= 225
 
348
id-SRVCC-HO-Indication                                                                  INTEGER ::= 226
 
349
id-SRVCC-Information                                                                    INTEGER ::= 227
 
350
id-SRVCC-Operation-Possible                                                             INTEGER ::= 228
 
351
 
 
352
END
 
353
 
 
354
 
 
355