blob: 684606ec66a9dec6800109e1582ef73c3b5dbfbe [file] [log] [blame]
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001-- **************************************************************
2--
3-- Information Element Definitions
4--
5-- **************************************************************
6
7RANAP-IEs {
8itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
9umts-Access (20) modules (3) ranap (0) version1 (1) ranap-IEs (2) }
10
11DEFINITIONS AUTOMATIC TAGS ::=
12
13BEGIN
14
15IMPORTS
16 maxNrOfCSGs,
17 maxNrOfErrors,
18 maxNrOfPDPDirections,
19 maxNrOfPoints,
20 maxNrOfRABs,
21 maxNrOfSRBs,
22 maxNrOfSeparateTrafficDirections,
23 maxRAB-Subflows,
24 maxRAB-SubflowCombination,
25 maxNrOfLevels,
26 maxNrOfAltValues,
27 maxNrOfSNAs,
28 maxNrOfLAs,
29 maxNrOfPLMNsSN,
30 maxSet,
31 maxNrOfHSDSCHMACdFlows-1,
32 maxNrOfUEsToBeTraced,
33 maxNrOfInterfaces,
34 maxnoofMulticastServicesPerRNC,
35 maxMBMSSA,
36 maxMBMSRA,
37 maxnoofMulticastServicesPerUE,
38 maxNrOfEDCHMACdFlows-1,
39 maxGANSSSet,
40 maxNrOfEUTRAFreqs,
41 maxNrOfCellIds,
42 maxNrOfRAIs,
43 maxNrOfLAIs,
44 maxNrOfVol,
45 maxSizeOfIMSInfo,
46 maxnoofMDTPLMNs,
47
48 id-CN-DomainIndicator,
49 id-MessageStructure,
50 id-SRB-TrCH-Mapping,
51 id-TypeOfError,
52 id-hS-DSCH-MAC-d-Flow-ID,
53 id-SignallingIndication,
54 id-CellLoadInformationGroup,
55 id-TraceRecordingSessionInformation,
56 id-MBMSLinkingInformation,
57 id-AlternativeRABConfiguration,
58 id-AlternativeRABConfigurationRequest,
59 id-E-DCH-MAC-d-Flow-ID,
60 id-RAC,
61 id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf,
62 id-Alt-RAB-Parameter-ExtendedMaxBitrateInf,
63 id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList,
64 id-Ass-RAB-Parameter-ExtendedMaxBitrateList,
65 id-RAB-Parameter-ExtendedGuaranteedBitrateList,
66 id-RAB-Parameter-ExtendedMaxBitrateList,
67 id-Requested-RAB-Parameter-ExtendedMaxBitrateList,
68 id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList,
69 id-LAofIdleModeUEs,
70 id-newLAListofIdleModeUEs,
71 id-LAListwithNoIdleModeUEsAnyMore,
72 id-ExtendedRNC-ID,
73 id-GANSS-PositioningDataSet,
74 id-d-RNTI-for-NoIuCSUP,
75 id-UE-History-Information,
76 id-SubscriberProfileIDforRFP,
77 id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf,
78 id-Alt-RAB-Parameter-SupportedMaxBitrateInf,
79 id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList,
80 id-Ass-RAB-Parameter-SupportedMaxBitrateList,
81 id-RAB-Parameter-SupportedGuaranteedBitrateList,
82 id-RAB-Parameter-SupportedMaxBitrateList,
83 id-Requested-RAB-Parameter-SupportedMaxBitrateList,
84 id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList,
85 id-PSRABtobeReplaced,
86 id-SRVCC-Information,
87 id-CSG-Id,
88 id-CSFB-Information,
89 id-IRAT-Measurement-Configuration,
90 id-Management-Based-MDT-Allowed,
91 id-Time-UE-StayedInCell-EnhancedGranularity,
92 id-HO-Cause,
93 id-TraceRecordingSessionReference,
94 id-IMSI,
95 id-Management-Based-MDT-PLMN-List,
96 id-SignallingBasedMDTPLMNList,
97 id-M4Report,
98 id-M5Report,
99 id-M6Report,
100 id-M7Report,
101 id-TimingDifferenceULDL,
102 id-Trace-Collection-Entity-IP-Addess,
103 id-Serving-Cell-Identifier,
104 id-EARFCN-Extended,
105 id-LastE-UTRANPLMNIdentity,
106 id-RSRQ-Type,
107 id-RSRQ-Extension
108
109
110FROM RANAP-Constants
111
112 Criticality,
113 ProcedureCode,
114 ProtocolIE-ID,
115 TriggeringMessage
116FROM RANAP-CommonDataTypes
117
118 ProtocolExtensionContainer{},
119 RANAP-PROTOCOL-EXTENSION
120FROM RANAP-Containers;
121
122-- A
123
124AccuracyFulfilmentIndicator ::= ENUMERATED{
125 requested-Accuracy-Fulfilled,
126 requested-Accuracy-Not-Fulfilled,
127 ...
128}
129
130AllocationOrRetentionPriority ::= SEQUENCE {
131 priorityLevel PriorityLevel,
132 pre-emptionCapability Pre-emptionCapability,
133 pre-emptionVulnerability Pre-emptionVulnerability,
134 queuingAllowed QueuingAllowed,
135 iE-Extensions ProtocolExtensionContainer { {AllocationOrRetentionPriority-ExtIEs} } OPTIONAL,
136 ...
137}
138
139AllocationOrRetentionPriority-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
140 ...
141}
142
143Alt-RAB-Parameters ::= SEQUENCE {
144 altMaxBitrateInf Alt-RAB-Parameter-MaxBitrateInf OPTIONAL,
145 altGuaranteedBitRateInf Alt-RAB-Parameter-GuaranteedBitrateInf OPTIONAL,
146 iE-Extensions ProtocolExtensionContainer { {Alt-RAB-Parameters-ExtIEs} } OPTIONAL,
147 ...
148}
149
150Alt-RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
151-- Extension for Release 6 to indicate an alternative RAB configuration --
152 { ID id-AlternativeRABConfiguration CRITICALITY ignore EXTENSION RAB-Parameters PRESENCE optional }|
153-- Extension for Release 7 to indicate an alternative list of Extended Guaranteed Bitrates --
154{ ID id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf CRITICALITY ignore EXTENSION Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf PRESENCE optional }|
155-- Extension for Release 7 to indicate an alternative list of Extended Maximum Bitrates --
156{ ID id-Alt-RAB-Parameter-ExtendedMaxBitrateInf CRITICALITY ignore EXTENSION Alt-RAB-Parameter-ExtendedMaxBitrateInf PRESENCE optional }|
157-- Extension for Release 8 to indicate an alternative list of Supported Maximum Bitrates --
158{ ID id-Alt-RAB-Parameter-SupportedMaxBitrateInf CRITICALITY reject EXTENSION Alt-RAB-Parameter-SupportedMaxBitrateInf PRESENCE optional }|
159-- Extension for Release 8 to indicate an alternative list of Supported Guaranteed Bitrates --
160{ ID id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf CRITICALITY reject EXTENSION Alt-RAB-Parameter-SupportedGuaranteedBitrateInf PRESENCE optional },
161 ...
162}
163
164Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf ::= SEQUENCE {
165 altExtendedGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
166 altExtendedGuaranteedBitrates Alt-RAB-Parameter-ExtendedGuaranteedBitrates OPTIONAL
167 -- This IE shall be present if the Type of Extended Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
168 ...
169}
170
171Alt-RAB-Parameter-ExtendedGuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
172 Alt-RAB-Parameter-ExtendedGuaranteedBitrateList
173
174Alt-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
175
176Alt-RAB-Parameter-GuaranteedBitrateInf ::= SEQUENCE {
177 altGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
178 altGuaranteedBitrates Alt-RAB-Parameter-GuaranteedBitrates OPTIONAL
179 -- This IE shall be present if the Type of Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
180 ...
181}
182
183Alt-RAB-Parameter-GuaranteedBitrateType ::= ENUMERATED{
184 unspecified,
185 value-range,
186 discrete-values,
187 ...
188}
189
190Alt-RAB-Parameter-GuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
191 Alt-RAB-Parameter-GuaranteedBitrateList
192
193
194Alt-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
195
196Alt-RAB-Parameter-SupportedGuaranteedBitrateInf ::= SEQUENCE {
197 altSupportedGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
198 altSupportedGuaranteedBitrates Alt-RAB-Parameter-SupportedGuaranteedBitrates OPTIONAL
199 -- This IE shall be present if the Type of Supported Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
200 iE-Extensions ProtocolExtensionContainer { { Alt-RAB-Parameter-SupportedGuaranteedBitrateInf-ExtIEs} } OPTIONAL,
201 ...
202}
203
204Alt-RAB-Parameter-SupportedGuaranteedBitrateInf-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
205...
206}
207
208Alt-RAB-Parameter-SupportedGuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
209 SupportedRAB-ParameterBitrateList
210
211
212Alt-RAB-Parameter-ExtendedMaxBitrateInf ::= SEQUENCE {
213 altExtendedMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
214 altExtendedMaxBitrates Alt-RAB-Parameter-ExtendedMaxBitrates OPTIONAL
215 -- This IE shall be present if the Type of Extended Alternative Maximum Bit Rates Information IE is set to "Value range" or "Discrete values" --,
216 ...
217}
218
219Alt-RAB-Parameter-ExtendedMaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
220 Alt-RAB-Parameter-ExtendedMaxBitrateList
221
222Alt-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
223
224Alt-RAB-Parameter-MaxBitrateInf ::= SEQUENCE {
225 altMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
226 altMaxBitrates Alt-RAB-Parameter-MaxBitrates OPTIONAL
227 -- This IE shall be present if the Type of Alternative Maximun Bit Rates Information IE is set to "Value range" or "Discrete values" --,
228 ...
229}
230
231Alt-RAB-Parameter-MaxBitrateType ::= ENUMERATED{
232 unspecified,
233 value-range,
234 discrete-values,
235 ...
236}
237
238Alt-RAB-Parameter-MaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
239 Alt-RAB-Parameter-MaxBitrateList
240
241
242Alt-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
243
244
245Alt-RAB-Parameter-SupportedMaxBitrateInf ::= SEQUENCE {
246 altSupportedMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
247 altSupportedMaxBitrates Alt-RAB-Parameter-SupportedMaxBitrates OPTIONAL
248 -- This IE shall be present if the Type of Supported Alternative Maximun Bit Rates Information IE is set to "Value range" or "Discrete values" --,
249 iE-Extensions ProtocolExtensionContainer { { Alt-RAB-Parameter-SupportedMaxBitrateInf-ExtIEs} } OPTIONAL,
250...
251}
252
253Alt-RAB-Parameter-SupportedMaxBitrateInf-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
254...
255}
256
257
258Alt-RAB-Parameter-SupportedMaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
259 SupportedRAB-ParameterBitrateList
260
261AlternativeRABConfigurationRequest ::= ENUMERATED{
262 alternative-RAB-configuration-Requested,
263 ...
264}
265
266APN ::= OCTET STRING (SIZE (1..255))
267-- Reference: 23.003
268
269AreaIdentity ::= CHOICE {
270 sAI SAI,
271 geographicalArea GeographicalArea,
272 ...
273}
274
275Ass-RAB-Parameters ::= SEQUENCE {
276 assMaxBitrateInf Ass-RAB-Parameter-MaxBitrateList OPTIONAL,
277 assGuaranteedBitRateInf Ass-RAB-Parameter-GuaranteedBitrateList OPTIONAL,
278 iE-Extensions ProtocolExtensionContainer { {Ass-RAB-Parameters-ExtIEs} } OPTIONAL,
279 ...
280}
281
282Ass-RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
283-- Extension for Release 7 to indicate an extended assigned Guaranteed Bitrate --
284 { ID id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList CRITICALITY reject EXTENSION Ass-RAB-Parameter-ExtendedGuaranteedBitrateList PRESENCE optional }|
285-- Extension for Release 7 to indicate an extended assigned Maximum Bitrate --
286 { ID id-Ass-RAB-Parameter-ExtendedMaxBitrateList CRITICALITY reject EXTENSION Ass-RAB-Parameter-ExtendedMaxBitrateList PRESENCE optional }|
287-- Extension for Release 8 to indicate an supported assigned Maximum Bitrate --
288 { ID id-Ass-RAB-Parameter-SupportedMaxBitrateList CRITICALITY ignore EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional }|
289-- Extension for Release 8 to indicate an supported assigned Guaranteed Bitrate --
290 { ID id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList CRITICALITY ignore EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional },
291 ...
292}
293
294Ass-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
295
296Ass-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
297
298
299Ass-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
300
301
302Ass-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
303
304AuthorisedPLMNs ::= SEQUENCE (SIZE (1..maxNrOfPLMNsSN)) OF
305 SEQUENCE {
306 pLMNidentity PLMNidentity,
307 authorisedSNAsList AuthorisedSNAs OPTIONAL,
308 iE-Extensions ProtocolExtensionContainer { {AuthorisedPLMNs-ExtIEs} } OPTIONAL,
309 ...
310 }
311
312AuthorisedPLMNs-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
313 ...
314}
315
316AuthorisedSNAs ::= SEQUENCE (SIZE (1..maxNrOfSNAs)) OF SNAC
317
318
319-- B
320
321BindingID ::= OCTET STRING (SIZE (4))
322
323BroadcastAssistanceDataDecipheringKeys ::= SEQUENCE {
324 cipheringKeyFlag BIT STRING (SIZE (1)),
325 currentDecipheringKey BIT STRING (SIZE (56)),
326 nextDecipheringKey BIT STRING (SIZE (56)),
327 ...
328}
329
330-- C
331
332
333Cause ::= CHOICE {
334 radioNetwork CauseRadioNetwork,
335 transmissionNetwork CauseTransmissionNetwork,
336 nAS CauseNAS,
337 protocol CauseProtocol,
338 misc CauseMisc,
339 non-Standard CauseNon-Standard,
340 ...,
341 radioNetworkExtension CauseRadioNetworkExtension
342}
343
344CauseMisc ::= INTEGER {
345 om-intervention (113),
346 no-resource-available (114),
347 unspecified-failure (115),
348 network-optimisation (116)
349} (113..128)
350
351CauseNAS ::= INTEGER {
352 user-restriction-start-indication (81),
353 user-restriction-end-indication (82),
354 normal-release (83),
355 csg-subscription-expiry(84)
356} (81..96)
357
358CauseProtocol ::= INTEGER {
359 transfer-syntax-error (97),
360 semantic-error (98),
361 message-not-compatible-with-receiver-state (99),
362 abstract-syntax-error-reject (100),
363 abstract-syntax-error-ignore-and-notify (101),
364 abstract-syntax-error-falsely-constructed-message (102)
365} (97..112)
366
367CauseRadioNetwork ::= INTEGER {
368 rab-pre-empted (1),
369 trelocoverall-expiry (2),
370 trelocprep-expiry (3),
371 treloccomplete-expiry (4),
372 tqueing-expiry (5),
373 relocation-triggered (6),
374 trellocalloc-expiry(7),
375 unable-to-establish-during-relocation (8),
376 unknown-target-rnc (9),
377 relocation-cancelled (10),
378 successful-relocation (11),
379 requested-ciphering-and-or-integrity-protection-algorithms-not-supported (12),
380 conflict-with-already-existing-integrity-protection-and-or-ciphering-information (13),
381 failure-in-the-radio-interface-procedure (14),
382 release-due-to-utran-generated-reason (15),
383 user-inactivity (16),
384 time-critical-relocation (17),
385 requested-traffic-class-not-available (18),
386 invalid-rab-parameters-value (19),
387 requested-maximum-bit-rate-not-available (20),
388 requested-guaranteed-bit-rate-not-available (21),
389 requested-transfer-delay-not-achievable (22),
390 invalid-rab-parameters-combination (23),
391 condition-violation-for-sdu-parameters (24),
392 condition-violation-for-traffic-handling-priority (25),
393 condition-violation-for-guaranteed-bit-rate (26),
394 user-plane-versions-not-supported (27),
395 iu-up-failure (28),
396 relocation-failure-in-target-CN-RNC-or-target-system(29),
397 invalid-RAB-ID (30),
398 no-remaining-rab (31),
399 interaction-with-other-procedure (32),
400 requested-maximum-bit-rate-for-dl-not-available (33),
401 requested-maximum-bit-rate-for-ul-not-available (34),
402 requested-guaranteed-bit-rate-for-dl-not-available (35),
403 requested-guaranteed-bit-rate-for-ul-not-available (36),
404 repeated-integrity-checking-failure (37),
405 requested-request-type-not-supported (38),
406 request-superseded (39),
407 release-due-to-UE-generated-signalling-connection-release (40),
408 resource-optimisation-relocation (41),
409 requested-information-not-available (42),
410 relocation-desirable-for-radio-reasons (43),
411 relocation-not-supported-in-target-RNC-or-target-system (44),
412 directed-retry (45),
413 radio-connection-with-UE-Lost (46),
414 rNC-unable-to-establish-all-RFCs (47),
415 deciphering-keys-not-available(48),
416 dedicated-assistance-data-not-available(49),
417 relocation-target-not-allowed (50),
418 location-reporting-congestion (51),
419 reduce-load-in-serving-cell (52),
420 no-radio-resources-available-in-target-cell (53),
421 gERAN-Iumode-failure (54),
422 access-restricted-due-to-shared-networks (55),
423 incoming-relocation-not-supported-due-to-PUESBINE-feature (56),
424 traffic-load-in-the-target-cell-higher-than-in-the-source-cell (57),
425 mBMS-no-multicast-service-for-this-UE(58),
426 mBMS-unknown-UE-ID(59),
427 successful-MBMS-session-start-no-data-bearer-necessary(60),
428 mBMS-superseded-due-to-NNSF(61),
429 mBMS-UE-linking-already-done(62),
430 mBMS-UE-de-linking-failure-no-existing-UE-linking(63),
431 tMGI-unknown(64)
432} (1..64)
433
434CauseRadioNetworkExtension ::= INTEGER {
435 iP-multicast-address-and-APN-not-valid(257),
436 mBMS-de-registration-rejected-due-to-implicit-registration(258),
437 mBMS-request-superseded(259),
438 mBMS-de-registration-during-session-not-allowed(260),
439 mBMS-no-data-bearer-necessary(261),
440 periodicLocationInformationNotAvailable(262),
441 gTP-Resources-Unavailable(263),
442 tMGI-inUse-overlapping-MBMS-service-area(264),
443 mBMS-no-cell-in-MBMS-service-area(265),
444 no-Iu-CS-UP-relocation(266),
445 successful-MBMS-Session-Start-IP-Multicast-Bearer-established(267),
446 cS-fallback-triggered(268),
447 invalid-CSG-Id(269)
448} (257..512)
449
450CauseNon-Standard ::= INTEGER (129..256)
451-- Cause value 256 shall not be used --
452
453CauseTransmissionNetwork ::= INTEGER {
454 signalling-transport-resource-failure (65),
455 iu-transport-connection-failed-to-establish (66)
456} (65..80)
457
458Cell-Access-Mode::= ENUMERATED {
459 hybrid,
460 ...
461}
462
463CellBased::= SEQUENCE {
464 cellIdList CellIdList,
465 iE-Extensions ProtocolExtensionContainer { {CellBased-ExtIEs} } OPTIONAL,
466 ...
467}
468
469CellBased-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
470 ...
471}
472
473CellIdList ::= SEQUENCE (SIZE (1..maxNrOfCellIds)) OF
474 Cell-Id
475
476Cell-Id ::= INTEGER (0..268435455)
477
478Cell-Capacity-Class-Value ::= INTEGER (1..100,...)
479
480CellLoadInformation ::= SEQUENCE {
481 cell-Capacity-Class-Value Cell-Capacity-Class-Value,
482 loadValue LoadValue,
483 rTLoadValue RTLoadValue OPTIONAL,
484 nRTLoadInformationValue NRTLoadInformationValue OPTIONAL,
485 iE-Extensions ProtocolExtensionContainer { { CellLoadInformation-ExtIEs } } OPTIONAL,
486 ...
487}
488
489CellLoadInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
490 ...
491}
492
493CellLoadInformationGroup ::= SEQUENCE {
494 sourceCellID SourceCellID,
495 uplinkCellLoadInformation CellLoadInformation OPTIONAL,
496 downlinkCellLoadInformation CellLoadInformation OPTIONAL,
497 iE-Extensions ProtocolExtensionContainer { { CellLoadInformationGroup-ExtIEs } } OPTIONAL,
498 ...
499}
500
501CellLoadInformationGroup-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
502 ...
503}
504
505CellType ::= ENUMERATED{
506 macro,
507 micro,
508 pico,
509 femto,
510 ...
511}
512
513ClientType ::= ENUMERATED {
514 emergency-Services,
515 value-Added-Services,
516 pLMN-Operator-Services,
517 lawful-Intercept-Services,
518 pLMN-Operator-Broadcast-Services,
519 pLMN-Operator-O-et-M,
520 pLMN-Operator-Anonymous-Statistics,
521 pLMN-Operator-Target-MS-Service-Support,
522 ...
523}
524
525CriticalityDiagnostics ::= SEQUENCE {
526 procedureCode ProcedureCode OPTIONAL,
527 triggeringMessage TriggeringMessage OPTIONAL,
528 procedureCriticality Criticality OPTIONAL,
529 iEsCriticalityDiagnostics CriticalityDiagnostics-IE-List OPTIONAL,
530 iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-ExtIEs} } OPTIONAL,
531 ...
532}
533
534CriticalityDiagnostics-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
535 ...
536}
537
538CriticalityDiagnostics-IE-List ::= SEQUENCE (SIZE (1..maxNrOfErrors)) OF
539 SEQUENCE {
540 iECriticality Criticality,
541 iE-ID ProtocolIE-ID,
542 repetitionNumber RepetitionNumber0 OPTIONAL,
543 iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-IE-List-ExtIEs} } OPTIONAL,
544 ...
545 }
546
547CriticalityDiagnostics-IE-List-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
548-- Extension for Release 99 to enable reporting the message structure down to the erroneous IE --
549 { ID id-MessageStructure CRITICALITY ignore EXTENSION MessageStructure PRESENCE optional } |
550-- Extension for Release 99 to enable reporting if a reported error is due to a not understood or a missing IE --
551 { ID id-TypeOfError CRITICALITY ignore EXTENSION TypeOfError PRESENCE mandatory },
552 ...
553}
554
555MessageStructure ::= SEQUENCE (SIZE (1..maxNrOfLevels)) OF
556 SEQUENCE {
557 iE-ID ProtocolIE-ID,
558 repetitionNumber RepetitionNumber1 OPTIONAL,
559 iE-Extensions ProtocolExtensionContainer { {MessageStructure-ExtIEs} } OPTIONAL,
560 ...
561 }
562
563MessageStructure-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
564 ...
565}
566
567CGI ::= SEQUENCE {
568 pLMNidentity PLMNidentity,
569 lAC LAC,
570 cI CI,
571 iE-Extensions ProtocolExtensionContainer { {CGI-ExtIEs} } OPTIONAL
572}
573
574CGI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
575-- Extension for Release 6 to enable Inter-RAT PS Handover between UTRAN and GERAN A/Gb --
576 { ID id-RAC CRITICALITY ignore EXTENSION RAC PRESENCE optional },
577 ...
578}
579
580ChosenEncryptionAlgorithm ::= EncryptionAlgorithm
581
582ChosenIntegrityProtectionAlgorithm ::= IntegrityProtectionAlgorithm
583
584CI ::= OCTET STRING (SIZE (2))
585
586ClassmarkInformation2 ::= OCTET STRING
587
588ClassmarkInformation3 ::= OCTET STRING
589
590CN-DomainIndicator ::= ENUMERATED {
591 cs-domain,
592 ps-domain
593}
594
595CN-ID ::= INTEGER (0..4095)
596
597Correlation-ID ::= OCTET STRING (SIZE (4))
598
599CSFB-Information ::= ENUMERATED {
600 csfb,
601 csfb-high-priority,
602 ...
603}
604
605CSG-Id ::= BIT STRING (SIZE (27))
606
607CSG-Id-List ::= SEQUENCE (SIZE (1..maxNrOfCSGs)) OF
608 CSG-Id
609
610CSG-Membership-Status ::= ENUMERATED {
611 member,
612 non-member,
613 ...
614}
615
616-- D
617
618DataPDUType ::= ENUMERATED {
619 pDUtype0,
620 pDUtype1,
621 ...
622}
623
624DataVolumeReference ::= INTEGER (0..255)
625
626DataVolumeReportingIndication ::= ENUMERATED {
627 do-report,
628 do-not-report
629}
630
631DCH-ID ::= INTEGER (0..255)
632
633DeliveryOfErroneousSDU ::= ENUMERATED {
634 yes,
635 no,
636 no-error-detection-consideration
637}
638
639DeliveryOrder::= ENUMERATED {
640 delivery-order-requested,
641 delivery-order-not-requested
642}
643
644DeltaRAListofIdleModeUEs ::= SEQUENCE {
645 newRAListofIdleModeUEs NewRAListofIdleModeUEs OPTIONAL,
646 rAListwithNoIdleModeUEsAnyMore RAListwithNoIdleModeUEsAnyMore OPTIONAL,
647 iE-Extensions ProtocolExtensionContainer { {DeltaRAListofIdleModeUEs-ExtIEs} } OPTIONAL
648}
649
650NewRAListofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
651 RAC
652
653RAListwithNoIdleModeUEsAnyMore ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
654 RAC
655
656DeltaRAListofIdleModeUEs-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
657{ ID id-newLAListofIdleModeUEs CRITICALITY reject EXTENSION LAListofIdleModeUEs PRESENCE conditional }|
658 -- This IE shall be present if the New RA List of Idle Mode UEs IE is included. --
659{ ID id-LAListwithNoIdleModeUEsAnyMore CRITICALITY reject EXTENSION LAListofIdleModeUEs PRESENCE conditional },
660 -- This IE shall be presentif the RA List with No Idle Mode UEs Any More IE is included. --
661 ...
662}
663
664ForwardingIndication::=ENUMERATED{
665 forwarding-admitted,
666 ...
667}
668
669DL-GTP-PDU-SequenceNumber ::= INTEGER (0..65535)
670
671DL-N-PDU-SequenceNumber ::= INTEGER (0..65535)
672
673D-RNTI ::= INTEGER (0..1048575)
674
675DRX-CycleLengthCoefficient ::= INTEGER (6..9)
676
677DSCH-ID ::= INTEGER (0..255)
678
679
680-- E
681
682EARFCN-Extended ::= INTEGER (65536..262143, ...)
683
684E-DCH-MAC-d-Flow-ID ::= INTEGER (0.. maxNrOfEDCHMACdFlows-1)
685
686ENB-ID ::= CHOICE {
687 macroENB-ID BIT STRING (SIZE(20)),
688 homeENB-ID BIT STRING (SIZE(28)),
689 ...
690}
691
692EncryptionAlgorithm ::= INTEGER { no-encryption (0), standard-UMTS-encryption-algorith-UEA1 (1), standard-UMTS-encryption-algorithm-UEA2 (2) } (0..15)
693
694EncryptionInformation ::= SEQUENCE {
695 permittedAlgorithms PermittedEncryptionAlgorithms,
696 key EncryptionKey,
697 iE-Extensions ProtocolExtensionContainer { {EncryptionInformation-ExtIEs} } OPTIONAL
698}
699
700EncryptionInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
701 ...
702}
703
704EncryptionKey ::= BIT STRING (SIZE (128))
705-- Reference: 33.102
706
707End-Of-CSFB ::= ENUMERATED{
708 end-of-CSFB,
709 ...
710}
711
712EquipmentsToBeTraced ::= CHOICE {
713 iMEIlist IMEIList,
714 iMEISVlist IMEISVList,
715 iMEIgroup IMEIGroup,
716 iMEISVgroup IMEISVGroup,
717 ...
718}
719
720E-UTRAN-Service-Handover ::= ENUMERATED {
721 handover-to-E-UTRAN-shall-not-be-performed,
722 ...
723}
724
725Event ::= ENUMERATED {
726 stop-change-of-service-area,
727 direct,
728 change-of-servicearea,
729 ...,
730 stop-direct,
731 periodic,
732 stop-periodic
733}
734
735Event1F-Parameters ::= SEQUENCE {
736 measurementQuantity MeasurementQuantity,
737 threshold INTEGER(-120..165),
738 ...
739}
740
741Event1I-Parameters ::= SEQUENCE {
742 threshold INTEGER(-120..-25),
743 ...
744}
745
746ExtendedGuaranteedBitrate ::= INTEGER (16000001..256000000)
747-- Unit is bits per sec
748
749ExtendedMaxBitrate ::= INTEGER (16000001..256000000)
750-- Unit is bits per sec
751
752ExtendedRNC-ID ::= INTEGER (4096..65535)
753
754-- F
755
756FrameSequenceNumber ::= INTEGER(0..15)
757
758FrequenceLayerConvergenceFlag ::= ENUMERATED {
759 no-FLC-flag,
760 ...
761}
762
763-- G
764
765GANSS-PositioningDataSet ::= SEQUENCE(SIZE(1..maxGANSSSet)) OF GANSS-PositioningMethodAndUsage
766
767GANSS-PositioningMethodAndUsage ::= OCTET STRING (SIZE(1))
768
769GeographicalArea ::= CHOICE {
770 point GA-Point,
771 pointWithUnCertainty GA-PointWithUnCertainty,
772 polygon GA-Polygon,
773 ...,
774 pointWithUncertaintyEllipse GA-PointWithUnCertaintyEllipse,
775 pointWithAltitude GA-PointWithAltitude,
776 pointWithAltitudeAndUncertaintyEllipsoid GA-PointWithAltitudeAndUncertaintyEllipsoid,
777 ellipsoidArc GA-EllipsoidArc
778}
779
780GeographicalCoordinates ::= SEQUENCE {
781 latitudeSign ENUMERATED { north, south },
782 latitude INTEGER (0..8388607),
783 longitude INTEGER (-8388608..8388607),
784 iE-Extensions ProtocolExtensionContainer { {GeographicalCoordinates-ExtIEs} } OPTIONAL,
785 ...
786}
787
788GeographicalCoordinates-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
789 ...
790}
791
792GA-AltitudeAndDirection ::= SEQUENCE {
793 directionOfAltitude ENUMERATED {height, depth},
794 altitude INTEGER (0..32767),
795 ...
796}
797
798GA-EllipsoidArc ::= SEQUENCE {
799 geographicalCoordinates GeographicalCoordinates,
800 innerRadius INTEGER (0..65535),
801 uncertaintyRadius INTEGER (0..127),
802 offsetAngle INTEGER (0..179),
803 includedAngle INTEGER(0..179),
804 confidence INTEGER (0..127),
805 iE-Extensions ProtocolExtensionContainer { { GA-EllipsoidArc-ExtIEs} } OPTIONAL,
806 ...
807}
808
809GA-EllipsoidArc-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
810 ...
811}
812
813GA-Point ::= SEQUENCE {
814 geographicalCoordinates GeographicalCoordinates,
815 iE-Extensions ProtocolExtensionContainer { {GA-Point-ExtIEs} } OPTIONAL,
816 ...
817}
818
819GA-Point-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
820 ...
821}
822
823GA-PointWithAltitude ::= SEQUENCE {
824 geographicalCoordinates GeographicalCoordinates,
825 altitudeAndDirection GA-AltitudeAndDirection,
826 iE-Extensions ProtocolExtensionContainer { { GA-PointWithAltitude-ExtIEs} } OPTIONAL,
827 ...
828}
829
830GA-PointWithAltitude-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
831 ...
832}
833
834GA-PointWithAltitudeAndUncertaintyEllipsoid ::= SEQUENCE {
835 geographicalCoordinates GeographicalCoordinates,
836 altitudeAndDirection GA-AltitudeAndDirection,
837 uncertaintyEllipse GA-UncertaintyEllipse,
838 uncertaintyAltitude INTEGER (0..127),
839 confidence INTEGER (0..127),
840 iE-Extensions ProtocolExtensionContainer { { GA-PointWithAltitudeAndUncertaintyEllipsoid-ExtIEs} } OPTIONAL,
841 ...
842}
843
844GA-PointWithAltitudeAndUncertaintyEllipsoid-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
845 ...
846}
847
848GA-PointWithUnCertainty ::=SEQUENCE {
849 geographicalCoordinates GeographicalCoordinates,
850 iE-Extensions ProtocolExtensionContainer { {GA-PointWithUnCertainty-ExtIEs} } OPTIONAL,
851 uncertaintyCode INTEGER (0..127)
852}
853
854GA-PointWithUnCertainty-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
855 ...
856}
857
858GA-PointWithUnCertaintyEllipse ::= SEQUENCE {
859 geographicalCoordinates GeographicalCoordinates,
860 uncertaintyEllipse GA-UncertaintyEllipse,
861 confidence INTEGER (0..127),
862 iE-Extensions ProtocolExtensionContainer { { GA-PointWithUnCertaintyEllipse-ExtIEs} } OPTIONAL,
863 ...
864}
865
866GA-PointWithUnCertaintyEllipse-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
867 ...
868}
869
870GA-Polygon ::= SEQUENCE (SIZE (1..maxNrOfPoints)) OF
871 SEQUENCE {
872 geographicalCoordinates GeographicalCoordinates,
873 iE-Extensions ProtocolExtensionContainer { {GA-Polygon-ExtIEs} } OPTIONAL,
874 ...
875 }
876
877GA-Polygon-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
878 ...
879}
880
881GA-UncertaintyEllipse ::= SEQUENCE {
882 uncertaintySemi-major INTEGER (0..127),
883 uncertaintySemi-minor INTEGER (0..127),
884 orientationOfMajorAxis INTEGER (0..179), -- The values 90..179 shall not be used.
885 ...
886}
887
888GERAN-BSC-Container ::= OCTET STRING
889 -- GERAN BSC Container as defined in TS 48.008 [11] --
890
891
892GERAN-Cell-ID ::= SEQUENCE {
893 lAI LAI,
894 rAC RAC,
895 cI CI,
896 iE-Extensions ProtocolExtensionContainer { {GERAN-Cell-ID-ExtIEs} } OPTIONAL
897}
898
899GERAN-Cell-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
900 ...
901}
902
903GERAN-Classmark ::= OCTET STRING
904 -- GERAN Classmark as defined in TS 48.008 [11] --
905
906GlobalCN-ID ::= SEQUENCE {
907 pLMNidentity PLMNidentity,
908 cN-ID CN-ID
909}
910
911
912GlobalRNC-ID ::= SEQUENCE {
913 pLMNidentity PLMNidentity,
914 rNC-ID RNC-ID
915}
916
917GTP-TEI ::= OCTET STRING (SIZE (4))
918
919GuaranteedBitrate ::= INTEGER (0..16000000)
920-- Unit is bits per sec
921
922-- H
923
924HigherBitratesThan16MbpsFlag ::= ENUMERATED{
925 allowed,
926 not-allowed,
927 ...
928}
929
930HS-DSCH-MAC-d-Flow-ID ::= INTEGER (0.. maxNrOfHSDSCHMACdFlows-1)
931
932-- I
933
934
935IMEI ::= OCTET STRING (SIZE (8))
936-- Reference: 23.003
937
938IMEIGroup ::= SEQUENCE {
939 iMEI IMEI,
940 iMEIMask BIT STRING (SIZE (7)),
941 iE-Extensions ProtocolExtensionContainer { { IMEIGroup-ExtIEs} } OPTIONAL
942}
943
944IMEIGroup-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
945 ...
946}
947
948IMEIList ::= SEQUENCE (SIZE (1..maxNrOfUEsToBeTraced)) OF IMEI
949
950IMEISV ::= OCTET STRING (SIZE (8))
951-- Reference: 23.003
952
953IMEISVGroup ::= SEQUENCE {
954 iMEISV IMEISV,
955 iMEISVMask BIT STRING (SIZE (7)),
956 iE-Extensions ProtocolExtensionContainer { { IMEISVGroup-ExtIEs} } OPTIONAL
957}
958
959IMEISVGroup-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
960 ...
961}
962
963IMEISVList ::= SEQUENCE (SIZE (1..maxNrOfUEsToBeTraced)) OF IMEISV
964
965ImmediateMDT ::= SEQUENCE {
966 measurementsToActivate MeasurementsToActivate,
967 m1report M1Report OPTIONAL,
968 -- Included in case of event-triggered reporting for measurement M1
969 m2report M2Report OPTIONAL,
970 -- Included in case of event-triggered reporting for measurement M2
971 ...,
972 iE-Extensions ProtocolExtensionContainer { { ImmediateMDT-ExtIEs} } OPTIONAL
973}
974
975ImmediateMDT-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
976 {ID id-M4Report CRITICALITY ignore EXTENSION M4Report PRESENCE optional}|
977 -- Included in case that measurement M4 is activated
978 {ID id-M5Report CRITICALITY ignore EXTENSION M5Report PRESENCE optional}|
979 -- Included in case that measurement M5 is activated
980 {ID id-M6Report CRITICALITY ignore EXTENSION M6Report PRESENCE optional}|
981 -- Included in case that measurement M6 is activated
982 {ID id-M7Report CRITICALITY ignore EXTENSION M7Report PRESENCE optional},
983 -- Included in case that measurement M7 is activated
984 ...
985}
986
987IMSI ::= TBCD-STRING (SIZE (3..8))
988-- Reference: 23.003
989
990IncludeVelocity ::= ENUMERATED {
991 requested
992}
993
994InformationExchangeID ::= INTEGER (0.. 1048575)
995
996InformationExchangeType ::= ENUMERATED {
997 transfer,
998 request,
999 ...
1000}
1001
1002InformationRequested ::= CHOICE {
1003 requestedMBMSIPMulticastAddressandAPNRequest RequestedMBMSIPMulticastAddressandAPNRequest,
1004 requestedMulticastServiceList RequestedMulticastServiceList,
1005 ...
1006}
1007
1008
1009InformationRequestType ::= CHOICE {
1010 mBMSIPMulticastAddressandAPNRequest MBMSIPMulticastAddressandAPNRequest,
1011 permanentNAS-UE-ID PermanentNAS-UE-ID,
1012 ...
1013}
1014
1015InformationTransferID ::= INTEGER (0.. 1048575)
1016
1017InformationTransferType ::= CHOICE {
1018 rNCTraceInformation RNCTraceInformation,
1019 ...
1020}
1021
1022IntegrityProtectionAlgorithm ::= INTEGER {
1023 standard-UMTS-integrity-algorithm-UIA1 (0), standard-UMTS-integrity-algorithm-UIA2 (1),
1024 no-value (15)
1025} (0..15)
1026
1027IntegrityProtectionInformation ::= SEQUENCE {
1028 permittedAlgorithms PermittedIntegrityProtectionAlgorithms,
1029 key IntegrityProtectionKey,
1030 iE-Extensions ProtocolExtensionContainer { {IntegrityProtectionInformation-ExtIEs} } OPTIONAL
1031}
1032
1033IntegrityProtectionInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1034 ...
1035}
1036
1037IntegrityProtectionKey ::= BIT STRING (SIZE (128))
1038
1039InterSystemInformationTransferType ::= CHOICE {
1040 rIM-Transfer RIM-Transfer,
1041 ...
1042}
1043
1044InterSystemInformation-TransparentContainer ::= SEQUENCE {
1045 downlinkCellLoadInformation CellLoadInformation OPTIONAL,
1046 uplinkCellLoadInformation CellLoadInformation OPTIONAL,
1047 iE-Extensions ProtocolExtensionContainer { { InterSystemInformation-TransparentContainer-ExtIEs} } OPTIONAL,
1048 ...
1049}
1050
1051InterSystemInformation-TransparentContainer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1052...
1053}
1054
1055IPMulticastAddress ::= OCTET STRING (SIZE (4..16))
1056-- Reference: 23.003
1057
1058IuSignallingConnectionIdentifier ::= BIT STRING (SIZE (24))
1059
1060IuTransportAssociation ::= CHOICE {
1061 gTP-TEI GTP-TEI,
1062 bindingID BindingID,
1063 ...
1064}
1065
1066-- J
1067-- K
1068
1069KeyStatus ::= ENUMERATED {
1070 old,
1071 new,
1072 ...
1073}
1074-- L
1075
1076LA-LIST ::= SEQUENCE (SIZE (1..maxNrOfLAs)) OF
1077 SEQUENCE {
1078 lAC LAC,
1079 listOF-SNAs ListOF-SNAs,
1080 iE-Extensions ProtocolExtensionContainer { { LA-LIST-ExtIEs} } OPTIONAL,
1081 ...
1082 }
1083
1084LA-LIST-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1085 ...
1086}
1087
1088LAC ::= OCTET STRING (SIZE (2))
1089
1090LAI ::= SEQUENCE {
1091 pLMNidentity PLMNidentity,
1092 lAC LAC,
1093 iE-Extensions ProtocolExtensionContainer { {LAI-ExtIEs} } OPTIONAL
1094}
1095
1096LAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1097 ...
1098}
1099
1100LastKnownServiceArea ::= SEQUENCE {
1101 sAI SAI,
1102 ageOfSAI INTEGER (0..32767),
1103 iE-Extensions ProtocolExtensionContainer { {LastKnownServiceArea-ExtIEs} } OPTIONAL,
1104 ...
1105}
1106
1107LastKnownServiceArea-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1108 ...
1109}
1110
1111LastVisitedUTRANCell-Item ::= SEQUENCE {
1112 uTRAN-CellID UTRAN-CellID,
1113 cellType CellType,
1114 time-UE-StayedInCell Time-UE-StayedInCell,
1115 iE-Extensions ProtocolExtensionContainer { {LastVisitedUTRANCell-Item-ExtIEs} } OPTIONAL,
1116 ...
1117}
1118
1119LastVisitedUTRANCell-Item-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1120-- Extension for Rel-11 to support enhanced granularity for time UE stayed in cell --
1121 { ID id-Time-UE-StayedInCell-EnhancedGranularity CRITICALITY ignore EXTENSION Time-UE-StayedInCell-EnhancedGranularity PRESENCE optional }|
1122 { ID id-HO-Cause CRITICALITY ignore EXTENSION Cause PRESENCE optional },
1123 ...
1124}
1125
1126LHN-ID ::= OCTET STRING (SIZE (32..256))
1127
1128Links-to-log ::= ENUMERATED {uplink, downlink, both-uplink-and-downlink, ...}
1129
1130ListOF-SNAs ::= SEQUENCE (SIZE (1..maxNrOfSNAs)) OF SNAC
1131
1132ListOfInterfacesToTrace ::= SEQUENCE (SIZE (1..maxNrOfInterfaces)) OF InterfacesToTraceItem
1133
1134InterfacesToTraceItem ::= SEQUENCE {
1135 interface ENUMERATED {iu-cs, iu-ps, iur, iub, uu, ...},
1136 iE-Extensions ProtocolExtensionContainer { {InterfacesToTraceItem-ExtIEs} } OPTIONAL,
1137 ...
1138}
1139
1140InterfacesToTraceItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1141 ...
1142}
1143
1144LoadValue ::= INTEGER (0..100)
1145
1146LocationRelatedDataRequestType ::= SEQUENCE {
1147 requestedLocationRelatedDataType RequestedLocationRelatedDataType,
1148 requestedGPSAssistanceData RequestedGPSAssistanceData OPTIONAL,
1149 -- This IE shall be present if the Requested Location Related Data Type IE is set to ‘Dedicated Assistance Data for Assisted GPS’ or
1150 -- `Dedicated Assistance Data for Assisted GPS and GANSS’
1151 ...
1152}
1153
1154LocationRelatedDataRequestTypeSpecificToGERANIuMode ::= ENUMERATED {
1155 decipheringKeysEOTD,
1156 dedicatedMobileAssistedEOTDAssistanceData,
1157 dedicatedMobileBasedEOTDAssistanceData,
1158 ...
1159}
1160
1161LocationReportingTransferInformation ::= SEQUENCE {
1162 reportChangeOfSAI ReportChangeOfSAI OPTIONAL,
1163 periodicReportingIndicator PeriodicReportingIndicator OPTIONAL,
1164 directReportingIndicator DirectReportingIndicator OPTIONAL,
1165 verticalAccuracyCode VerticalAccuracyCode OPTIONAL,
1166 positioningPriorityChangeSAI PositioningPriority OPTIONAL,
1167 positioningPriorityDirect PositioningPriority OPTIONAL,
1168 clientTypePeriodic ClientType OPTIONAL,
1169 clientTypeDirect ClientType OPTIONAL,
1170 responseTime ResponseTime OPTIONAL,
1171 includeVelocity IncludeVelocity OPTIONAL,
1172 periodicLocationInfo PeriodicLocationInfo OPTIONAL,
1173 iE-Extensions ProtocolExtensionContainer { { LocationReportingTransferInformation-ExtIEs } } OPTIONAL,
1174 ...
1175}
1176
1177LocationReportingTransferInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1178 ...
1179}
1180
1181ReportChangeOfSAI ::= ENUMERATED {
1182 requested,
1183 ...
1184}
1185
1186PeriodicReportingIndicator ::= ENUMERATED {
1187 periodicSAI,
1188 periodicGeo,
1189 ...
1190}
1191
1192DirectReportingIndicator ::= ENUMERATED {
1193 directSAI,
1194 directGeo,
1195 ...
1196}
1197
1198L3-Information ::= OCTET STRING
1199
1200-- M
1201
1202M1Report ::= CHOICE {
1203 periodic MDT-Report-Parameters,
1204 event1F Event1F-Parameters,
1205 ...
1206}
1207
1208M2Report ::= CHOICE {
1209 periodic MDT-Report-Parameters,
1210 event1I Event1I-Parameters,
1211 ...
1212}
1213
1214M4Report ::= CHOICE {
1215 all NULL,
1216 m4-collection-parameters M4-Collection-Parameters,
1217 ...
1218}
1219
1220M4-Collection-Parameters ::= SEQUENCE {
1221 m4-period M4-Period,
1222 m4-threshold M4-Threshold OPTIONAL,
1223 iE-Extensions ProtocolExtensionContainer { { M4-Collection-Parameters-ExtIEs} } OPTIONAL,
1224 ...
1225}
1226
1227M4-Collection-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1228 ...
1229}
1230
1231M4-Period ::= ENUMERATED {ms100, ms250, ms500, ms1000, ms2000, ms3000, ms4000, ms6000, ...}
1232
1233
1234M4-Threshold ::= INTEGER (0..31)
1235
1236
1237M5Report ::= CHOICE {
1238 when-available NULL,
1239 m5-period M5-Period,
1240 ...
1241}
1242M5-Period ::= ENUMERATED {ms100, ms250, ms500, ms1000, ms2000, ms3000, ms4000, ms6000, ...}
1243
1244
1245
1246M6Report ::= SEQUENCE {
1247 m6-period M6-Period,
1248 m6-links-to-log Links-to-log,
1249 iE-Extensions ProtocolExtensionContainer { { M6Report-ExtIEs} } OPTIONAL,
1250 ...
1251}
1252
1253M6Report-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1254 ...
1255}
1256
1257M6-Period ::= ENUMERATED {ms1000, ms2000, ms3000, ms4000, ms6000, ms8000, ms12000, ms16000, ms20000, ms24000, ms28000, ms32000, ms64000, ...}
1258
1259M7Report ::= SEQUENCE {
1260 m7-period M7-Period,
1261 m7-links-to-log Links-to-log,
1262 iE-Extensions ProtocolExtensionContainer { { M7Report-ExtIEs} } OPTIONAL,
1263 ...
1264}
1265
1266M7Report-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1267 ...
1268}
1269
1270M7-Period ::= ENUMERATED {ms1000, ms2000, ms3000, ms4000, ms6000, ms8000, ms12000, ms16000, ms20000, ms24000, ms28000, ms32000, ms64000, ...}
1271
1272Management-Based-MDT-Allowed ::= ENUMERATED {
1273 allowed, ... }
1274
1275MaxBitrate ::= INTEGER (1..16000000)
1276-- Unit is bits per sec
1277
1278MaxSDU-Size ::= INTEGER (0..32768)
1279-- MaxSDU-Size
1280-- Unit isBIT STRING (SIZE (8))
1281
1282MBMS-PTP-RAB-ID ::= BIT STRING (SIZE (8))
1283
1284MBMSBearerServiceType ::= ENUMERATED {
1285 multicast,
1286 broadcast,
1287 ...
1288}
1289
1290MBMSCNDe-Registration ::= ENUMERATED {
1291 normalsessionstop,
1292 deregister,
1293 ...
1294}
1295
1296
1297MBMSCountingInformation ::= ENUMERATED {
1298 counting,
1299 notcounting,
1300 ...
1301}
1302
1303MBMSHCIndicator ::= ENUMERATED {
1304 uncompressed-header,
1305 compressed-header,
1306 ...
1307}
1308
1309MBMSIPMulticastAddressandAPNRequest ::= SEQUENCE (SIZE (1..maxnoofMulticastServicesPerRNC)) OF
1310 TMGI
1311
1312MBMSLinkingInformation ::= ENUMERATED {
1313 uE-has-joined-multicast-services,
1314 ...
1315}
1316
1317MBMSRegistrationRequestType ::= ENUMERATED {
1318 register,
1319 deregister,
1320 ...
1321}
1322
1323MBMSServiceArea ::= OCTET STRING
1324
1325MBMSSessionDuration ::= OCTET STRING (SIZE (3))
1326
1327
1328
1329MBMSSessionIdentity ::= OCTET STRING (SIZE (1))
1330
1331MBMSSessionRepetitionNumber ::= OCTET STRING (SIZE (1))
1332
1333MDT-Activation ::= ENUMERATED {
1334 immediateMDTonly,
1335 loggedMDTonly,
1336 immediateMDTandTrace,
1337 ...
1338}
1339
1340MDTAreaScope ::= CHOICE {
1341 cellbased CellBased,
1342 labased LABased,
1343 rabased RABased,
1344 plmn-area-based NULL,
1345 ...
1346}
1347
1348MDT-Configuration ::= SEQUENCE {
1349 mdtActivation MDT-Activation,
1350 mdtAreaScope MDTAreaScope,
1351 mdtMode MDTMode,
1352 iE-Extensions ProtocolExtensionContainer { { MDT-Configuration-ExtIEs} } OPTIONAL,
1353 ...
1354}
1355
1356MDT-Configuration-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1357 { ID id-SignallingBasedMDTPLMNList CRITICALITY ignore EXTENSION MDT-PLMN-List PRESENCE optional },
1358...
1359}
1360
1361MDTMode ::= CHOICE {
1362 immediateMDT ImmediateMDT,
1363 loggedMDT LoggedMDT,
1364 ...
1365}
1366
1367MDT-PLMN-List ::= SEQUENCE (SIZE (1..maxnoofMDTPLMNs)) OF PLMNidentity
1368
1369MDT-Report-Parameters ::= SEQUENCE {
1370 reportInterval ReportInterval,
1371 reportAmount ReportAmount,
1372 ...
1373}
1374
1375MeasurementQuantity ::= ENUMERATED {
1376 cpichEcNo,
1377 cpichRSCP,
1378 pathloss,
1379 ...
1380}
1381
1382MeasurementsToActivate::= BIT STRING (SIZE (8))
1383
1384MSISDN ::= OCTET STRING (SIZE (1..9))
1385
1386-- N
1387
1388
1389NAS-PDU ::= OCTET STRING
1390
1391NAS-SequenceNumber ::= BIT STRING (SIZE (2))
1392-- Reference: 24.008
1393
1394NAS-SynchronisationIndicator ::= BIT STRING (SIZE (4))
1395
1396NewBSS-To-OldBSS-Information ::= OCTET STRING
1397
1398NonSearchingIndication ::= ENUMERATED {
1399 non-searching,
1400 searching
1401}
1402
1403NRTLoadInformationValue ::= INTEGER (0..3)
1404
1405NumberOfIuInstances ::= INTEGER (1..2)
1406
1407NumberOfSteps ::= INTEGER (1..16)
1408
1409-- O
1410
1411Offload-RAB-Parameters ::= SEQUENCE {
1412 accessPointName Offload-RAB-Parameters-APN,
1413 chargingCharacteristics Offload-RAB-Parameters-ChargingCharacteristics,
1414 iE-Extensions ProtocolExtensionContainer { { Offload-RAB-Parameters-ExtIEs} } OPTIONAL,
1415 ...
1416}
1417
1418Offload-RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1419 ...
1420}
1421
1422Offload-RAB-Parameters-APN ::= OCTET STRING (SIZE (1..255))
1423
1424Offload-RAB-Parameters-ChargingCharacteristics ::= OCTET STRING (SIZE (2))
1425
1426OldBSS-ToNewBSS-Information ::= OCTET STRING
1427
1428OMC-ID ::= OCTET STRING (SIZE (3..22))
1429-- Reference: GSM TS 12.20 [25]
1430
1431Out-Of-UTRAN ::= ENUMERATED{
1432 cell-reselection-to-EUTRAN,
1433 ...
1434}
1435
1436-- P
1437
1438PagingAreaID ::= CHOICE {
1439 lAI LAI,
1440 rAI RAI,
1441 ...
1442}
1443
1444PagingCause ::= ENUMERATED {
1445 terminating-conversational-call,
1446 terminating-streaming-call,
1447 terminating-interactive-call,
1448 terminating-background-call,
1449 terminating-low-priority-signalling,
1450 ...,
1451 terminating-high-priority-signalling
1452}
1453
1454PDP-TypeInformation ::= SEQUENCE (SIZE (1..maxNrOfPDPDirections)) OF
1455 PDP-Type
1456
1457PDP-Type ::= ENUMERATED {
1458 empty,
1459 ppp,
1460 osp-ihoss -- this value shall not be used -- ,
1461 ipv4,
1462 ipv6,
1463 ...
1464}
1465
1466PDP-TypeInformation-extension ::= SEQUENCE (SIZE (1..maxNrOfPDPDirections)) OF
1467 PDP-Type-extension
1468
1469PDP-Type-extension ::= ENUMERATED {
1470 ipv4-and-ipv6,
1471 ...
1472}
1473
1474PDUType14FrameSequenceNumber ::= INTEGER(0..3)
1475
1476PeriodicLocationInfo ::= SEQUENCE {
1477 reportingAmount INTEGER (1..8639999, ...),
1478 reportingInterval INTEGER (1..8639999, ...),
1479 iE-Extensions ProtocolExtensionContainer { { PeriodicLocationInfo-ExtIEs } } OPTIONAL,
1480 ...
1481}
1482
1483PeriodicLocationInfo-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1484 ...
1485}
1486
1487
1488PermanentNAS-UE-ID ::= CHOICE {
1489 iMSI IMSI,
1490 ...
1491}
1492
1493PermittedEncryptionAlgorithms ::= SEQUENCE (SIZE (1..16)) OF
1494 EncryptionAlgorithm
1495
1496PermittedIntegrityProtectionAlgorithms ::= SEQUENCE (SIZE (1..16)) OF
1497 IntegrityProtectionAlgorithm
1498
1499LABased ::= SEQUENCE {
1500 laiList LAI-List,
1501 iE-Extensions ProtocolExtensionContainer { {LABased-ExtIEs} } OPTIONAL,
1502 ...
1503}
1504
1505LABased-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1506 ...
1507}
1508
1509
1510LAI-List ::= SEQUENCE (SIZE (1..maxNrOfLAIs)) OF
1511 LAI
1512
1513
1514
1515LoggedMDT ::= SEQUENCE {
1516 loggingInterval LoggingInterval,
1517 loggingDuration LoggingDuration,
1518 iE-Extensions ProtocolExtensionContainer { {LoggedMDT-ExtIEs} } OPTIONAL,
1519 ...
1520}
1521
1522LoggedMDT-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1523 ...
1524}
1525
1526LoggingInterval ::= ENUMERATED {
1527 s1d28,
1528 s2d56,
1529 s5d12,
1530 s10d24,
1531 s20d48,
1532 s30d72,
1533 s40d96,
1534 s61d44,
1535 ...
1536 }
1537
1538LoggingDuration ::= ENUMERATED {
1539 min10,
1540 min20,
1541 min40,
1542 min60,
1543 min90,
1544 min120,
1545...}
1546
1547
1548
1549PLMNidentity ::= TBCD-STRING (SIZE (3))
1550
1551PLMNs-in-shared-network ::= SEQUENCE (SIZE (1..maxNrOfPLMNsSN)) OF
1552 SEQUENCE {
1553 pLMNidentity PLMNidentity,
1554 lA-LIST LA-LIST,
1555 iE-Extensions ProtocolExtensionContainer { { PLMNs-in-shared-network-ExtIEs} } OPTIONAL,
1556 ...
1557 }
1558
1559PLMNs-in-shared-network-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1560 ...
1561}
1562
1563Port-Number ::= OCTET STRING (SIZE (2))
1564
1565PositioningDataDiscriminator ::= BIT STRING (SIZE(4))
1566
1567PositioningDataSet ::= SEQUENCE(SIZE(1..maxSet)) OF PositioningMethodAndUsage
1568
1569PositioningMethodAndUsage ::= OCTET STRING (SIZE(1))
1570
1571PositioningPriority ::= ENUMERATED {
1572 high-Priority,
1573 normal-Priority,
1574...
1575}
1576
1577PositionData ::= SEQUENCE {
1578 positioningDataDiscriminator PositioningDataDiscriminator,
1579 positioningDataSet PositioningDataSet OPTIONAL,
1580-- This IE shall be present if the PositioningDataDiscriminator IE is set to the value "0000" --
1581 iE-Extensions ProtocolExtensionContainer { {PositionData-ExtIEs} } OPTIONAL,
1582 ...
1583}
1584
1585PositionData-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1586 { ID id-GANSS-PositioningDataSet CRITICALITY ignore EXTENSION GANSS-PositioningDataSet PRESENCE optional },
1587 ...
1588}
1589
1590PositionDataSpecificToGERANIuMode ::= OCTET STRING
1591
1592Pre-emptionCapability ::= ENUMERATED {
1593 shall-not-trigger-pre-emption,
1594 may-trigger-pre-emption
1595}
1596
1597Pre-emptionVulnerability ::= ENUMERATED {
1598 not-pre-emptable,
1599 pre-emptable
1600}
1601
1602PriorityLevel ::= INTEGER { spare (0), highest (1), lowest (14), no-priority (15) } (0..15)
1603
1604Priority-Class-Indicator ::= BIT STRING (SIZE(8))
1605
1606ProvidedData ::= CHOICE {
1607 shared-network-information Shared-Network-Information,
1608 ...
1609}
1610
1611P-TMSI ::= OCTET STRING (SIZE (4))
1612
1613-- Q
1614
1615QueuingAllowed ::= ENUMERATED {
1616 queueing-not-allowed,
1617 queueing-allowed
1618}
1619
1620-- R
1621RAB-AsymmetryIndicator::= ENUMERATED {
1622 symmetric-bidirectional,
1623 asymmetric-unidirectional-downlink,
1624 asymmetric-unidirectional-uplink,
1625 asymmetric-bidirectional,
1626 ...
1627}
1628
1629RABased ::= SEQUENCE {
1630 raiList RAI-List,
1631 iE-Extensions ProtocolExtensionContainer { {RABased-ExtIEs} } OPTIONAL,
1632 ...
1633}
1634
1635RABased-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1636 ...
1637}
1638
1639
1640RAI-List ::= SEQUENCE (SIZE (1..maxNrOfRAIs)) OF
1641 RAI
1642
1643RABDataVolumeReport ::= SEQUENCE (SIZE (1..maxNrOfVol)) OF
1644 SEQUENCE {
1645 dl-UnsuccessfullyTransmittedDataVolume UnsuccessfullyTransmittedDataVolume,
1646 dataVolumeReference DataVolumeReference OPTIONAL,
1647 iE-Extensions ProtocolExtensionContainer { {RABDataVolumeReport-ExtIEs} } OPTIONAL,
1648 ...
1649 }
1650
1651RABDataVolumeReport-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1652 ...
1653}
1654
1655RAB-ID ::= BIT STRING (SIZE (8))
1656
1657RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
1658
1659RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
1660
1661
1662RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
1663--This IE shall be ignored if Supported Guaranteed Bit rate is present--
1664
1665RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
1666--This IE shall be ignored if Supported Maximum Bit rate is present--
1667
1668RAB-Parameters ::= SEQUENCE {
1669 trafficClass TrafficClass,
1670 rAB-AsymmetryIndicator RAB-AsymmetryIndicator,
1671 maxBitrate RAB-Parameter-MaxBitrateList,
1672 guaranteedBitRate RAB-Parameter-GuaranteedBitrateList OPTIONAL
1673 -- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
1674 deliveryOrder DeliveryOrder,
1675 maxSDU-Size MaxSDU-Size,
1676 sDU-Parameters SDU-Parameters,
1677 transferDelay TransferDelay OPTIONAL
1678 -- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
1679 trafficHandlingPriority TrafficHandlingPriority OPTIONAL
1680 -- This IE shall be present the traffic class IE is set to "Interactive" --,
1681 allocationOrRetentionPriority AllocationOrRetentionPriority OPTIONAL,
1682 sourceStatisticsDescriptor SourceStatisticsDescriptor OPTIONAL
1683 -- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
1684 relocationRequirement RelocationRequirement OPTIONAL,
1685 iE-Extensions ProtocolExtensionContainer { {RAB-Parameters-ExtIEs} } OPTIONAL,
1686 ...
1687}
1688
1689RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1690-- Extension for Release 5 to enable indication that Interactive User Plane data is of a signalling nature --
1691 { ID id-SignallingIndication CRITICALITY ignore EXTENSION SignallingIndication PRESENCE optional }|
1692-- Extension for Release 7 to indicate an Extended Guaranteed Bitrate --
1693{ ID id-RAB-Parameter-ExtendedGuaranteedBitrateList CRITICALITY reject EXTENSION RAB-Parameter-ExtendedGuaranteedBitrateList PRESENCE optional }|
1694-- Extension for Release 7 to indicate an Extended Maximum Bitrate --
1695{ ID id-RAB-Parameter-ExtendedMaxBitrateList CRITICALITY reject EXTENSION RAB-Parameter-ExtendedMaxBitrateList PRESENCE optional }|
1696-- Extension for Release 8 to indicate an Supported Maximum Bitrate --
1697{ ID id-RAB-Parameter-SupportedMaxBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional }|
1698-- Extension for Release 8 to indicate an Supported Guaranteed Bitrate --
1699{ ID id-RAB-Parameter-SupportedGuaranteedBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional },
1700 ...
1701}
1702
1703RABParametersList ::= SEQUENCE (SIZE (1.. maxNrOfRABs)) OF SEQUENCE {
1704 rab-Id RAB-ID,
1705 cn-domain CN-DomainIndicator,
1706 rabDataVolumeReport RABDataVolumeReport OPTIONAL,
1707 upInformation UPInformation OPTIONAL,
1708 iE-Extensions ProtocolExtensionContainer { { RABParametersList-ExtIEs } } OPTIONAL,
1709 ...
1710}
1711
1712RABParametersList-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1713 ...
1714}
1715
1716RAB-SubflowCombinationBitRate ::= INTEGER (0..16000000)
1717
1718RAB-TrCH-Mapping ::= SEQUENCE ( SIZE (1..maxNrOfRABs)) OF
1719 RAB-TrCH-MappingItem
1720
1721RAB-TrCH-MappingItem ::= SEQUENCE {
1722 rAB-ID RAB-ID,
1723 trCH-ID-List TrCH-ID-List,
1724 iE-Extensions ProtocolExtensionContainer { { RAB-TrCH-MappingItem-ExtIEs} } OPTIONAL,
1725 ...
1726}
1727
1728RAB-TrCH-MappingItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1729-- Extension for Release 99 to enable transfer of RAB Subflow mapping onto Iur transport channel Ids for a given indicated domain --
1730 { ID id-CN-DomainIndicator CRITICALITY ignore EXTENSION CN-DomainIndicator PRESENCE optional },
1731 ...
1732}
1733
1734RAC ::= OCTET STRING (SIZE (1))
1735
1736RAI ::= SEQUENCE {
1737 lAI LAI,
1738 rAC RAC,
1739 iE-Extensions ProtocolExtensionContainer { {RAI-ExtIEs} } OPTIONAL,
1740 ...
1741}
1742
1743RAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1744 ...
1745}
1746
1747RAListofIdleModeUEs ::= CHOICE {
1748 notEmptyRAListofIdleModeUEs NotEmptyRAListofIdleModeUEs,
1749 emptyFullRAListofIdleModeUEs ENUMERATED {emptylist,fulllist,...},
1750 ...
1751}
1752
1753NotEmptyRAListofIdleModeUEs ::= SEQUENCE {
1754 rAofIdleModeUEs RAofIdleModeUEs,
1755 iE-Extensions ProtocolExtensionContainer { {NotEmptyRAListofIdleModeUEs-ExtIEs} } OPTIONAL
1756}
1757
1758RAofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
1759 RAC
1760
1761NotEmptyRAListofIdleModeUEs-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1762{ ID id-LAofIdleModeUEs CRITICALITY reject EXTENSION LAListofIdleModeUEs PRESENCE conditional },
1763 -- This IE shall be present if the RA of Idle Mode UEs IE is included. --
1764 ...
1765}
1766
1767LAListofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
1768 LAI
1769
1770RAT-Type ::= ENUMERATED {
1771 utran,
1772 geran,
1773 ...
1774}
1775
1776RateControlAllowed ::= ENUMERATED {
1777 not-allowed,
1778 allowed
1779}
1780
1781RedirectAttemptFlag ::= NULL
1782
1783RedirectionCompleted ::= ENUMERATED {
1784 redirection-completed,
1785 ...
1786}
1787
1788RejectCauseValue ::= ENUMERATED {
1789 pLMN-Not-Allowed,
1790 location-Area-Not-Allowed,
1791 roaming-Not-Allowed-In-This-Location-Area,
1792 no-Suitable-Cell-In-Location-Area,
1793 gPRS-Services-Not-Allowed-In-This-PLMN,
1794 cS-PS-coordination-required,
1795 ...,
1796 network-failure,
1797 not-authorized-for-this-CSG
1798}
1799
1800
1801RelocationRequirement ::= ENUMERATED {
1802 lossless,
1803 none,
1804 ...,
1805 realtime
1806}
1807
1808RelocationType ::= ENUMERATED {
1809 ue-not-involved,
1810 ue-involved,
1811 ...
1812}
1813
1814RepetitionNumber0 ::= INTEGER (0..255)
1815
1816RepetitionNumber1 ::= INTEGER (1..256)
1817
1818
1819ReportArea ::= ENUMERATED {
1820 service-area,
1821 geographical-area,
1822 ...
1823}
1824
1825ReportInterval ::= ENUMERATED {
1826 ms250,
1827 ms500,
1828 ms1000,
1829 ms2000,
1830 ms3000,
1831 ms4000,
1832 ms6000,
1833 ms12000,
1834 ms16000,
1835 ms20000,
1836 ms24000,
1837 ms32000,
1838 ms64000,
1839 ...,
1840 ms8000,
1841 ms28000
1842}
1843
1844ReportAmount ::= ENUMERATED { n1, n2, n4, n8, n16, n32, n64, infinity, ... }
1845
1846RequestedGPSAssistanceData ::= OCTET STRING (SIZE (1 .. 38 ))
1847 -- gpsAssistanceData as defined in 24.080 --
1848
1849RequestedGANSSAssistanceData ::= OCTET STRING (SIZE (1 .. 201 ))
1850 -- ganssAssistanceData as defined in 24.080 --
1851
1852RequestedLocationRelatedDataType ::= ENUMERATED {
1853 decipheringKeysUEBasedOTDOA,
1854 decipheringKeysAssistedGPS,
1855 dedicatedAssistanceDataUEBasedOTDOA,
1856 dedicatedAssistanceDataAssistedGPS,
1857 ...,
1858-- Release 7 extension elements --
1859 decipheringKeysAssistedGANSS,
1860 dedicatedAssistanceDataAssistedGANSS,
1861 decipheringKeysAssistedGPSandGANSS,
1862 dedicatedAssistanceDataAssistedGPSandGANSS
1863}
1864
1865RequestedMBMSIPMulticastAddressandAPNRequest ::= SEQUENCE (SIZE (1..maxnoofMulticastServicesPerRNC)) OF
1866 MBMSIPMulticastAddressandAPNlist
1867
1868MBMSIPMulticastAddressandAPNlist ::= SEQUENCE {
1869 tMGI TMGI,
1870 iPMulticastAddress IPMulticastAddress,
1871 aPN APN,
1872 iE-Extensions ProtocolExtensionContainer { {MBMSIPMulticastAddressandAPNlist-ExtIEs} } OPTIONAL,
1873 ...
1874}
1875
1876MBMSIPMulticastAddressandAPNlist-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1877 ...
1878}
1879
1880RequestedMulticastServiceList ::= SEQUENCE (SIZE (1.. maxnoofMulticastServicesPerUE)) OF
1881 TMGI
1882
1883Requested-RAB-Parameter-Values ::= SEQUENCE {
1884 requestedMaxBitrates Requested-RAB-Parameter-MaxBitrateList OPTIONAL,
1885 requestedGuaranteedBitrates Requested-RAB-Parameter-GuaranteedBitrateList OPTIONAL,
1886 iE-Extensions ProtocolExtensionContainer { { Requested-RAB-Parameter-Values-ExtIEs} } OPTIONAL,
1887 ...
1888}
1889
1890Requested-RAB-Parameter-Values-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1891-- Extension for Release 6 to enable RNC to request the execution of an alternative RAB configuration --
1892 { ID id-AlternativeRABConfigurationRequest CRITICALITY ignore EXTENSION AlternativeRABConfigurationRequest PRESENCE optional }|
1893-- Extension for Release 7 to request an Extended Maximum Bitrate --
1894 { ID id-Requested-RAB-Parameter-ExtendedMaxBitrateList CRITICALITY reject EXTENSION Requested-RAB-Parameter-ExtendedMaxBitrateList PRESENCE optional }|
1895-- Extension for Release 7 to request an Extended Guaranteed Bitrate --
1896 { ID id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList CRITICALITY reject EXTENSION Requested-RAB-Parameter-ExtendedGuaranteedBitrateList PRESENCE optional }|
1897-- Extension for Release 8 to request an Supported Maximum Bitrate --
1898 { ID id-Requested-RAB-Parameter-SupportedMaxBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional }|
1899-- Extension for Release 8 to request an Supported Guaranteed Bitrate --
1900 { ID id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional },
1901 ...
1902}
1903
1904Requested-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
1905
1906Requested-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
1907
1908Requested-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
1909
1910Requested-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
1911
1912
1913RequestType ::= SEQUENCE {
1914 event Event,
1915 reportArea ReportArea,
1916 accuracyCode INTEGER (0..127) OPTIONAL,
1917 ...
1918}
1919
1920ResidualBitErrorRatio ::= SEQUENCE {
1921 mantissa INTEGER (1..9),
1922 exponent INTEGER (1..8),
1923 iE-Extensions ProtocolExtensionContainer { {ResidualBitErrorRatio-ExtIEs} } OPTIONAL
1924}
1925-- ResidualBitErrorRatio = mantissa * 10^-exponent
1926
1927ResidualBitErrorRatio-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1928 ...
1929}
1930
1931ResponseTime ::= ENUMERATED {
1932 lowdelay,
1933 delaytolerant,
1934 ...
1935}
1936
1937RIMInformation ::= OCTET STRING
1938
1939RIM-Transfer ::= SEQUENCE {
1940 rIMInformation RIMInformation,
1941 rIMRoutingAddress RIMRoutingAddress OPTIONAL,
1942 iE-Extensions ProtocolExtensionContainer { {RIM-Transfer-ExtIEs} } OPTIONAL
1943}
1944
1945RIM-Transfer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1946 ...
1947}
1948
1949RIMRoutingAddress ::= CHOICE {
1950 targetRNC-ID TargetRNC-ID,
1951 gERAN-Cell-ID GERAN-Cell-ID,
1952 ... ,
1953 targeteNB-ID TargetENB-ID
1954}
1955
1956
1957RNC-ID ::= INTEGER (0..4095)
1958-- RNC-ID ::= BIT STRING (SIZE (12))
1959-- Harmonized with RNSAP and NBAP definitions
1960
1961
1962RNCTraceInformation::= SEQUENCE {
1963 traceReference TraceReference,
1964 traceActivationIndicato ENUMERATED {activated,deactivated},
1965 equipmentsToBeTraced EquipmentsToBeTraced OPTIONAL,
1966 -- This IE shall be present if the Trace Activation Indicator IE is set to "Activated".
1967 iE-Extensions ProtocolExtensionContainer { { RNCTraceInformation-ExtIEs} } OPTIONAL
1968}
1969
1970RNCTraceInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1971-- Extension for Release 11 to enable anonymization MDT for area based MDT --
1972 {ID id-TraceRecordingSessionReference CRITICALITY ignore EXTENSION TraceRecordingSessionReference PRESENCE optional}|
1973 {ID id-IMSI CRITICALITY ignore EXTENSION IMSI PRESENCE optional}|
1974 {ID id-Trace-Collection-Entity-IP-Addess CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
1975 {ID id-Serving-Cell-Identifier CRITICALITY ignore EXTENSION UTRAN-CellID PRESENCE optional},
1976 ...
1977}
1978
1979RNSAPRelocationParameters ::= SEQUENCE {
1980 rabParmetersList RABParametersList OPTIONAL,
1981 locationReporting LocationReportingTransferInformation OPTIONAL,
1982 traceInformation TraceInformation OPTIONAL,
1983 sourceSAI SAI OPTIONAL,
1984 iE-Extensions ProtocolExtensionContainer { { RNSAPRelocationParameters-ExtIEs } } OPTIONAL,
1985 ...
1986}
1987
1988RNSAPRelocationParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
1989 ...
1990}
1991
1992RRC-Container ::= OCTET STRING
1993
1994RTLoadValue ::= INTEGER (0..100)
1995
1996RSRVCC-HO-Indication ::= ENUMERATED {
1997 ps-only,
1998 ...
1999}
2000
2001RSRVCC-Information ::= SEQUENCE {
2002 nonce BIT STRING (SIZE (128)),
2003 iMSInformation OCTET STRING(SIZE(1.. maxSizeOfIMSInfo)),
2004 iE-Extensions ProtocolExtensionContainer { { RSRVCC-Information-ExtIEs} } OPTIONAL,
2005 ...
2006
2007}
2008
2009RSRVCC-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2010 ...
2011}
2012
2013RSRVCC-Operation-Possible ::= ENUMERATED {
2014 rsrvcc-possible,
2015 ...
2016}
2017
2018-- S
2019
2020SAC ::= OCTET STRING (SIZE (2))
2021SAI ::= SEQUENCE {
2022 pLMNidentity PLMNidentity,
2023 lAC LAC,
2024 sAC SAC,
2025 iE-Extensions ProtocolExtensionContainer { {SAI-ExtIEs} } OPTIONAL
2026}
2027
2028SAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2029 ...
2030}
2031
2032SAPI ::= ENUMERATED {
2033 sapi-0,
2034 sapi-3,
2035 ...
2036}
2037
2038SessionUpdateID ::= INTEGER (0.. 1048575)
2039Shared-Network-Information ::= SEQUENCE {
2040 pLMNs-in-shared-network PLMNs-in-shared-network,
2041 iE-Extensions ProtocolExtensionContainer { {Shared-Network-Information-ExtIEs} } OPTIONAL,
2042 ...
2043}
2044
2045Session-Re-establishment-Indicator ::= ENUMERATED {true, ...}
2046
2047Shared-Network-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2048 ...
2049}
2050
2051SignallingIndication ::= ENUMERATED {
2052 signalling,
2053 ...
2054}
2055
2056SDU-ErrorRatio ::= SEQUENCE {
2057 mantissa INTEGER (1..9),
2058 exponent INTEGER (1..6),
2059 iE-Extensions ProtocolExtensionContainer { {SDU-ErrorRatio-ExtIEs} } OPTIONAL
2060}
2061-- SDU-ErrorRatio = mantissa * 10^-exponent
2062
2063SDU-ErrorRatio-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2064 ...
2065}
2066SDU-FormatInformationParameters ::= SEQUENCE (SIZE (1..maxRAB-SubflowCombination)) OF
2067 SEQUENCE {
2068 subflowSDU-Size SubflowSDU-Size OPTIONAL,
2069 rAB-SubflowCombinationBitRate RAB-SubflowCombinationBitRate OPTIONAL,
2070 iE-Extensions ProtocolExtensionContainer { {SDU-FormatInformationParameters-ExtIEs} } OPTIONAL,
2071 ...
2072 }
2073
2074SDU-FormatInformationParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2075 ...
2076}
2077
2078SDU-Parameters ::= SEQUENCE (SIZE (1..maxRAB-Subflows)) OF
2079 SEQUENCE {
2080 sDU-ErrorRatio SDU-ErrorRatio OPTIONAL
2081 -- This IE shall be present if the Delivery Of Erroneous SDU IE is set to "Yes" or "No" --,
2082 residualBitErrorRatio ResidualBitErrorRatio,
2083 deliveryOfErroneousSDU DeliveryOfErroneousSDU,
2084 sDU-FormatInformationParameters SDU-FormatInformationParameters OPTIONAL,
2085 iE-Extensions ProtocolExtensionContainer { {SDU-Parameters-ExtIEs} } OPTIONAL,
2086 ...
2087 }
2088
2089SDU-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2090 ...
2091}
2092
2093SNA-Access-Information ::= SEQUENCE {
2094 authorisedPLMNs AuthorisedPLMNs,
2095 iE-Extensions ProtocolExtensionContainer { {SNA-Access-Information-ExtIEs} } OPTIONAL,
2096 ...
2097 }
2098
2099SNA-Access-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2100 ...
2101}
2102
2103SNAC ::= INTEGER (0..65535)
2104
2105Service-Handover ::= ENUMERATED {
2106 handover-to-GSM-should-be-performed,
2107 handover-to-GSM-should-not-be-performed,
2108 handover-to-GSM-shall-not-be-performed,
2109 ...
2110}
2111
2112Source-ToTarget-TransparentContainer ::= OCTET STRING
2113-- This IE is a transparent container, the IE shall be encoded not as an OCTET STRING but according to the type specifications of the target system.
2114-- Note: In the current version of this specification, this IE may either carry the Source RNC to
2115-- Target RNC Transparent Container or the Source eNB to Target eNB Transparent Container IE as
2116-- defined in TS 36.413 [49]
2117
2118SourceeNodeB-ToTargeteNodeB-TransparentContainer ::= OCTET STRING
2119
2120
2121SourceCellID ::= CHOICE {
2122 sourceUTRANCellID SourceUTRANCellID,
2123 sourceGERANCellID CGI,
2124 ...
2125}
2126
2127SourceBSS-ToTargetBSS-TransparentContainer ::= OCTET STRING
2128
2129SourceID ::= CHOICE {
2130 sourceRNC-ID SourceRNC-ID,
2131 sAI SAI,
2132 ...
2133}
2134
2135
2136SourceRNC-ID ::= SEQUENCE {
2137 pLMNidentity PLMNidentity,
2138 rNC-ID RNC-ID,
2139 iE-Extensions ProtocolExtensionContainer { {SourceRNC-ID-ExtIEs} } OPTIONAL
2140}
2141
2142SourceRNC-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2143-- Extension for Release 7 to indicate extended RNC-ID --
2144 { ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
2145 ...
2146}
2147
2148SourceRNC-ToTargetRNC-TransparentContainer ::= SEQUENCE {
2149 rRC-Container RRC-Container,
2150 numberOfIuInstances NumberOfIuInstances,
2151 relocationType RelocationType,
2152 chosenIntegrityProtectionAlgorithm ChosenIntegrityProtectionAlgorithm OPTIONAL,
2153 integrityProtectionKey IntegrityProtectionKey OPTIONAL,
2154 chosenEncryptionAlgorithForSignalling ChosenEncryptionAlgorithm OPTIONAL,
2155 cipheringKey EncryptionKey OPTIONAL,
2156 chosenEncryptionAlgorithForCS ChosenEncryptionAlgorithm OPTIONAL,
2157 chosenEncryptionAlgorithForPS ChosenEncryptionAlgorithm OPTIONAL,
2158 d-RNTI D-RNTI OPTIONAL
2159 -- This IE shall be present if the Relocation type IE is set to "UE not involved in relocation of SRNS" --,
2160 targetCellId TargetCellId OPTIONAL
2161 -- This IE shall be present if the Relocation type IE is set to "UE involved in relocation of SRNS" --,
2162 rAB-TrCH-Mapping RAB-TrCH-Mapping OPTIONAL,
2163 iE-Extensions ProtocolExtensionContainer { {SourceRNC-ToTargetRNC-TransparentContainer-ExtIEs} } OPTIONAL,
2164 ...
2165}
2166
2167SourceRNC-ToTargetRNC-TransparentContainer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2168-- Extension for Release 99 to enable transfer of SRB mapping onto Iur transport channel Ids --
2169 {ID id-SRB-TrCH-Mapping CRITICALITY reject EXTENSION SRB-TrCH-Mapping PRESENCE optional}|
2170-- Extension for Release 5 to enable Inter RAN Load Information Exchange over Iu --
2171 {ID id-CellLoadInformationGroup CRITICALITY ignore EXTENSION CellLoadInformationGroup PRESENCE optional}|
2172-- Extension for Release 6 to provide Trace Recording Session Information to the Target RNC --
2173 {ID id-TraceRecordingSessionInformation CRITICALITY ignore EXTENSION TraceRecordingSessionInformation PRESENCE optional}|
2174-- Extension for Release 6 to indicate to the Target RNC that the UE has activated Multicast Service --
2175 {ID id-MBMSLinkingInformation CRITICALITY ignore EXTENSION MBMSLinkingInformation PRESENCE optional}|
2176 {ID id-d-RNTI-for-NoIuCSUP CRITICALITY reject EXTENSION D-RNTI PRESENCE optional}|
2177 {ID id-UE-History-Information CRITICALITY ignore EXTENSION UE-History-Information PRESENCE optional}|
2178 {ID id-SubscriberProfileIDforRFP CRITICALITY ignore EXTENSION SubscriberProfileIDforRFP PRESENCE optional}|
2179-- Extension for Release 8 to transfer to the Target RNC parameters required for SRVCC operation --
2180 {ID id-SRVCC-Information CRITICALITY reject EXTENSION SRVCC-Information PRESENCE optional}|
2181 {ID id-PSRABtobeReplaced CRITICALITY reject EXTENSION RAB-ID PRESENCE optional}|
2182-- Extension for Release 9 to transfer to the Target RNC parameters required for CSFB operation --
2183 {ID id-CSFB-Information CRITICALITY ignore EXTENSION CSFB-Information PRESENCE optional}|
2184-- Extension for Release 10 to indicate to the Target RNC the need of continued IRAT measurement --
2185 {ID id-IRAT-Measurement-Configuration CRITICALITY ignore EXTENSION IRAT-Measurement-Configuration PRESENCE optional}|
2186-- Extension for Release 10 to indicate Management Based MDT Allowed --
2187 {ID id-Management-Based-MDT-Allowed CRITICALITY ignore EXTENSION Management-Based-MDT-Allowed PRESENCE optional}|
2188-- Extension for Release 11 to indicate Management Based MDT PLMN List --
2189 {ID id-Management-Based-MDT-PLMN-List CRITICALITY ignore EXTENSION MDT-PLMN-List PRESENCE optional}|
2190-- Extension for Release 11 to indicate the last E-UTRAN PLMN Identity --
2191 {ID id-LastE-UTRANPLMNIdentity CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional},
2192 ...
2193}
2194
2195IRAT-Measurement-Configuration ::= SEQUENCE {
2196 rSRP INTEGER (0..97) OPTIONAL,
2197 rSRQ INTEGER (0..34) OPTIONAL,
2198 iRATmeasurementParameters IRATmeasurementParameters,
2199 iE-Extensions ProtocolExtensionContainer { {IRAT-Measurement-Configuration-ExtIEs} } OPTIONAL}
2200
2201IRAT-Measurement-Configuration-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2202 {ID id-RSRQ-Type CRITICALITY ignore EXTENSION RSRQ-Type PRESENCE optional}|
2203 {ID id-RSRQ-Extension CRITICALITY ignore EXTENSION RSRQ-Extension PRESENCE optional},
2204 ...
2205}
2206
2207IRATmeasurementParameters::= SEQUENCE {
2208 measurementDuration INTEGER (1..100),
2209 eUTRANFrequencies EUTRANFrequencies OPTIONAL,
2210 iE-Extensions ProtocolExtensionContainer { { IRATmeasurementParameters-ExtIEs} } OPTIONAL}
2211
2212IRATmeasurementParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2213 ...
2214}
2215
2216RSRQ-Type ::= SEQUENCE {
2217 allSymbols BOOLEAN,
2218 wideBand BOOLEAN
2219}
2220
2221RSRQ-Extension ::= INTEGER (-30..46, ...)
2222
2223EUTRANFrequencies ::= SEQUENCE (SIZE (1..maxNrOfEUTRAFreqs)) OF SEQUENCE {
2224 earfcn INTEGER (0..65535),
2225 measBand MeasBand OPTIONAL,
2226 iE-Extensions ProtocolExtensionContainer { {EUTRANFrequencies-ExtIEs} } OPTIONAL}
2227
2228MeasBand ::= ENUMERATED {
2229 v6,
2230 v15,
2231 v25,
2232 v50,
2233 v75,
2234 v100
2235}
2236
2237EUTRANFrequencies-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2238 { ID id-EARFCN-Extended CRITICALITY reject EXTENSION EARFCN-Extended PRESENCE optional},
2239 ...
2240}
2241
2242SubscriberProfileIDforRFP ::= INTEGER (1..256)
2243
2244SourceStatisticsDescriptor ::= ENUMERATED {
2245 speech,
2246 unknown,
2247 ...
2248}
2249
2250SupportedRAB-ParameterBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF SupportedBitrate
2251
2252SupportedBitrate ::= INTEGER (1..1000000000, ...)
2253-- Unit is bits per sec
2254
2255SourceUTRANCellID ::= SEQUENCE {
2256 pLMNidentity PLMNidentity,
2257 uTRANcellID TargetCellId,
2258 iE-Extensions ProtocolExtensionContainer { {SourceUTRANCellID-ExtIEs} } OPTIONAL
2259}
2260
2261SourceUTRANCellID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2262 ...
2263}
2264
2265SRB-ID ::= INTEGER (1..32)
2266
2267SRB-TrCH-Mapping ::= SEQUENCE ( SIZE (1..maxNrOfSRBs)) OF
2268 SRB-TrCH-MappingItem
2269
2270SRB-TrCH-MappingItem ::= SEQUENCE {
2271 sRB-ID SRB-ID,
2272 trCH-ID TrCH-ID,
2273 iE-Extensions ProtocolExtensionContainer { { SRB-TrCH-MappingItem-ExtIEs} } OPTIONAL,
2274 ...
2275}
2276
2277
2278SRB-TrCH-MappingItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2279 ...
2280}
2281
2282SRVCC-HO-Indication ::= ENUMERATED {
2283 ps-and-cs,
2284 cs-only,
2285 ...
2286}
2287
2288SRVCC-Information ::= SEQUENCE {
2289 nonce BIT STRING (SIZE (128)),
2290 iE-Extensions ProtocolExtensionContainer { { SRVCC-Information-ExtIEs} } OPTIONAL,
2291 ...
2292}
2293
2294SRVCC-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2295 ...
2296}
2297
2298SRVCC-Operation-Possible ::= ENUMERATED {
2299 srvcc-possible,
2300 ...
2301}
2302
2303SubflowSDU-Size ::= INTEGER (0..4095)
2304-- Unit is bit
2305
2306
2307-- T
2308TAC ::= OCTET STRING (SIZE (2))
2309
2310TAI ::= SEQUENCE {
2311 pLMNidentity PLMNidentity,
2312 tAC TAC,
2313 iE-Extensions ProtocolExtensionContainer { {TAI-ExtIEs} } OPTIONAL
2314}
2315
2316TAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2317 ...
2318}
2319
2320
2321Target-ToSource-TransparentContainer ::= OCTET STRING
2322-- This IE is a transparent container, the IE shall be encoded not as an OCTET STRING but according to the type specifications of the target system.
2323-- Note: In the current version of this specification, this IE may either carry the Target RNC to
2324-- Source RNC Transparent Container or the Target eNB to Source eNB Transparent Container IE as
2325-- defined in TS 36.413 [49]
2326
2327TargeteNodeB-ToSourceeNodeB-TransparentContainer ::= OCTET STRING
2328
2329TargetBSS-ToSourceBSS-TransparentContainer ::= OCTET STRING
2330
2331TargetCellId ::= INTEGER (0..268435455)
2332
2333TargetID ::= CHOICE {
2334 targetRNC-ID TargetRNC-ID,
2335 cGI CGI,
2336
2337 ...,
2338 targeteNB-ID TargetENB-ID
2339}
2340
2341TargetENB-ID ::= SEQUENCE {
2342 pLMNidentity PLMNidentity,
2343 eNB-ID ENB-ID,
2344 iE-Extensions ProtocolExtensionContainer { {TargetENB-ID-ExtIEs} } OPTIONAL,
2345 selectedTAI TAI,
2346 ...
2347}
2348
2349TargetENB-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2350 ...
2351}
2352
2353
2354TargetRNC-ID ::= SEQUENCE {
2355 lAI LAI,
2356 rAC RAC OPTIONAL,
2357 rNC-ID RNC-ID,
2358 iE-Extensions ProtocolExtensionContainer { {TargetRNC-ID-ExtIEs} } OPTIONAL
2359}
2360
2361TargetRNC-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2362-- Extension for Release 7 to indicate extended RNC-ID --
2363 { ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
2364 ...
2365}
2366
2367TargetRNC-ToSourceRNC-TransparentContainer ::= SEQUENCE {
2368 rRC-Container RRC-Container,
2369 d-RNTI D-RNTI OPTIONAL
2370 -- May be included to allow the triggering of the Relocation Detect procedure from the Iur Interface --,
2371 iE-Extensions ProtocolExtensionContainer { {TargetRNC-ToSourceRNC-TransparentContainer-ExtIEs} } OPTIONAL,
2372 ...
2373}
2374
2375TargetRNC-ToSourceRNC-TransparentContainer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2376 ...
2377}
2378
2379TBCD-STRING ::= OCTET STRING
2380
2381TemporaryUE-ID ::= CHOICE {
2382 tMSI TMSI,
2383 p-TMSI P-TMSI,
2384 ...
2385}
2386
2387Time-UE-StayedInCell ::= INTEGER (0..4095)
2388
2389Time-UE-StayedInCell-EnhancedGranularity ::= INTEGER (0..40950)
2390
2391TimeToMBMSDataTransfer ::= OCTET STRING(SIZE(1))
2392
2393TimingDifferenceULDL ::= OCTET STRING (SIZE(1))
2394
2395TMGI ::= SEQUENCE {
2396 pLMNidentity PLMNidentity,
2397 serviceID OCTET STRING (SIZE (3)),
2398 iE-Extensions ProtocolExtensionContainer { {TMGI-ExtIEs} } OPTIONAL
2399}
2400
2401TMGI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2402 ...
2403}
2404
2405TMSI ::= OCTET STRING (SIZE (4))
2406
2407TraceDepth ::= ENUMERATED {
2408 minimum,
2409 medium,
2410 maximum,
2411 ...
2412}
2413
2414TraceInformation ::= SEQUENCE {
2415 traceReference TraceReference,
2416 ue-identity UE-ID,
2417 tracePropagationParameters TracePropagationParameters OPTIONAL,
2418 iE-Extensions ProtocolExtensionContainer { { TraceInformation-ExtIEs } } OPTIONAL,
2419 ...
2420}
2421
2422TraceInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2423...
2424}
2425
2426TracePropagationParameters ::= SEQUENCE {
2427 traceRecordingSessionReference TraceRecordingSessionReference,
2428 traceDepth TraceDepth,
2429 listOfInterfacesToTrace ListOfInterfacesToTrace OPTIONAL,
2430 iE-Extensions ProtocolExtensionContainer { { TracePropagationParameters-ExtIEs} } OPTIONAL,
2431 ...
2432}
2433
2434TracePropagationParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2435 ...
2436}
2437
2438TraceRecordingSessionInformation ::= SEQUENCE {
2439 traceReference TraceReference,
2440 traceRecordingSessionReference TraceRecordingSessionReference,
2441 iE-Extensions ProtocolExtensionContainer { { TraceRecordingSessionInformation-ExtIEs} } OPTIONAL,
2442 ...
2443}
2444
2445TraceRecordingSessionInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2446 ...
2447}
2448
2449TraceRecordingSessionReference ::= INTEGER (0..65535)
2450
2451TraceReference ::= OCTET STRING (SIZE (2..3))
2452
2453TraceType ::= OCTET STRING (SIZE (1))
2454-- Reference: GSM TS 12.08
2455
2456TrafficClass ::= ENUMERATED {
2457 conversational,
2458 streaming,
2459 interactive,
2460 background,
2461 ...
2462}
2463
2464TrafficHandlingPriority ::= INTEGER { spare (0), highest (1), lowest (14), no-priority-used (15) } (0..15)
2465
2466TransferDelay ::= INTEGER (0..65535)
2467-- Unit is millisecond
2468
2469UnsuccessfullyTransmittedDataVolume ::= INTEGER (0..4294967295)
2470
2471TransportLayerAddress ::= BIT STRING (SIZE (1..160, ...))
2472
2473TrCH-ID ::= SEQUENCE {
2474 dCH-ID DCH-ID OPTIONAL,
2475 dSCH-ID DSCH-ID OPTIONAL,
2476 uSCH-ID USCH-ID OPTIONAL,
2477 iE-Extensions ProtocolExtensionContainer { { TrCH-ID-ExtIEs} } OPTIONAL,
2478 ...
2479}
2480
2481TrCH-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2482-- Extension for Release 5 to enable transfer of HS-DSCH-MAC-d-Flow-ID onto Iur transport channel ID --
2483 {ID id-hS-DSCH-MAC-d-Flow-ID CRITICALITY ignore EXTENSION HS-DSCH-MAC-d-Flow-ID PRESENCE optional}|
2484-- Extension for Release 6 to enable transfer of E-DCH-MAC-d-Flow-ID onto Iur transport channel ID --
2485 {ID id-E-DCH-MAC-d-Flow-ID CRITICALITY ignore EXTENSION E-DCH-MAC-d-Flow-ID PRESENCE optional},
2486 ...
2487}
2488
2489TrCH-ID-List ::= SEQUENCE (SIZE (1..maxRAB-Subflows)) OF
2490 TrCH-ID
2491
2492TriggerID ::= OCTET STRING (SIZE (3..22))
2493
2494TunnelInformation ::= SEQUENCE {
2495 transportLayerAddress TransportLayerAddress,
2496 uDP-Port-Number Port-Number OPTIONAL,
2497 iE-Extensions ProtocolExtensionContainer { {Tunnel-Information-ExtIEs} } OPTIONAL,
2498 ...
2499}
2500
2501Tunnel-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2502 ...
2503}
2504
2505
2506TypeOfError ::= ENUMERATED {
2507 not-understood,
2508 missing,
2509 ...
2510}
2511
2512
2513-- U
2514
2515UE-AggregateMaximumBitRate ::= SEQUENCE {
2516 uE-AggregateMaximumBitRateDownlink UE-AggregateMaximumBitRateDownlink OPTIONAL,
2517 uE-AggregateMaximumBitRateUplink UE-AggregateMaximumBitRateUplink OPTIONAL,
2518 ...
2519}
2520
2521UE-AggregateMaximumBitRateDownlink ::= INTEGER (1..1000000000)
2522-- Unit is bits per sec
2523
2524UE-AggregateMaximumBitRateUplink ::= INTEGER (1..1000000000)
2525-- Unit is bits per sec
2526
2527
2528UE-History-Information ::= OCTET STRING
2529
2530UE-ID ::= CHOICE {
2531 imsi IMSI,
2532 imei IMEI,
2533 ...,
2534 imeisv IMEISV
2535
2536}
2537
2538UESBI-Iu ::= SEQUENCE {
2539 uESBI-IuA UESBI-IuA OPTIONAL,
2540 uESBI-IuB UESBI-IuB OPTIONAL,
2541 iE-Extensions ProtocolExtensionContainer { {UESBI-Iu-ExtIEs} } OPTIONAL,
2542 ...
2543}
2544
2545UESBI-Iu-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2546 ...
2547}
2548
2549UESBI-IuA ::= BIT STRING (SIZE(1..128))
2550-- Reference: TR25.994 --
2551UESBI-IuB ::= BIT STRING (SIZE(1..128))
2552-- Reference: TR25.995 --
2553
2554UL-GTP-PDU-SequenceNumber ::= INTEGER (0..65535)
2555
2556UL-N-PDU-SequenceNumber ::= INTEGER (0..65535)
2557
2558UPInformation ::= SEQUENCE {
2559 frameSeqNoUL FrameSequenceNumber,
2560 frameSeqNoDL FrameSequenceNumber,
2561 pdu14FrameSeqNoUL PDUType14FrameSequenceNumber,
2562 pdu14FrameSeqNoDL PDUType14FrameSequenceNumber,
2563 dataPDUType DataPDUType,
2564 upinitialisationFrame UPInitialisationFrame,
2565 iE-Extensions ProtocolExtensionContainer { { UPInformation-ExtIEs } } OPTIONAL,
2566 ...
2567}
2568
2569UPInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2570 {ID id-TimingDifferenceULDL CRITICALITY ignore EXTENSION TimingDifferenceULDL PRESENCE optional},
2571
2572 ...
2573}
2574
2575UPInitialisationFrame ::= OCTET STRING
2576
2577UP-ModeVersions ::= BIT STRING (SIZE (16))
2578
2579USCH-ID ::= INTEGER (0..255)
2580
2581UserPlaneMode ::= ENUMERATED {
2582 transparent-mode,
2583 support-mode-for-predefined-SDU-sizes,
2584 ...
2585}
2586
2587UTRAN-CellID ::= SEQUENCE {
2588 pLMNidentity PLMNidentity,
2589 cellID TargetCellId,
2590 iE-Extensions ProtocolExtensionContainer { { UTRAN-CellID-ExtIEs} } OPTIONAL
2591}
2592
2593UTRAN-CellID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2594 ...
2595}
2596
2597
2598-- V
2599
2600VelocityEstimate ::= CHOICE {
2601 horizontalVelocity HorizontalVelocity,
2602 horizontalWithVerticalVelocity HorizontalWithVerticalVelocity,
2603 horizontalVelocityWithUncertainty HorizontalVelocityWithUncertainty,
2604 horizontalWithVeritcalVelocityAndUncertainty HorizontalWithVerticalVelocityAndUncertainty,
2605 ...
2606}
2607
2608HorizontalVelocity ::= SEQUENCE {
2609 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
2610 iE-Extensions ProtocolExtensionContainer { { HorizontalVelocity-ExtIEs} } OPTIONAL,
2611 ...
2612}
2613
2614HorizontalVelocity-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2615 ...
2616}
2617
2618HorizontalWithVerticalVelocity ::= SEQUENCE {
2619 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
2620 veritcalVelocity VerticalVelocity,
2621 iE-Extensions ProtocolExtensionContainer { { HorizontalWithVerticalVelocity-ExtIEs} } OPTIONAL,
2622 ...
2623}
2624
2625HorizontalWithVerticalVelocity-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2626 ...
2627}
2628
2629
2630HorizontalVelocityWithUncertainty ::= SEQUENCE {
2631 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
2632 uncertaintySpeed INTEGER (0..255),
2633 iE-Extensions ProtocolExtensionContainer { { HorizontalVelocityWithUncertainty-ExtIEs} } OPTIONAL,
2634 ...
2635}
2636
2637HorizontalVelocityWithUncertainty-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2638 ...
2639}
2640
2641HorizontalWithVerticalVelocityAndUncertainty ::= SEQUENCE {
2642 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
2643 veritcalVelocity VerticalVelocity,
2644 horizontalUncertaintySpeed INTEGER (0..255),
2645 verticalUncertaintySpeed INTEGER (0..255),
2646 iE-Extensions ProtocolExtensionContainer { { HorizontalWithVerticalVelocityAndUncertainty-ExtIEs} } OPTIONAL,
2647 ...
2648}
2649
2650HorizontalWithVerticalVelocityAndUncertainty-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
2651 ...
2652}
2653
2654HorizontalSpeedAndBearing ::= SEQUENCE {
2655 bearing INTEGER (0..359),
2656 horizontalSpeed INTEGER (0..2047)
2657}
2658
2659VerticalVelocity ::= SEQUENCE {
2660 veritcalSpeed INTEGER (0..255),
2661 veritcalSpeedDirection VerticalSpeedDirection
2662}
2663
2664VerticalSpeedDirection ::= ENUMERATED {
2665 upward,
2666 downward
2667}
2668
2669VerticalAccuracyCode ::= INTEGER (0..127)
2670
2671VoiceSupportMatchIndicator ::= ENUMERATED {
2672 supported,
2673 not-supported,
2674 ...
2675}
2676
2677END