blob: 25358dd7c2b3c2316011798ed3bbe2f06f4b1133 [file] [log] [blame]
Lev Walkin76289e12006-10-24 02:17:20 +00001/*
2 * Radio Resource Control Technical Specification ASN.1 module.
3 * 3GPP 25.331 (TS 125 331) (ETSI ref RTS/TSGR-0225331v710) [2006-06]
4 * Extracted and verified by Lev Walkin <vlm@lionet.info>
5 *
6 * DO NOT REDISTRIBUTE. Obtain your own copy of 3GPP RRC specification
7 * if you need to create products based on this RRC ASN.1 module.
8 *
9 * The ETSI has granted me the right to reproduce this ASN.1 RRC
Lev Walkin9ab5c762013-04-07 01:33:33 -070010 * (Radio Resource Control) module as part of asn1c provided that I insert
11 * the following paragraph:
Lev Walkin76289e12006-10-24 02:17:20 +000012 *
Lev Walkin9ab5c762013-04-07 01:33:33 -070013 * 3GPP™ TSs and TRs are the property of ARIB, ATIS, ETSI, CCSA, TTA and TTC
14 * who jointly own the copyright in them. They are subject to further
15 * modifications and are therefore provided to you "as is" for information
16 * purposes only. Further use is strictly prohibited.
Lev Walkin76289e12006-10-24 02:17:20 +000017 */
18
19Class-definitions DEFINITIONS AUTOMATIC TAGS ::=
20
21BEGIN
22
23IMPORTS
24
25 ActiveSetUpdate,
26 ActiveSetUpdateComplete,
27 ActiveSetUpdateFailure,
28 AssistanceDataDelivery,
29 CellChangeOrderFromUTRAN,
30 CellChangeOrderFromUTRANFailure,
31 CellUpdate,
32 CellUpdateConfirm-CCCH,
33 CellUpdateConfirm,
34 CounterCheck,
35 CounterCheckResponse,
36 DownlinkDirectTransfer,
37 HandoverToUTRANComplete,
38 InitialDirectTransfer,
39 HandoverFromUTRANCommand-GERANIu,
40 HandoverFromUTRANCommand-GSM,
41 HandoverFromUTRANCommand-CDMA2000,
42 HandoverFromUTRANFailure,
43 MBMSAccessInformation,
44 MBMSCommonPTMRBInformation,
45 MBMSCurrentCellPTMRBInformation,
46 MBMSGeneralInformation,
47 MBMSModificationRequest,
48 MBMSModifiedServicesInformation,
49 MBMSNeighbouringCellPTMRBInformation,
50 MBMSSchedulingInformation,
51 MBMSUnmodifiedServicesInformation,
52 MeasurementControl,
53 MeasurementControlFailure,
54 MeasurementReport,
55 PagingType1,
56 PagingType2,
57 PhysicalChannelReconfiguration,
58 PhysicalChannelReconfigurationComplete,
59 PhysicalChannelReconfigurationFailure,
60 PhysicalSharedChannelAllocation,
61 PUSCHCapacityRequest,
62 RadioBearerReconfiguration,
63 RadioBearerReconfigurationComplete,
64 RadioBearerReconfigurationFailure,
65 RadioBearerRelease,
66 RadioBearerReleaseComplete,
67 RadioBearerReleaseFailure,
68 RadioBearerSetup,
69 RadioBearerSetupComplete,
70 RadioBearerSetupFailure,
71 RRCConnectionReject,
72 RRCConnectionRelease,
73 RRCConnectionRelease-CCCH,
74 RRCConnectionReleaseComplete,
75 RRCConnectionRequest,
76 RRCConnectionSetup,
77 RRCConnectionSetupComplete,
78 RRCStatus,
79 SecurityModeCommand,
80 SecurityModeComplete,
81 SecurityModeFailure,
82 SignallingConnectionRelease,
83 SignallingConnectionReleaseIndication,
84 SystemInformation-BCH,
85 SystemInformation-FACH,
86 SystemInformationChangeIndication,
87 TransportChannelReconfiguration,
88 TransportChannelReconfigurationComplete,
89 TransportChannelReconfigurationFailure,
90 TransportFormatCombinationControl,
91 TransportFormatCombinationControlFailure,
92 UECapabilityEnquiry,
93 UECapabilityInformation,
94 UECapabilityInformationConfirm,
95 UplinkDirectTransfer,
96 UplinkPhysicalChannelControl,
97 URAUpdate,
98 URAUpdateConfirm,
99 URAUpdateConfirm-CCCH,
100 UTRANMobilityInformation,
101 UTRANMobilityInformationConfirm,
102 UTRANMobilityInformationFailure
103FROM PDU-definitions
104
105-- User Equipment IEs :
106 IntegrityCheckInfo
107FROM InformationElements;
108
109--**************************************************************
110--
111-- Downlink DCCH messages
112--
113--**************************************************************
114
115DL-DCCH-Message ::= SEQUENCE {
116 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
117 message DL-DCCH-MessageType
118}
119
120DL-DCCH-MessageType ::= CHOICE {
121 activeSetUpdate ActiveSetUpdate,
122 assistanceDataDelivery AssistanceDataDelivery,
123 cellChangeOrderFromUTRAN CellChangeOrderFromUTRAN,
124 cellUpdateConfirm CellUpdateConfirm,
125 counterCheck CounterCheck,
126 downlinkDirectTransfer DownlinkDirectTransfer,
127 handoverFromUTRANCommand-GSM HandoverFromUTRANCommand-GSM,
128 handoverFromUTRANCommand-CDMA2000 HandoverFromUTRANCommand-CDMA2000,
129 measurementControl MeasurementControl,
130 pagingType2 PagingType2,
131 physicalChannelReconfiguration PhysicalChannelReconfiguration,
132 physicalSharedChannelAllocation PhysicalSharedChannelAllocation,
133 radioBearerReconfiguration RadioBearerReconfiguration,
134 radioBearerRelease RadioBearerRelease,
135 radioBearerSetup RadioBearerSetup,
136 rrcConnectionRelease RRCConnectionRelease,
137 securityModeCommand SecurityModeCommand,
138 signallingConnectionRelease SignallingConnectionRelease,
139 transportChannelReconfiguration TransportChannelReconfiguration,
140 transportFormatCombinationControl TransportFormatCombinationControl,
141 ueCapabilityEnquiry UECapabilityEnquiry,
142 ueCapabilityInformationConfirm UECapabilityInformationConfirm,
143 uplinkPhysicalChannelControl UplinkPhysicalChannelControl,
144 uraUpdateConfirm URAUpdateConfirm,
145 utranMobilityInformation UTRANMobilityInformation,
146 handoverFromUTRANCommand-GERANIu HandoverFromUTRANCommand-GERANIu,
147 mbmsModifiedServicesInformation MBMSModifiedServicesInformation,
148 spare5 NULL,
149 spare4 NULL,
150 spare3 NULL,
151 spare2 NULL,
152 spare1 NULL
153}
154
155--**************************************************************
156--
157-- Uplink DCCH messages
158--
159--**************************************************************
160
161UL-DCCH-Message ::= SEQUENCE {
162 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
163 message UL-DCCH-MessageType
164}
165
166UL-DCCH-MessageType ::= CHOICE {
167 activeSetUpdateComplete ActiveSetUpdateComplete,
168 activeSetUpdateFailure ActiveSetUpdateFailure,
169 cellChangeOrderFromUTRANFailure CellChangeOrderFromUTRANFailure,
170 counterCheckResponse CounterCheckResponse,
171 handoverToUTRANComplete HandoverToUTRANComplete,
172 initialDirectTransfer InitialDirectTransfer,
173 handoverFromUTRANFailure HandoverFromUTRANFailure,
174 measurementControlFailure MeasurementControlFailure,
175 measurementReport MeasurementReport,
176 physicalChannelReconfigurationComplete
177 PhysicalChannelReconfigurationComplete,
178 physicalChannelReconfigurationFailure
179 PhysicalChannelReconfigurationFailure,
180 radioBearerReconfigurationComplete RadioBearerReconfigurationComplete,
181 radioBearerReconfigurationFailure RadioBearerReconfigurationFailure,
182 radioBearerReleaseComplete RadioBearerReleaseComplete,
183 radioBearerReleaseFailure RadioBearerReleaseFailure,
184 radioBearerSetupComplete RadioBearerSetupComplete,
185 radioBearerSetupFailure RadioBearerSetupFailure,
186 rrcConnectionReleaseComplete RRCConnectionReleaseComplete,
187 rrcConnectionSetupComplete RRCConnectionSetupComplete,
188 rrcStatus RRCStatus,
189 securityModeComplete SecurityModeComplete,
190 securityModeFailure SecurityModeFailure,
191 signallingConnectionReleaseIndication
192 SignallingConnectionReleaseIndication,
193 transportChannelReconfigurationComplete
194 TransportChannelReconfigurationComplete,
195 transportChannelReconfigurationFailure
196 TransportChannelReconfigurationFailure,
197 transportFormatCombinationControlFailure
198 TransportFormatCombinationControlFailure,
199 ueCapabilityInformation UECapabilityInformation,
200 uplinkDirectTransfer UplinkDirectTransfer,
201 utranMobilityInformationConfirm UTRANMobilityInformationConfirm,
202 utranMobilityInformationFailure UTRANMobilityInformationFailure,
203 mbmsModificationRequest MBMSModificationRequest,
204 spare1 NULL
205}
206
207--**************************************************************
208--
209-- Downlink CCCH messages
210--
211--**************************************************************
212
213DL-CCCH-Message ::= SEQUENCE {
214 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
215 message DL-CCCH-MessageType
216}
217
218DL-CCCH-MessageType ::= CHOICE {
219 cellUpdateConfirm CellUpdateConfirm-CCCH,
220 rrcConnectionReject RRCConnectionReject,
221 rrcConnectionRelease RRCConnectionRelease-CCCH,
222 rrcConnectionSetup RRCConnectionSetup,
223 uraUpdateConfirm URAUpdateConfirm-CCCH,
224 spare3 NULL,
225 spare2 NULL,
226 spare1 NULL
227}
228
229--**************************************************************
230--
231-- Uplink CCCH messages
232--
233--**************************************************************
234
235UL-CCCH-Message ::= SEQUENCE {
236 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
237 message UL-CCCH-MessageType
238}
239
240UL-CCCH-MessageType ::= CHOICE {
241 cellUpdate CellUpdate,
242 rrcConnectionRequest RRCConnectionRequest,
243 uraUpdate URAUpdate,
244 spare NULL
245}
246
247--**************************************************************
248--
249-- PCCH messages
250--
251--**************************************************************
252
253PCCH-Message ::= SEQUENCE {
254 message PCCH-MessageType
255}
256
257PCCH-MessageType ::= CHOICE {
258 pagingType1 PagingType1,
259 spare NULL
260}
261
262--**************************************************************
263--
264-- Downlink SHCCH messages
265--
266--**************************************************************
267
268DL-SHCCH-Message ::= SEQUENCE {
269 message DL-SHCCH-MessageType
270}
271
272DL-SHCCH-MessageType ::= CHOICE {
273 physicalSharedChannelAllocation PhysicalSharedChannelAllocation,
274 spare NULL
275}
276
277--**************************************************************
278--
279-- Uplink SHCCH messages
280--
281--**************************************************************
282
283UL-SHCCH-Message ::= SEQUENCE {
284 message UL-SHCCH-MessageType
285}
286
287UL-SHCCH-MessageType ::= CHOICE {
288 puschCapacityRequest PUSCHCapacityRequest,
289 spare NULL
290}
291
292
293--**************************************************************
294--
295-- BCCH messages sent on FACH
296--
297--**************************************************************
298
299BCCH-FACH-Message ::= SEQUENCE {
300 message BCCH-FACH-MessageType
301}
302
303BCCH-FACH-MessageType ::= CHOICE {
304 systemInformation SystemInformation-FACH,
305 systemInformationChangeIndication SystemInformationChangeIndication,
306 spare2 NULL,
307 spare1 NULL
308}
309
310--**************************************************************
311--
312-- BCCH messages sent on BCH
313--
314--**************************************************************
315
316BCCH-BCH-Message ::= SEQUENCE {
317 message SystemInformation-BCH
318}
319
320--**************************************************************
321--
322-- MCCH messages
323--
324--**************************************************************
325
326MCCH-Message ::= SEQUENCE {
327 message MCCH-MessageType
328}
329
330MCCH-MessageType ::= CHOICE {
331 mbmsAccessInformation MBMSAccessInformation,
332 mbmsCommonPTMRBInformation MBMSCommonPTMRBInformation,
333 mbmsCurrentCellPTMRBInformation MBMSCurrentCellPTMRBInformation,
334 mbmsGeneralInformation MBMSGeneralInformation,
335 mbmsModifiedServicesInformation MBMSModifiedServicesInformation,
336 mbmsNeighbouringCellPTMRBInformation
337 MBMSNeighbouringCellPTMRBInformation,
338 mbmsUnmodifiedServicesInformation MBMSUnmodifiedServicesInformation,
339 spare9 NULL,
340 spare8 NULL,
341 spare7 NULL,
342 spare6 NULL,
343 spare5 NULL,
344 spare4 NULL,
345 spare3 NULL,
346 spare2 NULL,
347 spare1 NULL
348}
349
350--**************************************************************
351--
352-- MSCH messages
353--
354--**************************************************************
355
356MSCH-Message ::= SEQUENCE {
357 message MSCH-MessageType
358}
359
360MSCH-MessageType ::= CHOICE {
361 mbmsSchedulingInformation MBMSSchedulingInformation,
362 spare3 NULL,
363 spare2 NULL,
364 spare1 NULL
365}
366
367END
368
369--**************************************************************
370--
371-- TABULAR: The message type and integrity check info are not
372-- visible in this module as they are defined in the class module.
373-- Also, all FDD/TDD specific choices have the FDD option first
374-- and TDD second, just for consistency.
375--
376--**************************************************************
377
378PDU-definitions DEFINITIONS AUTOMATIC TAGS ::=
379
380BEGIN
381
382--**************************************************************
383--
384-- IE parameter types from other modules
385--
386--**************************************************************
387
388IMPORTS
389
390-- Core Network IEs :
391 CN-DomainIdentity,
392 CN-InformationInfo,
393 CN-InformationInfo-r6,
394 CN-InformationInfoFull,
395 NAS-Message,
396 PagingRecordTypeID,
397 PLMN-Identity,
398-- UTRAN Mobility IEs :
399 CellIdentity,
400 CellIdentity-PerRL-List,
401 URA-Identity,
402-- User Equipment IEs :
403 UE-RadioAccessCapabilityComp-r7,
404 UE-RadioAccessCapability-v7xyext,
405 UE-RadioAccessCapabBandFDDList2,
406 UE-RadioAccessCapabBandFDDList-ext,
407 AccessStratumReleaseIndicator,
408 ActivationTime,
409 C-RNTI,
410 CapabilityUpdateRequirement,
411 CapabilityUpdateRequirement-r4,
412 CapabilityUpdateRequirement-r4-ext,
413 CapabilityUpdateRequirement-r5,
414 CapabilityUpdateRequirement-r7-ext,
415 CellUpdateCause,
416 CellUpdateCause-ext,
417 CipheringAlgorithm,
418 CipheringModeInfo,
419 DelayRestrictionFlag,
420 DSCH-RNTI,
421 E-RNTI,
422 EstablishmentCause,
423 FailureCauseWithProtErr,
424 FailureCauseWithProtErrTrId,
425 GroupReleaseInformation,
426 H-RNTI,
427 UESpecificBehaviourInformation1idle,
428 UESpecificBehaviourInformation1interRAT,
429 InitialUE-Identity,
430 IntegrityProtActivationInfo,
431 IntegrityProtectionModeInfo,
432 N-308,
433 PagingCause,
434 PagingRecordList,
435 PagingRecord2List-r5,
436 ProtocolErrorIndicator,
437 ProtocolErrorIndicatorWithMoreInfo,
438 RadioFrequencyBandTDDList,
439 Rb-timer-indicator,
440 RedirectionInfo,
441 RedirectionInfo-r6,
442 RejectionCause,
443 ReleaseCause,
444 RF-CapabilityComp,
445 RRC-StateIndicator,
446 RRC-TransactionIdentifier,
447 SecurityCapability,
448 START-Value,
449 STARTList,
450 SystemSpecificCapUpdateReq-v590ext,
451 U-RNTI,
452 U-RNTI-Short,
453 UE-CapabilityContainer-IEs,
454 UE-RadioAccessCapability,
455 UE-RadioAccessCapability-v370ext,
456 UE-RadioAccessCapability-v380ext,
457 UE-RadioAccessCapability-v3a0ext,
458 UE-RadioAccessCapability-v3g0ext,
459 UE-RadioAccessCapability-v4b0ext,
460 UE-RadioAccessCapability-v590ext,
461 UE-RadioAccessCapability-v5c0ext,
462 UE-RadioAccessCapability-v650ext,
463 UE-RadioAccessCapability-v680ext,
464 UE-RadioAccessCapabilityComp,
465 UE-RadioAccessCapabilityComp-ext,
466 UE-RadioAccessCapabilityComp2,
467 DL-PhysChCapabilityFDD-v380ext,
468 UE-ConnTimersAndConstants,
469 UE-ConnTimersAndConstants-v3a0ext,
470 UE-ConnTimersAndConstants-r5,
471 UE-SecurityInformation,
472 UE-SecurityInformation2,
473 URA-UpdateCause,
474 UTRAN-DRX-CycleLengthCoefficient,
475 WaitTime,
476-- Radio Bearer IEs :
477 DefaultConfigIdentity,
478 DefaultConfigIdentity-r4,
479 DefaultConfigIdentity-r5,
480 DefaultConfigIdentity-r6,
481 DefaultConfigMode,
482 DL-CounterSynchronisationInfo,
483 DL-CounterSynchronisationInfo-r5,
484 PDCP-ROHC-TargetMode,
485 PredefinedConfigIdentity,
486 PredefinedConfigStatusList,
487 PredefinedConfigStatusListComp,
488 PredefinedConfigSetWithDifferentValueTag,
489 RAB-Info,
490 RAB-Info-r6,
491 RAB-Info-Post,
492 RAB-InformationList,
493 RAB-InformationList-r6,
494 RAB-InformationReconfigList,
495 RAB-InformationSetupList,
496 RAB-InformationSetupList-r4,
497 RAB-InformationSetupList-r5,
498 RAB-InformationSetupList-r6-ext,
499 RAB-InformationSetupList-r6,
500 RB-ActivationTimeInfoList,
501 RB-COUNT-C-InformationList,
502 RB-COUNT-C-MSB-InformationList,
503 RB-IdentityList,
504 RB-InformationAffectedList,
505 RB-InformationAffectedList-r5,
506 RB-InformationAffectedList-r6,
507 RB-InformationChangedList-r6,
508 RB-InformationReconfigList,
509 RB-InformationReconfigList-r4,
510 RB-InformationReconfigList-r5,
511 RB-InformationReconfigList-r6,
512 RB-InformationReleaseList,
513 RB-PDCPContextRelocationList,
514 SRB-InformationSetupList,
515 SRB-InformationSetupList-r5,
516 SRB-InformationSetupList-r6,
517 SRB-InformationSetupList2,
518 SRB-InformationSetupList2-r6,
519 UL-CounterSynchronisationInfo,
520-- Transport Channel IEs:
521 CPCH-SetID,
522 DL-AddReconfTransChInfo2List,
523 DL-AddReconfTransChInfoList,
524 DL-AddReconfTransChInfoList-r4,
525 DL-AddReconfTransChInfoList-r5,
526 DL-CommonTransChInfo,
527 DL-CommonTransChInfo-r4,
528 DL-DeletedTransChInfoList,
529 DL-DeletedTransChInfoList-r5,
530 DRAC-StaticInformationList,
531 PowerOffsetInfoShort,
532 TFC-Subset,
533 TFCS-Identity,
534 UL-AddReconfTransChInfoList,
535 UL-AddReconfTransChInfoList-r6,
536 UL-CommonTransChInfo,
537 UL-CommonTransChInfo-r4,
538 UL-DeletedTransChInfoList,
539 UL-DeletedTransChInfoList-r6,
540-- Physical Channel IEs :
541 Alpha,
542 BEACON-PL-Est,
543 CCTrCH-PowerControlInfo,
544 CCTrCH-PowerControlInfo-r4,
545 CCTrCH-PowerControlInfo-r5,
546 CCTrCH-PowerControlInfo-r7,
547 ConstantValue,
548 ConstantValueTdd,
549 CPCH-SetInfo,
550 DHS-Sync,
551 DL-CommonInformation,
552 DL-CommonInformation-r4,
553 DL-CommonInformation-r5,
554 DL-CommonInformation-r6,
555 DL-CommonInformation-r7,
556 DL-CommonInformationPost,
557 DL-HSPDSCH-Information,
558 DL-HSPDSCH-Information-r6,
559 DL-HSPDSCH-Information-r7,
560 DL-InformationPerRL-List,
561 DL-InformationPerRL-List-r4,
562 DL-InformationPerRL-List-r5,
563 DL-InformationPerRL-List-r5bis,
564 DL-InformationPerRL-List-r6,
565 DL-InformationPerRL-List-r7,
566 DL-InformationPerRL-ListPostFDD,
567 DL-InformationPerRL-PostTDD,
568 DL-InformationPerRL-PostTDD-LCR-r4,
569 DL-PDSCH-Information,
570 DL-TPC-PowerOffsetPerRL-List,
571 DPC-Mode,
572 DPCH-CompressedModeStatusInfo,
573 DynamicPersistenceLevel,
574 E-DCH-ReconfigurationInfo,
575 EXT-UL-TimingAdvance,
576 FrequencyInfo,
577 FrequencyInfoFDD,
578 FrequencyInfoTDD,
579 HARQ-Preamble-Mode,
580 HS-SICH-Power-Control-Info-TDD384,
581 HS-SICH-Power-Control-Info-TDD768,
582 MaxAllowedUL-TX-Power,
583 OpenLoopPowerControl-IPDL-TDD-r4,
584 PDSCH-CapacityAllocationInfo,
585 PDSCH-CapacityAllocationInfo-r4,
586 PDSCH-CapacityAllocationInfo-r7,
587 PDSCH-Identity,
588 PrimaryCPICH-Info,
589 PrimaryCCPCH-TX-Power,
590 PUSCH-CapacityAllocationInfo,
591 PUSCH-CapacityAllocationInfo-r4,
592 PUSCH-CapacityAllocationInfo-r7,
593 PUSCH-Identity,
594 PUSCH-SysInfoList-HCR-r5,
595 PDSCH-SysInfoList-HCR-r5,
596 RL-AdditionInformationList,
597 RL-AdditionInformationList-r6,
598 RL-RemovalInformationList,
599 Serving-HSDSCH-CellInformation,
600 SpecialBurstScheduling,
601 SSDT-Information,
602 SSDT-Information-r4,
603 TFC-ControlDuration,
604 SSDT-UL,
605 TimingMaintainedSynchInd,
606 TimeslotList,
607 TimeslotList-r4,
608 TX-DiversityMode,
609 UL-ChannelRequirement,
610 UL-ChannelRequirement-r4,
611 UL-ChannelRequirement-r5,
612 UL-ChannelRequirementWithCPCH-SetID,
613 UL-ChannelRequirementWithCPCH-SetID-r4,
614 UL-ChannelRequirementWithCPCH-SetID-r5,
615 UL-DPCH-Info,
616 UL-DPCH-Info-r4,
617 UL-DPCH-Info-r5,
618 UL-DPCH-Info-r6,
619 UL-DPCH-Info-r7,
620 UL-DPCH-InfoPostFDD,
621 UL-DPCH-InfoPostTDD,
622 UL-DPCH-InfoPostTDD-LCR-r4,
623 UL-EDCH-Information-r6,
624 UL-SynchronisationParameters-r4,
625 UL-TimingAdvance,
626 UL-TimingAdvanceControl,
627 UL-TimingAdvanceControl-r4,
628 UL-TimingAdvanceControl-r7,
629 UL-TimingAdvance-VHCR,
630-- Measurement IEs :
631 AdditionalMeasurementID-List,
632 DeltaRSCP,
633 Frequency-Band,
634 EventResults,
635 Inter-FreqEventCriteriaList-v590ext,
636 Intra-FreqEventCriteriaList-v590ext,
637 IntraFreqReportingCriteria-1b-r5,
638 IntraFreqEvent-1d-r5,
639 IntraFreqCellID,
640 InterFreqEventResults-LCR-r4-ext,
641 InterRATCellInfoIndication,
642 InterRAT-TargetCellDescription,
643 MeasuredResults,
644 MeasuredResults-v390ext,
645 MeasuredResults-v590ext,
646 MeasuredResultsList,
647 MeasuredResultsList-LCR-r4-ext,
648 MeasuredResultsOnRACH,
649 MeasuredResultsOnRACHinterFreq,
650 MeasurementCommand,
651 MeasurementCommand-r4,
652 MeasurementCommand-r6,
653 MeasurementIdentity,
654 MeasurementReportingMode,
655 PrimaryCCPCH-RSCP,
656 SFN-Offset-Validity,
657 TimeslotListWithISCP,
658 TrafficVolumeMeasuredResultsList,
659 UE-Positioning-GPS-AssistanceData,
660 UE-Positioning-Measurement-v390ext,
661 UE-Positioning-Measurement-v7xyext,
662 UE-Positioning-OTDOA-AssistanceData,
663 UE-Positioning-OTDOA-AssistanceData-r4ext,
664 UE-Positioning-OTDOA-AssistanceData-UEB,
665 VelocityEstimate,
666 UE-InternalMeasuredResults-r7,
667-- Other IEs :
668 BCCH-ModificationInfo,
669 CDMA2000-MessageList,
670 GSM-TargetCellInfoList,
671 GERANIu-MessageList,
672 GERAN-SystemInformation,
673 GSM-MessageList,
674 InterRAT-ChangeFailureCause,
675 InterRAT-HO-FailureCause,
676 InterRAT-UE-RadioAccessCapabilityList,
677 InterRAT-UE-RadioAccessCapability-v590ext,
678 InterRAT-UE-SecurityCapList,
679 IntraDomainNasNodeSelector,
680 ProtocolErrorMoreInformation,
681 Rplmn-Information,
682 Rplmn-Information-r4,
683 SegCount,
684 SegmentIndex,
685 SFN-Prime,
686 SIB-Data-fixed,
687 SIB-Data-variable,
688 SIB-Type,
689-- MBMS IEs:
690 MBMS-CellGroupIdentity-r6,
691 MBMS-CommonRBInformationList-r6,
692 MBMS-CurrentCell-SCCPCHList-r6,
693 MBMS-JoinedInformation-r6,
694 MBMS-MICHConfigurationInfo-r6,
695 MBMS-MICHConfigurationInfo-r7,
696 MBMS-ModifedServiceList-r6,
697 MBMS-MSCH-ConfigurationInfo-r6,
698 MBMS-NeighbouringCellSCCPCHList-r6,
699 MBMS-NumberOfNeighbourCells-r6,
700 MBMS-PhyChInformationList-r6,
701 MBMS-PL-ServiceRestrictInfo-r6,
702 MBMS-PreferredFreqRequest-r6,
703 MBMS-PreferredFrequencyList-r6,
704 MBMS-PTMActivationTime-r6,
705 MBMS-ServiceAccessInfoList-r6,
706 MBMS-ServiceIdentity-r6,
707 MBMS-ServiceSchedulingInfoList-r6,
708 MBMS-SIBType5-SCCPCHList-r6,
709 MBMS-TimersAndCounters-r6,
710 MBMS-TranspChInfoForEachCCTrCh-r6,
711 MBMS-TranspChInfoForEachTrCh-r6,
712 MBMS-UnmodifiedServiceList-r6
713FROM InformationElements
714
715 maxSIBperMsg,
716 maxURNTI-Group
717FROM Constant-definitions;
718
719-- ***************************************************
720--
721-- ACTIVE SET UPDATE (FDD only)
722--
723-- ***************************************************
724
725ActiveSetUpdate ::= CHOICE {
726 r3 SEQUENCE {
727 activeSetUpdate-r3 ActiveSetUpdate-r3-IEs,
728 laterNonCriticalExtensions SEQUENCE {
729 -- Container for additional R99 extensions
730 activeSetUpdate-r3-add-ext BIT STRING OPTIONAL,
731 v4b0NonCriticalExtensions SEQUENCE {
732 activeSetUpdate-v4b0ext ActiveSetUpdate-v4b0ext-IEs,
733 v590NonCriticalExtensions SEQUENCE {
734 activeSetUpdate-v590ext ActiveSetUpdate-v590ext-IEs,
735 v690NonCriticalExtensions SEQUENCE {
736 activeSetUpdate-v690ext ActiveSetUpdate-v690ext-IEs,
737 nonCriticalExtensions SEQUENCE {} OPTIONAL
738 } OPTIONAL
739 } OPTIONAL
740 } OPTIONAL
741 } OPTIONAL
742 },
743 later-than-r3 SEQUENCE {
744 rrc-TransactionIdentifier RRC-TransactionIdentifier,
745 criticalExtensions CHOICE {
746 r6 SEQUENCE {
747 activeSetUpdate-r6 ActiveSetUpdate-r6-IEs,
748 activeSetUpdate-r6-add-ext BIT STRING OPTIONAL,
749 nonCriticalExtensions SEQUENCE {} OPTIONAL
750 },
751 criticalExtensions SEQUENCE {}
752 }
753 }
754}
755
756ActiveSetUpdate-r3-IEs ::= SEQUENCE {
757 -- User equipment IEs
758 rrc-TransactionIdentifier RRC-TransactionIdentifier,
759 -- dummy and dummy2 are not used in this version of the specification, they should
760 -- not be sent and if received they should be ignored.
761 dummy IntegrityProtectionModeInfo OPTIONAL,
762 dummy2 CipheringModeInfo OPTIONAL,
763 activationTime ActivationTime OPTIONAL,
764 newU-RNTI U-RNTI OPTIONAL,
765 -- Core network IEs
766 cn-InformationInfo CN-InformationInfo OPTIONAL,
767 -- Radio bearer IEs
768 -- dummy3 is not used in this version of the specification, it should
769 -- not be sent and if received it should be ignored.
770 dummy3 DL-CounterSynchronisationInfo OPTIONAL,
771 -- Physical channel IEs
772 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
773 rl-AdditionInformationList RL-AdditionInformationList OPTIONAL,
774 rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
775 tx-DiversityMode TX-DiversityMode OPTIONAL,
776 -- dummy4 is not used in this version of the specification, it should
777 -- not be sent and if received it should be ignored.
778 dummy4 SSDT-Information OPTIONAL
779}
780
781ActiveSetUpdate-v4b0ext-IEs ::= SEQUENCE {
782 -- Physical channel IEs
783 -- dummy is not used in this version of the specification, it should
784 -- not be sent and if received it should be ignored.
785 dummy SSDT-UL OPTIONAL,
786 -- The order of the RLs in IE cell-id-PerRL-List is the same as
787 -- in IE RL-AdditionInformationList included in this message
788 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
789}
790
791ActiveSetUpdate-v590ext-IEs ::= SEQUENCE {
792 -- Physical channel IEs
793 dpc-Mode DPC-Mode,
794 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
795}
796
797ActiveSetUpdate-v690ext-IEs ::= SEQUENCE {
798 -- Core network IEs
799 primary-plmn-Identity PLMN-Identity OPTIONAL
800}
801
802ActiveSetUpdate-r6-IEs ::= SEQUENCE {
803 -- User equipment IEs
804 activationTime ActivationTime OPTIONAL,
805 newU-RNTI U-RNTI OPTIONAL,
806 newH-RNTI H-RNTI OPTIONAL,
807 newPrimary-E-RNTI E-RNTI OPTIONAL,
808 newSecondary-E-RNTI E-RNTI OPTIONAL,
809 -- Core network IEs
810 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
811 -- Physical channel IEs
812 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
813 rl-AdditionInformationList RL-AdditionInformationList-r6 OPTIONAL,
814 rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
815 tx-DiversityMode TX-DiversityMode OPTIONAL,
816 dpc-Mode DPC-Mode OPTIONAL,
817 serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation OPTIONAL,
818 e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo OPTIONAL
819}
820
821-- ***************************************************
822--
823-- ACTIVE SET UPDATE COMPLETE (FDD only)
824--
825-- ***************************************************
826
827ActiveSetUpdateComplete ::= SEQUENCE {
828 -- User equipment IEs
829 rrc-TransactionIdentifier RRC-TransactionIdentifier,
830 -- dummy is not used in this version of the specification, it should
831 -- not be sent and if received it should be ignored.
832 dummy IntegrityProtActivationInfo OPTIONAL,
833 -- Radio bearer IEs
834 -- dummy2 and dummy3 are not used in this version of the specification, they should
835 -- not be sent and if received they should be ignored.
836 dummy2 RB-ActivationTimeInfoList OPTIONAL,
837 dummy3 UL-CounterSynchronisationInfo OPTIONAL,
838 laterNonCriticalExtensions SEQUENCE {
839 -- Container for additional R99 extensions
840 activeSetUpdateComplete-r3-add-ext BIT STRING OPTIONAL,
841 nonCriticalExtensions SEQUENCE {} OPTIONAL
842 } OPTIONAL
843}
844
845-- ***************************************************
846--
847-- ACTIVE SET UPDATE FAILURE (FDD only)
848--
849-- ***************************************************
850
851ActiveSetUpdateFailure ::= SEQUENCE {
852 -- User equipment IEs
853 rrc-TransactionIdentifier RRC-TransactionIdentifier,
854 failureCause FailureCauseWithProtErr,
855 laterNonCriticalExtensions SEQUENCE {
856 -- Container for additional R99 extensions
857 activeSetUpdateFailure-r3-add-ext BIT STRING OPTIONAL,
858 nonCriticalExtensions SEQUENCE {} OPTIONAL
859 } OPTIONAL
860}
861
862-- ***************************************************
863--
864-- Assistance Data Delivery
865--
866-- ***************************************************
867
868AssistanceDataDelivery ::= CHOICE {
869 r3 SEQUENCE {
870 assistanceDataDelivery-r3 AssistanceDataDelivery-r3-IEs,
871 v3a0NonCriticalExtensions SEQUENCE {
872 assistanceDataDelivery-v3a0ext AssistanceDataDelivery-v3a0ext,
873 laterNonCriticalExtensions SEQUENCE {
874 -- Container for additional R99 extensions
875 assistanceDataDelivery-r3-add-ext BIT STRING OPTIONAL,
876 v4b0NonCriticalExtensions SEQUENCE {
877 assistanceDataDelivery-v4b0ext
878 AssistanceDataDelivery-v4b0ext-IEs,
879 nonCriticalExtensions SEQUENCE {} OPTIONAL
880 } OPTIONAL
881 } OPTIONAL
882 } OPTIONAL
883 },
884 later-than-r3 SEQUENCE {
885 rrc-TransactionIdentifier RRC-TransactionIdentifier,
886 criticalExtensions SEQUENCE {}
887 }
888}
889
890AssistanceDataDelivery-r3-IEs ::= SEQUENCE {
891 -- User equipment IEs
892 rrc-TransactionIdentifier RRC-TransactionIdentifier,
893 -- Measurement Information Elements
894 ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData OPTIONAL,
895 ue-positioning-OTDOA-AssistanceData-UEB UE-Positioning-OTDOA-AssistanceData-UEB OPTIONAL
896}
897
898AssistanceDataDelivery-v3a0ext ::= SEQUENCE {
899 sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
900}
901
902AssistanceDataDelivery-v4b0ext-IEs ::= SEQUENCE {
903 ue-Positioning-OTDOA-AssistanceData-r4ext UE-Positioning-OTDOA-AssistanceData-r4ext OPTIONAL
904}
905
906 -- ***************************************************
907--
908-- CELL CHANGE ORDER FROM UTRAN
909--
910-- ***************************************************
911
912CellChangeOrderFromUTRAN ::= CHOICE {
913 r3 SEQUENCE {
914 cellChangeOrderFromUTRAN-IEs CellChangeOrderFromUTRAN-r3-IEs,
915 laterNonCriticalExtensions SEQUENCE {
916 -- Container for additional R99 extensions
917 cellChangeOrderFromUTRAN-r3-add-ext BIT STRING OPTIONAL,
918 v590NonCriticalExtensions SEQUENCE {
919 cellChangeOrderFromUTRAN-v590ext CellChangeOrderFromUTRAN-v590ext-IEs,
920 nonCriticalExtensions SEQUENCE {} OPTIONAL
921 } OPTIONAL
922 } OPTIONAL
923 },
924 later-than-r3 SEQUENCE {
925 rrc-TransactionIdentifier RRC-TransactionIdentifier,
926 criticalExtensions SEQUENCE {}
927 }
928}
929
930CellChangeOrderFromUTRAN-r3-IEs ::= SEQUENCE {
931 -- User equipment IEs
932 rrc-TransactionIdentifier RRC-TransactionIdentifier,
933 -- dummy is not used in this version of the specification, it should
934 -- not be sent and if received it should be ignored.
935 dummy IntegrityProtectionModeInfo OPTIONAL,
936 activationTime ActivationTime OPTIONAL,
937 -- the IE rab-InformationList is not used in this version of the specification, it should
938 -- not be sent and if received it should be ignored. The IE may be used in a later
939 -- version of the protocol and hence it is not changed into a dummy
940 rab-InformationList RAB-InformationList OPTIONAL,
941 interRAT-TargetCellDescription InterRAT-TargetCellDescription
942}
943
944CellChangeOrderFromUTRAN-v590ext-IEs ::= SEQUENCE {
945 geran-SystemInfoType CHOICE {
946 sI GERAN-SystemInformation,
947 pSI GERAN-SystemInformation
948 } OPTIONAL
949}
950
951-- ***************************************************
952--
953-- CELL CHANGE ORDER FROM UTRAN FAILURE
954--
955-- ***************************************************
956
957CellChangeOrderFromUTRANFailure ::= CHOICE {
958 r3 SEQUENCE {
959 cellChangeOrderFromUTRANFailure-r3
960 CellChangeOrderFromUTRANFailure-r3-IEs,
961 laterNonCriticalExtensions SEQUENCE {
962 -- Container for additional R99 extensions
963 cellChangeOrderFromUTRANFailure-r3-add-ext BIT STRING OPTIONAL,
964 nonCriticalExtensions SEQUENCE {} OPTIONAL
965 } OPTIONAL
966 },
967 -- dummy is not used in this version of the specification and it
968 -- should be ignored.
969 dummy SEQUENCE {
970 rrc-TransactionIdentifier RRC-TransactionIdentifier,
971 criticalExtensions SEQUENCE {}
972 }
973}
974
975CellChangeOrderFromUTRANFailure-r3-IEs ::= SEQUENCE {
976 -- User equipment IEs
977 rrc-TransactionIdentifier RRC-TransactionIdentifier,
978 -- dummy is not used in this version of the specification, it should
979 -- not be sent and if received it should be ignored.
980 dummy IntegrityProtectionModeInfo OPTIONAL,
981 interRAT-ChangeFailureCause InterRAT-ChangeFailureCause
982}
983
984-- ***************************************************
985--
986-- CELL UPDATE
987--
988-- ***************************************************
989
990CellUpdate ::= SEQUENCE {
991 -- User equipment IEs
992 u-RNTI U-RNTI,
993 startList STARTList,
994 am-RLC-ErrorIndicationRb2-3or4 BOOLEAN,
995 am-RLC-ErrorIndicationRb5orAbove BOOLEAN,
996 cellUpdateCause CellUpdateCause,
997 -- TABULAR: RRC transaction identifier is nested in FailureCauseWithProtErrTrId
998 failureCause FailureCauseWithProtErrTrId OPTIONAL,
999 rb-timer-indicator Rb-timer-indicator,
1000 -- Measurement IEs
1001 measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
1002 laterNonCriticalExtensions SEQUENCE {
1003 -- Container for additional R99 extensions
1004 cellUpdate-r3-add-ext BIT STRING OPTIONAL,
1005 v590NonCriticalExtensions SEQUENCE {
1006 cellUpdate-v590ext CellUpdate-v590ext,
1007 v690NonCriticalExtensions SEQUENCE {
1008 cellUpdate-v690ext CellUpdate-v690ext-IEs,
1009 v7xyNonCriticalExtensions SEQUENCE {
1010 cellUpdate-v7xyext CellUpdate-v7xyext-IEs,
1011 nonCriticalExtensions SEQUENCE {} OPTIONAL
1012 } OPTIONAL
1013 } OPTIONAL
1014 } OPTIONAL
1015 } OPTIONAL
1016}
1017
1018CellUpdate-v590ext ::= SEQUENCE {
1019 establishmentCause EstablishmentCause OPTIONAL
1020}
1021
1022CellUpdate-v690ext-IEs ::= SEQUENCE {
1023 -- User equipment IEs
1024 cellUpdateCause-ext CellUpdateCause-ext OPTIONAL,
1025 trafficVolumeIndicator ENUMERATED { true } OPTIONAL,
1026 -- Measurement IEs
1027 measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
1028 reconfigurationStatusIndicator ENUMERATED { true } OPTIONAL
1029}
1030
1031CellUpdate-v7xyext-IEs ::= SEQUENCE {
1032 -- Call Type IE
1033 csCallType ENUMERATED { speech, video, other, spare } OPTIONAL
1034}
1035
1036-- ***************************************************
1037--
1038-- CELL UPDATE CONFIRM
1039--
1040-- ***************************************************
1041
1042CellUpdateConfirm ::= CHOICE {
1043 r3 SEQUENCE {
1044 cellUpdateConfirm-r3 CellUpdateConfirm-r3-IEs,
1045 v3a0NonCriticalExtensions SEQUENCE {
1046 cellUpdateConfirm-v3a0ext CellUpdateConfirm-v3a0ext,
1047 laterNonCriticalExtensions SEQUENCE {
1048 -- Container for additional R99 extensions
1049 cellUpdateConfirm-r3-add-ext BIT STRING OPTIONAL,
1050 v4b0NonCriticalExtensions SEQUENCE {
1051 cellUpdateConfirm-v4b0ext CellUpdateConfirm-v4b0ext-IEs,
1052 v590NonCriticalExtenstions SEQUENCE {
1053 cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
1054 v5d0NonCriticalExtenstions SEQUENCE {
1055 cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
1056 v690NonCriticalExtensions SEQUENCE {
1057 cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
1058 nonCriticalExtensions SEQUENCE {} OPTIONAL
1059 } OPTIONAL
1060 } OPTIONAL
1061 } OPTIONAL
1062 } OPTIONAL
1063 } OPTIONAL
1064 } OPTIONAL
1065 },
1066 later-than-r3 SEQUENCE {
1067 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1068 criticalExtensions CHOICE {
1069 r4 SEQUENCE {
1070 cellUpdateConfirm-r4 CellUpdateConfirm-r4-IEs,
1071 v4d0NonCriticalExtensions SEQUENCE {
1072 -- Container for adding non critical extensions after freezing REL-5
1073 cellUpdateConfirm-r4-add-ext BIT STRING OPTIONAL,
1074 v590NonCriticalExtenstions SEQUENCE {
1075 cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
1076 v5d0NonCriticalExtenstions SEQUENCE {
1077 cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
1078 v690NonCriticalExtensions SEQUENCE {
1079 cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
1080 nonCriticalExtensions SEQUENCE {} OPTIONAL
1081 } OPTIONAL
1082 } OPTIONAL
1083 } OPTIONAL
1084 } OPTIONAL
1085 },
1086 criticalExtensions CHOICE {
1087 r5 SEQUENCE {
1088 cellUpdateConfirm-r5 CellUpdateConfirm-r5-IEs,
1089 -- Container for adding non critical extensions after freezing REL-6
1090 cellUpdateConfirm-r5-add-ext BIT STRING OPTIONAL,
1091 v5d0NonCriticalExtenstions SEQUENCE {
1092 cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
1093 v690NonCriticalExtensions SEQUENCE {
1094 cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
1095 nonCriticalExtensions SEQUENCE {} OPTIONAL
1096 } OPTIONAL
1097 } OPTIONAL
1098 },
1099 criticalExtensions CHOICE {
1100 r6 SEQUENCE {
1101 cellUpdateConfirm-r6 CellUpdateConfirm-r6-IEs,
1102 -- Container for adding non critical extensions after freezing REL-7
1103 cellUpdateConfirm-r6-add-ext BIT STRING OPTIONAL,
1104 nonCriticalExtensions SEQUENCE {} OPTIONAL
1105 },
1106 criticalExtensions CHOICE {
1107 r7 SEQUENCE {
1108 cellUpdateConfirm-r7 CellUpdateConfirm-r7-IEs,
1109 -- Container for adding non critical extensions after freezing REL-8
1110 cellUpdateConfirm-r7-add-ext BIT STRING OPTIONAL,
1111 nonCriticalExtensions SEQUENCE {} OPTIONAL
1112 },
1113 criticalExtensions SEQUENCE {}
1114 }
1115 }
1116 }
1117 }
1118 }
1119}
1120
1121CellUpdateConfirm-r3-IEs ::= SEQUENCE {
1122 -- User equipment IEs
1123 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1124 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
1125 cipheringModeInfo CipheringModeInfo OPTIONAL,
1126 activationTime ActivationTime OPTIONAL,
1127 new-U-RNTI U-RNTI OPTIONAL,
1128 new-C-RNTI C-RNTI OPTIONAL,
1129 rrc-StateIndicator RRC-StateIndicator,
1130 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
1131 rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
1132 rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
1133 -- CN information elements
1134 cn-InformationInfo CN-InformationInfo OPTIONAL,
1135 -- UTRAN mobility IEs
1136 ura-Identity URA-Identity OPTIONAL,
1137 -- Radio bearer IEs
1138 rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
1139 rb-InformationReconfigList RB-InformationReconfigList OPTIONAL,
1140 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
1141 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
1142 -- Transport channel IEs
1143 ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
1144 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
1145 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
1146 modeSpecificTransChInfo CHOICE {
1147 fdd SEQUENCE {
1148 -- dummy and dummy2 are not used in this version of the specification, they should
1149 -- not be sent and if received they should be ignored.
1150 dummy CPCH-SetID OPTIONAL,
1151 dummy2 DRAC-StaticInformationList OPTIONAL
1152 },
1153 tdd NULL
1154 },
1155 dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
1156 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
1157 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
1158 -- Physical channel IEs
1159 frequencyInfo FrequencyInfo OPTIONAL,
1160 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
1161 ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
1162 modeSpecificPhysChInfo CHOICE {
1163 fdd SEQUENCE {
1164 -- dummy is not used in this version of specification, it should
1165 -- not be sent and if received it should be ignored.
1166 dummy DL-PDSCH-Information OPTIONAL
1167 },
1168 tdd NULL
1169 },
1170 dl-CommonInformation DL-CommonInformation OPTIONAL,
1171 dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
1172}
1173
1174CellUpdateConfirm-v3a0ext ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07001175 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received the UE behaviour
Lev Walkin76289e12006-10-24 02:17:20 +00001176 -- is unspecified
1177 new-DSCH-RNTI DSCH-RNTI OPTIONAL
1178}
1179
1180CellUpdateConfirm-v4b0ext-IEs ::= SEQUENCE {
1181 -- Physical channel IEs
1182 -- dummy is not used in this version of the specification, it should
1183 -- not be sent and if received it should be ignored.
1184 dummy SSDT-UL OPTIONAL,
1185 -- The order of the RLs in IE cell-id-PerRL-List is the same as
1186 -- in IE DL-InformationPerRL-List included in this message
1187 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
1188}
1189
1190CellUpdateConfirm-v590ext-IEs ::= SEQUENCE {
1191 -- Physical channel IEs
1192 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
1193}
1194
1195CellUpdateConfirm-v5d0ext-IEs ::= SEQUENCE {
1196 --Radio Bearer IEs
1197 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL
1198}
1199CellUpdateConfirm-r4-IEs ::= SEQUENCE {
1200 -- User equipment IEs
1201 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
1202 cipheringModeInfo CipheringModeInfo OPTIONAL,
1203 activationTime ActivationTime OPTIONAL,
1204 new-U-RNTI U-RNTI OPTIONAL,
1205 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07001206 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00001207 -- the UE behaviour is unspecified
1208 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
1209 rrc-StateIndicator RRC-StateIndicator,
1210 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
1211 rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
1212 rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
1213 -- CN information elements
1214 cn-InformationInfo CN-InformationInfo OPTIONAL,
1215 -- UTRAN mobility IEs
1216 ura-Identity URA-Identity OPTIONAL,
1217 -- Radio bearer IEs
1218 rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
1219 rb-InformationReconfigList RB-InformationReconfigList-r4 OPTIONAL,
1220 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
1221 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
1222 -- Transport channel IEs
1223 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
1224 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
1225 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
1226 modeSpecificTransChInfo CHOICE {
1227 fdd SEQUENCE {
1228 -- dummy and dummy2 are not used in this version of the specification, they should
1229 -- not be sent and if received they should be ignored.
1230 dummy CPCH-SetID OPTIONAL,
1231 dummy2 DRAC-StaticInformationList OPTIONAL
1232 },
1233 tdd NULL
1234 },
1235 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
1236 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
1237 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
1238 -- Physical channel IEs
1239 frequencyInfo FrequencyInfo OPTIONAL,
1240 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
1241 ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
1242 modeSpecificPhysChInfo CHOICE {
1243 fdd SEQUENCE {
1244 -- dummy is not used in this version of specification, it should
1245 -- not be sent and if received it should be ignored.
1246 dummy DL-PDSCH-Information OPTIONAL
1247 },
1248 tdd NULL
1249 },
1250 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
1251 dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
1252}
1253
1254CellUpdateConfirm-r5-IEs ::= SEQUENCE {
1255 -- User equipment IEs
1256 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
1257 cipheringModeInfo CipheringModeInfo OPTIONAL,
1258 activationTime ActivationTime OPTIONAL,
1259 new-U-RNTI U-RNTI OPTIONAL,
1260 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07001261 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00001262 -- the UE behaviour is unspecified
1263 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
1264 new-H-RNTI H-RNTI OPTIONAL,
1265 rrc-StateIndicator RRC-StateIndicator,
1266 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
1267 rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
1268 rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
1269 -- CN information elements
1270 cn-InformationInfo CN-InformationInfo OPTIONAL,
1271 -- UTRAN mobility IEs
1272 ura-Identity URA-Identity OPTIONAL,
1273 -- Radio bearer IEs
1274 rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
1275 rb-InformationReconfigList RB-InformationReconfigList-r5 OPTIONAL,
1276 rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
1277 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
1278 -- Transport channel IEs
1279 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
1280 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
1281 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
1282 modeSpecificTransChInfo CHOICE {
1283 fdd SEQUENCE {
1284 -- dummy and dummy2 are not used in this version of the specification, they should
1285 -- not be sent and if received they should be ignored.
1286 dummy CPCH-SetID OPTIONAL,
1287 dummy2 DRAC-StaticInformationList OPTIONAL
1288 },
1289 tdd NULL
1290 },
1291 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
1292 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
1293 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
1294 -- Physical channel IEs
1295 frequencyInfo FrequencyInfo OPTIONAL,
1296 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
1297 ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
1298 modeSpecificPhysChInfo CHOICE {
1299 fdd SEQUENCE {
1300 -- dummy is not used in this version of specification, it should
1301 -- not be sent and if received it should be ignored.
1302 dummy DL-PDSCH-Information OPTIONAL
1303 },
1304 tdd NULL
1305 },
1306 dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
1307 dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
1308 dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
1309}
1310
1311CellUpdateConfirm-r6-IEs ::= SEQUENCE {
1312 -- User equipment IEs
1313 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
1314 cipheringModeInfo CipheringModeInfo OPTIONAL,
1315 activationTime ActivationTime OPTIONAL,
1316 new-U-RNTI U-RNTI OPTIONAL,
1317 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07001318 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00001319 -- and if received the UE behaviour is unspecified
1320 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
1321 new-H-RNTI H-RNTI OPTIONAL,
1322 newPrimary-E-RNTI E-RNTI OPTIONAL,
1323 newSecondary-E-RNTI E-RNTI OPTIONAL,
1324 rrc-StateIndicator RRC-StateIndicator,
1325 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
1326 rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
1327 rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
1328 -- CN information elements
1329 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
1330 -- UTRAN mobility IEs
1331 ura-Identity URA-Identity OPTIONAL,
1332 -- Radio bearer IEs
1333 rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
1334 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
1335 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
1336 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
1337 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
1338 -- Transport channel IEs
1339 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
1340 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
1341 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
1342 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
1343 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
1344 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
1345 -- Physical channel IEs
1346 frequencyInfo FrequencyInfo OPTIONAL,
1347 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
1348 ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
1349 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
1350 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
1351 dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
1352 dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
1353 -- MBMS IEs
1354 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
1355}
1356
1357CellUpdateConfirm-v690ext-IEs ::= SEQUENCE {
1358 -- Core network IEs
1359 primary-plmn-Identity PLMN-Identity OPTIONAL,
1360 -- Physical channel IEs
1361 -- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
1362 -- If included in the r3 or r4 version of the message, the UE should ignore the IE
1363 harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
1364 beaconPLEst BEACON-PL-Est OPTIONAL,
1365 postVerificationPeriod ENUMERATED { true } OPTIONAL,
1366 dhs-sync DHS-Sync OPTIONAL,
1367 -- MBMS IEs
1368 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
1369}
1370
1371CellUpdateConfirm-r7-IEs ::= SEQUENCE {
1372 -- User equipment IEs
1373 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
1374 cipheringModeInfo CipheringModeInfo OPTIONAL,
1375 activationTime ActivationTime OPTIONAL,
1376 new-U-RNTI U-RNTI OPTIONAL,
1377 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07001378 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00001379 -- and if received the UE behaviour is unspecified
1380 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
1381 new-H-RNTI H-RNTI OPTIONAL,
1382 newPrimary-E-RNTI E-RNTI OPTIONAL,
1383 newSecondary-E-RNTI E-RNTI OPTIONAL,
1384 rrc-StateIndicator RRC-StateIndicator,
1385 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
1386 rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
1387 rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
1388 -- CN information elements
1389 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
1390 -- UTRAN mobility IEs
1391 ura-Identity URA-Identity OPTIONAL,
1392 -- Radio bearer IEs
1393 rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
1394 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
1395 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
1396 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
1397 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
1398 -- Transport channel IEs
1399 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
1400 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
1401 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
1402 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
1403 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
1404 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
1405 -- Physical channel IEs
1406 frequencyInfo FrequencyInfo OPTIONAL,
1407 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
1408 ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
1409 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
1410 dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
1411 dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
1412 dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
1413 -- MBMS IEs
1414 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
1415}
1416
1417-- ***************************************************
1418--
1419-- CELL UPDATE CONFIRM for CCCH
1420--
1421-- ***************************************************
1422
1423CellUpdateConfirm-CCCH ::= CHOICE {
1424 r3 SEQUENCE {
1425 -- User equipment IEs
1426 u-RNTI U-RNTI,
1427 -- The rest of the message is identical to the one sent on DCCH.
1428 cellUpdateConfirm-r3 CellUpdateConfirm-r3-IEs,
1429 laterNonCriticalExtensions SEQUENCE {
1430 -- Container for additional R99 extensions
1431 cellUpdateConfirm-CCCH-r3-add-ext BIT STRING OPTIONAL,
1432 v4b0NonCriticalExtensions SEQUENCE {
1433 cellUpdateConfirm-v4b0ext CellUpdateConfirm-v4b0ext-IEs,
1434 v590NonCriticalExtensions SEQUENCE {
1435 cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
1436 v5d0NonCriticalExtenstions SEQUENCE {
1437 cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
1438 v690NonCriticalExtensions SEQUENCE {
1439 cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
1440 nonCriticalExtensions SEQUENCE {} OPTIONAL
1441 } OPTIONAL
1442 } OPTIONAL
1443 } OPTIONAL
1444 } OPTIONAL
1445 } OPTIONAL
1446 },
1447 later-than-r3 SEQUENCE {
1448 u-RNTI U-RNTI,
1449 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1450 criticalExtensions CHOICE {
1451 r4 SEQUENCE {
1452 -- The rest of the message is identical to the one sent on DCCH.
1453 cellUpdateConfirm-r4 CellUpdateConfirm-r4-IEs,
1454 v4d0NonCriticalExtensions SEQUENCE {
1455 -- Container for adding non critical extensions after freezing REL-5
1456 cellUpdateConfirm-CCCH-r4-add-ext BIT STRING OPTIONAL,
1457 v590NonCriticalExtensions SEQUENCE {
1458 cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
1459 v5d0NonCriticalExtenstions SEQUENCE {
1460 cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
1461 v690NonCriticalExtensions SEQUENCE {
1462 cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
1463 nonCriticalExtensions SEQUENCE {} OPTIONAL
1464 } OPTIONAL
1465 } OPTIONAL
1466 } OPTIONAL
1467 } OPTIONAL
1468 },
1469 criticalExtensions CHOICE {
1470 r5 SEQUENCE {
1471 cellUpdateConfirm-r5 CellUpdateConfirm-r5-IEs,
1472 cellUpdateConfirm-CCCH-r5-add-ext BIT STRING OPTIONAL,
1473 v5d0NonCriticalExtenstions SEQUENCE {
1474 cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
1475 v690NonCriticalExtensions SEQUENCE {
1476 cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
1477 nonCriticalExtensions SEQUENCE {} OPTIONAL
1478 } OPTIONAL
1479 } OPTIONAL
1480 },
1481 criticalExtensions CHOICE {
1482 r6 SEQUENCE {
1483 cellUpdateConfirm-r6 CellUpdateConfirm-r6-IEs,
1484 cellUpdateConfirm-r6-add-ext BIT STRING OPTIONAL,
1485 nonCriticalExtensions SEQUENCE {} OPTIONAL
1486 },
1487 criticalExtensions CHOICE {
1488 r7 SEQUENCE {
1489 cellUpdateConfirm-r7 CellUpdateConfirm-r7-IEs,
1490 cellUpdateConfirm-r7-add-ext BIT STRING OPTIONAL,
1491 nonCriticalExtensions SEQUENCE {} OPTIONAL
1492 },
1493 criticalExtensions SEQUENCE {}
1494 }
1495 }
1496 }
1497 }
1498 }
1499}
1500
1501-- ***************************************************
1502--
1503-- COUNTER CHECK
1504--
1505-- ***************************************************
1506
1507CounterCheck ::= CHOICE {
1508 r3 SEQUENCE {
1509 counterCheck-r3 CounterCheck-r3-IEs,
1510 laterNonCriticalExtensions SEQUENCE {
1511 -- Container for additional R99 extensions
1512 counterCheck-r3-add-ext BIT STRING OPTIONAL,
1513 nonCriticalExtensions SEQUENCE {} OPTIONAL
1514 } OPTIONAL
1515 },
1516 later-than-r3 SEQUENCE {
1517 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1518 criticalExtensions SEQUENCE {}
1519 }
1520}
1521
1522CounterCheck-r3-IEs ::= SEQUENCE {
1523 -- User equipment IEs
1524 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1525 -- Radio bearer IEs
1526 rb-COUNT-C-MSB-InformationList RB-COUNT-C-MSB-InformationList
1527}
1528
1529-- ***************************************************
1530--
1531-- COUNTER CHECK RESPONSE
1532--
1533-- ***************************************************
1534
1535CounterCheckResponse ::= SEQUENCE {
1536 -- User equipment IEs
1537 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1538 -- Radio bearer IEs
1539 rb-COUNT-C-InformationList RB-COUNT-C-InformationList OPTIONAL,
1540 laterNonCriticalExtensions SEQUENCE {
1541 -- Container for additional R99 extensions
1542 counterCheckResponse-r3-add-ext BIT STRING OPTIONAL,
1543 nonCriticalExtensions SEQUENCE {} OPTIONAL
1544 } OPTIONAL
1545}
1546
1547-- ***************************************************
1548--
1549-- DOWNLINK DIRECT TRANSFER
1550--
1551-- ***************************************************
1552
1553DownlinkDirectTransfer ::= CHOICE {
1554 r3 SEQUENCE {
1555 downlinkDirectTransfer-r3 DownlinkDirectTransfer-r3-IEs,
1556 laterNonCriticalExtensions SEQUENCE {
1557 -- Container for additional R99 extensions
1558 downlinkDirectTransfer-r3-add-ext BIT STRING OPTIONAL,
1559 nonCriticalExtensions SEQUENCE {} OPTIONAL
1560 } OPTIONAL
1561 },
1562 later-than-r3 SEQUENCE {
1563 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1564 criticalExtensions SEQUENCE {}
1565 }
1566}
1567
1568DownlinkDirectTransfer-r3-IEs ::= SEQUENCE {
1569 -- User equipment IEs
1570 rrc-TransactionIdentifier RRC-TransactionIdentifier,
1571 -- Core network IEs
1572 cn-DomainIdentity CN-DomainIdentity,
1573 nas-Message NAS-Message
1574}
1575
1576-- ***************************************************
1577--
1578-- HANDOVER TO UTRAN COMMAND
1579--
1580-- ***************************************************
1581
1582
1583HandoverToUTRANCommand ::= CHOICE {
1584 r3 SEQUENCE {
1585 handoverToUTRANCommand-r3 HandoverToUTRANCommand-r3-IEs,
1586 nonCriticalExtensions SEQUENCE {} OPTIONAL
1587 },
1588 criticalExtensions CHOICE {
1589 r4 SEQUENCE {
1590 handoverToUTRANCommand-r4 HandoverToUTRANCommand-r4-IEs,
1591 nonCriticalExtensions SEQUENCE {} OPTIONAL
1592 },
1593 criticalExtensions CHOICE {
1594 r5 SEQUENCE {
1595 handoverToUTRANCommand-r5 HandoverToUTRANCommand-r5-IEs,
1596 nonCriticalExtensions SEQUENCE {} OPTIONAL
1597 },
1598 criticalExtensions CHOICE {
1599 r6 SEQUENCE {
1600 handoverToUTRANCommand-r6 HandoverToUTRANCommand-r6-IEs,
1601 nonCriticalExtensions SEQUENCE {} OPTIONAL
1602 },
1603 criticalExtensions CHOICE {
1604 r7 SEQUENCE {
1605 handoverToUTRANCommand-r7 HandoverToUTRANCommand-r7-IEs,
1606 nonCriticalExtensions SEQUENCE {} OPTIONAL
1607 },
1608 criticalExtensions SEQUENCE {}
1609 }
1610 }
1611 }
1612 }
1613}
1614
1615HandoverToUTRANCommand-r3-IEs ::= SEQUENCE {
1616 -- User equipment IEs
1617 new-U-RNTI U-RNTI-Short,
1618 -- dummy is not used in this version of specification, it should
1619 -- not be sent and if received it should be ignored.
1620 dummy ActivationTime OPTIONAL,
1621 cipheringAlgorithm CipheringAlgorithm OPTIONAL,
1622 -- Radio bearer IEs
1623 -- Specification mode information
1624 specificationMode CHOICE {
1625 complete SEQUENCE {
1626 srb-InformationSetupList SRB-InformationSetupList,
1627 rab-InformationSetupList RAB-InformationSetupList OPTIONAL,
1628 ul-CommonTransChInfo UL-CommonTransChInfo,
1629 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
1630 dl-CommonTransChInfo DL-CommonTransChInfo,
1631 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList,
1632 ul-DPCH-Info UL-DPCH-Info,
1633 modeSpecificInfo CHOICE {
1634 fdd SEQUENCE {
1635 -- dummy and dummy2 are not used in this version of specification,
1636 -- they should not be sent and if received they should be ignored.
1637 dummy DL-PDSCH-Information OPTIONAL,
1638 dummy2 CPCH-SetInfo OPTIONAL
1639 },
1640 tdd NULL
1641 },
1642 dl-CommonInformation DL-CommonInformation,
1643 dl-InformationPerRL-List DL-InformationPerRL-List,
1644 frequencyInfo FrequencyInfo
1645 },
1646 preconfiguration SEQUENCE {
1647-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
1648-- one for the FDD only elements and one for the TDD only elements, so that one
1649-- FDD/TDD choice in this level is sufficient.
1650 preConfigMode CHOICE {
1651 predefinedConfigIdentity PredefinedConfigIdentity,
1652 defaultConfig SEQUENCE {
1653 defaultConfigMode DefaultConfigMode,
1654 defaultConfigIdentity DefaultConfigIdentity
1655 }
1656 },
1657 rab-Info RAB-Info-Post OPTIONAL,
1658 modeSpecificInfo CHOICE {
1659 fdd SEQUENCE {
1660 ul-DPCH-Info UL-DPCH-InfoPostFDD,
1661 dl-CommonInformationPost DL-CommonInformationPost,
1662 dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
1663 frequencyInfo FrequencyInfoFDD
1664 },
1665 tdd SEQUENCE {
1666 ul-DPCH-Info UL-DPCH-InfoPostTDD,
1667 dl-CommonInformationPost DL-CommonInformationPost,
1668 dl-InformationPerRL DL-InformationPerRL-PostTDD,
1669 frequencyInfo FrequencyInfoTDD,
1670 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1671 }
1672 }
1673 }
1674 },
1675 -- Physical channel IEs
1676 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
1677}
1678
1679HandoverToUTRANCommand-r4-IEs ::= SEQUENCE {
1680 -- User equipment IEs
1681 new-U-RNTI U-RNTI-Short,
1682 cipheringAlgorithm CipheringAlgorithm OPTIONAL,
1683 -- Radio bearer IEs
1684 -- Specification mode information
1685 specificationMode CHOICE {
1686 complete SEQUENCE {
1687 srb-InformationSetupList SRB-InformationSetupList,
1688 rab-InformationSetupList RAB-InformationSetupList-r4 OPTIONAL,
1689 ul-CommonTransChInfo UL-CommonTransChInfo-r4,
1690 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
1691 dl-CommonTransChInfo DL-CommonTransChInfo-r4,
1692 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4,
1693 ul-DPCH-Info UL-DPCH-Info-r4,
1694 modeSpecificInfo CHOICE {
1695 fdd SEQUENCE {
1696 -- dummy and dummy2 are not used in this version of specification,
1697 -- they should not be sent and if received they should be ignored.
1698 dummy DL-PDSCH-Information OPTIONAL,
1699 dummy2 CPCH-SetInfo OPTIONAL
1700 },
1701 tdd NULL
1702 },
1703 dl-CommonInformation DL-CommonInformation-r4,
1704 dl-InformationPerRL-List DL-InformationPerRL-List-r4,
1705 frequencyInfo FrequencyInfo
1706 },
1707 preconfiguration SEQUENCE {
1708-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
1709-- one for the FDD only elements and one for the TDD only elements, so that one
1710-- FDD/TDD choice in this level is sufficient.
1711 preConfigMode CHOICE {
1712 predefinedConfigIdentity PredefinedConfigIdentity,
1713 defaultConfig SEQUENCE {
1714 defaultConfigMode DefaultConfigMode,
1715 defaultConfigIdentity DefaultConfigIdentity-r4
1716 }
1717 },
1718 rab-Info RAB-Info-Post OPTIONAL,
1719 modeSpecificInfo CHOICE {
1720 fdd SEQUENCE {
1721 ul-DPCH-Info UL-DPCH-InfoPostFDD,
1722 dl-CommonInformationPost DL-CommonInformationPost,
1723 dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
1724 frequencyInfo FrequencyInfoFDD
1725 },
1726 tdd CHOICE {
1727 tdd384 SEQUENCE {
1728 ul-DPCH-Info UL-DPCH-InfoPostTDD,
1729 dl-InformationPerRL DL-InformationPerRL-PostTDD,
1730 frequencyInfo FrequencyInfoTDD,
1731 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1732 },
1733 tdd128 SEQUENCE {
1734 ul-DPCH-Info UL-DPCH-InfoPostTDD-LCR-r4,
1735 dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
1736 frequencyInfo FrequencyInfoTDD,
1737 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1738 }
1739 }
1740 }
1741 }
1742 },
1743 -- Physical channel IEs
1744 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
1745}
1746
1747HandoverToUTRANCommand-r5-IEs ::= SEQUENCE {
1748 -- User equipment IEs
1749 new-U-RNTI U-RNTI-Short,
1750 cipheringAlgorithm CipheringAlgorithm OPTIONAL,
1751 -- Radio bearer IEs
1752 -- Specification mode information
1753 specificationMode CHOICE {
1754 complete SEQUENCE {
1755 srb-InformationSetupList SRB-InformationSetupList-r5,
1756 rab-InformationSetupList RAB-InformationSetupList-r5 OPTIONAL,
1757 ul-CommonTransChInfo UL-CommonTransChInfo-r4,
1758 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
1759 dl-CommonTransChInfo DL-CommonTransChInfo-r4,
1760 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5,
1761 ul-DPCH-Info UL-DPCH-Info-r5,
1762 modeSpecificInfo CHOICE {
1763 fdd SEQUENCE {
1764 -- dummy and dummy2 are not used in this version of specification,
1765 -- they should not be sent and if received they should be ignored.
1766 dummy DL-PDSCH-Information OPTIONAL,
1767 dummy2 CPCH-SetInfo OPTIONAL
1768 },
1769 tdd NULL
1770 },
1771 dl-CommonInformation DL-CommonInformation-r4,
1772 dl-InformationPerRL-List DL-InformationPerRL-List-r5,
1773 frequencyInfo FrequencyInfo
1774 },
1775 preconfiguration SEQUENCE {
1776-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
1777-- one for the FDD only elements and one for the TDD only elements, so that one
1778-- FDD/TDD choice in this level is sufficient.
1779 preConfigMode CHOICE {
1780 predefinedConfigIdentity PredefinedConfigIdentity,
1781 defaultConfig SEQUENCE {
1782 defaultConfigMode DefaultConfigMode,
1783 defaultConfigIdentity DefaultConfigIdentity-r5
1784 }
1785 },
1786 rab-Info RAB-Info-Post OPTIONAL,
1787 modeSpecificInfo CHOICE {
1788 fdd SEQUENCE {
1789 ul-DPCH-Info UL-DPCH-InfoPostFDD,
1790 dl-CommonInformationPost DL-CommonInformationPost,
1791 dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
1792 frequencyInfo FrequencyInfoFDD
1793 },
1794 tdd CHOICE {
1795 tdd384 SEQUENCE {
1796 ul-DPCH-Info UL-DPCH-InfoPostTDD,
1797 dl-InformationPerRL DL-InformationPerRL-PostTDD,
1798 frequencyInfo FrequencyInfoTDD,
1799 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1800 },
1801 tdd128 SEQUENCE {
1802 ul-DPCH-Info UL-DPCH-InfoPostTDD-LCR-r4,
1803 dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
1804 frequencyInfo FrequencyInfoTDD,
1805 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1806 }
1807 }
1808 }
1809 }
1810 },
1811 -- Physical channel IEs
1812 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
1813}
1814
1815HandoverToUTRANCommand-r6-IEs ::= SEQUENCE {
1816 -- User equipment IEs
1817 new-U-RNTI U-RNTI-Short,
1818 cipheringAlgorithm CipheringAlgorithm OPTIONAL,
1819 -- Radio bearer IEs
1820 -- Specification mode information
1821 specificationMode CHOICE {
1822 complete SEQUENCE {
1823 srb-InformationSetupList SRB-InformationSetupList-r6,
1824 rab-InformationSetupList RAB-InformationSetupList-r6 OPTIONAL,
1825 ul-CommonTransChInfo UL-CommonTransChInfo-r4,
1826 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6,
1827 dl-CommonTransChInfo DL-CommonTransChInfo-r4,
1828 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5,
1829 ul-DPCH-Info UL-DPCH-Info-r6,
1830 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
1831 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
1832 dl-CommonInformation DL-CommonInformation-r6,
1833 dl-InformationPerRL-List DL-InformationPerRL-List-r6,
1834 frequencyInfo FrequencyInfo
1835 },
1836 preconfiguration SEQUENCE {
1837 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
1838 -- one for the FDD only elements and one for the TDD only elements, so that one
1839 -- FDD/TDD choice in this level is sufficient.
1840 preConfigMode CHOICE {
1841 predefinedConfigIdentity PredefinedConfigIdentity,
1842 defaultConfig SEQUENCE {
1843 defaultConfigMode DefaultConfigMode,
1844 defaultConfigIdentity DefaultConfigIdentity-r6
1845 }
1846 },
1847 rab-Info RAB-Info-Post OPTIONAL,
1848 modeSpecificInfo CHOICE {
1849 fdd SEQUENCE {
1850 ul-DPCH-Info UL-DPCH-InfoPostFDD,
1851 dl-CommonInformationPost DL-CommonInformationPost,
1852 dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
1853 frequencyInfo FrequencyInfoFDD
1854 },
1855 tdd CHOICE {
1856 tdd384 SEQUENCE {
1857 ul-DPCH-Info UL-DPCH-InfoPostTDD,
1858 dl-InformationPerRL DL-InformationPerRL-PostTDD,
1859 frequencyInfo FrequencyInfoTDD,
1860 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1861 },
1862 tdd128 SEQUENCE {
1863 ul-DPCH-Info UL-DPCH-InfoPostTDD-LCR-r4,
1864 dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
1865 frequencyInfo FrequencyInfoTDD,
1866 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1867 }
1868 }
1869 }
1870 }
1871 },
1872 -- Physical channel IEs
1873 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
1874}
1875
1876HandoverToUTRANCommand-r7-IEs ::= SEQUENCE {
1877 -- User equipment IEs
1878 new-U-RNTI U-RNTI-Short,
1879 cipheringAlgorithm CipheringAlgorithm OPTIONAL,
1880 -- Radio bearer IEs
1881 -- Specification mode information
1882 specificationMode CHOICE {
1883 complete SEQUENCE {
1884 srb-InformationSetupList SRB-InformationSetupList-r6,
1885 rab-InformationSetupList RAB-InformationSetupList-r6 OPTIONAL,
1886 ul-CommonTransChInfo UL-CommonTransChInfo-r4,
1887 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6,
1888 dl-CommonTransChInfo DL-CommonTransChInfo-r4,
1889 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5,
1890 ul-DPCH-Info UL-DPCH-Info-r7,
1891 dl-CommonInformation DL-CommonInformation-r4,
1892 dl-InformationPerRL-List DL-InformationPerRL-List-r7,
1893 frequencyInfo FrequencyInfo
1894 },
1895 preconfiguration SEQUENCE {
1896 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
1897 -- one for the FDD only elements and one for the TDD only elements, so that one
1898 -- FDD/TDD choice in this level is sufficient.
1899 preConfigMode CHOICE {
1900 predefinedConfigIdentity PredefinedConfigIdentity,
1901 defaultConfig SEQUENCE {
1902 defaultConfigMode DefaultConfigMode,
1903 defaultConfigIdentity DefaultConfigIdentity-r6
1904 }
1905 },
1906 rab-Info RAB-Info-Post OPTIONAL,
1907 modeSpecificInfo CHOICE {
1908 fdd SEQUENCE {
1909 ul-DPCH-Info UL-DPCH-InfoPostFDD,
1910 dl-CommonInformationPost DL-CommonInformationPost,
1911 dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
1912 frequencyInfo FrequencyInfoFDD
1913 },
1914 tdd CHOICE {
1915 tdd384 SEQUENCE {
1916 ul-DPCH-Info UL-DPCH-InfoPostTDD,
1917 dl-InformationPerRL DL-InformationPerRL-PostTDD,
1918 frequencyInfo FrequencyInfoTDD,
1919 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1920 },
1921 tdd128 SEQUENCE {
1922 ul-DPCH-Info UL-DPCH-Info-r7,
1923 dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
1924 frequencyInfo FrequencyInfoTDD,
1925 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1926 },
1927 tdd768 SEQUENCE {
1928 ul-DPCH-Info UL-DPCH-Info-r7,
1929 dl-InformationPerRL DL-InformationPerRL-List-r7,
1930 frequencyInfo FrequencyInfoTDD,
1931 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
1932 }
1933 }
1934 }
1935 }
1936 },
1937 -- Physical channel IEs
1938 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
1939}
1940
1941-- ***************************************************
1942--
1943-- HANDOVER TO UTRAN COMPLETE
1944--
1945-- ***************************************************
1946
1947HandoverToUTRANComplete ::= SEQUENCE {
1948 --TABULAR: Integrity protection shall not be performed on this message.
1949 -- User equipment IEs
1950 -- TABULAR: startList is conditional on history.
1951 startList STARTList OPTIONAL,
1952 -- Radio bearer IEs
1953 count-C-ActivationTime ActivationTime OPTIONAL,
1954 laterNonCriticalExtensions SEQUENCE {
1955 -- Container for additional R99 extensions
1956 handoverToUTRANComplete-r3-add-ext BIT STRING OPTIONAL,
1957 nonCriticalExtensions SEQUENCE {} OPTIONAL
1958 } OPTIONAL
1959}
1960
1961-- ***************************************************
1962--
1963-- INITIAL DIRECT TRANSFER
1964--
1965-- ***************************************************
1966
1967InitialDirectTransfer ::= SEQUENCE {
1968 -- Core network IEs
1969 cn-DomainIdentity CN-DomainIdentity,
1970 intraDomainNasNodeSelector IntraDomainNasNodeSelector,
1971 nas-Message NAS-Message,
1972 -- Measurement IEs
1973 measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
1974 v3a0NonCriticalExtensions SEQUENCE {
1975 initialDirectTransfer-v3a0ext InitialDirectTransfer-v3a0ext,
1976 laterNonCriticalExtensions SEQUENCE {
1977 -- Container for additional R99 extensions
1978 initialDirectTransfer-r3-add-ext BIT STRING OPTIONAL,
1979 v590NonCriticalExtensions SEQUENCE {
1980 initialDirectTransfer-v590ext InitialDirectTransfer-v590ext,
1981 v690NonCriticalExtensions SEQUENCE {
1982 initialDirectTransfer-v690ext InitialDirectTransfer-v690ext-IEs,
1983 nonCriticalExtensions SEQUENCE {} OPTIONAL
1984 } OPTIONAL
1985 } OPTIONAL
1986 } OPTIONAL
1987 } OPTIONAL
1988}
1989
1990InitialDirectTransfer-v3a0ext ::= SEQUENCE {
1991 -- start-value shall always be included in this version of the protocol
1992 start-Value START-Value OPTIONAL
1993}
1994InitialDirectTransfer-v590ext ::= SEQUENCE {
1995 establishmentCause EstablishmentCause OPTIONAL
1996}
1997
1998InitialDirectTransfer-v690ext-IEs ::= SEQUENCE {
1999 -- Core network IEs
2000 plmn-Identity PLMN-Identity OPTIONAL,
2001 -- Measurement IEs
2002 measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
2003 -- MBMS IEs
2004 mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL
2005}
2006
2007-- ***************************************************
2008--
2009-- HANDOVER FROM UTRAN COMMAND
2010--
2011-- ***************************************************
2012
2013HandoverFromUTRANCommand-GSM ::= CHOICE {
2014 r3 SEQUENCE {
2015 handoverFromUTRANCommand-GSM-r3
2016 HandoverFromUTRANCommand-GSM-r3-IEs,
2017 -- UTRAN should not include the IE laterNonCriticalExtensions when it sets the IE
2018 -- gsm-message included in handoverFromUTRANCommand-GSM-r3 to single-GSM-Message. The UE
2019 -- behaviour upon receiving a message with this combination of IE values is unspecified.
2020 laterNonCriticalExtensions SEQUENCE {
2021 -- Container for additional R99 extensions
2022 handoverFromUTRANCommand-GSM-r3-add-ext BIT STRING OPTIONAL,
2023 -- UTRAN may apply the r3 version of the message to perform PS handover
2024 -- for a single RAB only
2025 v690NonCriticalExtensions SEQUENCE {
2026 handoverFromUTRANCommand-GSM-v690ext HandoverFromUTRANCommand-GSM-v690ext-IEs,
2027 nonCriticalExtensions SEQUENCE {} OPTIONAL
2028 } OPTIONAL
2029 } OPTIONAL
2030 },
2031 later-than-r3 SEQUENCE {
2032 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2033 criticalExtensions CHOICE {
2034 r6 SEQUENCE {
2035 handoverFromUTRANCommand-GSM-r6 HandoverFromUTRANCommand-GSM-r6-IEs,
2036 handoverFromUTRANCommand-GSM-r6-add-ext BIT STRING OPTIONAL,
2037 nonCriticalExtensions SEQUENCE {} OPTIONAL
2038 },
2039 criticalExtensions SEQUENCE {}
2040 }
2041 }
2042}
2043
2044HandoverFromUTRANCommand-GSM-r3-IEs ::= SEQUENCE {
2045 -- User equipment IEs
2046 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2047 activationTime ActivationTime OPTIONAL,
2048 -- Radio bearer IEs
2049 toHandoverRAB-Info RAB-Info OPTIONAL,
2050 -- Measurement IEs
2051 frequency-band Frequency-Band,
2052 -- Other IEs
2053 gsm-message CHOICE {
2054 -- In the single-GSM-Message case the following rules apply:
2055 -- 1> the GSM message directly follows the basic production; the final padding that
2056 -- results when PER encoding the abstract syntax value is removed prior to appending
2057 -- the GSM message.
2058 -- 2> the RRC message excluding the GSM part, does not contain a length determinant;
2059 -- there is no explicit parameter indicating the size of the included GSM message.
Lev Walkin9ab5c762013-04-07 01:33:33 -07002060 -- 3> depending on need, final padding (all “0”s) is added to ensure the final result
Lev Walkin76289e12006-10-24 02:17:20 +00002061 -- comprises a full number of octets
2062 single-GSM-Message SEQUENCE {},
2063 gsm-MessageList SEQUENCE {
2064 gsm-Messages GSM-MessageList
2065 }
2066 }
2067}
2068
2069HandoverFromUTRANCommand-GSM-r6-IEs ::= SEQUENCE {
2070 -- User equipment IEs
2071 activationTime ActivationTime OPTIONAL,
2072 -- Radio bearer IEs
2073 toHandoverRAB-Info RAB-InformationList-r6 OPTIONAL,
2074 -- Measurement IEs
2075 frequency-band Frequency-Band,
2076 -- Other IEs
2077 gsm-message CHOICE {
2078 -- In the single-GSM-Message case the following rules apply:
2079 -- 1> the GSM message directly follows the basic production; the final padding that
2080 -- results when PER encoding the abstract syntax value is removed prior to appending
2081 -- the GSM message.
2082 -- 2> the RRC message excluding the GSM part, does not contain a length determinant;
2083 -- there is no explicit parameter indicating the size of the included GSM message.
Lev Walkin9ab5c762013-04-07 01:33:33 -07002084 -- 3> depending on need, final padding (all “0”s) is added to ensure the final result
Lev Walkin76289e12006-10-24 02:17:20 +00002085 -- comprises a full number of octets
2086 single-GSM-Message SEQUENCE {},
2087 gsm-MessageList SEQUENCE {
2088 gsm-Messages GSM-MessageList
2089 }
2090 },
2091 geran-SystemInfoType CHOICE {
2092 sI GERAN-SystemInformation,
2093 pSI GERAN-SystemInformation
2094 } OPTIONAL
2095}
2096
2097HandoverFromUTRANCommand-GSM-v690ext-IEs ::= SEQUENCE {
2098 geran-SystemInfoType CHOICE {
2099 sI GERAN-SystemInformation,
2100 pSI GERAN-SystemInformation
2101 } OPTIONAL
2102}
2103
2104HandoverFromUTRANCommand-GERANIu ::= SEQUENCE {
2105 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2106 handoverFromUTRANCommand-GERANIu CHOICE {
2107 r5 SEQUENCE {
2108 handoverFromUTRANCommand-GERANIu-r5
2109 HandoverFromUTRANCommand-GERANIu-r5-IEs,
2110 -- UTRAN should not include the IE nonCriticalExtensions when it sets
2111 -- the IE geranIu-message included in handoverFromUTRANCommand-GERANIu-r5 to
2112 -- single-GERANIu-Message
2113 -- The UE behaviour upon receiving a message including this combination of IE values is
2114 -- not specified
2115 nonCriticalExtensions SEQUENCE {} OPTIONAL
2116 },
2117 later-than-r5 SEQUENCE {
2118 criticalExtensions SEQUENCE {}
2119 }
2120 }
2121}
2122
2123HandoverFromUTRANCommand-GERANIu-r5-IEs ::= SEQUENCE {
2124 -- User equipment IEs
2125 activationTime ActivationTime OPTIONAL,
2126 -- Measurement IEs
2127 frequency-Band Frequency-Band,
2128 -- Other IEs
2129 geranIu-Message CHOICE {
2130 -- In the single-GERANIu-Message case the following rules apply:
2131 -- 1> the GERAN Iu message directly follows the basic production; the final padding that
2132 -- results when PER encoding the abstract syntax value is removed prior to appending
2133 -- the GERAN Iu message.
2134 -- 2> the RRC message excluding the GERAN Iu part does not contain a length determinant;
2135-- there is no explicit parameter indicating the size of the included GERAN Iu
2136-- message.
Lev Walkin9ab5c762013-04-07 01:33:33 -07002137 -- 3> depending on need, final padding (all “0”s) is added to ensure the final result
Lev Walkin76289e12006-10-24 02:17:20 +00002138 -- comprises a full number of octets.
2139 single-GERANIu-Message SEQUENCE {},
2140 geranIu-MessageList SEQUENCE {
2141 geranIu-Messages GERANIu-MessageList
2142 }
2143 }
2144}
2145
2146HandoverFromUTRANCommand-CDMA2000 ::= CHOICE {
2147 r3 SEQUENCE {
2148 handoverFromUTRANCommand-CDMA2000-r3
2149 HandoverFromUTRANCommand-CDMA2000-r3-IEs,
2150 laterNonCriticalExtensions SEQUENCE {
2151 -- Container for additional R99 extensions
2152 handoverFromUTRANCommand-CDMA2000-r3-add-ext
2153 BIT STRING OPTIONAL,
2154 nonCriticalExtensions SEQUENCE {} OPTIONAL
2155 } OPTIONAL
2156 },
2157 later-than-r3 SEQUENCE {
2158 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2159 criticalExtensions SEQUENCE {}
2160 }
2161}
2162
2163HandoverFromUTRANCommand-CDMA2000-r3-IEs ::= SEQUENCE {
2164 -- User equipment IEs
2165 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2166 activationTime ActivationTime OPTIONAL,
2167 -- Radio bearer IEs
2168 toHandoverRAB-Info RAB-Info OPTIONAL,
2169 -- Other IEs
2170 cdma2000-MessageList CDMA2000-MessageList
2171}
2172
2173-- ***************************************************
2174--
2175-- HANDOVER FROM UTRAN FAILURE
2176--
2177-- ***************************************************
2178
2179HandoverFromUTRANFailure ::= SEQUENCE {
2180 -- User equipment IEs
2181 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2182 -- Other IEs
2183 interRAT-HO-FailureCause InterRAT-HO-FailureCause OPTIONAL,
2184 -- In case the interRATMessage to be transferred is for GERAN Iu mode, the
2185 -- message should be placed in the HandoverFromUtranFailure-v590ext-IEs
2186 -- non-critical extension container.
2187 interRATMessage CHOICE {
2188 gsm SEQUENCE {
2189 gsm-MessageList GSM-MessageList
2190 },
2191 cdma2000 SEQUENCE {
2192 cdma2000-MessageList CDMA2000-MessageList
2193 }
2194 } OPTIONAL,
2195 laterNonCriticalExtensions SEQUENCE {
2196 -- Container for additional R99 extensions
2197 handoverFromUTRANFailure-r3-add-ext BIT STRING OPTIONAL,
2198 v590NonCriticalExtensions SEQUENCE {
2199 handoverFromUTRANFailure-v590ext HandoverFromUtranFailure-v590ext-IEs,
2200 nonCriticalExtensions SEQUENCE {} OPTIONAL
2201 } OPTIONAL
2202 } OPTIONAL
2203}
2204
2205HandoverFromUtranFailure-v590ext-IEs ::= SEQUENCE {
2206 geranIu-MessageList GERANIu-MessageList OPTIONAL
2207}
2208
2209-- ***************************************************
2210--
2211-- INTER RAT HANDOVER INFO
2212--
2213-- ***************************************************
2214
2215InterRATHandoverInfo ::= SEQUENCE {
2216 -- This structure is defined for historical reasons, backward compatibility with 44.018
2217 predefinedConfigStatusList CHOICE {
2218 absent NULL,
2219 present PredefinedConfigStatusList
2220 },
2221 uE-SecurityInformation CHOICE {
2222 absent NULL,
2223 present UE-SecurityInformation
2224 },
2225 ue-CapabilityContainer CHOICE {
2226 absent NULL,
2227 -- present is an octet aligned string containing IE UE-RadioAccessCapabilityInfo
2228 present OCTET STRING (SIZE (0..63))
2229 },
2230 -- Non critical extensions
2231 v390NonCriticalExtensions CHOICE {
2232 absent NULL,
2233 present SEQUENCE {
2234 interRATHandoverInfo-v390ext InterRATHandoverInfo-v390ext-IEs,
2235 v3a0NonCriticalExtensions SEQUENCE {
2236 interRATHandoverInfo-v3a0ext InterRATHandoverInfo-v3a0ext-IEs,
2237 laterNonCriticalExtensions SEQUENCE {
2238 interRATHandoverInfo-v3d0ext InterRATHandoverInfo-v3d0ext-IEs,
2239 -- Container for additional R99 extensions
2240 interRATHandoverInfo-r3-add-ext BIT STRING
2241 (CONTAINING InterRATHandoverInfo-r3-add-ext-IEs) OPTIONAL,
2242 v3g0NonCriticalExtensions SEQUENCE {
2243 interRATHandoverInfo-v3g0ext InterRATHandoverInfo-v3g0ext-IEs,
2244 v4b0NonCriticalExtensions SEQUENCE {
2245 interRATHandoverInfo-v4b0ext InterRATHandoverInfo-v4b0ext-IEs,
2246 v4d0NonCriticalExtensions SEQUENCE {
2247 interRATHandoverInfo-v4d0ext InterRATHandoverInfo-v4d0ext-IEs,
2248 -- Reserved for future non critical extension
2249 v590NonCriticalExtensions SEQUENCE {
2250 interRATHandoverInfo-v590ext
2251 InterRATHandoverInfo-v590ext-IEs,
2252 v690NonCriticalExtensions SEQUENCE {
2253 interRATHandoverInfo-v690ext
2254 InterRATHandoverInfo-v690ext-IEs,
2255 v7xyNonCriticalExtensions SEQUENCE {
2256 interRATHandoverInfo-v7xyext InterRATHandoverInfo-v7xyext-IEs,
2257 nonCriticalExtensions SEQUENCE {} OPTIONAL
2258 } OPTIONAL
2259 } OPTIONAL
2260 } OPTIONAL
2261 } OPTIONAL
2262 } OPTIONAL
2263 } OPTIONAL
2264 } OPTIONAL
2265 } OPTIONAL
2266 }
2267 }
2268}
2269
2270InterRATHandoverInfo-v390ext-IEs ::= SEQUENCE {
2271 -- User equipment IEs
2272 ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
2273 dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext
2274}
2275
2276InterRATHandoverInfo-v3a0ext-IEs ::= SEQUENCE {
2277 -- User equipment IEs
2278 ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL
2279}
2280
2281InterRATHandoverInfo-v3d0ext-IEs ::= SEQUENCE {
2282 -- User equipment IEs
2283 uESpecificBehaviourInformation1interRAT UESpecificBehaviourInformation1interRAT OPTIONAL
2284}
2285
2286InterRATHandoverInfo-v3g0ext-IEs ::= SEQUENCE {
2287 -- User equipment IEs
2288 ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL
2289}
2290
2291InterRATHandoverInfo-r3-add-ext-IEs ::= SEQUENCE {
2292 interRATHandoverInfo-v690ext1 InterRATHandoverInfo-v690ext1-IEs,
2293 nonCriticalExtensions SEQUENCE {} OPTIONAL
2294}
2295
2296InterRATHandoverInfo-v4b0ext-IEs ::= SEQUENCE {
2297 -- User equipment IEs
2298 accessStratumReleaseIndicator AccessStratumReleaseIndicator
2299}
2300
2301InterRATHandoverInfo-v4d0ext-IEs ::= SEQUENCE {
2302 -- User equipment IEs
2303 tdd128-RF-Capability RadioFrequencyBandTDDList OPTIONAL
2304}
2305
2306InterRATHandoverInfo-v590ext-IEs ::= SEQUENCE {
2307 -- User equipment IEs
2308 predefinedConfigStatusListComp PredefinedConfigStatusListComp OPTIONAL,
2309 ue-RadioAccessCapabilityComp UE-RadioAccessCapabilityComp OPTIONAL
2310}
2311
2312InterRATHandoverInfo-v690ext1-IEs ::= SEQUENCE {
2313 -- User equipment IEs
2314 ue-RadioAccessCapability-v650ext UE-RadioAccessCapability-v650ext OPTIONAL
2315}
2316
2317InterRATHandoverInfo-v690ext-IEs ::= SEQUENCE {
2318 -- User equipment IEs
2319 ue-SecurityInformation2 UE-SecurityInformation2 OPTIONAL,
2320 ue-RadioAccessCapabilityComp UE-RadioAccessCapabilityComp-ext OPTIONAL,
2321 ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2
2322}
2323
2324InterRATHandoverInfo-v7xyext-IEs ::= SEQUENCE {
2325 ue-RadioAccessCapability-v7xyext UE-RadioAccessCapability-v7xyext OPTIONAL,
2326 ue-RadioAccessCapabilityComp UE-RadioAccessCapabilityComp-r7 OPTIONAL
2327}
2328
2329-- ***************************************************
2330--
2331-- MEASUREMENT CONTROL
2332--
2333-- ***************************************************
2334
2335MeasurementControl ::= CHOICE {
2336 -- The Rel-4 functionality of UE Positioning OTDOA AssistanceData TDD is only available
2337 -- in the later-than-r3 branch of this message (i.e. through the use of the IE
2338 -- ue-Positioning-OTDOA-AssistanceData-r4)
2339 r3 SEQUENCE {
2340 measurementControl-r3 MeasurementControl-r3-IEs,
2341 v390nonCriticalExtensions SEQUENCE {
2342 measurementControl-v390ext MeasurementControl-v390ext,
2343 v3a0NonCriticalExtensions SEQUENCE {
2344 measurementControl-v3a0ext MeasurementControl-v3a0ext,
2345 laterNonCriticalExtensions SEQUENCE {
2346 -- Container for additional R99 extensions
2347 measurementControl-r3-add-ext BIT STRING OPTIONAL,
2348 v4b0NonCriticalExtensions SEQUENCE{
2349 -- The content of the v4b0 non-critical extension has been removed. If sent
2350 -- to a UE of AS release 4, the UE behaviour is unspecified. A UE of AS
2351 -- release 5 onward shall comply with the v4b0 and later extensions in this
2352 -- branch of the message.
2353 v590NonCriticalExtensions SEQUENCE {
2354 measurementControl-v590ext MeasurementControl-v590ext-IEs,
2355 v5b0NonCriticalExtensions SEQUENCE {
2356 measurementControl-v5b0ext MeasurementControl-v5b0ext-IEs,
2357 v7xyNonCriticalExtensions SEQUENCE {
2358 measurementControl-v7xyext MeasurementControl-v7xyext-IEs,
2359 nonCriticalExtensions SEQUENCE {} OPTIONAL
2360 } OPTIONAL
2361 } OPTIONAL
2362 } OPTIONAL
2363 } OPTIONAL
2364 } OPTIONAL
2365 } OPTIONAL
2366 } OPTIONAL
2367 },
2368 later-than-r3 SEQUENCE {
2369 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2370 criticalExtensions CHOICE {
2371 r4 SEQUENCE {
2372 measurementControl-r4 MeasurementControl-r4-IEs,
2373 v4d0NonCriticalExtensions SEQUENCE {
2374 -- Container for adding non critical extensions after freezing REL-5
2375 measurementControl-r4-add-ext BIT STRING OPTIONAL,
2376 v590NonCriticalExtensions SEQUENCE{
2377 measurementControl-v590ext MeasurementControl-v590ext-IEs,
2378 v5b0NonCriticalExtensions SEQUENCE {
2379 measurementControl-v5b0ext MeasurementControl-v5b0ext-IEs,
2380 v7xyNonCriticalExtensions SEQUENCE {
2381 measurementControl-v7xyext MeasurementControl-v7xyext-IEs,
2382 nonCriticalExtensions SEQUENCE {} OPTIONAL
2383 } OPTIONAL
2384 } OPTIONAL
2385 } OPTIONAL
2386 } OPTIONAL
2387 },
2388 later-than-r4 SEQUENCE {
2389 -- Most significant part of "RRC transaction identifier" (MSP),
2390 -- "RRC transaction identifier" = rrc-TransactionIdentifier-MSP * 4 +
2391 -- rrc-TransactionIdentifier
2392 rrc-TransactionIdentifier-MSP RRC-TransactionIdentifier,
2393 criticalExtensions CHOICE {
2394 r6 SEQUENCE {
2395 measurementControl-r6 MeasurementControl-r6-IEs,
2396 v6a0NonCriticalExtensions SEQUENCE {
2397 measurementControl-v6a0ext MeasurementControl-v6a0ext-IEs,
2398 v7xyNonCriticalExtensions SEQUENCE {
2399 measurementControl-v7xyext MeasurementControl-v7xyext-IEs,
2400 nonCriticalExtensions SEQUENCE {} OPTIONAL
2401 } OPTIONAL
2402 } OPTIONAL
2403 },
2404 criticalExtensions SEQUENCE {}
2405 }
2406 }
2407 }
2408 }
2409}
2410
2411MeasurementControl-r3-IEs ::= SEQUENCE {
2412 -- User equipment IEs
2413 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2414 -- Measurement IEs
2415 measurementIdentity MeasurementIdentity,
2416 -- TABULAR: The measurement type is included in MeasurementCommand.
2417 measurementCommand MeasurementCommand,
2418 measurementReportingMode MeasurementReportingMode OPTIONAL,
2419 additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
2420 -- Physical channel IEs
2421 dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
2422}
2423
2424MeasurementControl-v390ext ::= SEQUENCE {
2425 ue-Positioning-Measurement-v390ext UE-Positioning-Measurement-v390ext OPTIONAL
2426}
2427
2428MeasurementControl-v3a0ext ::= SEQUENCE {
2429 sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
2430}
2431
2432MeasurementControl-r4-IEs ::= SEQUENCE {
2433 -- Measurement IEs
2434 measurementIdentity MeasurementIdentity,
2435 -- TABULAR: The measurement type is included in measurementCommand.
2436 measurementCommand MeasurementCommand-r4,
2437 measurementReportingMode MeasurementReportingMode OPTIONAL,
2438 additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
2439 -- Physical channel IEs
2440 dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
2441}
2442
2443MeasurementControl-v590ext-IEs ::= SEQUENCE {
2444 measurementCommand-v590ext CHOICE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07002445 -- the choice “intra-frequency” shall be used for the case of intra-frequency measurement,
Lev Walkin76289e12006-10-24 02:17:20 +00002446 -- as well as when intra-frequency events are configured for inter-frequency measurement
2447 intra-frequency Intra-FreqEventCriteriaList-v590ext,
2448 inter-frequency Inter-FreqEventCriteriaList-v590ext
2449 } OPTIONAL,
2450 intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
2451 intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL,
2452 -- most significant part of "RRC transaction identifier" (MSP),
2453 -- "RRC transaction identifier" = rrc-TransactionIdentifier-MSP-v590ext * 4 +
2454 -- rrc-TransactionIdentifier
2455 rrc-TransactionIdentifier-MSP-v590ext RRC-TransactionIdentifier
2456}
2457
2458MeasurementControl-v5b0ext-IEs ::= SEQUENCE {
2459 interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL
2460}
2461
2462MeasurementControl-r6-IEs ::= SEQUENCE {
2463 -- Measurement IEs
2464 measurementIdentity MeasurementIdentity,
2465 -- TABULAR: The measurement type is included in measurementCommand.
2466 measurementCommand MeasurementCommand-r6,
2467 measurementReportingMode MeasurementReportingMode OPTIONAL,
2468 additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
2469 -- Physical channel IEs
2470 dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
2471}
2472
2473MeasurementControl-v6a0ext-IEs ::= SEQUENCE {
2474 intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL
2475}
2476
2477MeasurementControl-v7xyext-IEs ::= SEQUENCE {
2478 ue-Positioning-Measurement-v7xyext UE-Positioning-Measurement-v7xyext
2479}
2480
2481-- ***************************************************
2482--
2483-- MEASUREMENT CONTROL FAILURE
2484--
2485-- ***************************************************
2486
2487MeasurementControlFailure ::= SEQUENCE {
2488 -- User equipment IEs
2489 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2490 failureCause FailureCauseWithProtErr,
2491 laterNonCriticalExtensions SEQUENCE {
2492 -- Container for additional R99 extensions
2493 measurementControlFailure-r3-add-ext BIT STRING OPTIONAL,
2494 v590NonCriticalExtensions SEQUENCE {
2495 measurementControlFailure-v590ext MeasurementControlFailure-v590ext-IEs,
2496 nonCriticalExtensions SEQUENCE {} OPTIONAL
2497 } OPTIONAL
2498 } OPTIONAL
2499}
2500
2501MeasurementControlFailure-v590ext-IEs ::= SEQUENCE {
2502 -- most significant part of "RRC transaction identifier" (MSP),
2503 -- "RRC transaction identifier" = rrc-TransactionIdentifier-MSP-v590ext * 4 +
2504 -- rrc-TransactionIdentifier
2505 -- If the rrc-TransactionIdentifier-MSP-v590ext was not received in the MEASUREMENT CONTROL
2506 -- message, then the rrc-TransactionIdentifier-MSP-v590ext shall be set to zero
2507 rrc-TransactionIdentifier-MSP-v590ext RRC-TransactionIdentifier
2508}
2509
2510-- ***************************************************
2511--
2512-- MEASUREMENT REPORT
2513--
2514-- ***************************************************
2515
2516MeasurementReport ::= SEQUENCE {
2517 -- Measurement IEs
2518 measurementIdentity MeasurementIdentity,
2519 measuredResults MeasuredResults OPTIONAL,
2520 measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
2521 additionalMeasuredResults MeasuredResultsList OPTIONAL,
2522 eventResults EventResults OPTIONAL,
2523 -- Non-critical extensions
2524 v390nonCriticalExtensions SEQUENCE {
2525 measurementReport-v390ext MeasurementReport-v390ext,
2526 laterNonCriticalExtensions SEQUENCE {
2527 -- Container for additional R99 extensions
2528 measurementReport-r3-add-ext BIT STRING OPTIONAL,
2529 v4b0NonCriticalExtensions SEQUENCE {
2530 measurementReport-v4b0ext MeasurementReport-v4b0ext-IEs,
2531 -- Extension mechanism for non-Rel4 information
2532 v590NonCriticalExtensions SEQUENCE {
2533 measurementReport-v590ext MeasurementReport-v590ext-IEs,
2534 v5b0NonCriticalExtensions SEQUENCE {
2535 measurementReport-v5b0ext MeasurementReport-v5b0ext-IEs,
2536 v690NonCriticalExtensions SEQUENCE {
2537 measurementReport-v690ext MeasurementReport-v690ext-IEs,
2538
2539 v7xyNonCriticalExtensions SEQUENCE {
2540 measurementReport-v7xyext MeasurementReport-v7xyext-IEs,
2541 nonCriticalExtensions SEQUENCE {} OPTIONAL
2542 } OPTIONAL
2543 } OPTIONAL
2544 } OPTIONAL
2545 } OPTIONAL
2546 } OPTIONAL
2547 } OPTIONAL
2548 } OPTIONAL
2549}
2550
2551MeasurementReport-v390ext ::= SEQUENCE {
2552 measuredResults-v390ext MeasuredResults-v390ext OPTIONAL
2553}
2554
2555MeasurementReport-v4b0ext-IEs ::= SEQUENCE {
2556 interFreqEventResults-LCR InterFreqEventResults-LCR-r4-ext OPTIONAL,
2557 -- additionalMeasuredResults-LCR shall contain measurement results and additional measurement
2558 -- results list.
2559 additionalMeasuredResults-LCR MeasuredResultsList-LCR-r4-ext OPTIONAL,
2560 -- dummy is not used in this version of the specification. It should not be sent and
2561 -- if received it should be ignored.
2562 dummy PrimaryCPICH-Info OPTIONAL
2563}
2564
2565MeasurementReport-v590ext-IEs ::= SEQUENCE {
2566 measuredResults-v590ext MeasuredResults-v590ext OPTIONAL
2567}
2568
2569MeasurementReport-v5b0ext-IEs ::= SEQUENCE {
2570 interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL
2571}
2572
2573MeasurementReport-v690ext-IEs ::= SEQUENCE {
2574 measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL
2575}
2576
2577MeasurementReport-v7xyext-IEs ::= SEQUENCE {
2578 velocityEstimate VelocityEstimate OPTIONAL,
2579 ue-InternalMeasuredResults UE-InternalMeasuredResults-r7 OPTIONAL
2580}
2581
2582-- ***************************************************
2583--
2584-- PAGING TYPE 1
2585--
2586-- ***************************************************
2587
2588PagingType1 ::= SEQUENCE {
2589 -- User equipment IEs
2590 pagingRecordList PagingRecordList OPTIONAL,
2591 -- Other IEs
2592 bcch-ModificationInfo BCCH-ModificationInfo OPTIONAL,
2593 laterNonCriticalExtensions SEQUENCE {
2594 -- Container for additional R99 extensions
2595 pagingType1-r3-add-ext BIT STRING OPTIONAL,
2596 v590NonCriticalExtensions SEQUENCE {
2597 pagingType1-v590ext PagingType1-v590ext-IEs,
2598 nonCriticalExtensions SEQUENCE {} OPTIONAL
2599 } OPTIONAL
2600 } OPTIONAL
2601}
2602
2603PagingType1-v590ext-IEs ::= SEQUENCE {
2604 -- User equipment IEs
2605 pagingRecord2List PagingRecord2List-r5 OPTIONAL
2606}
2607
2608-- ***************************************************
2609--
2610-- PAGING TYPE 2
2611--
2612-- ***************************************************
2613
2614PagingType2 ::= SEQUENCE {
2615 -- User equipment IEs
2616 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2617 pagingCause PagingCause,
2618 -- Core network IEs
2619 cn-DomainIdentity CN-DomainIdentity,
2620 pagingRecordTypeID PagingRecordTypeID,
2621 laterNonCriticalExtensions SEQUENCE {
2622 -- Container for additional R99 extensions
2623 pagingType2-r3-add-ext BIT STRING OPTIONAL,
2624 nonCriticalExtensions SEQUENCE {} OPTIONAL
2625 } OPTIONAL
2626}
2627
2628-- ***************************************************
2629--
2630-- PHYSICAL CHANNEL RECONFIGURATION
2631--
2632-- ***************************************************
2633
2634PhysicalChannelReconfiguration ::= CHOICE {
2635 r3 SEQUENCE {
2636 physicalChannelReconfiguration-r3
2637 PhysicalChannelReconfiguration-r3-IEs,
2638 v3a0NonCriticalExtensions SEQUENCE {
2639 physicalChannelReconfiguration-v3a0ext PhysicalChannelReconfiguration-v3a0ext,
2640 laterNonCriticalExtensions SEQUENCE {
2641 -- Container for additional R99 extensions
2642 physicalChannelReconfiguration-r3-add-ext BIT STRING OPTIONAL,
2643 v4b0NonCriticalExtenstions SEQUENCE {
2644 physicalChannelReconfiguration-v4b0ext
2645 PhysicalChannelReconfiguration-v4b0ext-IEs,
2646 v590NonCriticalExtenstions SEQUENCE {
2647 physicalChannelReconfiguration-v590ext
2648 PhysicalChannelReconfiguration-v590ext-IEs,
2649 v690NonCriticalExtensions SEQUENCE {
2650 physicalChannelReconfiguration-v690ext
2651 PhysicalChannelReconfiguration-v690ext-IEs,
2652 nonCriticalExtensions SEQUENCE {} OPTIONAL
2653 } OPTIONAL
2654 } OPTIONAL
2655 } OPTIONAL
2656 } OPTIONAL
2657 } OPTIONAL
2658 },
2659 later-than-r3 SEQUENCE {
2660 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2661 criticalExtensions CHOICE {
2662 r4 SEQUENCE {
2663 physicalChannelReconfiguration-r4
2664 PhysicalChannelReconfiguration-r4-IEs,
2665 v4d0NonCriticalExtensions SEQUENCE {
2666 -- Container for adding non critical extensions after freezing REL-5
2667 physicalChannelReconfiguration-r4-add-ext BIT STRING OPTIONAL,
2668 v590NonCriticalExtenstions SEQUENCE {
2669 physicalChannelReconfiguration-v590ext
2670 PhysicalChannelReconfiguration-v590ext-IEs,
2671 v690NonCriticalExtensions SEQUENCE {
2672 physicalChannelReconfiguration-v690ext
2673 PhysicalChannelReconfiguration-v690ext-IEs,
2674 nonCriticalExtensions SEQUENCE {} OPTIONAL
2675 } OPTIONAL
2676 } OPTIONAL
2677 } OPTIONAL
2678 },
2679 criticalExtensions CHOICE {
2680 r5 SEQUENCE {
2681 physicalChannelReconfiguration-r5
2682 PhysicalChannelReconfiguration-r5-IEs,
2683 -- Container for adding non critical extensions after freezing REL-6
2684 physicalChannelReconfiguration-r5-add-ext BIT STRING OPTIONAL,
2685 v690NonCriticalExtensions SEQUENCE {
2686 physicalChannelReconfiguration-v690ext
2687 PhysicalChannelReconfiguration-v690ext-IEs,
2688 nonCriticalExtensions SEQUENCE {} OPTIONAL
2689 } OPTIONAL
2690 },
2691 criticalExtensions CHOICE {
2692 r6 SEQUENCE {
2693 physicalChannelReconfiguration-r6
2694 PhysicalChannelReconfiguration-r6-IEs,
2695 -- Container for adding non critical extensions after freezing REL-7
2696 physicalChannelReconfiguration-r6-add-ext BIT STRING OPTIONAL,
2697 nonCriticalExtensions SEQUENCE {} OPTIONAL
2698 },
2699 criticalExtensions CHOICE {
2700 r7 SEQUENCE {
2701 physicalChannelReconfiguration-r7
2702 PhysicalChannelReconfiguration-r7-IEs,
2703 -- Container for adding non critical extensions after freezing REL-8
2704 physicalChannelReconfiguration-r7-add-ext BIT STRING OPTIONAL,
2705 nonCriticalExtensions SEQUENCE {} OPTIONAL
2706 },
2707 criticalExtensions SEQUENCE {}
2708 }
2709 }
2710 }
2711 }
2712 }
2713}
2714
2715PhysicalChannelReconfiguration-r3-IEs ::= SEQUENCE {
2716 -- User equipment IEs
2717 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2718 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
2719 cipheringModeInfo CipheringModeInfo OPTIONAL,
2720 activationTime ActivationTime OPTIONAL,
2721 new-U-RNTI U-RNTI OPTIONAL,
2722 new-C-RNTI C-RNTI OPTIONAL,
2723 rrc-StateIndicator RRC-StateIndicator,
2724 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
2725 -- Core network IEs
2726 cn-InformationInfo CN-InformationInfo OPTIONAL,
2727 -- UTRAN mobility IEs
2728 ura-Identity URA-Identity OPTIONAL,
2729 -- Radio bearer IEs
2730 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
2731 -- Physical channel IEs
2732 frequencyInfo FrequencyInfo OPTIONAL,
2733 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
2734 -- Note: the reference to CPCH in the element name below is incorrect. The name is not
2735 -- changed to keep it aligned with R99.
2736 ul-ChannelRequirement UL-ChannelRequirementWithCPCH-SetID OPTIONAL,
2737 modeSpecificInfo CHOICE {
2738 fdd SEQUENCE {
2739 -- dummy is not used in this version of specification, it should
2740 -- not be sent and if received it should be ignored.
2741 dummy DL-PDSCH-Information OPTIONAL
2742 },
2743 tdd NULL
2744 },
2745 dl-CommonInformation DL-CommonInformation OPTIONAL,
2746 dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
2747}
2748
2749PhysicalChannelReconfiguration-v3a0ext ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07002750 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received the UE behaviour
Lev Walkin76289e12006-10-24 02:17:20 +00002751 -- is unspecified
2752 new-DSCH-RNTI DSCH-RNTI OPTIONAL
2753}
2754
2755PhysicalChannelReconfiguration-v4b0ext-IEs ::= SEQUENCE {
2756 -- Physical channel IEs
2757 -- dummy is not used in this version of the specification, it should
2758 -- not be sent and if received it should be ignored.
2759 dummy SSDT-UL OPTIONAL,
2760 -- The order of the RLs in IE cell-id-PerRL-List is the same as
2761 -- in IE DL-InformationPerRL-List included in this message
2762 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
2763}
2764
2765PhysicalChannelReconfiguration-v590ext-IEs ::= SEQUENCE {
2766 -- Physical channel IEs
2767 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
2768}
2769
2770PhysicalChannelReconfiguration-r4-IEs ::= SEQUENCE {
2771 -- User equipment IEs
2772 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
2773 cipheringModeInfo CipheringModeInfo OPTIONAL,
2774 activationTime ActivationTime OPTIONAL,
2775 new-U-RNTI U-RNTI OPTIONAL,
2776 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07002777 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00002778 -- the UE behaviour is unspecified
2779 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
2780 rrc-StateIndicator RRC-StateIndicator,
2781 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
2782 -- Core network IEs
2783 cn-InformationInfo CN-InformationInfo OPTIONAL,
2784 -- UTRAN mobility IEs
2785 ura-Identity URA-Identity OPTIONAL,
2786 -- Radio bearer IEs
2787 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
2788 -- Physical channel IEs
2789 frequencyInfo FrequencyInfo OPTIONAL,
2790 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
2791 -- Note: the reference to CPCH in the element name below is incorrect. The name is not
2792 -- changed to keep it aligned with R99.
2793 ul-ChannelRequirement UL-ChannelRequirementWithCPCH-SetID-r4 OPTIONAL,
2794 modeSpecificInfo CHOICE {
2795 fdd SEQUENCE {
2796 -- dummy is not used in this version of specification, it should
2797 -- not be sent and if received it should be ignored.
2798 dummy DL-PDSCH-Information OPTIONAL
2799 },
2800 tdd NULL
2801 },
2802 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
2803 dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
2804}
2805
2806PhysicalChannelReconfiguration-r5-IEs ::= SEQUENCE {
2807 -- User equipment IEs
2808 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
2809 cipheringModeInfo CipheringModeInfo OPTIONAL,
2810 activationTime ActivationTime OPTIONAL,
2811 new-U-RNTI U-RNTI OPTIONAL,
2812 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07002813 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00002814 -- the UE behaviour is unspecified
2815 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
2816 new-H-RNTI H-RNTI OPTIONAL,
2817 rrc-StateIndicator RRC-StateIndicator,
2818 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
2819 -- Core network IEs
2820 cn-InformationInfo CN-InformationInfo OPTIONAL,
2821 -- UTRAN mobility IEs
2822 ura-Identity URA-Identity OPTIONAL,
2823 -- Radio bearer IEs
2824 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
2825 -- Physical channel IEs
2826 frequencyInfo FrequencyInfo OPTIONAL,
2827 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
2828 -- Note: the reference to CPCH in the element name below is incorrect. The name is not
2829 -- changed to keep it aligned with R99.
2830 ul-ChannelRequirement UL-ChannelRequirementWithCPCH-SetID-r5 OPTIONAL,
2831 modeSpecificInfo CHOICE {
2832 fdd SEQUENCE {
2833 -- dummy is not used in this version of specification, it should
2834 -- not be sent and if received it should be ignored.
2835 dummy DL-PDSCH-Information OPTIONAL
2836 },
2837 tdd NULL
2838 },
2839 dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
2840 dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
2841 dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
2842}
2843
2844PhysicalChannelReconfiguration-r6-IEs ::= SEQUENCE {
2845 -- User equipment IEs
2846 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
2847 cipheringModeInfo CipheringModeInfo OPTIONAL,
2848 activationTime ActivationTime OPTIONAL,
2849 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
2850 new-U-RNTI U-RNTI OPTIONAL,
2851 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07002852 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00002853 -- and if received the UE behaviour is unspecified
2854 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
2855 new-H-RNTI H-RNTI OPTIONAL,
2856 newPrimary-E-RNTI E-RNTI OPTIONAL,
2857 newSecondary-E-RNTI E-RNTI OPTIONAL,
2858 rrc-StateIndicator RRC-StateIndicator,
2859 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
2860 -- Core network IEs
2861 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
2862 -- UTRAN mobility IEs
2863 ura-Identity URA-Identity OPTIONAL,
2864 -- Radio bearer IEs
2865 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
2866 -- Physical channel IEs
2867 frequencyInfo FrequencyInfo OPTIONAL,
2868 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
2869 ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
2870 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
2871 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
2872 dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
2873 dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
2874 -- MBMS IEs
2875 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
2876}
2877
2878PhysicalChannelReconfiguration-v690ext-IEs ::= SEQUENCE {
2879 -- User Equipment IEs
2880 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
2881 -- Core network IEs
2882 primary-plmn-Identity PLMN-Identity OPTIONAL,
2883 -- Physical channel IEs
2884 -- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
2885 -- If included in the r3 or r4 version of the message, the UE should ignore the IE
2886 harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
2887 beaconPLEst BEACON-PL-Est OPTIONAL,
2888 postVerificationPeriod ENUMERATED { true } OPTIONAL,
2889 dhs-sync DHS-Sync OPTIONAL,
2890 timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
2891 -- MBMS IEs
2892 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
2893}
2894
2895PhysicalChannelReconfiguration-r7-IEs ::= SEQUENCE {
2896 -- User equipment IEs
2897 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
2898 cipheringModeInfo CipheringModeInfo OPTIONAL,
2899 activationTime ActivationTime OPTIONAL,
2900 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
2901 new-U-RNTI U-RNTI OPTIONAL,
2902 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07002903 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00002904 -- and if received the UE behaviour is unspecified
2905 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
2906 new-H-RNTI H-RNTI OPTIONAL,
2907 newPrimary-E-RNTI E-RNTI OPTIONAL,
2908 newSecondary-E-RNTI E-RNTI OPTIONAL,
2909 rrc-StateIndicator RRC-StateIndicator,
2910 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
2911 -- Core network IEs
2912 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
2913 -- UTRAN mobility IEs
2914 ura-Identity URA-Identity OPTIONAL,
2915 -- Radio bearer IEs
2916 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
2917 -- Physical channel IEs
2918 frequencyInfo FrequencyInfo OPTIONAL,
2919 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
2920 ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
2921 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
2922 dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
2923 dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
2924 dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
2925 -- MBMS IEs
2926 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
2927}
2928
2929
2930-- ***************************************************
2931--
2932-- PHYSICAL CHANNEL RECONFIGURATION COMPLETE
2933--
2934-- ***************************************************
2935
2936PhysicalChannelReconfigurationComplete ::= SEQUENCE {
2937 -- User equipment IEs
2938 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2939 ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
2940 -- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
2941 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
2942 -- Radio bearer IEs
2943 count-C-ActivationTime ActivationTime OPTIONAL,
2944 -- dummy is not used in this version of the specification and
2945 -- it should be ignored by the receiver.
2946 dummy RB-ActivationTimeInfoList OPTIONAL,
2947 ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
2948 laterNonCriticalExtensions SEQUENCE {
2949 -- Container for additional R99 extensions
2950 physicalChannelReconfigurationComplete-r3-add-ext BIT STRING OPTIONAL,
2951 v7xyNonCriticalExtensions SEQUENCE {
2952 physicalChannelReconfigurationComplete-v7xyext
2953 PhysicalChannelReconfigurationComplete-v7xyext-IEs,
2954 nonCriticalExtensions SEQUENCE {} OPTIONAL
2955 } OPTIONAL
2956 } OPTIONAL
2957}
2958
2959PhysicalChannelReconfigurationComplete-v7xyext-IEs ::= SEQUENCE {
2960 ext-ul-TimingAdvance EXT-UL-TimingAdvance OPTIONAL
2961}
2962
2963-- ***************************************************
2964--
2965-- PHYSICAL CHANNEL RECONFIGURATION FAILURE
2966--
2967-- ***************************************************
2968
2969PhysicalChannelReconfigurationFailure ::= SEQUENCE {
2970 -- User equipment IEs
2971 rrc-TransactionIdentifier RRC-TransactionIdentifier OPTIONAL,
2972 failureCause FailureCauseWithProtErr,
2973 laterNonCriticalExtensions SEQUENCE {
2974 -- Container for additional R99 extensions
2975 physicalChannelReconfigurationFailure-r3-add-ext BIT STRING OPTIONAL,
2976 nonCriticalExtensions SEQUENCE {} OPTIONAL
2977 } OPTIONAL
2978}
2979
2980-- ***************************************************
2981--
2982-- PHYSICAL SHARED CHANNEL ALLOCATION (TDD only)
2983--
2984-- ***************************************************
2985
2986PhysicalSharedChannelAllocation ::= CHOICE {
2987 r3 SEQUENCE {
2988 physicalSharedChannelAllocation-r3
2989 PhysicalSharedChannelAllocation-r3-IEs,
2990 laterNonCriticalExtensions SEQUENCE {
2991 -- Container for additional R99 extensions
2992 physicalSharedChannelAllocation-r3-add-ext BIT STRING OPTIONAL,
2993 nonCriticalExtensions SEQUENCE {} OPTIONAL
2994 } OPTIONAL
2995 },
2996 later-than-r3 SEQUENCE {
2997 dsch-RNTI DSCH-RNTI OPTIONAL,
2998 rrc-TransactionIdentifier RRC-TransactionIdentifier,
2999 criticalExtensions CHOICE {
3000 r4 SEQUENCE {
3001 physicalSharedChannelAllocation-r4
3002 PhysicalSharedChannelAllocation-r4-IEs,
3003 v4d0NonCriticalExtensions SEQUENCE {
3004 -- Container for adding non critical extensions after freezing REL-5
3005 physicalSharedChannelAllocation-r4-add-ext BIT STRING OPTIONAL,
3006 v690NonCriticalExtensions SEQUENCE {
3007 physicalSharedChannelAllocation-v690ext
3008 PhysicalSharedChannelAllocation-v690ext-IEs,
3009 v7xyNonCriticalExtensions SEQUENCE {
3010 physicalSharedChannelAllocation-v7xyext
3011 PhysicalSharedChannelAllocation-v7xyext-IEs,
3012 nonCriticalExtensions SEQUENCE {} OPTIONAL
3013 } OPTIONAL
3014 } OPTIONAL
3015 } OPTIONAL
3016 },
3017 criticalExtensions SEQUENCE {}
3018 }
3019 }
3020}
3021
3022PhysicalSharedChannelAllocation-r3-IEs ::= SEQUENCE {
3023 -- TABULAR: Integrity protection shall not be performed on this message.
3024 -- User equipment IEs
3025 dsch-RNTI DSCH-RNTI OPTIONAL,
3026 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3027 -- Physical channel IEs
3028 ul-TimingAdvance UL-TimingAdvanceControl OPTIONAL,
3029 pusch-CapacityAllocationInfo PUSCH-CapacityAllocationInfo OPTIONAL,
3030 pdsch-CapacityAllocationInfo PDSCH-CapacityAllocationInfo OPTIONAL,
3031 -- TABULAR: If confirmRequest is not present, the default value "No Confirm"
3032 -- shall be used as specified in 10.2.25.
3033 confirmRequest ENUMERATED {
3034 confirmPDSCH, confirmPUSCH } OPTIONAL,
3035 trafficVolumeReportRequest INTEGER (0..255) OPTIONAL,
3036 iscpTimeslotList TimeslotList OPTIONAL,
3037 requestPCCPCHRSCP BOOLEAN
3038}
3039
3040PhysicalSharedChannelAllocation-r4-IEs ::= SEQUENCE {
3041 -- TABULAR: Integrity protection shall not be performed on this message.
3042 -- Physical channel IEs
3043 ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
3044 pusch-CapacityAllocationInfo PUSCH-CapacityAllocationInfo-r4 OPTIONAL,
3045 pdsch-CapacityAllocationInfo PDSCH-CapacityAllocationInfo-r4 OPTIONAL,
3046 -- TABULAR: If confirmRequest is not present, the default value "No Confirm"
3047 -- shall be used as specified in 10.2.25.
3048 confirmRequest ENUMERATED {
3049 confirmPDSCH, confirmPUSCH } OPTIONAL,
3050 trafficVolumeReportRequest INTEGER (0..255) OPTIONAL,
3051 iscpTimeslotList TimeslotList-r4 OPTIONAL,
3052 requestPCCPCHRSCP BOOLEAN
3053}
3054
3055PhysicalSharedChannelAllocation-v690ext-IEs ::= SEQUENCE {
3056 -- Physical Channel IEs
3057 beaconPLEst BEACON-PL-Est OPTIONAL
3058}
3059
3060PhysicalSharedChannelAllocation-v7xyext-IEs ::= SEQUENCE {
3061 ul-TimingAdvance UL-TimingAdvanceControl-r7 OPTIONAL,
3062 pusch-CapacityAllocationInfo PUSCH-CapacityAllocationInfo-r7 OPTIONAL,
3063 pdsch-CapacityAllocationInfo PDSCH-CapacityAllocationInfo-r7 OPTIONAL
3064}
3065
3066-- ***************************************************
3067--
3068-- PUSCH CAPACITY REQUEST (TDD only)
3069--
3070-- ***************************************************
3071
3072PUSCHCapacityRequest ::= SEQUENCE {
3073 -- User equipment IEs
3074 dsch-RNTI DSCH-RNTI OPTIONAL,
3075 -- Measurement IEs
3076 trafficVolume TrafficVolumeMeasuredResultsList OPTIONAL,
3077 timeslotListWithISCP TimeslotListWithISCP OPTIONAL,
3078 primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
3079 allocationConfirmation CHOICE {
3080 pdschConfirmation PDSCH-Identity,
3081 puschConfirmation PUSCH-Identity
3082 } OPTIONAL,
3083 protocolErrorIndicator ProtocolErrorIndicatorWithMoreInfo,
3084 laterNonCriticalExtensions SEQUENCE {
3085 -- Container for additional R99 extensions
3086 puschCapacityRequest-r3-add-ext BIT STRING OPTIONAL,
3087 v590NonCriticalExtensions SEQUENCE {
3088 puschCapacityRequest-v590ext PUSCHCapacityRequest-v590ext,
3089 nonCriticalExtensions SEQUENCE {} OPTIONAL
3090 } OPTIONAL
3091 } OPTIONAL
3092}
3093
3094PUSCHCapacityRequest-v590ext ::= SEQUENCE {
3095 primaryCCPCH-RSCP-delta DeltaRSCP OPTIONAL
3096}
3097-- ***************************************************
3098--
3099-- RADIO BEARER RECONFIGURATION
3100--
3101-- ***************************************************
3102
3103RadioBearerReconfiguration ::= CHOICE {
3104 r3 SEQUENCE {
3105 radioBearerReconfiguration-r3 RadioBearerReconfiguration-r3-IEs,
3106 -- Prefix "v3ao" is used (in one instance) to keep alignment with R99
3107 v3aoNonCriticalExtensions SEQUENCE {
3108 radioBearerReconfiguration-v3a0ext RadioBearerReconfiguration-v3a0ext,
3109 laterNonCriticalExtensions SEQUENCE {
3110 -- Container for additional R99 extensions
3111 radioBearerReconfiguration-r3-add-ext BIT STRING OPTIONAL,
3112 v4b0NonCriticalExtensions SEQUENCE {
3113 radioBearerReconfiguration-v4b0ext
3114 RadioBearerReconfiguration-v4b0ext-IEs,
3115 v590NonCriticalExtensions SEQUENCE {
3116 radioBearerReconfiguration-v590ext
3117 RadioBearerReconfiguration-v590ext-IEs,
3118 v5d0NonCriticalExtenstions SEQUENCE {
3119 radioBearerReconfiguration-v5d0ext
3120 RadioBearerReconfiguration-v5d0ext-IEs,
3121 v690NonCriticalExtensions SEQUENCE {
3122 radioBearerReconfiguration-v690ext
3123 RadioBearerReconfiguration-v690ext-IEs,
3124 nonCriticalExtensions SEQUENCE {} OPTIONAL
3125 } OPTIONAL
3126 } OPTIONAL
3127 } OPTIONAL
3128 } OPTIONAL
3129 } OPTIONAL
3130 } OPTIONAL
3131 },
3132 later-than-r3 SEQUENCE {
3133 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3134 criticalExtensions CHOICE {
3135 r4 SEQUENCE {
3136 radioBearerReconfiguration-r4 RadioBearerReconfiguration-r4-IEs,
3137 v4d0NonCriticalExtensions SEQUENCE {
3138 -- Container for adding non critical extensions after freezing REL-5
3139 radioBearerReconfiguration-r4-add-ext BIT STRING OPTIONAL,
3140 v590NonCriticalExtensions SEQUENCE {
3141 radioBearerReconfiguration-v590ext
3142 RadioBearerReconfiguration-v590ext-IEs,
3143 v5d0NonCriticalExtenstions SEQUENCE {
3144 radioBearerReconfiguration-v5d0ext
3145 RadioBearerReconfiguration-v5d0ext-IEs,
3146 v690NonCriticalExtensions SEQUENCE {
3147 radioBearerReconfiguration-v690ext
3148 RadioBearerReconfiguration-v690ext-IEs,
3149 nonCriticalExtensions SEQUENCE {} OPTIONAL
3150 } OPTIONAL
3151 } OPTIONAL
3152 } OPTIONAL
3153 } OPTIONAL
3154 },
3155 criticalExtensions CHOICE {
3156 r5 SEQUENCE {
3157 radioBearerReconfiguration-r5 RadioBearerReconfiguration-r5-IEs,
3158 -- Container for adding non critical extensions after freezing REL-6
3159 radioBearerReconfiguration-r5-add-ext BIT STRING OPTIONAL,
3160 v5d0NonCriticalExtenstions SEQUENCE {
3161 radioBearerReconfiguration-v5d0ext RadioBearerReconfiguration-v5d0ext-IEs,
3162 v690NonCriticalExtensions SEQUENCE {
3163 radioBearerReconfiguration-v690ext
3164 RadioBearerReconfiguration-v690ext-IEs,
3165 nonCriticalExtensions SEQUENCE {} OPTIONAL
3166 } OPTIONAL
3167 } OPTIONAL
3168 },
3169 criticalExtensions CHOICE {
3170 r6 SEQUENCE {
3171 radioBearerReconfiguration-r6 RadioBearerReconfiguration-r6-IEs,
3172 -- Container for adding non critical extensions after freezing REL-7
3173 radioBearerReconfiguration-r6-add-ext BIT STRING OPTIONAL,
3174 nonCriticalExtensions SEQUENCE {} OPTIONAL
3175 },
3176 criticalExtensions CHOICE {
3177 r7 SEQUENCE {
3178 radioBearerReconfiguration-r7 RadioBearerReconfiguration-r7-IEs,
3179 -- Container for adding non critical extensions after freezing REL-8 radioBearerReconfiguration-r7-add-ext BIT STRING OPTIONAL,
3180 nonCriticalExtensions SEQUENCE {} OPTIONAL
3181 },
3182 criticalExtensions SEQUENCE {}
3183 }
3184 }
3185 }
3186 }
3187 }
3188}
3189
3190RadioBearerReconfiguration-r3-IEs ::= SEQUENCE {
3191 -- User equipment IEs
3192 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3193 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3194 cipheringModeInfo CipheringModeInfo OPTIONAL,
3195 activationTime ActivationTime OPTIONAL,
3196 new-U-RNTI U-RNTI OPTIONAL,
3197 new-C-RNTI C-RNTI OPTIONAL,
3198 rrc-StateIndicator RRC-StateIndicator,
3199 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3200 -- Core network IEs
3201 cn-InformationInfo CN-InformationInfo OPTIONAL,
3202 -- UTRAN mobility IEs
3203 ura-Identity URA-Identity OPTIONAL,
3204 -- Radio bearer IEs
3205 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3206 -- NOTE: IE rb-InformationReconfigList should be optional in later versions
3207 -- of this message
3208 rb-InformationReconfigList RB-InformationReconfigList,
3209 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
3210 -- Transport channel IEs
3211 ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
3212 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
3213 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
3214 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
3215 -- they should not be sent and if received they should be ignored.
3216 dummy CHOICE {
3217 fdd SEQUENCE {
3218 dummy1 CPCH-SetID OPTIONAL,
3219 dummy2 DRAC-StaticInformationList OPTIONAL
3220 },
3221 tdd NULL
3222 } OPTIONAL,
3223 dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
3224 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
3225 dl-AddReconfTransChInfoList DL-AddReconfTransChInfo2List OPTIONAL,
3226 -- Physical channel IEs
3227 frequencyInfo FrequencyInfo OPTIONAL,
3228 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3229 ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
3230 modeSpecificPhysChInfo CHOICE {
3231 fdd SEQUENCE {
3232 -- dummy is not used in this version of specification, it should
3233 -- not be sent and if received it should be ignored.
3234 dummy DL-PDSCH-Information OPTIONAL
3235 },
3236 tdd NULL
3237 },
3238 dl-CommonInformation DL-CommonInformation OPTIONAL,
3239 -- NOTE: IE dl-InformationPerRL-List is optional in later versions
3240 -- of this message
3241 dl-InformationPerRL-List DL-InformationPerRL-List
3242}
3243
3244RadioBearerReconfiguration-v3a0ext ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07003245 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received the UE behaviour
Lev Walkin76289e12006-10-24 02:17:20 +00003246 -- is unspecified
3247 new-DSCH-RNTI DSCH-RNTI OPTIONAL
3248}
3249
3250RadioBearerReconfiguration-v4b0ext-IEs ::= SEQUENCE {
3251 -- Physical channel IEs
3252 -- dummy is not used in this version of the specification, it should
3253 -- not be sent and if received it should be ignored.
3254 dummy SSDT-UL OPTIONAL,
3255 -- The order of the RLs in IE cell-id-PerRL-List is the same as
3256 -- in IE DL-InformationPerRL-List included in this message
3257 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
3258}
3259
3260RadioBearerReconfiguration-v590ext-IEs ::= SEQUENCE {
3261 -- Physical channel IEs
3262 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
3263}
3264
3265RadioBearerReconfiguration-v5d0ext-IEs ::= SEQUENCE {
3266 --Radio Bearer IEs
3267 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL
3268}
3269
3270RadioBearerReconfiguration-r4-IEs ::= SEQUENCE {
3271 -- User equipment IEs
3272 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3273 cipheringModeInfo CipheringModeInfo OPTIONAL,
3274 activationTime ActivationTime OPTIONAL,
3275 new-U-RNTI U-RNTI OPTIONAL,
3276 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003277 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00003278 -- the UE behaviour is unspecified
3279 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3280 rrc-StateIndicator RRC-StateIndicator,
3281 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3282 -- Core network IEs
3283 cn-InformationInfo CN-InformationInfo OPTIONAL,
3284 -- UTRAN mobility IEs
3285 ura-Identity URA-Identity OPTIONAL,
3286 -- Radio bearer IEs
3287 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3288 rb-InformationReconfigList RB-InformationReconfigList-r4 OPTIONAL,
3289 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
3290 -- Transport channel IEs
3291 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3292 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
3293 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
3294 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
3295 -- they should not be sent and if received they should be ignored.
3296 dummy CHOICE {
3297 fdd SEQUENCE {
3298 dummy1 CPCH-SetID OPTIONAL,
3299 dummy2 DRAC-StaticInformationList OPTIONAL
3300 },
3301 tdd NULL
3302 } OPTIONAL,
3303 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3304 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
3305 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
3306 -- Physical channel IEs
3307 frequencyInfo FrequencyInfo OPTIONAL,
3308 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3309 ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
3310 modeSpecificPhysChInfo CHOICE {
3311 fdd SEQUENCE {
3312 -- dummy is not used in this version of specification, it should
3313 -- not be sent and if received it should be ignored.
3314 dummy DL-PDSCH-Information OPTIONAL
3315 },
3316 tdd NULL
3317 },
3318 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
3319 dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
3320}
3321
3322RadioBearerReconfiguration-r5-IEs ::= SEQUENCE {
3323 -- User equipment IEs
3324 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3325 cipheringModeInfo CipheringModeInfo OPTIONAL,
3326 activationTime ActivationTime OPTIONAL,
3327 new-U-RNTI U-RNTI OPTIONAL,
3328 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003329 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00003330 -- the UE behaviour is unspecified
3331 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3332 new-H-RNTI H-RNTI OPTIONAL,
3333 rrc-StateIndicator RRC-StateIndicator,
3334 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3335 -- Core network IEs
3336 cn-InformationInfo CN-InformationInfo OPTIONAL,
3337 -- UTRAN mobility IEs
3338 ura-Identity URA-Identity OPTIONAL,
3339 -- Specification mode information
3340 specificationMode CHOICE {
3341 complete SEQUENCE {
3342 -- Radio bearer IEs
3343 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3344 rb-InformationReconfigList RB-InformationReconfigList-r5 OPTIONAL,
3345 rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
3346 rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
3347 -- Transport channel IEs
3348 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3349 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
3350 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
3351 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the
3352 -- specification, they should not be sent and if received they should be ignored.
3353 dummy CHOICE {
3354 fdd SEQUENCE {
3355 dummy1 CPCH-SetID OPTIONAL,
3356 dummy2 DRAC-StaticInformationList OPTIONAL
3357 },
3358 tdd NULL
3359 } OPTIONAL,
3360 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3361 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
3362 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
3363 },
3364 preconfiguration SEQUENCE {
3365 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
3366 -- one for the FDD only elements and one for the TDD only elements, so that one
3367 -- FDD/TDD choice in this level is sufficient.
3368 preConfigMode CHOICE {
3369 predefinedConfigIdentity PredefinedConfigIdentity,
3370 defaultConfig SEQUENCE {
3371 defaultConfigMode DefaultConfigMode,
3372 defaultConfigIdentity DefaultConfigIdentity-r5
3373 }
3374 }
3375 }
3376 },
3377 -- Physical channel IEs
3378 frequencyInfo FrequencyInfo OPTIONAL,
3379 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3380 ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
3381 modeSpecificPhysChInfo CHOICE {
3382 fdd SEQUENCE {
3383 -- dummy is not used in this version of specification, it should
3384 -- not be sent and if received it should be ignored.
3385 dummy DL-PDSCH-Information OPTIONAL
3386 },
3387 tdd NULL
3388 },
3389 dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
3390 dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
3391 dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
3392}
3393
3394RadioBearerReconfiguration-r6-IEs ::= SEQUENCE {
3395 -- User equipment IEs
3396 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3397 cipheringModeInfo CipheringModeInfo OPTIONAL,
3398 activationTime ActivationTime OPTIONAL,
3399 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
3400 new-U-RNTI U-RNTI OPTIONAL,
3401 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003402 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00003403 -- and if received the UE behaviour is unspecified
3404 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3405 new-H-RNTI H-RNTI OPTIONAL,
3406 newPrimary-E-RNTI E-RNTI OPTIONAL,
3407 newSecondary-E-RNTI E-RNTI OPTIONAL,
3408 rrc-StateIndicator RRC-StateIndicator,
3409 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3410 -- Core network IEs
3411 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
3412 -- UTRAN mobility IEs
3413 ura-Identity URA-Identity OPTIONAL,
3414 -- Specification mode information
3415 specificationMode CHOICE {
3416 complete SEQUENCE {
3417 -- Radio bearer IEs
3418 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3419 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
3420 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
3421 rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
3422 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
3423 -- Transport channel IEs
3424 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3425 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
3426 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
3427 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3428 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
3429 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
3430 },
3431 preconfiguration SEQUENCE {
3432 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
3433 -- one for the FDD only elements and one for the TDD only elements, so that one
3434 -- FDD/TDD choice in this level is sufficient.
3435 preConfigMode CHOICE {
3436 predefinedConfigIdentity PredefinedConfigIdentity,
3437 defaultConfig SEQUENCE {
3438 defaultConfigMode DefaultConfigMode,
3439 defaultConfigIdentity DefaultConfigIdentity-r6
3440 }
3441 }
3442 }
3443 },
3444 -- Physical channel IEs
3445 frequencyInfo FrequencyInfo OPTIONAL,
3446 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3447 ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
3448 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
3449 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
3450 dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
3451 dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
3452 -- MBMS IEs
3453 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
3454}
3455
3456RadioBearerReconfiguration-v690ext-IEs ::= SEQUENCE {
3457 -- User Equipment IEs
3458 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
3459 -- Core network IEs
3460 primary-plmn-Identity PLMN-Identity OPTIONAL,
3461 -- Physical channel IEs
3462 -- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
3463 -- If included in the r3 or r4 version of the message, the UE should ignore the IE
3464 harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
3465 beaconPLEst BEACON-PL-Est OPTIONAL,
3466 postVerificationPeriod ENUMERATED { true } OPTIONAL,
3467 dhs-sync DHS-Sync OPTIONAL,
3468 timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
3469 -- MBMS IEs
3470 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
3471}
3472
3473RadioBearerReconfiguration-r7-IEs ::= SEQUENCE {
3474 -- User equipment IEs
3475 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3476 cipheringModeInfo CipheringModeInfo OPTIONAL,
3477 activationTime ActivationTime OPTIONAL,
3478 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
3479 new-U-RNTI U-RNTI OPTIONAL,
3480 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003481 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00003482 -- and if received the UE behaviour is unspecified
3483 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3484 new-H-RNTI H-RNTI OPTIONAL,
3485 newPrimary-E-RNTI E-RNTI OPTIONAL,
3486 newSecondary-E-RNTI E-RNTI OPTIONAL,
3487 rrc-StateIndicator RRC-StateIndicator,
3488 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3489 -- Core network IEs
3490 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
3491 -- UTRAN mobility IEs
3492 ura-Identity URA-Identity OPTIONAL,
3493 -- Specification mode information
3494 specificationMode CHOICE {
3495 complete SEQUENCE {
3496 -- Radio bearer IEs
3497 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3498 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
3499 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
3500 rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
3501 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
3502 -- Transport channel IEs
3503 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3504 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
3505 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
3506 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3507 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
3508 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
3509 },
3510 preconfiguration SEQUENCE {
3511 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
3512 -- one for the FDD only elements and one for the TDD only elements, so that one
3513 -- FDD/TDD choice in this level is sufficient.
3514 preConfigMode CHOICE {
3515 predefinedConfigIdentity PredefinedConfigIdentity,
3516 defaultConfig SEQUENCE {
3517 defaultConfigMode DefaultConfigMode,
3518 defaultConfigIdentity DefaultConfigIdentity-r6
3519 }
3520 }
3521 }
3522 },
3523 -- Physical channel IEs
3524 frequencyInfo FrequencyInfo OPTIONAL,
3525 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3526 ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
3527 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
3528 dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
3529 dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
3530 dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
3531 -- MBMS IEs
3532 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
3533}
3534
3535-- ***************************************************
3536--
3537-- RADIO BEARER RECONFIGURATION COMPLETE
3538--
3539-- ***************************************************
3540
3541RadioBearerReconfigurationComplete ::= SEQUENCE {
3542 -- User equipment IEs
3543 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3544 ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
3545 -- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
3546 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
3547 -- Radio bearer IEs
3548 count-C-ActivationTime ActivationTime OPTIONAL,
3549 -- dummy is not used in this version of the specification and
3550 -- it should be ignored by the receiver.
3551 dummy RB-ActivationTimeInfoList OPTIONAL,
3552 ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
3553 laterNonCriticalExtensions SEQUENCE {
3554 -- Container for additional R99 extensions
3555 radioBearerReconfigurationComplete-r3-add-ext BIT STRING OPTIONAL,
3556 v7xyNonCriticalExtensions SEQUENCE {
3557 radioBearerReconfigurationComplete-v7xyext
3558 RadioBearerReconfigurationComplete-v7xyext-IEs,
3559 nonCriticalExtensions SEQUENCE {} OPTIONAL
3560 } OPTIONAL
3561 } OPTIONAL
3562}
3563
3564RadioBearerReconfigurationComplete-v7xyext-IEs ::= SEQUENCE {
3565 ext-ul-TimingAdvance EXT-UL-TimingAdvance OPTIONAL
3566}
3567
3568-- ***************************************************
3569--
3570-- RADIO BEARER RECONFIGURATION FAILURE
3571--
3572-- ***************************************************
3573
3574RadioBearerReconfigurationFailure ::= SEQUENCE {
3575 -- User equipment IEs
3576 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3577 failureCause FailureCauseWithProtErr,
3578 -- Radio bearer IEs
3579 potentiallySuccesfulBearerList RB-IdentityList OPTIONAL,
3580 laterNonCriticalExtensions SEQUENCE {
3581 -- Container for additional R99 extensions
3582 radioBearerReconfigurationFailure-r3-add-ext BIT STRING OPTIONAL,
3583 nonCriticalExtensions SEQUENCE {} OPTIONAL
3584 } OPTIONAL
3585}
3586
3587-- ***************************************************
3588--
3589-- RADIO BEARER RELEASE
3590--
3591-- ***************************************************
3592
3593RadioBearerRelease ::= CHOICE {
3594 r3 SEQUENCE {
3595 radioBearerRelease-r3 RadioBearerRelease-r3-IEs,
3596 v3a0NonCriticalExtensions SEQUENCE {
3597 radioBearerRelease-v3a0ext RadioBearerRelease-v3a0ext,
3598 laterNonCriticalExtensions SEQUENCE {
3599 -- Container for additional R99 extensions
3600 radioBearerRelease-r3-add-ext BIT STRING OPTIONAL,
3601 v4b0NonCriticalExtensions SEQUENCE {
3602 radioBearerRelease-v4b0ext RadioBearerRelease-v4b0ext-IEs,
3603 v590NonCriticalExtensions SEQUENCE {
3604 radioBearerRelease-v590ext RadioBearerRelease-v590ext-IEs,
3605 v690NonCriticalExtensions SEQUENCE {
3606 radioBearerRelease-v690ext RadioBearerRelease-v690ext-IEs,
3607 nonCriticalExtensions SEQUENCE {} OPTIONAL
3608 } OPTIONAL
3609 } OPTIONAL
3610 } OPTIONAL
3611 } OPTIONAL
3612 } OPTIONAL
3613 },
3614 later-than-r3 SEQUENCE {
3615 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3616 criticalExtensions CHOICE {
3617 r4 SEQUENCE {
3618 radioBearerRelease-r4 RadioBearerRelease-r4-IEs,
3619 v4d0NonCriticalExtensions SEQUENCE {
3620 -- Container for adding non critical extensions after freezing REL-5
3621 radioBearerRelease-r4-add-ext BIT STRING OPTIONAL,
3622 v590NonCriticalExtensions SEQUENCE {
3623 radioBearerRelease-v590ext RadioBearerRelease-v590ext-IEs,
3624 v690NonCriticalExtensions SEQUENCE {
3625 radioBearerRelease-v690ext RadioBearerRelease-v690ext-IEs,
3626 nonCriticalExtensions SEQUENCE {} OPTIONAL
3627 } OPTIONAL
3628 } OPTIONAL
3629 } OPTIONAL
3630 },
3631 criticalExtensions CHOICE {
3632 r5 SEQUENCE {
3633 radioBearerRelease-r5 RadioBearerRelease-r5-IEs,
3634 -- Container for adding non critical extensions after freezing REL-6
3635 radioBearerRelease-r5-add-ext BIT STRING OPTIONAL,
3636 v690NonCriticalExtensions SEQUENCE {
3637 radioBearerRelease-v690ext RadioBearerRelease-v690ext-IEs,
3638 nonCriticalExtensions SEQUENCE {} OPTIONAL
3639 } OPTIONAL
3640 },
3641 criticalExtensions CHOICE {
3642 r6 SEQUENCE {
3643 radioBearerRelease-r6 RadioBearerRelease-r6-IEs,
3644 -- Container for adding non critical extensions after freezing REL-7
3645 radioBearerRelease-r6-add-ext BIT STRING OPTIONAL,
3646 nonCriticalExtensions SEQUENCE {} OPTIONAL
3647 },
3648 criticalExtensions CHOICE {
3649 r7 SEQUENCE {
3650 radioBearerRelease-r7 RadioBearerRelease-r7-IEs,
3651 -- Container for adding non critical extensions after freezing REL-8
3652 radioBearerRelease-r7-add-ext BIT STRING OPTIONAL,
3653 nonCriticalExtensions SEQUENCE {} OPTIONAL
3654 },
3655 criticalExtensions SEQUENCE {}
3656 }
3657 }
3658 }
3659 }
3660 }
3661}
3662
3663RadioBearerRelease-r3-IEs ::= SEQUENCE {
3664 -- User equipment IEs
3665 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3666 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3667 cipheringModeInfo CipheringModeInfo OPTIONAL,
3668 activationTime ActivationTime OPTIONAL,
3669 new-U-RNTI U-RNTI OPTIONAL,
3670 new-C-RNTI C-RNTI OPTIONAL,
3671 rrc-StateIndicator RRC-StateIndicator,
3672 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3673 -- Core network IEs
3674 cn-InformationInfo CN-InformationInfo OPTIONAL,
3675 signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
3676 -- UTRAN mobility IEs
3677 ura-Identity URA-Identity OPTIONAL,
3678 -- Radio bearer IEs
3679 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3680 rb-InformationReleaseList RB-InformationReleaseList,
3681 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
3682 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
3683 -- Transport channel IEs
3684 ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
3685 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
3686 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
3687 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
3688 -- they should not be sent and if received they should be ignored.
3689 dummy CHOICE {
3690 fdd SEQUENCE {
3691 dummy1 CPCH-SetID OPTIONAL,
3692 dummy2 DRAC-StaticInformationList OPTIONAL
3693 },
3694 tdd NULL
3695 } OPTIONAL,
3696 dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
3697 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
3698 dl-AddReconfTransChInfoList DL-AddReconfTransChInfo2List OPTIONAL,
3699 -- Physical channel IEs
3700 frequencyInfo FrequencyInfo OPTIONAL,
3701 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3702 ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
3703 modeSpecificPhysChInfo CHOICE {
3704 fdd SEQUENCE {
3705 -- dummy is not used in this version of specification, it should
3706 -- not be sent and if received it should be ignored.
3707 dummy DL-PDSCH-Information OPTIONAL
3708 },
3709 tdd NULL
3710 },
3711 dl-CommonInformation DL-CommonInformation OPTIONAL,
3712 dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
3713}
3714
3715RadioBearerRelease-v3a0ext ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07003716 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received the UE behaviour
Lev Walkin76289e12006-10-24 02:17:20 +00003717 -- is unspecified
3718 new-DSCH-RNTI DSCH-RNTI OPTIONAL
3719}
3720
3721RadioBearerRelease-v4b0ext-IEs ::= SEQUENCE {
3722 -- Physical channel IEs
3723 -- dummy is not used in this version of the specification, it should
3724 -- not be sent and if received it should be ignored.
3725 dummy SSDT-UL OPTIONAL,
3726 -- The order of the RLs in IE cell-id-PerRL-List is the same as
3727 -- in IE DL-InformationPerRL-List included in this message
3728 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
3729}
3730
3731RadioBearerRelease-v590ext-IEs ::= SEQUENCE {
3732 -- Physical channel IEs
3733 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
3734}
3735
3736RadioBearerRelease-r4-IEs ::= SEQUENCE {
3737 -- User equipment IEs
3738 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3739 cipheringModeInfo CipheringModeInfo OPTIONAL,
3740 activationTime ActivationTime OPTIONAL,
3741 new-U-RNTI U-RNTI OPTIONAL,
3742 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003743 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00003744 -- the UE behaviour is unspecified
3745 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3746 rrc-StateIndicator RRC-StateIndicator,
3747 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3748 -- Core network IEs
3749 cn-InformationInfo CN-InformationInfo OPTIONAL,
3750 signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
3751 -- UTRAN mobility IEs
3752 ura-Identity URA-Identity OPTIONAL,
3753 -- Radio bearer IEs
3754 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3755 rb-InformationReleaseList RB-InformationReleaseList,
3756 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
3757 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
3758 -- Transport channel IEs
3759 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3760 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
3761 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
3762 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
3763 -- they should not be sent and if received they should be ignored.
3764 dummy CHOICE {
3765 fdd SEQUENCE {
3766 dummy1 CPCH-SetID OPTIONAL,
3767 dummy2 DRAC-StaticInformationList OPTIONAL
3768 },
3769 tdd NULL
3770 } OPTIONAL,
3771 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3772 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
3773 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
3774 -- Physical channel IEs
3775 frequencyInfo FrequencyInfo OPTIONAL,
3776 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3777 ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
3778 modeSpecificPhysChInfo CHOICE {
3779 fdd SEQUENCE {
3780 -- dummy is not used in this version of specification, it should
3781 -- not be sent and if received it should be ignored.
3782 dummy DL-PDSCH-Information OPTIONAL
3783 },
3784 tdd NULL
3785 },
3786 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
3787 dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
3788}
3789
3790RadioBearerRelease-r5-IEs ::= SEQUENCE {
3791 -- User equipment IEs
3792 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3793 cipheringModeInfo CipheringModeInfo OPTIONAL,
3794 activationTime ActivationTime OPTIONAL,
3795 new-U-RNTI U-RNTI OPTIONAL,
3796 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003797 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00003798 -- and if received the UE behaviour is unspecified
3799 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3800 new-H-RNTI H-RNTI OPTIONAL,
3801 rrc-StateIndicator RRC-StateIndicator,
3802 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3803 -- Core network IEs
3804 cn-InformationInfo CN-InformationInfo OPTIONAL,
3805 signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
3806 -- UTRAN mobility IEs
3807 ura-Identity URA-Identity OPTIONAL,
3808 -- Radio bearer IEs
3809 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3810 rb-InformationReleaseList RB-InformationReleaseList,
3811 rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
3812 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
3813 -- Transport channel IEs
3814 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3815 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
3816 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
3817 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
3818 -- they should not be sent and if received they should be ignored.
3819 dummy CHOICE {
3820 fdd SEQUENCE {
3821 dummy1 CPCH-SetID OPTIONAL,
3822 dummy2 DRAC-StaticInformationList OPTIONAL
3823 },
3824 tdd NULL
3825 } OPTIONAL,
3826 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3827 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
3828 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
3829 -- Physical channel IEs
3830 frequencyInfo FrequencyInfo OPTIONAL,
3831 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3832 ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
3833 modeSpecificPhysChInfo CHOICE {
3834 fdd SEQUENCE {
3835 -- dummy is not used in this version of specification, it should
3836 -- not be sent and if received it should be ignored.
3837 dummy DL-PDSCH-Information OPTIONAL
3838 },
3839 tdd NULL
3840 },
3841 dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
3842 dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
3843 dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
3844}
3845
3846RadioBearerRelease-v690ext-IEs ::= SEQUENCE {
3847 -- Core network IEs
3848 primary-plmn-Identity PLMN-Identity OPTIONAL,
3849 -- Physical channel IEs
3850 -- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
3851 -- If included in the r3 or r4 version of the message, the UE should ignore the IE
3852 harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
3853 beaconPLEst BEACON-PL-Est OPTIONAL,
3854 postVerificationPeriod ENUMERATED { true } OPTIONAL,
3855 dhs-sync DHS-Sync OPTIONAL,
3856 timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
3857 -- MBMS IEs
3858 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
3859 mbms-RB-ListReleasedToChangeTransferMode
3860 RB-InformationReleaseList OPTIONAL
3861}
3862
3863RadioBearerRelease-r6-IEs ::= SEQUENCE {
3864 -- User equipment IEs
3865 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3866 cipheringModeInfo CipheringModeInfo OPTIONAL,
3867 activationTime ActivationTime OPTIONAL,
3868 new-U-RNTI U-RNTI OPTIONAL,
3869 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003870 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00003871 -- and if received the UE behaviour is unspecified
3872 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3873 new-H-RNTI H-RNTI OPTIONAL,
3874 newPrimary-E-RNTI E-RNTI OPTIONAL,
3875 newSecondary-E-RNTI E-RNTI OPTIONAL,
3876 rrc-StateIndicator RRC-StateIndicator,
3877 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3878 -- Core network IEs
3879 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
3880 signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
3881 -- UTRAN mobility IEs
3882 ura-Identity URA-Identity OPTIONAL,
3883 -- Radio bearer IEs
3884 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3885 rb-InformationReleaseList RB-InformationReleaseList,
3886 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
3887 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
3888 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
3889 -- Transport channel IEs
3890 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3891 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
3892 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
3893 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3894 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
3895 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
3896 -- Physical channel IEs
3897 frequencyInfo FrequencyInfo OPTIONAL,
3898 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3899 ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
3900 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
3901 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
3902 dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
3903 dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
3904 -- MBMS IEs
3905 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
3906 mbms-RB-ListReleasedToChangeTransferMode
3907 RB-InformationReleaseList OPTIONAL
3908}
3909
3910RadioBearerRelease-r7-IEs ::= SEQUENCE {
3911 -- User equipment IEs
3912 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
3913 cipheringModeInfo CipheringModeInfo OPTIONAL,
3914 activationTime ActivationTime OPTIONAL,
3915 new-U-RNTI U-RNTI OPTIONAL,
3916 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07003917 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00003918 -- and if received the UE behaviour is unspecified
3919 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
3920 new-H-RNTI H-RNTI OPTIONAL,
3921 newPrimary-E-RNTI E-RNTI OPTIONAL,
3922 newSecondary-E-RNTI E-RNTI OPTIONAL,
3923 rrc-StateIndicator RRC-StateIndicator,
3924 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
3925 -- Core network IEs
3926 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
3927 signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
3928 -- UTRAN mobility IEs
3929 ura-Identity URA-Identity OPTIONAL,
3930 -- Radio bearer IEs
3931 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
3932 rb-InformationReleaseList RB-InformationReleaseList,
3933 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
3934 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
3935 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
3936 -- Transport channel IEs
3937 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
3938 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
3939 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
3940 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
3941 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
3942 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
3943 -- Physical channel IEs
3944 frequencyInfo FrequencyInfo OPTIONAL,
3945 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
3946 ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
3947 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
3948 dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
3949 dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
3950 dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
3951 -- MBMS IEs
3952 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
3953 mbms-RB-ListReleasedToChangeTransferMode
3954 RB-InformationReleaseList OPTIONAL
3955}
3956
3957-- ***************************************************
3958--
3959-- RADIO BEARER RELEASE COMPLETE
3960--
3961-- ***************************************************
3962
3963RadioBearerReleaseComplete ::= SEQUENCE {
3964 -- User equipment IEs
3965 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3966 ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
3967 -- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
3968 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
3969 -- Radio bearer IEs
3970 count-C-ActivationTime ActivationTime OPTIONAL,
3971 -- dummy is not used in this version of the specification and
3972 -- it should be ignored by the receiver.
3973 dummy RB-ActivationTimeInfoList OPTIONAL,
3974 ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
3975 laterNonCriticalExtensions SEQUENCE {
3976 -- Container for additional R99 extensions
3977 radioBearerReleaseComplete-r3-add-ext BIT STRING OPTIONAL,
3978 v7xyNonCriticalExtensions SEQUENCE {
3979 radioBearerReleaseComplete-v7xyext
3980 RadioBearerReleaseComplete-v7xyext-IEs,
3981 nonCriticalExtensions SEQUENCE {} OPTIONAL
3982 } OPTIONAL
3983 } OPTIONAL
3984}
3985
3986RadioBearerReleaseComplete-v7xyext-IEs ::= SEQUENCE {
3987 ext-ul-TimingAdvance EXT-UL-TimingAdvance OPTIONAL
3988}
3989
3990-- ***************************************************
3991--
3992-- RADIO BEARER RELEASE FAILURE
3993--
3994-- ***************************************************
3995
3996RadioBearerReleaseFailure ::= SEQUENCE {
3997 -- User equipment IEs
3998 rrc-TransactionIdentifier RRC-TransactionIdentifier,
3999 failureCause FailureCauseWithProtErr,
4000 -- Radio bearer IEs
4001 potentiallySuccesfulBearerList RB-IdentityList OPTIONAL,
4002 laterNonCriticalExtensions SEQUENCE {
4003 -- Container for additional R99 extensions
4004 radioBearerReleaseFailure-r3-add-ext BIT STRING OPTIONAL,
4005 nonCriticalExtensions SEQUENCE {} OPTIONAL
4006 } OPTIONAL
4007}
4008
4009-- ***************************************************
4010--
4011-- RADIO BEARER SETUP
4012--
4013-- ***************************************************
4014
4015RadioBearerSetup ::= CHOICE {
4016 r3 SEQUENCE {
4017 radioBearerSetup-r3 RadioBearerSetup-r3-IEs,
4018 v3a0NonCriticalExtensions SEQUENCE {
4019 radioBearerSetup-v3a0ext RadioBearerSetup-v3a0ext,
4020 laterNonCriticalExtensions SEQUENCE {
4021 -- Container for additional R99 extensions
4022 radioBearerSetup-r3-add-ext BIT STRING OPTIONAL,
4023 v4b0NonCriticalExtensions SEQUENCE {
4024 radioBearerSetup-v4b0ext RadioBearerSetup-v4b0ext-IEs,
4025 v590NonCriticalExtensions SEQUENCE {
4026 radioBearerSetup-v590ext RadioBearerSetup-v590ext-IEs,
4027 v5d0NonCriticalExtenstions SEQUENCE {
4028 radioBearerSetup-v5d0ext RadioBearerSetup-v5d0ext-IEs,
4029 v690NonCriticalExtensions SEQUENCE {
4030 radioBearerSetup-v690ext RadioBearerSetup-v690ext-IEs,
4031 nonCriticalExtensions SEQUENCE {} OPTIONAL
4032 } OPTIONAL
4033 } OPTIONAL
4034 } OPTIONAL
4035 } OPTIONAL
4036 } OPTIONAL
4037 } OPTIONAL
4038 },
4039 later-than-r3 SEQUENCE {
4040 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4041 criticalExtensions CHOICE {
4042 r4 SEQUENCE {
4043 radioBearerSetup-r4 RadioBearerSetup-r4-IEs,
4044 v4d0NonCriticalExtensions SEQUENCE {
4045 -- Container for adding non critical extensions after freezing REL-5
4046 radioBearerSetup-r4-add-ext BIT STRING OPTIONAL,
4047 v590NonCriticalExtensions SEQUENCE {
4048 radioBearerSetup-v590ext RadioBearerSetup-v590ext-IEs,
4049 v5d0NonCriticalExtenstions SEQUENCE {
4050 radioBearerSetup-v5d0ext RadioBearerSetup-v5d0ext-IEs,
4051 v690NonCriticalExtensions SEQUENCE {
4052 radioBearerSetup-v690ext RadioBearerSetup-v690ext-IEs,
4053 nonCriticalExtensions SEQUENCE {} OPTIONAL
4054 } OPTIONAL
4055 } OPTIONAL
4056 } OPTIONAL
4057 } OPTIONAL
4058 },
4059 criticalExtensions CHOICE {
4060 r5 SEQUENCE {
4061 radioBearerSetup-r5 RadioBearerSetup-r5-IEs,
4062 -- Container for adding non critical extensions after freezing REL-6
4063 radioBearerSetup-r5-add-ext BIT STRING OPTIONAL,
4064 v5d0NonCriticalExtenstions SEQUENCE {
4065 radioBearerSetup-v5d0ext RadioBearerSetup-v5d0ext-IEs,
4066 v690NonCriticalExtensions SEQUENCE {
4067 radioBearerSetup-v690ext RadioBearerSetup-v690ext-IEs,
4068 nonCriticalExtensions SEQUENCE {} OPTIONAL
4069 } OPTIONAL
4070 } OPTIONAL
4071 },
4072 criticalExtensions CHOICE {
4073 r6 SEQUENCE {
4074 radioBearerSetup-r6 RadioBearerSetup-r6-IEs,
4075 -- Container for adding non critical extensions after freezing REL-7
4076 radioBearerSetup-r6-add-ext BIT STRING OPTIONAL,
4077 nonCriticalExtensions SEQUENCE {} OPTIONAL
4078 },
4079 criticalExtensions CHOICE {
4080 r7 SEQUENCE {
4081 radioBearerSetup-r7 RadioBearerSetup-r7-IEs,
4082 -- Container for adding non critical extensions after freezing REL-8
4083 radioBearerSetup-r7-add-ext BIT STRING OPTIONAL,
4084 nonCriticalExtensions SEQUENCE {} OPTIONAL
4085 },
4086 criticalExtensions SEQUENCE {}
4087 }
4088 }
4089 }
4090 }
4091 }
4092}
4093
4094RadioBearerSetup-r3-IEs ::= SEQUENCE {
4095 -- User equipment IEs
4096 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4097 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
4098 cipheringModeInfo CipheringModeInfo OPTIONAL,
4099 activationTime ActivationTime OPTIONAL,
4100 new-U-RNTI U-RNTI OPTIONAL,
4101 new-C-RNTI C-RNTI OPTIONAL,
4102 rrc-StateIndicator RRC-StateIndicator,
4103 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
4104 -- UTRAN mobility IEs
4105 ura-Identity URA-Identity OPTIONAL,
4106 -- Core network IEs
4107 cn-InformationInfo CN-InformationInfo OPTIONAL,
4108 -- Radio bearer IEs
4109 srb-InformationSetupList SRB-InformationSetupList OPTIONAL,
4110 rab-InformationSetupList RAB-InformationSetupList OPTIONAL,
4111 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
4112 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
4113 -- Transport channel IEs
4114 ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
4115 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
4116 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
4117 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
4118 -- they should not be sent and if received they should be ignored.
4119 dummy CHOICE {
4120 fdd SEQUENCE {
4121 dummy1 CPCH-SetID OPTIONAL,
4122 dummy2 DRAC-StaticInformationList OPTIONAL
4123 },
4124 tdd NULL
4125 } OPTIONAL,
4126 dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
4127 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
4128 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
4129 -- Physical channel IEs
4130 frequencyInfo FrequencyInfo OPTIONAL,
4131 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4132 ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
4133 modeSpecificPhysChInfo CHOICE {
4134 fdd SEQUENCE {
4135 -- dummy is not used in this version of specification, it should
4136 -- not be sent and if received it should be ignored.
4137 dummy DL-PDSCH-Information OPTIONAL
4138 },
4139 tdd NULL
4140 },
4141 dl-CommonInformation DL-CommonInformation OPTIONAL,
4142 dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
4143}
4144
4145RadioBearerSetup-v3a0ext ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07004146 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received the UE behaviour
Lev Walkin76289e12006-10-24 02:17:20 +00004147 -- is unspecified
4148 new-DSCH-RNTI DSCH-RNTI OPTIONAL
4149}
4150
4151RadioBearerSetup-v4b0ext-IEs ::= SEQUENCE {
4152 -- Physical channel IEs
4153 -- dummy is not used in this version of the specification, it should
4154 -- not be sent and if received it should be ignored.
4155 dummy SSDT-UL OPTIONAL,
4156 -- The order of the RLs in IE cell-id-PerRL-List is the same as
4157 -- in IE DL-InformationPerRL-List included in this message
4158 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
4159}
4160
4161RadioBearerSetup-v590ext-IEs ::= SEQUENCE {
4162 -- Physical channel IEs
4163 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
4164}
4165
4166RadioBearerSetup-v5d0ext-IEs ::= SEQUENCE {
4167 --Radio Bearer IEs
4168 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL
4169}
4170
4171RadioBearerSetup-r4-IEs ::= SEQUENCE {
4172 -- User equipment IEs
4173 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
4174 cipheringModeInfo CipheringModeInfo OPTIONAL,
4175 activationTime ActivationTime OPTIONAL,
4176 new-U-RNTI U-RNTI OPTIONAL,
4177 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07004178 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00004179 -- the UE behaviour is unspecified
4180 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
4181 rrc-StateIndicator RRC-StateIndicator,
4182 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
4183 -- UTRAN mobility IEs
4184 ura-Identity URA-Identity OPTIONAL,
4185 -- Core network IEs
4186 cn-InformationInfo CN-InformationInfo OPTIONAL,
4187 -- Radio bearer IEs
4188 srb-InformationSetupList SRB-InformationSetupList OPTIONAL,
4189 rab-InformationSetupList RAB-InformationSetupList-r4 OPTIONAL,
4190 rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
4191 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
4192 -- Transport channel IEs
4193 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4194 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
4195 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
4196 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
4197 -- they should not be sent and if received they should be ignored.
4198 dummy CHOICE {
4199 fdd SEQUENCE {
4200 dummy1 CPCH-SetID OPTIONAL,
4201 dummy2 DRAC-StaticInformationList OPTIONAL
4202 },
4203 tdd NULL
4204 } OPTIONAL,
4205 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4206 dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
4207 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
4208 -- Physical channel IEs
4209 frequencyInfo FrequencyInfo OPTIONAL,
4210 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4211 ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
4212 modeSpecificPhysChInfo CHOICE {
4213 fdd SEQUENCE {
4214 -- dummy is not used in this version of specification, it should
4215 -- not be sent and if received it should be ignored.
4216 dummy DL-PDSCH-Information OPTIONAL
4217 },
4218 tdd NULL
4219 },
4220 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
4221 dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
4222}
4223
4224RadioBearerSetup-r5-IEs ::= SEQUENCE {
4225 -- User equipment IEs
4226 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
4227 cipheringModeInfo CipheringModeInfo OPTIONAL,
4228 activationTime ActivationTime OPTIONAL,
4229 new-U-RNTI U-RNTI OPTIONAL,
4230 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07004231 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00004232 -- the UE behaviour is unspecified
4233 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
4234 new-H-RNTI H-RNTI OPTIONAL,
4235 rrc-StateIndicator RRC-StateIndicator,
4236 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
4237 -- UTRAN mobility IEs
4238 ura-Identity URA-Identity OPTIONAL,
4239 -- Core network IEs
4240 cn-InformationInfo CN-InformationInfo OPTIONAL,
4241 -- Radio bearer IEs
4242 srb-InformationSetupList SRB-InformationSetupList-r5 OPTIONAL,
4243 rab-InformationSetupList RAB-InformationSetupList-r5 OPTIONAL,
4244 rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
4245 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
4246 -- Transport channel IEs
4247 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4248 ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
4249 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
4250 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
4251 -- they should not be sent and if received they should be ignored.
4252 dummy CHOICE {
4253 fdd SEQUENCE {
4254 dummy1 CPCH-SetID OPTIONAL,
4255 dummy2 DRAC-StaticInformationList OPTIONAL
4256 },
4257 tdd NULL
4258 } OPTIONAL,
4259 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4260 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
4261 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
4262 -- Physical channel IEs
4263 frequencyInfo FrequencyInfo OPTIONAL,
4264 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4265 ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
4266 modeSpecificPhysChInfo CHOICE {
4267 fdd SEQUENCE {
4268 -- dummy is not used in this version of specification, it should
4269 -- not be sent and if received it should be ignored.
4270 dummy DL-PDSCH-Information OPTIONAL
4271 },
4272 tdd NULL
4273 },
4274 dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
4275 dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
4276 dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
4277}
4278
4279RadioBearerSetup-v690ext-IEs ::= SEQUENCE {
4280 -- Core network IEs
4281 primary-plmn-Identity PLMN-Identity OPTIONAL,
4282 -- Physical channel IEs
4283 -- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
4284 -- If included in the r3 or r4 version of the message, the UE should ignore the IE
4285 harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
4286 beaconPLEst BEACON-PL-Est OPTIONAL,
4287 postVerificationPeriod ENUMERATED { true } OPTIONAL,
4288 dhs-sync DHS-Sync OPTIONAL,
4289 timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
4290 -- Radio bearer IEs
4291 rab-InformationSetupList RAB-InformationSetupList-r6-ext OPTIONAL,
4292 -- MBMS IEs
4293 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
4294}
4295
4296RadioBearerSetup-r6-IEs ::= SEQUENCE {
4297 -- User equipment IEs
4298 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
4299 cipheringModeInfo CipheringModeInfo OPTIONAL,
4300 activationTime ActivationTime OPTIONAL,
4301 new-U-RNTI U-RNTI OPTIONAL,
4302 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07004303 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00004304 -- and if received the UE behaviour is unspecified
4305 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
4306 new-H-RNTI H-RNTI OPTIONAL,
4307 newPrimary-E-RNTI E-RNTI OPTIONAL,
4308 newSecondary-E-RNTI E-RNTI OPTIONAL,
4309 rrc-StateIndicator RRC-StateIndicator,
4310 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
4311 -- UTRAN mobility IEs
4312 ura-Identity URA-Identity OPTIONAL,
4313 -- Core network IEs
4314 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
4315 specificationMode CHOICE {
4316 complete SEQUENCE {
4317 -- Radio bearer IEs
4318 srb-InformationSetupList SRB-InformationSetupList-r6 OPTIONAL,
4319 rab-InformationSetupList RAB-InformationSetupList-r6 OPTIONAL,
4320 rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
4321 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
4322 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
4323 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
4324 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
4325 -- Transport channel IEs
4326 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4327 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
4328 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
4329 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4330 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
4331 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
4332 },
4333 preconfiguration SEQUENCE {
4334 rab-Info RAB-Info-r6,
4335 defaultConfigMode DefaultConfigMode,
4336 defaultConfigIdentity DefaultConfigIdentity-r6,
4337 rb-InformationChangedList RB-InformationChangedList-r6 OPTIONAL,
4338 powerOffsetInfoShort PowerOffsetInfoShort
4339 }
4340 },
4341 -- Physical channel IEs
4342 frequencyInfo FrequencyInfo OPTIONAL,
4343 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4344 ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
4345 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
4346 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
4347 dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
4348 dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
4349 -- MBMS IEs
4350 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
4351}
4352
4353RadioBearerSetup-r7-IEs ::= SEQUENCE {
4354 -- User equipment IEs
4355 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
4356 cipheringModeInfo CipheringModeInfo OPTIONAL,
4357 activationTime ActivationTime OPTIONAL,
4358 new-U-RNTI U-RNTI OPTIONAL,
4359 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07004360 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00004361 -- and if received the UE behaviour is unspecified
4362 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
4363 new-H-RNTI H-RNTI OPTIONAL,
4364 newPrimary-E-RNTI E-RNTI OPTIONAL,
4365 newSecondary-E-RNTI E-RNTI OPTIONAL,
4366 rrc-StateIndicator RRC-StateIndicator,
4367 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
4368 -- UTRAN mobility IEs
4369 ura-Identity URA-Identity OPTIONAL,
4370 -- Core network IEs
4371 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
4372 specificationMode CHOICE {
4373 complete SEQUENCE {
4374 -- Radio bearer IEs
4375 srb-InformationSetupList SRB-InformationSetupList-r6 OPTIONAL,
4376 rab-InformationSetupList RAB-InformationSetupList-r6 OPTIONAL,
4377 rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
4378 rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
4379 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
4380 pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
4381 -- Transport channel IEs
4382 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4383 ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
4384 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
4385 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4386 dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
4387 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
4388 },
4389 preconfiguration SEQUENCE {
4390 rab-Info RAB-Info-r6,
4391 defaultConfigMode DefaultConfigMode,
4392 defaultConfigIdentity DefaultConfigIdentity-r6,
4393 rb-InformationChangedList RB-InformationChangedList-r6 OPTIONAL,
4394 powerOffsetInfoShort PowerOffsetInfoShort
4395 }
4396 },
4397 -- Physical channel IEs
4398 frequencyInfo FrequencyInfo OPTIONAL,
4399 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4400 ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
4401 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
4402 dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
4403 dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
4404 dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
4405 -- MBMS IEs
4406 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
4407}
4408
4409-- ***************************************************
4410--
4411-- RADIO BEARER SETUP COMPLETE
4412--
4413-- ***************************************************
4414
4415RadioBearerSetupComplete ::= SEQUENCE {
4416 -- User equipment IEs
4417 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4418 ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
4419 -- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
4420 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
4421 start-Value START-Value OPTIONAL,
4422 -- Radio bearer IEs
4423 count-C-ActivationTime ActivationTime OPTIONAL,
4424 -- dummy is not used in this version of the specification and
4425 -- it should be ignored by the receiver.
4426 dummy RB-ActivationTimeInfoList OPTIONAL,
4427 ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
4428 laterNonCriticalExtensions SEQUENCE {
4429 -- Container for additional R99 extensions
4430 radioBearerSetupComplete-r3-add-ext BIT STRING OPTIONAL,
4431 v7xyNonCriticalExtensions SEQUENCE {
4432 radioBearerSetupComplete-v7xyext
4433 RadioBearerSetupComplete-v7xyext-IEs,
4434 nonCriticalExtensions SEQUENCE {} OPTIONAL
4435 } OPTIONAL
4436 } OPTIONAL
4437}
4438
4439RadioBearerSetupComplete-v7xyext-IEs ::= SEQUENCE {
4440 ext-ul-TimingAdvance EXT-UL-TimingAdvance OPTIONAL
4441}
4442
4443-- ***************************************************
4444--
4445-- RADIO BEARER SETUP FAILURE
4446--
4447-- ***************************************************
4448
4449RadioBearerSetupFailure ::= SEQUENCE {
4450 -- User equipment IEs
4451 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4452 failureCause FailureCauseWithProtErr,
4453 -- Radio bearer IEs
4454 potentiallySuccesfulBearerList RB-IdentityList OPTIONAL,
4455 laterNonCriticalExtensions SEQUENCE {
4456 -- Container for additional R99 extensions
4457 radioBearerSetupFailure-r3-add-ext BIT STRING OPTIONAL,
4458 nonCriticalExtensions SEQUENCE {} OPTIONAL
4459 } OPTIONAL
4460}
4461
4462-- ***************************************************
4463--
4464-- RRC CONNECTION REJECT
4465--
4466-- ***************************************************
4467
4468RRCConnectionReject ::= CHOICE {
4469 r3 SEQUENCE {
4470 rrcConnectionReject-r3 RRCConnectionReject-r3-IEs,
4471 laterNonCriticalExtensions SEQUENCE {
4472 -- Container for additional R99 extensions
4473 rrcConnectionReject-r3-add-ext BIT STRING OPTIONAL,
4474 v690NonCriticalExtensions SEQUENCE {
4475 rrcConnectionReject-v690ext RRCConnectionReject-v690ext-IEs,
4476 nonCriticalExtensions SEQUENCE {} OPTIONAL
4477 } OPTIONAL
4478 } OPTIONAL
4479 },
4480 later-than-r3 SEQUENCE {
4481 initialUE-Identity InitialUE-Identity,
4482 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4483 criticalExtensions SEQUENCE {}
4484 }
4485}
4486
4487RRCConnectionReject-r3-IEs ::= SEQUENCE {
4488 -- TABULAR: Integrity protection shall not be performed on this message.
4489 -- User equipment IEs
4490 initialUE-Identity InitialUE-Identity,
4491 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4492 rejectionCause RejectionCause,
4493 waitTime WaitTime,
4494 redirectionInfo RedirectionInfo OPTIONAL
4495}
4496
4497RRCConnectionReject-v690ext-IEs ::= SEQUENCE {
4498 redirectionInfo-v690ext GSM-TargetCellInfoList OPTIONAL
4499}
4500
4501-- ***************************************************
4502--
4503-- RRC CONNECTION RELEASE
4504--
4505-- ***************************************************
4506
4507RRCConnectionRelease ::= CHOICE {
4508 r3 SEQUENCE {
4509 rrcConnectionRelease-r3 RRCConnectionRelease-r3-IEs,
4510 laterNonCriticalExtensions SEQUENCE {
4511 -- Container for additional R99 extensions
4512 rrcConnectionRelease-r3-add-ext BIT STRING OPTIONAL,
4513 v690NonCriticalExtensions SEQUENCE {
4514 rrcConnectionRelease-v690ext RRCConnectionRelease-v690ext-IEs,
4515 nonCriticalExtensions SEQUENCE {} OPTIONAL
4516 } OPTIONAL
4517 } OPTIONAL
4518 },
4519 later-than-r3 SEQUENCE {
4520 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4521 criticalExtensions CHOICE {
4522 r4 SEQUENCE {
4523 rrcConnectionRelease-r4 RRCConnectionRelease-r4-IEs,
4524 v4d0NonCriticalExtensions SEQUENCE {
4525 -- Container for adding non critical extensions after freezing REL-6
4526 rrcConnectionRelease-r4-add-ext BIT STRING OPTIONAL,
4527 v690NonCriticalExtensions SEQUENCE {
4528 rrcConnectionRelease-v690ext
4529 RRCConnectionRelease-v690ext-IEs,
4530 nonCriticalExtensions SEQUENCE {} OPTIONAL
4531 } OPTIONAL
4532 } OPTIONAL
4533 },
4534 criticalExtensions SEQUENCE {}
4535 }
4536 }
4537}
4538
4539RRCConnectionRelease-r3-IEs ::= SEQUENCE {
4540 -- User equipment IEs
4541 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4542 -- n-308 is conditional on the UE state
4543 n-308 N-308 OPTIONAL,
4544 releaseCause ReleaseCause,
4545 rplmn-information Rplmn-Information OPTIONAL
4546}
4547
4548RRCConnectionRelease-r4-IEs ::= SEQUENCE {
4549 -- User equipment IEs
4550 -- n-308 is conditional on the UE state.
4551 n-308 N-308 OPTIONAL,
4552 releaseCause ReleaseCause,
4553 rplmn-information Rplmn-Information-r4 OPTIONAL
4554}
4555
4556RRCConnectionRelease-v690ext-IEs ::= SEQUENCE {
4557 redirectionInfo-v690ext RedirectionInfo-r6 OPTIONAL
4558}
4559
4560-- ***************************************************
4561--
4562-- RRC CONNECTION RELEASE for CCCH
4563--
4564-- ***************************************************
4565
4566RRCConnectionRelease-CCCH ::= CHOICE {
4567 r3 SEQUENCE {
4568 rrcConnectionRelease-CCCH-r3 RRCConnectionRelease-CCCH-r3-IEs,
4569 laterNonCriticalExtensions SEQUENCE {
4570 -- Container for additional R99 extensions
4571 rrcConnectionRelease-CCCH-r3-add-ext BIT STRING OPTIONAL,
4572 v690NonCriticalExtensions SEQUENCE {
4573 rrcConnectionRelease-v690ext RRCConnectionRelease-CCCH-v690ext-IEs,
4574 nonCriticalExtensions SEQUENCE {} OPTIONAL
4575 } OPTIONAL
4576 } OPTIONAL
4577 },
4578 later-than-r3 SEQUENCE {
4579 u-RNTI U-RNTI,
4580 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4581 criticalExtensions CHOICE {
4582 r4 SEQUENCE {
4583 rrcConnectionRelease-CCCH-r4 RRCConnectionRelease-CCCH-r4-IEs,
4584 v4d0NonCriticalExtensions SEQUENCE {
4585 -- Container for adding non critical extensions after freezing REL-5
4586 rrcConnectionRelease-CCCH-r4-add-ext BIT STRING OPTIONAL,
4587 v690NonCriticalExtensions SEQUENCE {
4588 rrcConnectionRelease-v690ext RRCConnectionRelease-CCCH-v690ext-IEs,
4589 nonCriticalExtensions SEQUENCE {} OPTIONAL
4590 } OPTIONAL
4591 } OPTIONAL
4592 },
4593 criticalExtensions SEQUENCE {
4594 -- TABULAR: CHOICE IdentityType (U-RNTI, GroupIdentity) is replaced with the
4595 -- optional element groupIdentity, since the U-RNTI is mandatory in ASN.1.
4596 -- In case CHOICE IdentityType is equal to GroupIdentity the value of the U-RNTI
4597 -- shall be ignored by a UE complying with this version of the message.
4598 groupIdentity SEQUENCE ( SIZE (1 .. maxURNTI-Group) ) OF
4599 GroupReleaseInformation OPTIONAL,
4600 criticalExtensions CHOICE {
4601 r5 SEQUENCE {
4602 rrcConnectionRelease-CCCH-r5 RRCConnectionRelease-CCCH-r5-IEs,
4603 -- Container for adding non critical extensions after freezing REL-6
4604 rrcConnectionRelease-CCCH-r5-add-ext BIT STRING OPTIONAL,
4605 v690NonCriticalExtensions SEQUENCE {
4606 rrcConnectionRelease-v690ext RRCConnectionRelease-CCCH-v690ext-IEs,
4607 nonCriticalExtensions SEQUENCE {} OPTIONAL
4608 } OPTIONAL
4609 },
4610 criticalExtensions SEQUENCE {}
4611 }
4612 }
4613 }
4614 }
4615}
4616
4617RRCConnectionRelease-CCCH-r3-IEs ::= SEQUENCE {
4618 -- User equipment IEs
4619 u-RNTI U-RNTI,
4620 -- The rest of the message is identical to the one sent on DCCH.
4621 rrcConnectionRelease RRCConnectionRelease-r3-IEs
4622}
4623
4624RRCConnectionRelease-CCCH-r4-IEs ::= SEQUENCE {
4625 -- The rest of the message is identical to the one sent on DCCH.
4626 rrcConnectionRelease RRCConnectionRelease-r4-IEs
4627}
4628
4629-- The R5 and R4 sequence of IEs are identical in this message
4630RRCConnectionRelease-CCCH-r5-IEs ::= RRCConnectionRelease-CCCH-r4-IEs
4631
4632-- The R6 non-critical extension is identical to the one sent on DCCH.
4633RRCConnectionRelease-CCCH-v690ext-IEs ::= RRCConnectionRelease-v690ext-IEs
4634
4635-- ***************************************************
4636--
4637-- RRC CONNECTION RELEASE COMPLETE
4638--
4639-- ***************************************************
4640
4641RRCConnectionReleaseComplete ::= SEQUENCE {
4642 -- User equipment IEs
4643 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4644 errorIndication FailureCauseWithProtErr OPTIONAL,
4645 laterNonCriticalExtensions SEQUENCE {
4646 -- Container for additional R99 extensions
4647 rrcConnectionReleaseComplete-r3-add-ext BIT STRING OPTIONAL,
4648 nonCriticalExtensions SEQUENCE {} OPTIONAL
4649 } OPTIONAL
4650}
4651
4652-- ***************************************************
4653--
4654-- RRC CONNECTION REQUEST
4655--
4656-- ***************************************************
4657
4658RRCConnectionRequest ::= SEQUENCE {
4659 -- TABULAR: Integrity protection shall not be performed on this message.
4660 -- User equipment IEs
4661 initialUE-Identity InitialUE-Identity,
4662 establishmentCause EstablishmentCause,
4663 -- protocolErrorIndicator is MD, but for compactness reasons no default value
4664 -- has been assigned to it.
4665 protocolErrorIndicator ProtocolErrorIndicator,
4666 -- Measurement IEs
4667 measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
4668 -- Non critical Extensions
4669 v3d0NonCriticalExtensions SEQUENCE {
4670 rRCConnectionRequest-v3d0ext RRCConnectionRequest-v3d0ext-IEs,
4671 -- Reserved for future non critical extension
4672 v4b0NonCriticalExtensions SEQUENCE {
4673 rrcConnectionRequest-v4b0ext RRCConnectionRequest-v4b0ext-IEs,
4674 v590NonCriticalExtensions SEQUENCE {
4675 rrcConnectionRequest-v590ext RRCConnectionRequest-v590ext-IEs,
4676 v690NonCriticalExtensions SEQUENCE {
4677 rrcConnectionRequest-v690ext RRCConnectionRequest-v690ext-IEs,
4678 -- Reserved for future non critical extension
4679 nonCriticalExtensions SEQUENCE {} OPTIONAL
4680 } OPTIONAL
4681 } OPTIONAL
4682 } OPTIONAL
4683 } OPTIONAL
4684}
4685
4686RRCConnectionRequest-v3d0ext-IEs ::= SEQUENCE {
4687 -- User equipment IEs
4688 uESpecificBehaviourInformation1idle UESpecificBehaviourInformation1idle OPTIONAL
4689}
4690
4691RRCConnectionRequest-v4b0ext-IEs ::= SEQUENCE {
4692 -- User equipment IEs
4693 accessStratumReleaseIndicator AccessStratumReleaseIndicator
4694}
4695
4696RRCConnectionRequest-v590ext-IEs ::= SEQUENCE {
4697 -- User equipment IEs
4698 predefinedConfigStatusInfo BOOLEAN
4699}
4700
4701RRCConnectionRequest-v690ext-IEs ::= SEQUENCE {
4702 -- User equipment IEs
4703 ueCapabilityIndication ENUMERATED { hsdch, hsdch-edch } OPTIONAL,
4704 -- Measurement IEs
4705 measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
4706 domainIndicator CHOICE {
4707 cs-domain SEQUENCE {
4708 csCallType ENUMERATED {speech, video, other, spare }
4709 },
4710 ps-domain NULL
4711 }
4712}
4713
4714-- ***************************************************
4715--
4716-- RRC CONNECTION SETUP
4717--
4718-- ***************************************************
4719
4720RRCConnectionSetup ::= CHOICE {
4721 r3 SEQUENCE {
4722 rrcConnectionSetup-r3 RRCConnectionSetup-r3-IEs,
4723 laterNonCriticalExtensions SEQUENCE {
4724 -- Container for additional R99 extensions
4725 rrcConnectionSetup-r3-add-ext BIT STRING OPTIONAL,
4726 v4b0NonCriticalExtensions SEQUENCE {
4727 rrcConnectionSetup-v4b0ext RRCConnectionSetup-v4b0ext-IEs,
4728 v590NonCriticalExtensions SEQUENCE {
4729 rrcConnectionSetup-v590ext RRCConnectionSetup-v590ext-IEs,
4730 v690NonCriticalExtensions SEQUENCE {
4731 rrcConnectionSetup-v690ext RRCConnectionSetup-v690ext-IEs,
4732 v7xyNonCriticalExtensions SEQUENCE {
4733 rrcConnectionSetup-v7xyext RRCConnectionSetup-v7xyext-IEs,
4734 nonCriticalExtensions SEQUENCE {} OPTIONAL
4735 } OPTIONAL
4736 } OPTIONAL
4737 } OPTIONAL
4738 } OPTIONAL
4739 } OPTIONAL
4740 },
4741 later-than-r3 SEQUENCE {
4742 initialUE-Identity InitialUE-Identity,
4743 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4744 criticalExtensions CHOICE {
4745 r4 SEQUENCE {
4746 rrcConnectionSetup-r4 RRCConnectionSetup-r4-IEs,
4747 v4d0NonCriticalExtensions SEQUENCE {
4748 -- Container for adding non critical extensions after freezing REL-5
4749 rrcConnectionSetup-r4-add-ext BIT STRING OPTIONAL,
4750 v590NonCriticalExtensions SEQUENCE {
4751 rrcConnectionSetup-v590ext RRCConnectionSetup-v590ext-IEs,
4752 v690NonCriticalExtensions SEQUENCE {
4753 rrcConnectionSetup-v690ext RRCConnectionSetup-v690ext-IEs,
4754 v7xyNonCriticalExtensions SEQUENCE {
4755 rrcConnectionSetup-v7xyext RRCConnectionSetup-v7xyext-IEs,
4756 nonCriticalExtensions SEQUENCE {} OPTIONAL
4757 } OPTIONAL
4758 } OPTIONAL
4759 } OPTIONAL
4760 } OPTIONAL
4761 },
4762 criticalExtensions CHOICE {
4763 r5 SEQUENCE {
4764 rrcConnectionSetup-r5 RRCConnectionSetup-r5-IEs,
4765 -- Container for adding non critical extensions after freezing REL-6
4766 rrcConnectionSetup-r5-add-ext BIT STRING OPTIONAL,
4767 v690NonCriticalExtensions SEQUENCE {
4768 rrcConnectionSetup-v690ext RRCConnectionSetup-v690ext-IEs,
4769 v7xyNonCriticalExtensions SEQUENCE {
4770 rrcConnectionSetup-v7xyext RRCConnectionSetup-v7xyext-IEs,
4771 nonCriticalExtensions SEQUENCE {} OPTIONAL
4772 } OPTIONAL
4773 } OPTIONAL
4774 },
4775 criticalExtensions CHOICE {
4776 r6 SEQUENCE {
4777 rrcConnectionSetup-r6 RRCConnectionSetup-r6-IEs,
4778 -- Container for adding non critical extensions after freezing REL-7
4779 rrcConnectionSetup-r6-add-ext BIT STRING OPTIONAL,
4780 v7xyNonCriticalExtensions SEQUENCE {
4781 rrcConnectionSetup-v7xyext RRCConnectionSetup-v7xyext-IEs,
4782 nonCriticalExtensions SEQUENCE {} OPTIONAL
4783 } OPTIONAL
4784 },
4785 criticalExtensions CHOICE {
4786 r7 SEQUENCE {
4787 rrcConnectionSetup-r7 RRCConnectionSetup-r7-IEs,
4788 -- Container for adding non critical extensions after freezing REL-8
4789 rrcConnectionSetup-r7-add-ext BIT STRING OPTIONAL,
4790 nonCriticalExtensions SEQUENCE {} OPTIONAL
4791 },
4792 criticalExtensions SEQUENCE {}
4793 }
4794 }
4795 }
4796 }
4797 }
4798}
4799
4800RRCConnectionSetup-r3-IEs ::= SEQUENCE {
4801 -- TABULAR: Integrity protection shall not be performed on this message.
4802 -- User equipment IEs
4803 initialUE-Identity InitialUE-Identity,
4804 rrc-TransactionIdentifier RRC-TransactionIdentifier,
4805 activationTime ActivationTime OPTIONAL,
4806 new-U-RNTI U-RNTI,
4807 new-c-RNTI C-RNTI OPTIONAL,
4808 rrc-StateIndicator RRC-StateIndicator,
4809 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
4810 -- TABULAR: If capabilityUpdateRequirement is not present, the default value
4811 -- defined in 10.3.3.2 shall be used.
4812 capabilityUpdateRequirement CapabilityUpdateRequirement OPTIONAL,
4813 -- Radio bearer IEs
4814 srb-InformationSetupList SRB-InformationSetupList2,
4815 -- Transport channel IEs
4816 ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
4817 -- NOTE: ul-AddReconfTransChInfoList should be optional in later versions of
4818 -- this message
4819 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
4820 dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
4821 -- NOTE: dl-AddReconfTransChInfoList should be optional in later versions
4822 -- of this message
4823 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList,
4824 -- Physical channel IEs
4825 frequencyInfo FrequencyInfo OPTIONAL,
4826 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4827 ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
4828 dl-CommonInformation DL-CommonInformation OPTIONAL,
4829 dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
4830}
4831
4832RRCConnectionSetup-v4b0ext-IEs ::= SEQUENCE {
4833 capabilityUpdateRequirement-r4-ext CapabilityUpdateRequirement-r4-ext OPTIONAL,
4834 -- Physical channel IEs
4835 -- dummy is not used in this version of the specification, it should
4836 -- not be sent and if received it should be ignored.
4837 dummy SSDT-UL OPTIONAL,
4838 -- The order of the RLs in IE cell-id-PerRL-List is the same as
4839 -- in IE DL-InformationPerRL-List included in this message
4840 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
4841}
4842
4843RRCConnectionSetup-v590ext-IEs ::= SEQUENCE {
4844 -- User equipment IEs
4845 systemSpecificCapUpdateReq SystemSpecificCapUpdateReq-v590ext OPTIONAL,
4846 -- Physical channel IEs
4847 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
4848}
4849
4850RRCConnectionSetup-r4-IEs ::= SEQUENCE {
4851 -- TABULAR: Integrity protection shall not be performed on this message.
4852 activationTime ActivationTime OPTIONAL,
4853 new-U-RNTI U-RNTI,
4854 new-c-RNTI C-RNTI OPTIONAL,
4855 rrc-StateIndicator RRC-StateIndicator,
4856 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
4857 -- TABULAR: If capabilityUpdateRequirement is not present, the default value
4858 -- defined in 10.3.3.2 shall be used.
4859 capabilityUpdateRequirement CapabilityUpdateRequirement-r4 OPTIONAL,
4860 -- Radio bearer IEs
4861 srb-InformationSetupList SRB-InformationSetupList2,
4862 -- Transport channel IEs
4863 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4864 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
4865 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4866 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
4867 -- Physical channel IEs
4868 frequencyInfo FrequencyInfo OPTIONAL,
4869 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4870 ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
4871 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
4872 dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
4873}
4874
4875RRCConnectionSetup-r5-IEs ::= SEQUENCE {
4876 -- TABULAR: Integrity protection shall not be performed on this message.
4877 activationTime ActivationTime OPTIONAL,
4878 new-U-RNTI U-RNTI,
4879 new-c-RNTI C-RNTI OPTIONAL,
4880 rrc-StateIndicator RRC-StateIndicator,
4881 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
4882 -- TABULAR: If capabilityUpdateRequirement is not present, the default value
4883 -- defined in 10.3.3.2 shall be used.
4884 capabilityUpdateRequirement CapabilityUpdateRequirement-r5 OPTIONAL,
4885 -- Specification mode information
4886 specificationMode CHOICE {
4887 complete SEQUENCE {
4888 -- Radio bearer IEs
4889 srb-InformationSetupList SRB-InformationSetupList2,
4890 -- Transport channel IEs
4891 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4892 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
4893 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4894 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL
4895 },
4896 preconfiguration SEQUENCE {
4897 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
4898 -- one for the FDD only elements and one for the TDD only elements, so that one
4899 -- FDD/TDD choice in this level is sufficient.
4900 preConfigMode CHOICE {
4901 predefinedConfigIdentity PredefinedConfigIdentity,
4902 defaultConfig SEQUENCE {
4903 defaultConfigMode DefaultConfigMode,
4904 defaultConfigIdentity DefaultConfigIdentity-r5
4905 }
4906 }
4907 }
4908 },
4909 -- Physical channel IEs
4910 frequencyInfo FrequencyInfo OPTIONAL,
4911 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4912 ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
4913 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
4914 dl-InformationPerRL-List DL-InformationPerRL-List-r5bis OPTIONAL
4915}
4916
4917RRCConnectionSetup-v690ext-IEs ::= SEQUENCE {
4918 -- Physical Channel IEs
4919 beaconPLEst BEACON-PL-Est OPTIONAL,
4920 postVerificationPeriod ENUMERATED { true } OPTIONAL
4921}
4922
4923RRCConnectionSetup-r6-IEs ::= SEQUENCE {
4924 -- TABULAR: Integrity protection shall not be performed on this message.
4925 activationTime ActivationTime OPTIONAL,
4926 new-U-RNTI U-RNTI,
4927 new-c-RNTI C-RNTI OPTIONAL,
4928 new-H-RNTI H-RNTI OPTIONAL,
4929 newPrimary-E-RNTI E-RNTI OPTIONAL,
4930 newSecondary-E-RNTI E-RNTI OPTIONAL,
4931 rrc-StateIndicator RRC-StateIndicator,
4932 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
4933 -- TABULAR: If capabilityUpdateRequirement is not present, the default value
4934 -- defined in 10.3.3.2 shall be used.
4935 capabilityUpdateRequirement CapabilityUpdateRequirement-r5 OPTIONAL,
4936 -- Specification mode information
4937 specificationMode CHOICE {
4938 complete SEQUENCE {
4939 -- Radio bearer IEs
4940 srb-InformationSetupList SRB-InformationSetupList2-r6,
4941 -- Transport channel IEs
4942 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4943 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
4944 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4945 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
4946 },
4947 preconfiguration SEQUENCE {
4948 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
4949 -- one for the FDD only elements and one for the TDD only elements, so that one
4950 -- FDD/TDD choice in this level is sufficient.
4951 preConfigMode CHOICE {
4952 predefinedConfigIdentity PredefinedConfigIdentity,
4953 defaultConfig SEQUENCE {
4954 defaultConfigMode DefaultConfigMode,
4955 defaultConfigIdentity DefaultConfigIdentity-r6
4956 }
4957 }
4958 }
4959 },
4960 -- Physical channel IEs
4961 frequencyInfo FrequencyInfo OPTIONAL,
4962 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
4963 ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
4964 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
4965 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
4966 dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
4967 dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL
4968}
4969
4970RRCConnectionSetup-r7-IEs ::= SEQUENCE {
4971 -- TABULAR: Integrity protection shall not be performed on this message.
4972 activationTime ActivationTime OPTIONAL,
4973 new-U-RNTI U-RNTI,
4974 new-c-RNTI C-RNTI OPTIONAL,
4975 new-H-RNTI H-RNTI OPTIONAL,
4976 newPrimary-E-RNTI E-RNTI OPTIONAL,
4977 newSecondary-E-RNTI E-RNTI OPTIONAL,
4978 rrc-StateIndicator RRC-StateIndicator,
4979 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
4980 -- TABULAR: If capabilityUpdateRequirement is not present, the default value
4981 -- defined in 10.3.3.2 shall be used.
4982 capabilityUpdateRequirement CapabilityUpdateRequirement-r5 OPTIONAL,
4983 -- Specification mode information
4984 specificationMode CHOICE {
4985 complete SEQUENCE {
4986 -- Radio bearer IEs
4987 srb-InformationSetupList SRB-InformationSetupList2-r6,
4988 -- Transport channel IEs
4989 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
4990 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
4991 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
4992 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
4993 },
4994 preconfiguration SEQUENCE {
4995 -- All IEs that include an FDD/TDD choice are split in two IEs for this message,
4996 -- one for the FDD only elements and one for the TDD only elements, so that one
4997 -- FDD/TDD choice in this level is sufficient.
4998 preConfigMode CHOICE {
4999 predefinedConfigIdentity PredefinedConfigIdentity,
5000 defaultConfig SEQUENCE {
5001 defaultConfigMode DefaultConfigMode,
5002 defaultConfigIdentity DefaultConfigIdentity-r6
5003 }
5004 }
5005 }
5006 },
5007 -- Physical channel IEs
5008 frequencyInfo FrequencyInfo OPTIONAL,
5009 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
5010 ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
5011 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
5012 dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
5013 dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
5014 dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL
5015}
5016
5017RRCConnectionSetup-v7xyext-IEs ::= SEQUENCE {
5018 capabilityUpdateRequirement-r7-ext CapabilityUpdateRequirement-r7-ext OPTIONAL
5019}
5020
5021-- ***************************************************
5022--
5023-- RRC CONNECTION SETUP COMPLETE
5024--
5025-- ***************************************************
5026
5027RRCConnectionSetupComplete ::= SEQUENCE {
5028 -- TABULAR: Integrity protection shall not be performed on this message.
5029 -- User equipment IEs
5030 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5031 startList STARTList,
5032 ue-RadioAccessCapability UE-RadioAccessCapability OPTIONAL,
5033 -- Other IEs
5034 ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
5035 -- Non critical extensions
5036 v370NonCriticalExtensions SEQUENCE {
5037 rrcConnectionSetupComplete-v370ext RRCConnectionSetupComplete-v370ext,
5038 v380NonCriticalExtensions SEQUENCE {
5039 rrcConnectionSetupComplete-v380ext RRCConnectionSetupComplete-v380ext-IEs,
5040 -- Reserved for future non critical extension
5041 v3a0NonCriticalExtensions SEQUENCE {
5042 rrcConnectionSetupComplete-v3a0ext RRCConnectionSetupComplete-v3a0ext-IEs,
5043 laterNonCriticalExtensions SEQUENCE {
5044 -- Container for additional R99 extensions
5045 rrcConnectionSetupComplete-r3-add-ext BIT STRING
5046 (CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
5047 v3g0NonCriticalExtensions SEQUENCE {
5048 rrcConnectionSetupComplete-v3g0ext RRCConnectionSetupComplete-v3g0ext-IEs,
5049 v4b0NonCriticalExtensions SEQUENCE {
5050 rrcConnectionSetupComplete-v4b0ext
5051 RRCConnectionSetupComplete-v4b0ext-IEs,
5052 v590NonCriticalExtensions SEQUENCE {
5053 rrcConnectionSetupComplete-v590ext
5054 RRCConnectionSetupComplete-v590ext-IEs,
5055 v5c0NonCriticalExtensions SEQUENCE {
5056 rrcConnectionSetupComplete-v5c0ext
5057 RRCConnectionSetupComplete-v5c0ext-IEs,
5058 v690NonCriticalExtensions SEQUENCE {
5059 rrcConnectionSetupComplete-v690ext
5060 RRCConnectionSetupComplete-v690ext-IEs,
5061 v7xyNonCriticalExtensions SEQUENCE {
5062 rrcConectionSetupComplete-v7xyext
5063 RRCConnectionSetupComplete-v7xyext-IEs,
5064 nonCriticalExtensions SEQUENCE {} OPTIONAL
5065 } OPTIONAL
5066 } OPTIONAL
5067 } OPTIONAL
5068 } OPTIONAL
5069 } OPTIONAL
5070 } OPTIONAL
5071 } OPTIONAL
5072 } OPTIONAL
5073 } OPTIONAL
5074 } OPTIONAL
5075}
5076
5077RRCConnectionSetupComplete-v370ext ::= SEQUENCE {
5078 -- User equipment IEs
5079 ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext OPTIONAL
5080}
5081
5082RRCConnectionSetupComplete-v380ext-IEs ::= SEQUENCE {
5083 -- User equipment IEs
5084 ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
5085 dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext
5086}
5087
5088RRCConnectionSetupComplete-v3a0ext-IEs ::= SEQUENCE {
5089 -- User equipment IEs
5090 ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL
5091}
5092
5093RRCConnectionSetupComplete-v3g0ext-IEs ::= SEQUENCE {
5094 -- User equipment IEs
5095 ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL
5096}
5097
5098RRCConnectionSetupComplete-r3-add-ext-IEs ::= SEQUENCE {
5099 rrcConnectionSetupComplete-v650ext RRCConnectionSetupComplete-v650ext-IEs OPTIONAL,
5100 v680NonCriticalExtensions SEQUENCE {
5101 rrcConnectionSetupComplete-v680ext RRCConnectionSetupComplete-v680ext-IEs,
5102 nonCriticalExtensions SEQUENCE {} OPTIONAL
5103 } OPTIONAL
5104}
5105
5106RRCConnectionSetupComplete-v4b0ext-IEs ::= SEQUENCE {
5107 -- User equipment IEs
5108 ue-RadioAccessCapability-v4b0ext UE-RadioAccessCapability-v4b0ext OPTIONAL
5109}
5110
5111RRCConnectionSetupComplete-v590ext-IEs ::= SEQUENCE {
5112 -- User equipment IEs
5113 ue-RadioAccessCapability-v590ext UE-RadioAccessCapability-v590ext OPTIONAL,
5114 -- Other IEs
5115 ue-RATSpecificCapability-v590ext InterRAT-UE-RadioAccessCapability-v590ext OPTIONAL
5116}
5117
5118RRCConnectionSetupComplete-v5c0ext-IEs ::= SEQUENCE {
5119 -- User equipment IEs
5120 ue-RadioAccessCapability-v5c0ext UE-RadioAccessCapability-v5c0ext OPTIONAL
5121}
5122
5123RRCConnectionSetupComplete-v650ext-IEs ::= SEQUENCE {
5124 -- User equipment IEs
5125 ue-RadioAccessCapability-v650ext UE-RadioAccessCapability-v650ext
5126}
5127
5128RRCConnectionSetupComplete-v680ext-IEs ::= SEQUENCE {
5129 -- User equipment IEs
5130 ue-RadioAccessCapability-v680ext UE-RadioAccessCapability-v680ext
5131}
5132
5133RRCConnectionSetupComplete-v690ext-IEs ::= SEQUENCE {
5134 -- User equipment IEs
5135 ueCapabilityContainer BIT STRING
5136 (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL
5137}
5138
5139RRCConnectionSetupComplete-v7xyext-IEs ::= SEQUENCE {
5140 ue-RadioAccessCapability-v7xyext UE-RadioAccessCapability-v7xyext OPTIONAL
5141}
5142
5143-- ***************************************************
5144--
5145-- RRC FAILURE INFO
5146--
5147-- ***************************************************
5148
5149RRC-FailureInfo ::= CHOICE {
5150 r3 SEQUENCE {
5151 rRC-FailureInfo-r3 RRC-FailureInfo-r3-IEs,
5152 laterNonCriticalExtensions SEQUENCE {
5153 -- Container for additional R99 extensions
5154 rrc-FailureInfo-r3-add-ext BIT STRING OPTIONAL,
5155 nonCriticalExtensions SEQUENCE {} OPTIONAL
5156 } OPTIONAL
5157 },
5158 criticalExtensions SEQUENCE {}
5159}
5160
5161RRC-FailureInfo-r3-IEs ::= SEQUENCE {
5162 -- Non-RRC IEs
5163 failureCauseWithProtErr FailureCauseWithProtErr
5164}
5165
5166-- ***************************************************
5167--
5168-- RRC STATUS
5169--
5170-- ***************************************************
5171
5172RRCStatus ::= SEQUENCE {
5173 -- Other IEs
5174 -- TABULAR: Identification of received message is nested in
5175 -- ProtocolErrorMoreInformation
5176 protocolErrorInformation ProtocolErrorMoreInformation,
5177 laterNonCriticalExtensions SEQUENCE {
5178 -- Container for additional R99 extensions
5179 rrcStatus-r3-add-ext BIT STRING OPTIONAL,
5180 nonCriticalExtensions SEQUENCE {} OPTIONAL
5181 } OPTIONAL
5182}
5183
5184-- ***************************************************
5185--
5186-- SECURITY MODE COMMAND
5187--
5188-- ***************************************************
5189
5190SecurityModeCommand ::= CHOICE {
5191 r3 SEQUENCE {
5192 securityModeCommand-r3 SecurityModeCommand-r3-IEs,
5193 laterNonCriticalExtensions SEQUENCE {
5194 -- Container for additional R99 extensions
5195 securityModeCommand-r3-add-ext BIT STRING OPTIONAL,
5196 nonCriticalExtensions SEQUENCE {} OPTIONAL
5197 } OPTIONAL
5198 },
5199 later-than-r3 SEQUENCE {
5200 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5201 criticalExtensions SEQUENCE {}
5202 }
5203}
5204
5205SecurityModeCommand-r3-IEs ::= SEQUENCE {
5206-- TABULAR: Integrity protection shall always be performed on this message.
5207 -- User equipment IEs
5208 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5209 securityCapability SecurityCapability,
5210 cipheringModeInfo CipheringModeInfo OPTIONAL,
5211 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
5212 -- Core network IEs
5213 cn-DomainIdentity CN-DomainIdentity,
5214 -- Other IEs
5215 ue-SystemSpecificSecurityCap InterRAT-UE-SecurityCapList OPTIONAL
5216}
5217
5218-- ***************************************************
5219--
5220-- SECURITY MODE COMPLETE
5221--
5222-- ***************************************************
5223
5224SecurityModeComplete ::= SEQUENCE {
5225-- TABULAR: Integrity protection shall always be performed on this message.
5226
5227 -- User equipment IEs
5228 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5229 ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
5230 -- Radio bearer IEs
5231 rb-UL-CiphActivationTimeInfo RB-ActivationTimeInfoList OPTIONAL,
5232 laterNonCriticalExtensions SEQUENCE {
5233 -- Container for additional R99 extensions
5234 securityModeComplete-r3-add-ext BIT STRING OPTIONAL,
5235 nonCriticalExtensions SEQUENCE {} OPTIONAL
5236 } OPTIONAL
5237}
5238
5239-- ***************************************************
5240--
5241-- SECURITY MODE FAILURE
5242--
5243-- ***************************************************
5244
5245SecurityModeFailure ::= SEQUENCE {
5246 -- User equipment IEs
5247 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5248 failureCause FailureCauseWithProtErr,
5249 laterNonCriticalExtensions SEQUENCE {
5250 -- Container for additional R99 extensions
5251 securityModeFailure-r3-add-ext BIT STRING OPTIONAL,
5252 nonCriticalExtensions SEQUENCE {} OPTIONAL
5253 } OPTIONAL
5254}
5255
5256-- ***************************************************
5257--
5258-- SIGNALLING CONNECTION RELEASE
5259--
5260-- ***************************************************
5261
5262SignallingConnectionRelease ::= CHOICE {
5263 r3 SEQUENCE {
5264 signallingConnectionRelease-r3 SignallingConnectionRelease-r3-IEs,
5265 laterNonCriticalExtensions SEQUENCE {
5266 -- Container for additional R99 extensions
5267 signallingConnectionRelease-r3-add-ext BIT STRING OPTIONAL,
5268 nonCriticalExtensions SEQUENCE {} OPTIONAL
5269 } OPTIONAL
5270 },
5271 later-than-r3 SEQUENCE {
5272 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5273 criticalExtensions SEQUENCE {}
5274 }
5275}
5276
5277SignallingConnectionRelease-r3-IEs ::= SEQUENCE {
5278 -- User equipment IEs
5279 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5280 -- Core network IEs
5281 cn-DomainIdentity CN-DomainIdentity
5282}
5283
5284-- ***************************************************
5285--
5286-- SIGNALLING CONNECTION RELEASE INDICATION
5287--
5288-- ***************************************************
5289
5290SignallingConnectionReleaseIndication ::= SEQUENCE {
5291 -- Core network IEs
5292 cn-DomainIdentity CN-DomainIdentity,
5293 laterNonCriticalExtensions SEQUENCE {
5294 -- Container for additional R99 extensions
5295 signallingConnectionReleaseIndication-r3-add-ext BIT STRING OPTIONAL,
5296 nonCriticalExtensions SEQUENCE {} OPTIONAL
5297 } OPTIONAL
5298}
5299
5300-- ***************************************************
5301--
5302-- SYSTEM INFORMATION for BCH
5303--
5304-- ***************************************************
5305
5306SystemInformation-BCH ::= SEQUENCE {
5307 -- Other information elements
5308 sfn-Prime SFN-Prime,
5309 payload CHOICE {
5310 noSegment NULL,
5311 firstSegment FirstSegment,
5312 subsequentSegment SubsequentSegment,
5313 lastSegmentShort LastSegmentShort,
5314 lastAndFirst SEQUENCE {
5315 lastSegmentShort LastSegmentShort,
5316 firstSegment FirstSegmentShort
5317 },
5318 lastAndComplete SEQUENCE {
5319 lastSegmentShort LastSegmentShort,
5320 completeSIB-List CompleteSIB-List
5321 },
5322 lastAndCompleteAndFirst SEQUENCE {
5323 lastSegmentShort LastSegmentShort,
5324 completeSIB-List CompleteSIB-List,
5325 firstSegment FirstSegmentShort
5326 },
5327 completeSIB-List CompleteSIB-List,
5328 completeAndFirst SEQUENCE {
5329 completeSIB-List CompleteSIB-List,
5330 firstSegment FirstSegmentShort
5331 },
5332 completeSIB CompleteSIB,
5333 lastSegment LastSegment,
5334 spare5 NULL,
5335 spare4 NULL,
5336 spare3 NULL,
5337 spare2 NULL,
5338 spare1 NULL
5339 }
5340}
5341
5342-- ***************************************************
5343--
5344-- SYSTEM INFORMATION for FACH
5345--
5346-- ***************************************************
5347
5348SystemInformation-FACH ::= SEQUENCE {
5349 -- Other information elements
5350 payload CHOICE {
5351 noSegment NULL,
5352 firstSegment FirstSegment,
5353 subsequentSegment SubsequentSegment,
5354 lastSegmentShort LastSegmentShort,
5355 lastAndFirst SEQUENCE {
5356 lastSegmentShort LastSegmentShort,
5357 firstSegment FirstSegmentShort
5358 },
5359 lastAndComplete SEQUENCE {
5360 lastSegmentShort LastSegmentShort,
5361 completeSIB-List CompleteSIB-List
5362 },
5363 lastAndCompleteAndFirst SEQUENCE {
5364 lastSegmentShort LastSegmentShort,
5365 completeSIB-List CompleteSIB-List,
5366 firstSegment FirstSegmentShort
5367 },
5368 completeSIB-List CompleteSIB-List,
5369 completeAndFirst SEQUENCE {
5370 completeSIB-List CompleteSIB-List,
5371 firstSegment FirstSegmentShort
5372 },
5373 completeSIB CompleteSIB,
5374 lastSegment LastSegment,
5375 spare5 NULL,
5376 spare4 NULL,
5377 spare3 NULL,
5378 spare2 NULL,
5379 spare1 NULL
5380 }
5381}
5382
5383-- ***************************************************
5384--
5385-- First segment
5386--
5387-- ***************************************************
5388
5389FirstSegment ::= SEQUENCE {
5390 -- Other information elements
5391 sib-Type SIB-Type,
5392 seg-Count SegCount,
5393 sib-Data-fixed SIB-Data-fixed
5394}
5395
5396-- ***************************************************
5397--
5398-- First segment (short)
5399--
5400-- ***************************************************
5401
5402FirstSegmentShort ::= SEQUENCE {
5403 -- Other information elements
5404 sib-Type SIB-Type,
5405 seg-Count SegCount,
5406 sib-Data-variable SIB-Data-variable
5407}
5408
5409-- ***************************************************
5410--
5411-- Subsequent segment
5412--
5413-- ***************************************************
5414
5415SubsequentSegment ::= SEQUENCE {
5416 -- Other information elements
5417 sib-Type SIB-Type,
5418 segmentIndex SegmentIndex,
5419 sib-Data-fixed SIB-Data-fixed
5420}
5421
5422-- ***************************************************
5423--
5424-- Last segment
5425--
5426-- ***************************************************
5427
5428LastSegment ::= SEQUENCE {
5429 -- Other information elements
5430 sib-Type SIB-Type,
5431 segmentIndex SegmentIndex,
5432 -- For sib-Data-fixed, in case the SIB data is less than 222 bits, padding
5433 -- shall be used. The same padding bits shall be used as defined in clause 12.1
5434 sib-Data-fixed SIB-Data-fixed
5435}
5436
5437LastSegmentShort ::= SEQUENCE {
5438 -- Other information elements
5439 sib-Type SIB-Type,
5440 segmentIndex SegmentIndex,
5441 sib-Data-variable SIB-Data-variable
5442}
5443
5444-- ***************************************************
5445--
5446-- Complete SIB
5447--
5448-- ***************************************************
5449
5450CompleteSIB-List ::= SEQUENCE (SIZE (1..maxSIBperMsg)) OF
5451 CompleteSIBshort
5452
5453CompleteSIB ::= SEQUENCE {
5454 -- Other information elements
5455 sib-Type SIB-Type,
5456 -- For sib-Data-fixed, in case the SIB data is less than 226 bits, padding
5457 -- shall be used. The same padding bits shall be used as defined in clause 12.1
5458 sib-Data-fixed BIT STRING (SIZE (226))
5459}
5460
5461CompleteSIBshort ::= SEQUENCE {
5462 -- Other information elements
5463 sib-Type SIB-Type,
5464 sib-Data-variable SIB-Data-variable
5465}
5466
5467-- ***************************************************
5468--
5469-- SYSTEM INFORMATION CHANGE INDICATION
5470--
5471-- ***************************************************
5472
5473SystemInformationChangeIndication ::= SEQUENCE {
5474 -- Other IEs
5475 bcch-ModificationInfo BCCH-ModificationInfo,
5476 laterNonCriticalExtensions SEQUENCE {
5477 -- Container for additional R99 extensions
5478 systemInformationChangeIndication-r3-add-ext BIT STRING OPTIONAL,
5479 nonCriticalExtensions SEQUENCE {} OPTIONAL
5480 } OPTIONAL
5481}
5482
5483-- ***************************************************
5484--
5485-- TRANSPORT CHANNEL RECONFIGURATION
5486--
5487-- ***************************************************
5488
5489TransportChannelReconfiguration ::= CHOICE {
5490 r3 SEQUENCE {
5491 transportChannelReconfiguration-r3
5492 TransportChannelReconfiguration-r3-IEs,
5493 v3a0NonCriticalExtensions SEQUENCE {
5494 transportChannelReconfiguration-v3a0ext
5495 TransportChannelReconfiguration-v3a0ext,
5496 laterNonCriticalExtensions SEQUENCE {
5497 -- Container for additional R99 extensions
5498 transportChannelReconfiguration-r3-add-ext BIT STRING OPTIONAL,
5499 v4b0NonCriticalExtensions SEQUENCE {
5500 transportChannelReconfiguration-v4b0ext
5501 TransportChannelReconfiguration-v4b0ext-IEs,
5502 v590NonCriticalExtensions SEQUENCE {
5503 transportChannelReconfiguration-v590ext
5504 TransportChannelReconfiguration-v590ext-IEs,
5505 v690NonCriticalExtensions SEQUENCE {
5506 transportChannelReconfiguration-v690ext
5507 TransportChannelReconfiguration-v690ext-IEs,
5508 nonCriticalExtensions SEQUENCE {} OPTIONAL
5509 } OPTIONAL
5510 } OPTIONAL
5511 } OPTIONAL
5512 } OPTIONAL
5513 } OPTIONAL
5514 },
5515 later-than-r3 SEQUENCE {
5516 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5517 criticalExtensions CHOICE {
5518 r4 SEQUENCE {
5519 transportChannelReconfiguration-r4
5520 TransportChannelReconfiguration-r4-IEs,
5521 v4d0NonCriticalExtensions SEQUENCE {
5522 -- Container for adding non critical extensions after freezing REL-5
5523 transportChannelReconfiguration-r4-add-ext BIT STRING OPTIONAL,
5524 v590NonCriticalExtensions SEQUENCE {
5525 transportChannelReconfiguration-v590ext
5526 TransportChannelReconfiguration-v590ext-IEs,
5527 v690NonCriticalExtensions SEQUENCE {
5528 transportChannelReconfiguration-v690ext
5529 TransportChannelReconfiguration-v690ext-IEs,
5530 nonCriticalExtensions SEQUENCE {} OPTIONAL
5531 } OPTIONAL
5532 } OPTIONAL
5533 } OPTIONAL
5534 },
5535 criticalExtensions CHOICE {
5536 r5 SEQUENCE {
5537 transportChannelReconfiguration-r5
5538 TransportChannelReconfiguration-r5-IEs,
5539 -- Container for adding non critical extensions after freezing REL-6
5540 transportChannelReconfiguration-r5-add-ext BIT STRING OPTIONAL,
5541 v690NonCriticalExtensions SEQUENCE {
5542 transportChannelReconfiguration-v690ext
5543 TransportChannelReconfiguration-v690ext-IEs,
5544 nonCriticalExtensions SEQUENCE {} OPTIONAL
5545 } OPTIONAL
5546 },
5547 criticalExtensions CHOICE {
5548 r6 SEQUENCE {
5549 transportChannelReconfiguration-r6
5550 TransportChannelReconfiguration-r6-IEs,
5551 -- Container for adding non critical extensions after freezing REL-7
5552 transportChannelReconfiguration-r6-add-ext BIT STRING OPTIONAL,
5553 nonCriticalExtensions SEQUENCE {} OPTIONAL
5554 },
5555 criticalExtensions CHOICE {
5556 r7 SEQUENCE {
5557 transportChannelReconfiguration-r7
5558 TransportChannelReconfiguration-r7-IEs,
5559 -- Container for adding non critical extensions after freezing REL-8
5560 transportChannelReconfiguration-r7-add-ext BIT STRING OPTIONAL,
5561 nonCriticalExtensions SEQUENCE {} OPTIONAL
5562 },
5563 criticalExtensions SEQUENCE {}
5564 }
5565 }
5566 }
5567 }
5568 }
5569}
5570
5571TransportChannelReconfiguration-r3-IEs ::= SEQUENCE {
5572 -- User equipment IEs
5573 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5574 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
5575 cipheringModeInfo CipheringModeInfo OPTIONAL,
5576 activationTime ActivationTime OPTIONAL,
5577 new-U-RNTI U-RNTI OPTIONAL,
5578 new-C-RNTI C-RNTI OPTIONAL,
5579 rrc-StateIndicator RRC-StateIndicator,
5580 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
5581 -- Core network IEs
5582 cn-InformationInfo CN-InformationInfo OPTIONAL,
5583 -- UTRAN mobility IEs
5584 ura-Identity URA-Identity OPTIONAL,
5585 -- Radio bearer IEs
5586 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
5587 -- Transport channel IEs
5588 ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
5589 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
5590 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
5591 -- they should not be sent and if received they should be ignored.
5592 dummy CHOICE {
5593 fdd SEQUENCE {
5594 dummy1 CPCH-SetID OPTIONAL,
5595 dummy2 DRAC-StaticInformationList OPTIONAL
5596 },
5597 tdd NULL
5598 } OPTIONAL,
5599 dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
5600 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
5601 -- Physical channel IEs
5602 frequencyInfo FrequencyInfo OPTIONAL,
5603 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
5604 ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
5605 modeSpecificPhysChInfo CHOICE {
5606 fdd SEQUENCE {
5607 -- dummy is not used in this version of specification, it should
5608 -- not be sent and if received it should be ignored.
5609 dummy DL-PDSCH-Information OPTIONAL
5610 },
5611 tdd NULL
5612 },
5613 dl-CommonInformation DL-CommonInformation OPTIONAL,
5614 dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
5615}
5616
5617TransportChannelReconfiguration-v3a0ext ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07005618 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00005619 -- the UE behaviour is unspecified
5620 new-DSCH-RNTI DSCH-RNTI OPTIONAL
5621}
5622
5623TransportChannelReconfiguration-v4b0ext-IEs ::= SEQUENCE {
5624 -- Physical channel IEs
5625 -- dummy is not used in this version of the specification, it should
5626 -- not be sent and if received it should be ignored.
5627 dummy SSDT-UL OPTIONAL,
5628 -- The order of the RLs in IE cell-id-PerRL-List is the same as
5629 -- in IE DL-InformationPerRL-List included in this message
5630 cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
5631}
5632
5633TransportChannelReconfiguration-v590ext-IEs ::= SEQUENCE {
5634 -- Physical channel IEs
5635 dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
5636}
5637
5638TransportChannelReconfiguration-r4-IEs ::= SEQUENCE {
5639 -- User equipment IEs
5640 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
5641 cipheringModeInfo CipheringModeInfo OPTIONAL,
5642 activationTime ActivationTime OPTIONAL,
5643 new-U-RNTI U-RNTI OPTIONAL,
5644 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07005645 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00005646 -- the UE behaviour is unspecified
5647 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
5648 rrc-StateIndicator RRC-StateIndicator,
5649 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
5650 -- Core network IEs
5651 cn-InformationInfo CN-InformationInfo OPTIONAL,
5652 -- UTRAN mobility IEs
5653 ura-Identity URA-Identity OPTIONAL,
5654 -- Radio bearer IEs
5655 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
5656 -- Transport channel IEs
5657 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
5658 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
5659 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
5660 -- they should not be sent and if received they should be ignored.
5661 dummy CHOICE {
5662 fdd SEQUENCE {
5663 dummy1 CPCH-SetID OPTIONAL,
5664 dummy2 DRAC-StaticInformationList OPTIONAL
5665 },
5666 tdd NULL
5667 } OPTIONAL,
5668 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
5669 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
5670 -- Physical channel IEs
5671 frequencyInfo FrequencyInfo OPTIONAL,
5672 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
5673 ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
5674 modeSpecificPhysChInfo CHOICE {
5675 fdd SEQUENCE {
5676 -- dummy is not used in this version of specification, it should
5677 -- not be sent and if received it should be ignored.
5678 dummy DL-PDSCH-Information OPTIONAL
5679 },
5680 tdd NULL
5681 },
5682 dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
5683 dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
5684}
5685
5686TransportChannelReconfiguration-r5-IEs ::= SEQUENCE {
5687 -- User equipment IEs
5688 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
5689 cipheringModeInfo CipheringModeInfo OPTIONAL,
5690 activationTime ActivationTime OPTIONAL,
5691 new-U-RNTI U-RNTI OPTIONAL,
5692 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07005693 -- The IE “new-DSCH-RNTI” should not be included in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00005694 -- the UE behaviour is unspecified
5695 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
5696 new-H-RNTI H-RNTI OPTIONAL,
5697 rrc-StateIndicator RRC-StateIndicator,
5698 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
5699 -- Core network IEs
5700 cn-InformationInfo CN-InformationInfo OPTIONAL,
5701 -- UTRAN mobility IEs
5702 ura-Identity URA-Identity OPTIONAL,
5703 -- Radio bearer IEs
5704 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
5705 -- Transport channel IEs
5706 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
5707 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
5708 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
5709 -- they should not be sent and if received they should be ignored.
5710 dummy CHOICE {
5711 fdd SEQUENCE {
5712 dummy1 CPCH-SetID OPTIONAL,
5713 dummy2 DRAC-StaticInformationList OPTIONAL
5714 },
5715 tdd NULL
5716 } OPTIONAL,
5717 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
5718 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
5719 -- Physical channel IEs
5720 frequencyInfo FrequencyInfo OPTIONAL,
5721 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
5722 ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
5723 modeSpecificPhysChInfo CHOICE {
5724 fdd SEQUENCE {
5725 -- dummy is not used in this version of specification, it should
5726 -- not be sent and if received it should be ignored.
5727 dummy DL-PDSCH-Information OPTIONAL
5728 },
5729 tdd NULL
5730 },
5731 dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
5732 dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
5733 dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
5734}
5735
5736TransportChannelReconfiguration-v690ext-IEs ::= SEQUENCE {
5737 -- User Equipment IEs
5738 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
5739 -- Core network IEs
5740 primary-plmn-Identity PLMN-Identity OPTIONAL,
5741 -- Physical channel IEs
5742 -- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
5743 -- If included in the r3 or r4 version of the message, the UE should ignore the IE
5744 harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
5745 beaconPLEst BEACON-PL-Est OPTIONAL,
5746 postVerificationPeriod ENUMERATED { true } OPTIONAL,
5747 dhs-sync DHS-Sync OPTIONAL,
5748 timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
5749 -- MBMS IEs
5750 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
5751}
5752
5753TransportChannelReconfiguration-r6-IEs ::= SEQUENCE {
5754 -- User equipment IEs
5755 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
5756 cipheringModeInfo CipheringModeInfo OPTIONAL,
5757 activationTime ActivationTime OPTIONAL,
5758 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
5759 new-U-RNTI U-RNTI OPTIONAL,
5760 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07005761 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00005762 -- and if received the UE behaviour is unspecified
5763 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
5764 new-H-RNTI H-RNTI OPTIONAL,
5765 newPrimary-E-RNTI E-RNTI OPTIONAL,
5766 newSecondary-E-RNTI E-RNTI OPTIONAL,
5767 rrc-StateIndicator RRC-StateIndicator,
5768 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
5769 -- Core network IEs
5770 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
5771 -- UTRAN mobility IEs
5772 ura-Identity URA-Identity OPTIONAL,
5773 -- Radio bearer IEs
5774 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
5775 -- Transport channel IEs
5776 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
5777 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
5778 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
5779 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
5780 -- Physical channel IEs
5781 frequencyInfo FrequencyInfo OPTIONAL,
5782 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
5783 ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
5784 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
5785 dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
5786 dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
5787 dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
5788 -- MBMS IEs
5789 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
5790}
5791
5792TransportChannelReconfiguration-r7-IEs ::= SEQUENCE {
5793 -- User equipment IEs
5794 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
5795 cipheringModeInfo CipheringModeInfo OPTIONAL,
5796 activationTime ActivationTime OPTIONAL,
5797 delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
5798 new-U-RNTI U-RNTI OPTIONAL,
5799 new-C-RNTI C-RNTI OPTIONAL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07005800 -- The IE “new-DSCH-RNTI” should not be included in FDD mode,
Lev Walkin76289e12006-10-24 02:17:20 +00005801 -- and if received the UE behaviour is unspecified
5802 new-DSCH-RNTI DSCH-RNTI OPTIONAL,
5803 new-H-RNTI H-RNTI OPTIONAL,
5804 newPrimary-E-RNTI E-RNTI OPTIONAL,
5805 newSecondary-E-RNTI E-RNTI OPTIONAL,
5806 rrc-StateIndicator RRC-StateIndicator,
5807 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
5808 -- Core network IEs
5809 cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
5810 -- UTRAN mobility IEs
5811 ura-Identity URA-Identity OPTIONAL,
5812 -- Radio bearer IEs
5813 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
5814 -- Transport channel IEs
5815 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
5816 ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
5817 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
5818 dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
5819 -- Physical channel IEs
5820 frequencyInfo FrequencyInfo OPTIONAL,
5821 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
5822 ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
5823 ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
5824 dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
5825 dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
5826 dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
5827 -- MBMS IEs
5828 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
5829}
5830
5831-- ***************************************************
5832--
5833-- TRANSPORT CHANNEL RECONFIGURATION COMPLETE
5834--
5835-- ***************************************************
5836
5837TransportChannelReconfigurationComplete ::= SEQUENCE {
5838 -- User equipment IEs
5839 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5840 ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
5841 -- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
5842 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
5843 -- Radio bearer IEs
5844 count-C-ActivationTime ActivationTime OPTIONAL,
5845 -- dummy is not used in this version of the specification and
5846 -- it should be ignored by the receiver.
5847 dummy RB-ActivationTimeInfoList OPTIONAL,
5848 ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
5849 laterNonCriticalExtensions SEQUENCE {
5850 -- Container for additional R99 extensions
5851 transportChannelReconfigurationComplete-r3-add-ext BIT STRING OPTIONAL,
5852 v7xyNonCriticalExtensions SEQUENCE {
5853 transportChannelReconfigurationComplete-v7xyext
5854 TransportChannelReconfigurationComplete-v7xyext-IEs,
5855 nonCriticalExtensions SEQUENCE {} OPTIONAL
5856 } OPTIONAL
5857 } OPTIONAL
5858}
5859
5860TransportChannelReconfigurationComplete-v7xyext-IEs ::= SEQUENCE {
5861 ext-ul-TimingAdvance EXT-UL-TimingAdvance OPTIONAL
5862}
5863
5864-- ***************************************************
5865--
5866-- TRANSPORT CHANNEL RECONFIGURATION FAILURE
5867--
5868-- ***************************************************
5869
5870TransportChannelReconfigurationFailure ::= SEQUENCE {
5871 -- User equipment IEs
5872 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5873 failureCause FailureCauseWithProtErr,
5874 laterNonCriticalExtensions SEQUENCE {
5875 -- Container for additional R99 extensions
5876 transportChannelReconfigurationFailure-r3-add-ext BIT STRING OPTIONAL,
5877 nonCriticalExtensions SEQUENCE {} OPTIONAL
5878 } OPTIONAL
5879}
5880
5881-- *********************************************************
5882--
5883-- TRANSPORT FORMAT COMBINATION CONTROL in AM or UM RLC mode
5884--
5885-- *********************************************************
5886
5887TransportFormatCombinationControl ::= SEQUENCE {
5888 -- rrc-TransactionIdentifier is always included in this version of the specification
5889 rrc-TransactionIdentifier RRC-TransactionIdentifier OPTIONAL,
5890 modeSpecificInfo CHOICE {
5891 fdd NULL,
5892 tdd SEQUENCE {
5893 tfcs-ID TFCS-Identity OPTIONAL
5894 }
5895 },
5896 dpch-TFCS-InUplink TFC-Subset,
5897 activationTimeForTFCSubset ActivationTime OPTIONAL,
5898 tfc-ControlDuration TFC-ControlDuration OPTIONAL,
5899 laterNonCriticalExtensions SEQUENCE {
5900 -- Container for additional R99 extensions
5901 transportFormatCombinationControl-r3-add-ext BIT STRING OPTIONAL,
5902 nonCriticalExtensions SEQUENCE {} OPTIONAL
5903 } OPTIONAL
5904}
5905
5906-- ***************************************************
5907--
5908-- TRANSPORT FORMAT COMBINATION CONTROL FAILURE
5909--
5910-- ***************************************************
5911
5912TransportFormatCombinationControlFailure ::= SEQUENCE {
5913 -- User equipment IEs
5914 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5915 failureCause FailureCauseWithProtErr,
5916 laterNonCriticalExtensions SEQUENCE {
5917 -- Container for additional R99 extensions
5918 transportFormatCombinationControlFailure-r3-add-ext BIT STRING OPTIONAL,
5919 nonCriticalExtensions SEQUENCE {} OPTIONAL
5920 } OPTIONAL
5921}
5922
5923-- ***************************************************
5924--
5925-- UE CAPABILITY ENQUIRY
5926--
5927-- ***************************************************
5928
5929UECapabilityEnquiry ::= CHOICE {
5930 r3 SEQUENCE {
5931 ueCapabilityEnquiry-r3 UECapabilityEnquiry-r3-IEs,
5932 laterNonCriticalExtensions SEQUENCE {
5933 -- Container for additional R99 extensions
5934 ueCapabilityEnquiry-r3-add-ext BIT STRING OPTIONAL,
5935 v4b0NonCriticalExtensions SEQUENCE {
5936 ueCapabilityEnquiry-v4b0ext UECapabilityEnquiry-v4b0ext-IEs,
5937 v590NonCriticalExtensions SEQUENCE {
5938 ueCapabilityEnquiry-v590ext UECapabilityEnquiry-v590ext-IEs,
5939 v7xyNonCriticalExtensions SEQUENCE {
5940 ueCapabilityEnquiry-v7xyext UECapabilityEnquiry-v7xyext-IEs,
5941 nonCriticalExtensions SEQUENCE {} OPTIONAL
5942 } OPTIONAL
5943 } OPTIONAL
5944 } OPTIONAL
5945 } OPTIONAL
5946 },
5947 later-than-r3 SEQUENCE {
5948 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5949 criticalExtensions SEQUENCE {}
5950 }
5951}
5952
5953UECapabilityEnquiry-r3-IEs ::= SEQUENCE {
5954 -- User equipment IEs
5955 rrc-TransactionIdentifier RRC-TransactionIdentifier,
5956 capabilityUpdateRequirement CapabilityUpdateRequirement
5957}
5958
5959UECapabilityEnquiry-v4b0ext-IEs ::= SEQUENCE {
5960 capabilityUpdateRequirement-r4-ext CapabilityUpdateRequirement-r4-ext
5961}
5962
5963UECapabilityEnquiry-v590ext-IEs ::= SEQUENCE {
5964 systemSpecificCapUpdateReq SystemSpecificCapUpdateReq-v590ext
5965}
5966
5967UECapabilityEnquiry-v7xyext-IEs ::= SEQUENCE {
5968 capabilityUpdateRequirement-r7-ext CapabilityUpdateRequirement-r7-ext OPTIONAL
5969}
5970
5971-- ***************************************************
5972--
5973-- UE CAPABILITY INFORMATION
5974--
5975-- ***************************************************
5976
5977UECapabilityInformation ::= SEQUENCE {
5978 -- User equipment IEs
5979 rrc-TransactionIdentifier RRC-TransactionIdentifier OPTIONAL,
5980 ue-RadioAccessCapability UE-RadioAccessCapability OPTIONAL,
5981 -- Other IEs
5982 ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
5983 v370NonCriticalExtensions SEQUENCE {
5984 ueCapabilityInformation-v370ext UECapabilityInformation-v370ext,
5985 v380NonCriticalExtensions SEQUENCE {
5986 ueCapabilityInformation-v380ext UECapabilityInformation-v380ext-IEs,
5987 v3a0NonCriticalExtensions SEQUENCE {
5988 ueCapabilityInformation-v3a0ext UECapabilityInformation-v3a0ext-IEs,
5989 laterNonCriticalExtensions SEQUENCE {
5990 -- Container for additional R99 extensions
5991 ueCapabilityInformation-r3-add-ext BIT STRING
5992 (CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
5993 -- Reserved for future non critical extension
5994 v4b0NonCriticalExtensions SEQUENCE {
5995 ueCapabilityInformation-v4b0ext UECapabilityInformation-v4b0ext,
5996 v590NonCriticalExtensions SEQUENCE {
5997 ueCapabilityInformation-v590ext UECapabilityInformation-v590ext,
5998 v5c0NonCriticalExtensions SEQUENCE {
5999 ueCapabilityInformation-v5c0ext
6000 UECapabilityInformation-v5c0ext,
6001 v690NonCriticalExtensions SEQUENCE {
6002 ueCapabilityInformation-v690ext
6003 UECapabilityInformation-v690ext-IEs,
6004 v7xyNonCriticalExtensions SEQUENCE {
6005 ueCapabilityInformation-v7xyext
6006 UECapabilityInformation-v7xyext-IEs,
6007 nonCriticalExtensions SEQUENCE {} OPTIONAL
6008 } OPTIONAL
6009 } OPTIONAL
6010 } OPTIONAL
6011 } OPTIONAL
6012 } OPTIONAL
6013 } OPTIONAL
6014 } OPTIONAL
6015 } OPTIONAL
6016 } OPTIONAL
6017}
6018
6019UECapabilityInformation-v370ext ::= SEQUENCE {
6020 -- User equipment IEs
6021 ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext OPTIONAL
6022}
6023
6024UECapabilityInformation-v380ext-IEs ::= SEQUENCE {
6025 -- User equipment IEs
6026 ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
6027 dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext
6028}
6029
6030UECapabilityInformation-v3a0ext-IEs ::= SEQUENCE {
6031 -- User equipment IEs
6032 ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL
6033}
6034
6035UECapabilityInformation-r3-add-ext-IEs ::= SEQUENCE {
6036 ueCapabilityInformation-v650ext UECapabilityInformation-v650ext-IEs OPTIONAL,
6037 v680NonCriticalExtensions SEQUENCE {
6038 ueCapabilityInformation-v680ext UECapabilityInformation-v680ext-IEs,
6039 nonCriticalExtensions SEQUENCE {} OPTIONAL
6040 } OPTIONAL
6041}
6042
6043UECapabilityInformation-v4b0ext ::= SEQUENCE {
6044 -- User equipment IEs
6045 ue-RadioAccessCapability-v4b0ext UE-RadioAccessCapability-v4b0ext OPTIONAL
6046}
6047
6048UECapabilityInformation-v590ext ::= SEQUENCE {
6049 -- User equipment IEs
6050 ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL,
6051 ue-RadioAccessCapability-v590ext UE-RadioAccessCapability-v590ext OPTIONAL,
6052 -- Other IEs
6053 ue-RATSpecificCapability-v590ext InterRAT-UE-RadioAccessCapability-v590ext OPTIONAL
6054}
6055
6056UECapabilityInformation-v5c0ext ::= SEQUENCE {
6057 -- User equipment IEs
6058 ue-RadioAccessCapability-v5c0ext UE-RadioAccessCapability-v5c0ext OPTIONAL
6059}
6060
6061UECapabilityInformation-v650ext-IEs ::= SEQUENCE {
6062 ue-RadioAccessCapability-v650ext UE-RadioAccessCapability-v650ext
6063}
6064
6065UECapabilityInformation-v680ext-IEs ::= SEQUENCE {
6066 -- User equipment IEs
6067 ue-RadioAccessCapability-v680ext UE-RadioAccessCapability-v680ext
6068}
6069
6070UECapabilityInformation-v690ext-IEs ::= SEQUENCE {
6071 -- User equipment IEs
6072 ueCapabilityContainer BIT STRING
6073 (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL
6074}
6075
6076UECapabilityInformation-v7xyext-IEs ::= SEQUENCE {
6077 ue-RadioAccessCapability-v7xyext UE-RadioAccessCapability-v7xyext OPTIONAL
6078}
6079
6080-- ***************************************************
6081--
6082-- UE CAPABILITY INFORMATION CONFIRM
6083--
6084-- ***************************************************
6085
6086UECapabilityInformationConfirm ::= CHOICE {
6087 r3 SEQUENCE {
6088 ueCapabilityInformationConfirm-r3
6089 UECapabilityInformationConfirm-r3-IEs,
6090 laterNonCriticalExtensions SEQUENCE {
6091 -- Container for additional R99 extensions
6092 ueCapabilityInformationConfirm-r3-add-ext BIT STRING OPTIONAL,
6093 nonCriticalExtensions SEQUENCE {} OPTIONAL
6094 } OPTIONAL
6095 },
6096 later-than-r3 SEQUENCE {
6097 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6098 criticalExtensions SEQUENCE {}
6099 }
6100}
6101
6102UECapabilityInformationConfirm-r3-IEs ::= SEQUENCE {
6103 -- User equipment IEs
6104 rrc-TransactionIdentifier RRC-TransactionIdentifier
6105}
6106
6107-- ***************************************************
6108--
6109-- UPLINK DIRECT TRANSFER
6110--
6111-- ***************************************************
6112
6113UplinkDirectTransfer ::= SEQUENCE {
6114 -- Core network IEs
6115 cn-DomainIdentity CN-DomainIdentity,
6116 nas-Message NAS-Message,
6117 -- Measurement IEs
6118 measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
6119 laterNonCriticalExtensions SEQUENCE {
6120 -- Container for additional R99 extensions
6121 uplinkDirectTransfer-r3-add-ext BIT STRING OPTIONAL,
6122 v690NonCriticalExtensions SEQUENCE {
6123 uplinkDirectTransfer-v690ext UplinkDirectTransfer-v690ext-IEs,
6124 nonCriticalExtensions SEQUENCE {} OPTIONAL
6125 } OPTIONAL
6126 } OPTIONAL
6127}
6128
6129UplinkDirectTransfer-v690ext-IEs ::= SEQUENCE {
6130 -- Measurement IEs
6131 measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL
6132}
6133
6134-- ***************************************************
6135--
6136-- UPLINK PHYSICAL CHANNEL CONTROL
6137--
6138-- ***************************************************
6139
6140UplinkPhysicalChannelControl ::= CHOICE {
6141 r3 SEQUENCE {
6142 uplinkPhysicalChannelControl-r3 UplinkPhysicalChannelControl-r3-IEs,
6143 laterNonCriticalExtensions SEQUENCE {
6144 -- Container for additional R99 extensions
6145 uplinkPhysicalChannelControl-r3-add-ext BIT STRING OPTIONAL,
6146 v4b0NonCriticalExtensions SEQUENCE {
6147 uplinkPysicalChannelControl-v4b0ext UplinkPhysicalChannelControl-v4b0ext-IEs,
6148 -- Extension mechanism for non-release 4 information
6149 noncriticalExtensions SEQUENCE {} OPTIONAL
6150 } OPTIONAL
6151 } OPTIONAL
6152 },
6153 later-than-r3 SEQUENCE {
6154 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6155 criticalExtensions CHOICE {
6156 r4 SEQUENCE {
6157 uplinkPhysicalChannelControl-r4 UplinkPhysicalChannelControl-r4-IEs,
6158 v4d0NonCriticalExtensions SEQUENCE {
6159 -- Container for adding non critical extensions after freezing REL-5
6160 uplinkPhysicalChannelControl-r4-add-ext BIT STRING OPTIONAL,
6161 v690NonCriticalExtensions SEQUENCE {
6162 uplinkPhysicalChannelControl-v690ext UplinkPhysicalChannelControl-v690ext-IEs,
6163 nonCriticalExtensions SEQUENCE {} OPTIONAL
6164 } OPTIONAL
6165 } OPTIONAL
6166 },
6167 criticalExtensions CHOICE {
6168 r5 SEQUENCE {
6169 uplinkPhysicalChannelControl-r5 UplinkPhysicalChannelControl-r5-IEs,
6170 -- Container for adding non critical extensions after freezing REL-6
6171 uplinkPhysicalChannelControl-r5-add-ext BIT STRING OPTIONAL,
6172 v690NonCriticalExtensions SEQUENCE {
6173 uplinkPhysicalChannelControl-v690ext UplinkPhysicalChannelControl-v690ext-IEs,
6174 v6a0NonCriticalExtensions SEQUENCE{
6175 uplinkPhysicalChannelControl-v6a0ext
6176 UplinkPhysicalChannelControl-v6a0ext-IEs,
6177 nonCriticalExtensions SEQUENCE {} OPTIONAL
6178 } OPTIONAL
6179 } OPTIONAL
6180 },
6181 criticalExtensions CHOICE {
6182 r7 SEQUENCE {
6183 uplinkPhysicalChannelControl-r7 UplinkPhysicalChannelControl-r7-IEs,
6184 -- Container for adding non critical extensions after freezing REL-8
6185 uplinkPhysicalChannelControl-r7-add-ext BIT STRING OPTIONAL,
6186 nonCriticalExtensions SEQUENCE {} OPTIONAL
6187 },
6188 criticalExtensions SEQUENCE {}
6189 }
6190 }
6191 }
6192 }
6193}
6194
6195UplinkPhysicalChannelControl-r3-IEs ::= SEQUENCE {
6196 -- User equipment IEs
6197 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6198 -- Physical channel IEs
6199 ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo OPTIONAL,
6200 timingAdvance UL-TimingAdvanceControl OPTIONAL,
6201 alpha Alpha OPTIONAL,
6202 specialBurstScheduling SpecialBurstScheduling OPTIONAL,
6203 prach-ConstantValue ConstantValueTdd OPTIONAL,
6204 pusch-ConstantValue ConstantValueTdd OPTIONAL
6205}
6206
6207UplinkPhysicalChannelControl-v4b0ext-IEs ::= SEQUENCE {
6208 -- In case of TDD, openLoopPowerControl-IPDL-TDD is included instead of IE
6209 -- up-IPDL-Parameters in up-OTDOA-AssistanceData
6210 openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL
6211}
6212
6213UplinkPhysicalChannelControl-r4-IEs ::= SEQUENCE {
6214 -- Physical channel IEs
6215 ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo-r4 OPTIONAL,
6216 specialBurstScheduling SpecialBurstScheduling OPTIONAL,
6217 tddOption CHOICE {
6218 tdd384 SEQUENCE {
6219 timingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
6220 alpha Alpha OPTIONAL,
6221 prach-ConstantValue ConstantValueTdd OPTIONAL,
6222 pusch-ConstantValue ConstantValueTdd OPTIONAL,
6223 openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL
6224 },
6225 tdd128 SEQUENCE {
6226 ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL
6227 }
6228 }
6229}
6230
6231UplinkPhysicalChannelControl-r5-IEs ::= SEQUENCE {
6232 -- Physical channel IEs
6233 ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo-r5 OPTIONAL,
6234 specialBurstScheduling SpecialBurstScheduling OPTIONAL,
6235 tddOption CHOICE {
6236 tdd384 SEQUENCE {
6237 timingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
6238 alpha Alpha OPTIONAL,
6239 prach-ConstantValue ConstantValueTdd OPTIONAL,
6240 pusch-ConstantValue ConstantValueTdd OPTIONAL,
6241 openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
6242 hs-SICH-PowerControl HS-SICH-Power-Control-Info-TDD384 OPTIONAL
6243 },
6244 tdd128 SEQUENCE {
6245 ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL
6246 }
6247 }
6248}
6249
6250UplinkPhysicalChannelControl-v690ext-IEs ::= SEQUENCE {
6251 -- Physical Channel IEs
6252 beaconPLEst BEACON-PL-Est OPTIONAL
6253}
6254
6255UplinkPhysicalChannelControl-v6a0ext-IEs ::= SEQUENCE {
6256 -- Physical Channel IEs
6257 desired-HS-SICH-PowerLevel INTEGER (-120..-58) OPTIONAL,
6258 tpc-Step-Size ENUMERATED { s1, s2, s3 , spare1 } OPTIONAL
6259}
6260
6261UplinkPhysicalChannelControl-r7-IEs ::= SEQUENCE {
6262 -- Physical channel IEs
6263 ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo-r7 OPTIONAL,
6264 specialBurstScheduling SpecialBurstScheduling OPTIONAL,
6265 tddOption CHOICE {
6266 tdd384 SEQUENCE {
6267 timingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
6268 alpha Alpha OPTIONAL,
6269 prach-ConstantValue ConstantValueTdd OPTIONAL,
6270 pusch-ConstantValue ConstantValueTdd OPTIONAL,
6271 openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
6272 hs-SICH-PowerControl HS-SICH-Power-Control-Info-TDD384 OPTIONAL
6273 },
6274 tdd768 SEQUENCE {
6275 timingAdvance UL-TimingAdvanceControl-r7 OPTIONAL,
6276 alpha Alpha OPTIONAL,
6277 prach-ConstantValue ConstantValueTdd OPTIONAL,
6278 pusch-ConstantValue ConstantValueTdd OPTIONAL,
6279 openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
6280 hs-SICH-PowerControl HS-SICH-Power-Control-Info-TDD768 OPTIONAL
6281 },
6282 tdd128 SEQUENCE {
6283 ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
6284 desired-HS-SICH-PowerLevel INTEGER (-120..-58) OPTIONAL,
6285 tpc-Step-Size ENUMERATED { s1, s2, s3 , spare1 } OPTIONAL
6286 }
6287 }
6288}
6289
6290-- ***************************************************
6291--
6292-- URA UPDATE
6293--
6294-- ***************************************************
6295
6296URAUpdate ::= SEQUENCE {
6297 -- User equipment IEs
6298 u-RNTI U-RNTI,
6299 ura-UpdateCause URA-UpdateCause,
6300 protocolErrorIndicator ProtocolErrorIndicatorWithMoreInfo,
6301 laterNonCriticalExtensions SEQUENCE {
6302 -- Container for additional R99 extensions
6303 uraUpdate-r3-add-ext BIT STRING OPTIONAL,
6304 nonCriticalExtensions SEQUENCE {} OPTIONAL
6305 } OPTIONAL
6306}
6307
6308-- ***************************************************
6309--
6310-- URA UPDATE CONFIRM
6311--
6312-- ***************************************************
6313
6314URAUpdateConfirm ::= CHOICE {
6315 r3 SEQUENCE {
6316 uraUpdateConfirm-r3 URAUpdateConfirm-r3-IEs,
6317 laterNonCriticalExtensions SEQUENCE {
6318 -- Container for additional R99 extensions
6319 uraUpdateConfirm-r3-add-ext BIT STRING OPTIONAL,
6320 v690NonCriticalExtensions SEQUENCE {
6321 uraUpdateConfirm-v690ext URAUpdateConfirm-v690ext-IEs,
6322 nonCriticalExtensions SEQUENCE {} OPTIONAL
6323 } OPTIONAL
6324 } OPTIONAL
6325 },
6326 later-than-r3 SEQUENCE {
6327 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6328 criticalExtensions CHOICE {
6329 r5 SEQUENCE {
6330 uraUpdateConfirm-r5 URAUpdateConfirm-r5-IEs,
6331 v690NonCriticalExtensions SEQUENCE {
6332 uraUpdateConfirm-v690ext URAUpdateConfirm-v690ext-IEs,
6333 nonCriticalExtensions SEQUENCE {} OPTIONAL
6334 } OPTIONAL
6335 },
6336 criticalExtensions SEQUENCE {}
6337 }
6338 }
6339}
6340
6341URAUpdateConfirm-r3-IEs ::= SEQUENCE {
6342 -- User equipment IEs
6343 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6344 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
6345 cipheringModeInfo CipheringModeInfo OPTIONAL,
6346 new-U-RNTI U-RNTI OPTIONAL,
6347 new-C-RNTI C-RNTI OPTIONAL,
6348 rrc-StateIndicator RRC-StateIndicator,
6349 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
6350 -- CN information elements
6351 cn-InformationInfo CN-InformationInfo OPTIONAL,
6352 -- UTRAN mobility IEs
6353 ura-Identity URA-Identity OPTIONAL,
6354 -- Radio bearer IEs
6355 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL
6356}
6357
6358URAUpdateConfirm-r5-IEs ::= SEQUENCE {
6359 -- User equipment IEs
6360 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
6361 cipheringModeInfo CipheringModeInfo OPTIONAL,
6362 new-U-RNTI U-RNTI OPTIONAL,
6363 new-C-RNTI C-RNTI OPTIONAL,
6364 rrc-StateIndicator RRC-StateIndicator,
6365 utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
6366 -- CN information elements
6367 cn-InformationInfo CN-InformationInfo OPTIONAL,
6368 -- UTRAN mobility IEs
6369 ura-Identity URA-Identity OPTIONAL,
6370 -- Radio bearer IEs
6371 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL
6372}
6373
6374URAUpdateConfirm-v690ext-IEs ::= SEQUENCE {
6375 -- Core network IEs
6376 primary-plmn-Identity PLMN-Identity OPTIONAL
6377}
6378
6379-- ***************************************************
6380--
6381-- URA UPDATE CONFIRM for CCCH
6382--
6383-- ***************************************************
6384
6385URAUpdateConfirm-CCCH ::= CHOICE {
6386 r3 SEQUENCE {
6387 uraUpdateConfirm-CCCH-r3 URAUpdateConfirm-CCCH-r3-IEs,
6388 laterNonCriticalExtensions SEQUENCE {
6389 -- Container for additional R99 extensions
6390 uraUpdateConfirm-CCCH-r3-add-ext BIT STRING OPTIONAL,
6391 v690NonCriticalExtensions SEQUENCE {
6392 uraUpdateConfirm-v690ext URAUpdateConfirm-v690ext-IEs,
6393 nonCriticalExtensions SEQUENCE {} OPTIONAL
6394 } OPTIONAL
6395 } OPTIONAL
6396 },
6397 later-than-r3 SEQUENCE {
6398 u-RNTI U-RNTI,
6399 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6400 criticalExtensions SEQUENCE {}
6401 }
6402}
6403
6404URAUpdateConfirm-CCCH-r3-IEs ::= SEQUENCE {
6405 -- User equipment IEs
6406 u-RNTI U-RNTI,
6407 -- The rest of the message is identical to the one sent on DCCH.
6408 uraUpdateConfirm URAUpdateConfirm-r3-IEs
6409}
6410
6411-- ***************************************************
6412--
6413-- UTRAN MOBILITY INFORMATION
6414--
6415-- ***************************************************
6416
6417UTRANMobilityInformation ::= CHOICE {
6418 r3 SEQUENCE {
6419 utranMobilityInformation-r3 UTRANMobilityInformation-r3-IEs,
6420 v3a0NonCriticalExtensions SEQUENCE {
6421 utranMobilityInformation-v3a0ext UTRANMobilityInformation-v3a0ext-IEs,
6422 laterNonCriticalExtensions SEQUENCE {
6423 -- Container for additional R99 extensions
6424 utranMobilityInformation-r3-add-ext BIT STRING OPTIONAL,
6425 v690NonCriticalExtensions SEQUENCE {
6426 utranMobilityInformation-v690ext UtranMobilityInformation-v690ext-IEs,
6427 nonCriticalExtensions SEQUENCE {} OPTIONAL
6428 } OPTIONAL
6429 } OPTIONAL
6430 } OPTIONAL
6431 },
6432 later-than-r3 SEQUENCE {
6433 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6434 criticalExtensions CHOICE {
6435 r5 SEQUENCE {
6436 utranMobilityInformation-r5 UTRANMobilityInformation-r5-IEs,
6437 v690NonCriticalExtensions SEQUENCE {
6438 utranMobilityInformation-v690ext UtranMobilityInformation-v690ext-IEs,
6439 nonCriticalExtensions SEQUENCE {} OPTIONAL
6440 } OPTIONAL
6441 },
6442 criticalExtensions SEQUENCE {}
6443 }
6444 }
6445}
6446
6447UTRANMobilityInformation-r3-IEs ::= SEQUENCE {
6448 -- User equipment IEs
6449 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6450 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
6451 cipheringModeInfo CipheringModeInfo OPTIONAL,
6452 new-U-RNTI U-RNTI OPTIONAL,
6453 new-C-RNTI C-RNTI OPTIONAL,
6454 ue-ConnTimersAndConstants UE-ConnTimersAndConstants OPTIONAL,
6455 -- CN information elements
6456 cn-InformationInfo CN-InformationInfoFull OPTIONAL,
6457 -- UTRAN mobility IEs
6458 ura-Identity URA-Identity OPTIONAL,
6459 -- Radio bearer IEs
6460 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
6461 -- Extension mechanism for non- release99 information
6462 nonCriticalExtensions SEQUENCE {} OPTIONAL
6463}
6464
6465UTRANMobilityInformation-v3a0ext-IEs ::= SEQUENCE {
6466 ue-ConnTimersAndConstants-v3a0ext UE-ConnTimersAndConstants-v3a0ext
6467}
6468
6469UTRANMobilityInformation-r5-IEs ::= SEQUENCE {
6470 -- User equipment IEs
6471 integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
6472 cipheringModeInfo CipheringModeInfo OPTIONAL,
6473 new-U-RNTI U-RNTI OPTIONAL,
6474 new-C-RNTI C-RNTI OPTIONAL,
6475 ue-ConnTimersAndConstants UE-ConnTimersAndConstants-r5 OPTIONAL,
6476 -- CN information elements
6477 cn-InformationInfo CN-InformationInfoFull OPTIONAL,
6478 -- UTRAN mobility IEs
6479 ura-Identity URA-Identity OPTIONAL,
6480 -- Radio bearer IEs
6481 dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL
6482}
6483
6484UtranMobilityInformation-v690ext-IEs ::= SEQUENCE {
6485 -- Core network IEs
6486 primary-plmn-Identity PLMN-Identity OPTIONAL
6487}
6488
6489-- ***************************************************
6490--
6491-- UTRAN MOBILITY INFORMATION CONFIRM
6492--
6493-- ***************************************************
6494
6495UTRANMobilityInformationConfirm ::= SEQUENCE {
6496 -- User equipment IEs
6497 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6498 ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
6499 -- Radio bearer IEs
6500 count-C-ActivationTime ActivationTime OPTIONAL,
6501 -- dummy is not used in this version of the specification and
6502 -- it should be ignored by the receiver.
6503 dummy RB-ActivationTimeInfoList OPTIONAL,
6504 ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
6505 laterNonCriticalExtensions SEQUENCE {
6506 -- Container for additional R99 extensions
6507 utranMobilityInformationConfirm-r3-add-ext BIT STRING OPTIONAL,
6508 nonCriticalExtensions SEQUENCE {} OPTIONAL
6509 } OPTIONAL
6510}
6511
6512-- ***************************************************
6513--
6514-- UTRAN MOBILITY INFORMATION FAILURE
6515--
6516-- ***************************************************
6517
6518UTRANMobilityInformationFailure ::= SEQUENCE {
6519 -- UE information elements
6520 rrc-TransactionIdentifier RRC-TransactionIdentifier,
6521 failureCause FailureCauseWithProtErr,
6522 laterNonCriticalExtensions SEQUENCE {
6523 -- Container for additional R99 extensions
6524 utranMobilityInformationFailure-r3-add-ext BIT STRING OPTIONAL,
6525 nonCriticalExtensions SEQUENCE {} OPTIONAL
6526 } OPTIONAL
6527}
6528
6529-- ***************************************************
6530--
6531-- MBMS ACCESS INFORMATION
6532--
6533-- ***************************************************
6534
6535MBMSAccessInformation ::= SEQUENCE {
6536 -- Access Information IEs
6537 mbms-ServiceAccessInfoList MBMS-ServiceAccessInfoList-r6,
6538 -- Non critical extensions
6539 nonCriticalExtensions SEQUENCE {} OPTIONAL
6540}
6541
6542-- ***************************************************
6543--
6544-- MBMS COMMON PTM RB INFORMATION
6545--
6546-- ***************************************************
6547
6548MBMSCommonPTMRBInformation ::= SEQUENCE {
6549 -- Common PTM RB Information IEs
6550 mbms-CommonRBInformationList MBMS-CommonRBInformationList-r6,
6551 mbms-TranspChInfoForEachTrCh MBMS-TranspChInfoForEachTrCh-r6,
6552 mbms-TranspChInfoForEachCCTrCh MBMS-TranspChInfoForEachCCTrCh-r6 OPTIONAL,
6553 mbms-PhyChInformationList MBMS-PhyChInformationList-r6,
6554 -- Non critical extensions
6555 nonCriticalExtensions SEQUENCE {} OPTIONAL
6556}
6557
6558-- ***************************************************
6559--
6560-- MBMS CURRENT CELL PTM RB INFORMATION
6561--
6562-- ***************************************************
6563
6564MBMSCurrentCellPTMRBInformation ::= SEQUENCE {
6565 -- Current Cell PTM RB Information IEs
6566 mbms-CurrentCell-SCCPCHList MBMS-CurrentCell-SCCPCHList-r6 OPTIONAL,
6567 mbms-SIBType5-SCCPCHList MBMS-SIBType5-SCCPCHList-r6 OPTIONAL,
6568 -- Non critical extensions
6569 nonCriticalExtensions SEQUENCE {} OPTIONAL
6570}
6571
6572-- ***************************************************
6573--
6574-- MBMS GENERAL INFORMATION
6575--
6576-- ***************************************************
6577
6578MBMSGeneralInformation ::= SEQUENCE {
6579 -- MBMS General Information IEs
6580 mbms-PreferredFrequencyInfo MBMS-PreferredFrequencyList-r6 OPTIONAL,
6581 mbms-TimersAndCounters MBMS-TimersAndCounters-r6,
6582 michConfigurationInfo MBMS-MICHConfigurationInfo-r6,
6583 cellGroupIdentity MBMS-CellGroupIdentity-r6,
6584 mschDefaultConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL,
6585 -- Non critical extensions
6586 v7xyNonCriticalExtensions SEQUENCE {
6587 mbmsGenerAlInformation-v7xyext MBMSGeneralInformation-v7xyext-IEs,
6588 nonCriticalExtensions SEQUENCE {} OPTIONAL
6589 }
6590}
6591
6592MBMSGeneralInformation-v7xyext-IEs ::= SEQUENCE {
6593 mbmsMICHConfiguration-v7xyext MBMS-MICHConfigurationInfo-r7 OPTIONAL
6594}
6595
6596-- ***************************************************
6597--
6598-- MBMS MODIFICATION REQUEST
6599--
6600-- ***************************************************
6601
6602MBMSModificationRequest ::= SEQUENCE {
6603 -- MBMS Modification Request IEs
6604 mbms-PreferredFreqRequest MBMS-ServiceIdentity-r6 OPTIONAL,
6605 rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
6606 -- Non critical extensions
6607 nonCriticalExtensions SEQUENCE {} OPTIONAL
6608}
6609
6610-- ***************************************************
6611--
6612-- MBMS MODIFIED SERVICES INFORMATION
6613--
6614-- ***************************************************
6615
6616MBMSModifiedServicesInformation ::= SEQUENCE {
6617 -- MBMS Modified Services Information IEs
6618 modifedServiceList MBMS-ModifedServiceList-r6 OPTIONAL,
6619 mbms-ReacquireMCCH ENUMERATED { true } OPTIONAL,
6620 mbms-DynamicPersistenceLevel DynamicPersistenceLevel OPTIONAL,
6621 endOfModifiedMCCHInformation INTEGER (1..16) OPTIONAL,
6622 mbmsNumberOfNeighbourCells MBMS-NumberOfNeighbourCells-r6,
6623 mbms-AllUnmodifiedPTMServices ENUMERATED { true } OPTIONAL,
6624 mbms-PTMActivationTime MBMS-PTMActivationTime-r6 OPTIONAL,
6625 -- Non critical extensions
6626 nonCriticalExtensions SEQUENCE {} OPTIONAL
6627}
6628
6629-- ***************************************************
6630--
6631-- MBMS NEIGHBOURING CELL PTM RB INFORMATION
6632--
6633-- ***************************************************
6634
6635MBMSNeighbouringCellPTMRBInformation ::= SEQUENCE {
6636 -- MBMS Neighbouring Cell PTM RB Information IEs
6637 neighbouringCellIdentity IntraFreqCellID,
6638 neighbouringCellSCCPCHList MBMS-NeighbouringCellSCCPCHList-r6,
6639 -- Non critical extensions
6640 nonCriticalExtensions SEQUENCE {} OPTIONAL
6641}
6642
6643-- ***************************************************
6644--
6645-- MBMS SCHEDULING INFORMATION
6646--
6647-- ***************************************************
6648
6649MBMSSchedulingInformation ::= SEQUENCE {
6650 -- MBMS Scheduling Information IEs
6651 serviceSchedulingInfoList MBMS-ServiceSchedulingInfoList-r6,
6652 -- Non critical extensions
6653 nonCriticalExtensions SEQUENCE {} OPTIONAL
6654}
6655
6656-- ***************************************************
6657--
6658-- MBMS UNMODIFIED SERVICES INFORMATION
6659--
6660-- ***************************************************
6661
6662MBMSUnmodifiedServicesInformation ::= SEQUENCE {
6663 -- MBMS Unmodified Services Information IEs
6664 unmodifiedServiceList MBMS-UnmodifiedServiceList-r6 OPTIONAL,
6665 -- Non critical extensions
6666 nonCriticalExtensions SEQUENCE {} OPTIONAL
6667}
6668
6669END
6670
6671InformationElements DEFINITIONS AUTOMATIC TAGS ::=
6672
6673-- ***************************************************
6674--
6675-- CORE NETWORK INFORMATION ELEMENTS (10.3.1)
6676--
6677-- ***************************************************
6678
6679BEGIN
6680
6681IMPORTS
6682
6683 hiPDSCHidentities,
6684 hiPUSCHidentities,
6685 hiRM,
6686 maxAC,
6687 maxAdditionalMeas,
6688 maxASC,
6689 maxASCmap,
6690 maxASCpersist,
6691 maxCCTrCH,
6692 maxCellMeas,
6693 maxCellMeas-1,
6694 maxCNdomains,
6695 maxCPCHsets,
6696 maxDPCH-DLchan,
6697 maxDPDCH-UL,
6698 maxDRACclasses,
6699 maxE-DCHMACdFlow,
6700 maxE-DCHMACdFlow-1,
6701 maxFACHPCH,
6702 maxFreq,
6703 maxFreqBandsFDD,
6704 maxFreqBandsFDD-ext,
6705 maxFreqBandsTDD,
6706 maxFreqBandsGSM,
6707 maxGERAN-SI,
6708 maxHProcesses,
6709 maxHSDSCHTBIndex,
6710 maxHSDSCHTBIndex-tdd384,
6711 maxHSSCCHs,
6712 maxInterSysMessages,
6713 maxLoCHperRLC,
6714 maxMAC-d-PDUsizes,
6715 maxMBMS-CommonCCTrCh,
6716 maxMBMS-CommonPhyCh,
6717 maxMBMS-CommonRB,
6718 maxMBMS-CommonTrCh,
6719 maxMBMS-Freq,
6720 maxMBMS-L1CP,
6721 maxMBMSservCount,
6722 maxMBMSservModif,
6723 maxMBMSservSched,
6724 maxMBMSservUnmodif,
6725 maxMBMSTransmis,
6726 maxMeasEvent,
6727 maxMeasIntervals,
6728 maxMeasParEvent,
6729 maxNumCDMA2000Freqs,
6730 maxNumFDDFreqs,
6731 maxNumGSMFreqRanges,
6732 maxGSMTargetCells,
6733 maxNumTDDFreqs,
6734 maxOtherRAT,
6735 maxOtherRAT-16,
6736 maxPage1,
6737 maxPCPCH-APsig,
6738 maxPCPCH-APsubCh,
6739 maxPCPCH-CDsig,
6740 maxPCPCH-CDsubCh,
6741 maxPCPCH-SF,
6742 maxPCPCHs,
6743 maxPDCPAlgoType,
6744 maxPDSCH,
6745 maxPDSCH-TFCIgroups,
6746 maxPRACH,
6747 maxPRACH-FPACH,
6748 maxPredefConfig,
6749 maxPUSCH,
6750 maxQueueIDs,
6751 maxRABsetup,
6752 maxRAT,
6753 maxRB,
6754 maxRBallRABs,
6755 maxRBperTrCh,
6756 maxRBMuxOptions,
6757 maxRBperRAB,
6758 maxReportedGSMCells,
6759 maxRLCPDUsizePerLogChan,
6760 maxSRBsetup,
6761 maxRL,
6762 maxRL-1,
6763 maxEDCHRL,
6764 maxROHC-PacketSizes-r4,
6765 maxROHC-Profile-r4,
6766 maxSCCPCH,
6767 maxSat,
6768 maxSIB,
6769 maxSIB-FACH,
6770 maxSystemCapability,
6771 maxTF,
6772 maxTF-CPCH,
6773 maxTFC,
6774 maxTFCsub,
6775 maxTFCI-2-Combs,
6776 maxTGPS,
6777 maxTrCH,
6778 maxTrCHpreconf,
6779 maxTS,
6780 maxTS-1,
6781 maxTS-2,
6782 maxTS-LCR,
6783 maxTS-LCR-1,
6784 maxURA,
6785 maxURNTI-Group
6786FROM Constant-definitions;
6787
6788Ansi-41-IDNNS ::= BIT STRING (SIZE (14))
6789
6790CN-DomainIdentity ::= ENUMERATED {
6791 cs-domain,
6792 ps-domain }
6793
6794CN-DomainInformation ::= SEQUENCE {
6795 cn-DomainIdentity CN-DomainIdentity,
6796 cn-DomainSpecificNAS-Info NAS-SystemInformationGSM-MAP
6797}
6798
6799CN-DomainInformationFull ::= SEQUENCE {
6800 cn-DomainIdentity CN-DomainIdentity,
6801 cn-DomainSpecificNAS-Info NAS-SystemInformationGSM-MAP,
6802 cn-DRX-CycleLengthCoeff CN-DRX-CycleLengthCoefficient
6803}
6804
6805CN-DomainInformationList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
6806 CN-DomainInformation
6807
6808CN-DomainInformationListFull ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
6809 CN-DomainInformationFull
6810
6811CN-DomainSysInfo ::= SEQUENCE {
6812 cn-DomainIdentity CN-DomainIdentity,
6813 cn-Type CHOICE {
6814 gsm-MAP NAS-SystemInformationGSM-MAP,
6815 ansi-41 NAS-SystemInformationANSI-41
6816 },
6817 cn-DRX-CycleLengthCoeff CN-DRX-CycleLengthCoefficient
6818}
6819
6820CN-DomainSysInfoList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
6821 CN-DomainSysInfo
6822
6823CN-InformationInfo ::= SEQUENCE {
6824 plmn-Identity PLMN-Identity OPTIONAL,
6825 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP OPTIONAL,
6826 cn-DomainInformationList CN-DomainInformationList OPTIONAL
6827}
6828
6829CN-InformationInfo-r6 ::= SEQUENCE {
6830 plmn-Identity PLMN-Identity OPTIONAL,
6831 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP OPTIONAL,
6832 cn-DomainInformationList CN-DomainInformationList OPTIONAL,
6833 primary-plmn-Identity PLMN-Identity OPTIONAL
6834}
6835
6836CN-InformationInfoFull ::= SEQUENCE {
6837 plmn-Identity PLMN-Identity OPTIONAL,
6838 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP OPTIONAL,
6839 cn-DomainInformationListFull CN-DomainInformationListFull OPTIONAL
6840}
6841
6842Digit ::= INTEGER (0..9)
6843
6844Gsm-map-IDNNS ::= SEQUENCE {
6845 routingbasis CHOICE {
6846 localPTMSI SEQUENCE {
6847 routingparameter RoutingParameter
6848 },
6849 tMSIofsamePLMN SEQUENCE {
6850 routingparameter RoutingParameter
6851 },
6852 tMSIofdifferentPLMN SEQUENCE {
6853 routingparameter RoutingParameter
6854 },
6855 iMSIresponsetopaging SEQUENCE {
6856 routingparameter RoutingParameter
6857 },
6858 iMSIcauseUEinitiatedEvent SEQUENCE {
6859 routingparameter RoutingParameter
6860 },
6861 iMEI SEQUENCE {
6862 routingparameter RoutingParameter
6863 },
6864 spare2 SEQUENCE {
6865 routingparameter RoutingParameter
6866 },
6867 spare1 SEQUENCE {
6868 routingparameter RoutingParameter
6869 }
6870 },
6871 -- dummy is not used in this version of the specification and
6872 -- it should be ignored by the receiver.
6873 dummy BOOLEAN
6874}
6875
6876IMEI ::= SEQUENCE (SIZE (15)) OF
6877 IMEI-Digit
6878
6879IMEI-Digit ::= INTEGER (0..15)
6880
6881IMSI-GSM-MAP ::= SEQUENCE (SIZE (6..21)) OF
6882 Digit
6883
6884IntraDomainNasNodeSelector ::= SEQUENCE {
6885 version CHOICE {
6886 release99 SEQUENCE {
6887 cn-Type CHOICE {
6888 gsm-Map-IDNNS Gsm-map-IDNNS,
6889 ansi-41-IDNNS Ansi-41-IDNNS
6890 }
6891 },
6892 later SEQUENCE {
6893 futurecoding BIT STRING (SIZE (15))
6894 }
6895 }
6896}
6897
6898LAI ::= SEQUENCE {
6899 plmn-Identity PLMN-Identity,
6900 lac BIT STRING (SIZE (16))
6901}
6902
6903MCC ::= SEQUENCE (SIZE (3)) OF
6904 Digit
6905
6906MNC ::= SEQUENCE (SIZE (2..3)) OF
6907 Digit
6908
6909MultiplePLMN-List-r6 ::= SEQUENCE {
6910 mibPLMN-Identity BOOLEAN,
6911 multiplePLMNs SEQUENCE (SIZE (1..5)) OF
6912 PLMN-IdentityWithOptionalMCC-r6
6913}
6914
6915NAS-Message ::= OCTET STRING (SIZE (1..4095))
6916
6917NAS-Synchronisation-Indicator ::= BIT STRING(SIZE(4))
6918
6919NAS-SystemInformationGSM-MAP ::= OCTET STRING (SIZE (1..8))
6920
6921P-TMSI-GSM-MAP ::= BIT STRING (SIZE (32))
6922
6923PagingRecordTypeID ::= ENUMERATED {
6924 imsi-GSM-MAP,
6925 tmsi-GSM-MAP-P-TMSI,
6926 imsi-DS-41,
6927 tmsi-DS-41 }
6928
6929PLMN-Identity ::= SEQUENCE {
6930 mcc MCC,
6931 mnc MNC
6932}
6933
6934PLMN-IdentityWithOptionalMCC-r6 ::= SEQUENCE {
6935 mcc MCC OPTIONAL,
6936 mnc MNC
6937}
6938
6939PLMN-Type ::= CHOICE {
6940 gsm-MAP SEQUENCE {
6941 plmn-Identity PLMN-Identity
6942 },
6943 ansi-41 SEQUENCE {
6944 p-REV P-REV,
6945 min-P-REV Min-P-REV,
6946 sid SID,
6947 nid NID
6948 },
6949 gsm-MAP-and-ANSI-41 SEQUENCE {
6950 plmn-Identity PLMN-Identity,
6951 p-REV P-REV,
6952 min-P-REV Min-P-REV,
6953 sid SID,
6954 nid NID
6955 },
6956 spare NULL
6957}
6958
6959RAB-Identity ::= CHOICE {
6960 gsm-MAP-RAB-Identity BIT STRING (SIZE (8)),
6961 ansi-41-RAB-Identity BIT STRING (SIZE (8))
6962}
6963
6964RAI ::= SEQUENCE {
6965 lai LAI,
6966 rac RoutingAreaCode
6967}
6968
6969RoutingAreaCode ::= BIT STRING (SIZE (8))
6970
6971RoutingParameter ::= BIT STRING (SIZE (10))
6972
6973TMSI-GSM-MAP ::= BIT STRING (SIZE (32))
6974
6975-- ***************************************************
6976--
6977-- UTRAN MOBILITY INFORMATION ELEMENTS (10.3.2)
6978--
6979-- ***************************************************
6980
6981AccessClassBarred ::= ENUMERATED {
6982 barred, notBarred }
6983
6984AccessClassBarredList ::= SEQUENCE (SIZE (maxAC)) OF
6985 AccessClassBarred
6986
6987AllowedIndicator ::= ENUMERATED {
6988 allowed, notAllowed }
6989
6990CellAccessRestriction ::= SEQUENCE {
6991 cellBarred CellBarred,
6992 cellReservedForOperatorUse ReservedIndicator,
6993 cellReservationExtension ReservedIndicator,
6994 -- NOTE: IE accessClassBarredList should not be included if the IE CellAccessRestriction
6995 -- is included in the IE SysInfoType4
6996 accessClassBarredList AccessClassBarredList OPTIONAL
6997}
6998
6999CellBarred ::= CHOICE {
7000 barred SEQUENCE {
7001 intraFreqCellReselectionInd AllowedIndicator,
7002 t-Barred T-Barred
7003 },
7004 notBarred NULL
7005}
7006
7007CellIdentity ::= BIT STRING (SIZE (28))
7008
7009CellIdentity-PerRL-List ::= SEQUENCE (SIZE (1..maxRL)) OF CellIdentity
7010
7011CellSelectReselectInfoSIB-3-4 ::= SEQUENCE {
7012 mappingInfo MappingInfo OPTIONAL,
7013 cellSelectQualityMeasure CHOICE {
7014 cpich-Ec-N0 SEQUENCE {
7015 -- Default value for q-HYST-2-S is q-HYST-1-S
7016 q-HYST-2-S Q-Hyst-S OPTIONAL
7017 -- Default value for q-HYST-2-S is q-HYST-1-S
7018 },
7019 cpich-RSCP NULL
7020 },
7021 modeSpecificInfo CHOICE {
7022 fdd SEQUENCE {
7023 s-Intrasearch S-SearchQual OPTIONAL,
7024 s-Intersearch S-SearchQual OPTIONAL,
7025 s-SearchHCS S-SearchRXLEV OPTIONAL,
7026 rat-List RAT-FDD-InfoList OPTIONAL,
7027 q-QualMin Q-QualMin,
7028 q-RxlevMin Q-RxlevMin
7029 },
7030 tdd SEQUENCE {
7031 s-Intrasearch S-SearchRXLEV OPTIONAL,
7032 s-Intersearch S-SearchRXLEV OPTIONAL,
7033 s-SearchHCS S-SearchRXLEV OPTIONAL,
7034 rat-List RAT-TDD-InfoList OPTIONAL,
7035 q-RxlevMin Q-RxlevMin
7036 }
7037 },
7038 q-Hyst-l-S Q-Hyst-S,
7039 t-Reselection-S T-Reselection-S,
7040 hcs-ServingCellInformation HCS-ServingCellInformation OPTIONAL,
7041 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
7042}
7043
7044DomainSpecificAccessRestrictionForSharedNetwork-v670ext ::= CHOICE {
7045 domainSpecificAccessRestictionList DomainSpecificAccessRestrictionList-v670ext,
7046 domainSpecificAccessRestictionParametersForAll DomainSpecificAccessRestrictionParam-v670ext
7047}
7048
7049DomainSpecificAccessRestrictionList-v670ext ::= SEQUENCE {
7050 domainSpecificAccessRestrictionParametersForOperator1
7051 DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
7052 domainSpecificAccessRestrictionParametersForOperator2
7053 DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
7054 domainSpecificAccessRestrictionParametersForOperator3
7055 DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
7056 domainSpecificAccessRestrictionParametersForOperator4
7057 DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
7058 domainSpecificAccessRestrictionParametersForOperator5
7059 DomainSpecificAccessRestrictionParam-v670ext OPTIONAL
7060}
7061
7062DomainSpecificAccessRestrictionParam-v670ext ::= SEQUENCE {
7063 cSDomainSpecificAccessRestriction DomainSpecificAccessRestriction-v670ext,
7064 pSDomainSpecificAccessRestriction DomainSpecificAccessRestriction-v670ext
7065}
7066
7067DomainSpecificAccessRestriction-v670ext ::= CHOICE {
7068 noRestriction NULL,
7069 restriction SEQUENCE {
7070 domainSpecficAccessClassBarredList AccessClassBarredList OPTIONAL
7071 }
7072}
7073
7074MapParameter ::= INTEGER (0..99)
7075
7076Mapping ::= SEQUENCE {
7077 rat RAT,
7078 mappingFunctionParameterList MappingFunctionParameterList
7079}
7080
7081Mapping-LCR-r4 ::= SEQUENCE {
7082 mappingFunctionParameterList MappingFunctionParameterList
7083}
7084
7085MappingFunctionParameter ::= SEQUENCE {
7086 functionType MappingFunctionType,
7087 mapParameter1 MapParameter OPTIONAL,
7088 mapParameter2 MapParameter,
7089 -- The presence of upperLimit is conditional on the number of repetition
7090 upperLimit UpperLimit OPTIONAL
7091}
7092
7093MappingFunctionParameterList ::= SEQUENCE (SIZE (1..maxMeasIntervals)) OF
7094 MappingFunctionParameter
7095
7096MappingFunctionType ::= ENUMERATED {
7097 linear,
7098 functionType2,
7099 functionType3,
7100 functionType4 }
7101
7102-- In MappingInfo list, mapping for FDD and 3.84Mcps TDD is defined.
7103-- For 1.28Mcps TDD, Mapping-LCR-r4 is used instead.
7104MappingInfo ::= SEQUENCE (SIZE (1..maxRAT)) OF
7105 Mapping
7106
7107-- Actual value Q-Hyst-S = IE value * 2
7108Q-Hyst-S ::= INTEGER (0..20)
7109
7110Q-Hyst-S-Fine ::= INTEGER (0..40)
7111
7112RAT ::= ENUMERATED {
7113 utra-FDD,
7114 utra-TDD,
7115 gsm,
7116 cdma2000 }
7117
7118RAT-FDD-Info ::= SEQUENCE {
7119 rat-Identifier RAT-Identifier,
7120 s-SearchRAT S-SearchQual,
7121 s-HCS-RAT S-SearchRXLEV OPTIONAL,
7122 s-Limit-SearchRAT S-SearchQual
7123}
7124
7125RAT-FDD-InfoList ::= SEQUENCE (SIZE (1..maxOtherRAT)) OF
7126 RAT-FDD-Info
7127
7128RAT-Identifier ::= ENUMERATED {
7129 gsm, cdma2000 }
7130
7131RAT-TDD-Info ::= SEQUENCE {
7132 rat-Identifier RAT-Identifier,
7133 s-SearchRAT S-SearchRXLEV,
7134 s-HCS-RAT S-SearchRXLEV OPTIONAL,
7135 s-Limit-SearchRAT S-SearchRXLEV
7136}
7137
7138RAT-TDD-InfoList ::= SEQUENCE (SIZE (1..maxOtherRAT)) OF
7139 RAT-TDD-Info
7140
7141ReservedIndicator ::= ENUMERATED {
7142 reserved,
7143 notReserved }
7144
7145-- Actual value S-SearchQual = IE value * 2
7146S-SearchQual ::= INTEGER (-16..10)
7147
7148-- Actual value S-SearchRXLEV = (IE value * 2) + 1
7149S-SearchRXLEV ::= INTEGER (-53..45)
7150
7151-- Actual value ScalingFactor = IE value * 0.1
7152SpeedDependentScalingFactor ::= INTEGER (0..10)
7153
7154T-Barred ::= ENUMERATED {
7155 s10, s20, s40, s80,
7156 s160, s320, s640, s1280 }
7157
7158T-Reselection-S ::= INTEGER (0..31)
7159
7160-- Actual value T-Reselection-S-Fine = IE value * 0.2
7161T-Reselection-S-Fine ::= INTEGER (0..31)
7162
7163-- Actual value ScalingFactor = IE value * 0.25
7164TreselectionScalingFactor ::= INTEGER (4..19)
7165
7166-- For UpperLimit, the used range depends on the RAT used.
7167UpperLimit ::= INTEGER (1..91)
7168
7169URA-Identity ::= BIT STRING (SIZE (16))
7170
7171URA-IdentityList ::= SEQUENCE (SIZE (1..maxURA)) OF
7172 URA-Identity
7173
7174-- ***************************************************
7175--
7176-- USER EQUIPMENT INFORMATION ELEMENTS (10.3.3)
7177--
7178-- ***************************************************
7179
7180AccessStratumReleaseIndicator ::= ENUMERATED {
7181 rel-4, rel-5, rel-6, rel-7,
7182 spare12, spare11, spare10, spare9, spare8,
7183 spare7, spare6, spare5, spare4, spare3,
7184 spare2, spare1 }
7185
7186-- TABULAR : for ActivationTime, value 'now' always appear as default, and is encoded
7187-- by absence of the field
7188ActivationTime ::= INTEGER (0..255)
7189
7190BackoffControlParams ::= SEQUENCE {
7191 n-AP-RetransMax N-AP-RetransMax,
7192 n-AccessFails N-AccessFails,
7193 nf-BO-NoAICH NF-BO-NoAICH,
7194 ns-BO-Busy NS-BO-Busy,
7195 nf-BO-AllBusy NF-BO-AllBusy,
7196 nf-BO-Mismatch NF-BO-Mismatch,
7197 t-CPCH T-CPCH
7198}
7199
7200C-RNTI ::= BIT STRING (SIZE (16))
7201
7202CapabilityUpdateRequirement ::= SEQUENCE {
7203 ue-RadioCapabilityFDDUpdateRequirement BOOLEAN,
7204 -- ue-RadioCapabilityTDDUpdateRequirement is for 3.84Mcps TDD update requirement
7205 ue-RadioCapabilityTDDUpdateRequirement BOOLEAN,
7206 systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList OPTIONAL
7207}
7208
7209CapabilityUpdateRequirement-r4-ext ::= SEQUENCE {
7210 ue-RadioCapabilityUpdateRequirement-TDD128 BOOLEAN
7211}
7212
7213CapabilityUpdateRequirement-r4 ::= SEQUENCE {
7214 ue-RadioCapabilityFDDUpdateRequirement-FDD BOOLEAN,
7215 ue-RadioCapabilityTDDUpdateRequirement-TDD384 BOOLEAN,
7216 ue-RadioCapabilityTDDUpdateRequirement-TDD128 BOOLEAN,
7217 systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList OPTIONAL
7218}
7219
7220CapabilityUpdateRequirement-r7-ext ::= SEQUENCE {
7221 ue-RadioCapabilityUpdateRequirement-TDD768 BOOLEAN
7222}
7223
7224-- If the IE CellUpdateCause has the value 'cellUpdateCause-ext', the actual value is
7225-- defined in the IE CellUpdateCause-ext.
7226CellUpdateCause ::= ENUMERATED {
7227 cellReselection,
7228 periodicalCellUpdate,
7229 uplinkDataTransmission,
7230 utran-pagingResponse,
7231 re-enteredServiceArea,
7232 radiolinkFailure,
7233 rlc-unrecoverableError,
7234 cellUpdateCause-ext }
7235
7236-- The IE CellUpdateCause-ext shall be present, if the IE CellUpdateCause has the
7237-- value 'cellUpdateCause-ext'.
7238CellUpdateCause-ext ::= ENUMERATED {
7239 mbms-Reception,
7240 mbms-PTP-RB-Request, spare2, spare1 }
7241
7242ChipRateCapability ::= ENUMERATED {
7243 mcps3-84, mcps1-28 }
7244
7245ChipRateCapability-r7 ::= ENUMERATED {
7246 mcps3-84, mcps7-68, mcps1-28 }
7247
7248CipheringAlgorithm ::= ENUMERATED {
7249 uea0, uea1 }
7250
7251CipheringModeCommand ::= CHOICE {
7252 startRestart CipheringAlgorithm,
7253 dummy NULL
7254}
7255
7256CipheringModeInfo ::= SEQUENCE {
7257 -- TABULAR: The ciphering algorithm is included in the CipheringModeCommand.
7258 cipheringModeCommand CipheringModeCommand,
7259 activationTimeForDPCH ActivationTime OPTIONAL,
7260 rb-DL-CiphActivationTimeInfo RB-ActivationTimeInfoList OPTIONAL
7261}
7262
7263CN-DRX-CycleLengthCoefficient ::= INTEGER (6..9)
7264
7265CN-PagedUE-Identity ::= CHOICE {
7266 imsi-GSM-MAP IMSI-GSM-MAP,
7267 tmsi-GSM-MAP TMSI-GSM-MAP,
7268 p-TMSI-GSM-MAP P-TMSI-GSM-MAP,
7269 imsi-DS-41 IMSI-DS-41,
7270 tmsi-DS-41 TMSI-DS-41,
7271 spare3 NULL,
7272 spare2 NULL,
7273 spare1 NULL
7274}
7275
7276CompressedModeMeasCapability ::= SEQUENCE {
7277 fdd-Measurements BOOLEAN,
7278 -- TABULAR: The IEs tdd-Measurements, gsm-Measurements and multiCarrierMeasurements
7279 -- are made optional since they are conditional based on another information element.
7280 -- Their absence corresponds to the case where the condition is not true.
7281 tdd-Measurements BOOLEAN OPTIONAL,
7282 gsm-Measurements GSM-Measurements OPTIONAL,
7283 multiCarrierMeasurements BOOLEAN OPTIONAL
7284}
7285
7286CompressedModeMeasCapability-LCR-r4 ::= SEQUENCE {
7287 tdd128-Measurements BOOLEAN OPTIONAL
7288}
7289
7290CompressedModeMeasCapabFDDList ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
7291 CompressedModeMeasCapabFDD
7292
7293CompressedModeMeasCapabFDDList2 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
7294 CompressedModeMeasCapabFDD2
7295
7296CompressedModeMeasCapabFDDList-ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
7297 CompressedModeMeasCapabFDD-ext
7298
7299CompressedModeMeasCapabFDD ::= SEQUENCE {
7300 radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
7301 dl-MeasurementsFDD BOOLEAN,
7302 ul-MeasurementsFDD BOOLEAN
7303}
7304
7305CompressedModeMeasCapabFDD2 ::= SEQUENCE {
7306 -- UE may omit both IEs if this IE indicates the compressed mode capability within the same
7307 -- frequency band. Otherwise, the UE shall include either one of the following OPTIONAL IEs.
7308 radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
7309 radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
7310 dl-MeasurementsFDD BOOLEAN,
7311 ul-MeasurementsFDD BOOLEAN
7312}
7313
7314CompressedModeMeasCapabFDD-ext ::= SEQUENCE {
7315 radioFrequencyBandFDD2 RadioFrequencyBandFDD2,
7316 dl-MeasurementsFDD BOOLEAN,
7317 ul-MeasurementsFDD BOOLEAN
7318}
7319
7320CompressedModeMeasCapabTDDList ::= SEQUENCE (SIZE (1..maxFreqBandsTDD)) OF
7321 CompressedModeMeasCapabTDD
7322
7323CompressedModeMeasCapabTDD ::= SEQUENCE {
7324 radioFrequencyBandTDD RadioFrequencyBandTDD,
7325 dl-MeasurementsTDD BOOLEAN,
7326 ul-MeasurementsTDD BOOLEAN
7327}
7328
7329CompressedModeMeasCapabGSMList ::= SEQUENCE (SIZE (1..maxFreqBandsGSM)) OF
7330 CompressedModeMeasCapabGSM
7331
7332CompressedModeMeasCapabGSM ::= SEQUENCE {
7333 radioFrequencyBandGSM RadioFrequencyBandGSM,
7334 dl-MeasurementsGSM BOOLEAN,
7335 ul-MeasurementsGSM BOOLEAN
7336}
7337
7338CompressedModeMeasCapabMC ::= SEQUENCE {
7339 dl-MeasurementsMC BOOLEAN,
7340 ul-MeasurementsMC BOOLEAN
7341}
7342
7343CPCH-Parameters ::= SEQUENCE {
7344 initialPriorityDelayList InitialPriorityDelayList OPTIONAL,
7345 backoffControlParams BackoffControlParams,
7346 -- TABULAR: TPC step size nested inside PowerControlAlgorithm
7347 powerControlAlgorithm PowerControlAlgorithm,
7348 dl-DPCCH-BER DL-DPCCH-BER
7349}
7350
7351DL-CapabilityWithSimultaneousHS-DSCHConfig ::= ENUMERATED{kbps32, kbps64, kbps128, kbps384}
7352
7353DL-DPCCH-BER ::= INTEGER (0..63)
7354
7355DL-PhysChCapabilityFDD ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -07007356 -- The IE “maxNoDPCH-PDSCH-Codes” only gives information on the maximum number of DPCH Codes.
Lev Walkin76289e12006-10-24 02:17:20 +00007357 maxNoDPCH-PDSCH-Codes INTEGER (1..8),
7358 maxNoPhysChBitsReceived MaxNoPhysChBitsReceived,
7359 supportForSF-512 BOOLEAN,
7360 -- dummy and dummy2 are not used in this version of the specification
7361 -- and if received they should be ignored.
7362 dummy BOOLEAN,
7363 dummy2 SimultaneousSCCPCH-DPCH-Reception
7364}
7365
7366DL-PhysChCapabilityFDD-v380ext ::= SEQUENCE {
7367 -- dummy is not used in this version of the specification, it should
7368 -- not be sent and if received it should be ignored.
7369 dummy SupportOfDedicatedPilotsForChEstimation OPTIONAL
7370}
7371
7372SupportOfDedicatedPilotsForChEstimation ::= ENUMERATED { true }
7373
7374DL-PhysChCapabilityTDD ::= SEQUENCE {
7375 maxTS-PerFrame MaxTS-PerFrame,
7376 maxPhysChPerFrame MaxPhysChPerFrame,
7377 minimumSF MinimumSF-DL,
7378 supportOfPDSCH BOOLEAN,
7379 maxPhysChPerTS MaxPhysChPerTS
7380}
7381
7382DL-PhysChCapabilityTDD-LCR-r4 ::= SEQUENCE {
7383 maxTS-PerSubFrame MaxTS-PerSubFrame-r4,
7384 maxPhysChPerFrame MaxPhysChPerSubFrame-r4,
7385 minimumSF MinimumSF-DL,
7386 supportOfPDSCH BOOLEAN,
7387 maxPhysChPerTS MaxPhysChPerTS,
7388 supportOf8PSK BOOLEAN
7389}
7390
7391DL-PhysChCapabilityTDD-768 ::= SEQUENCE {
7392 maxTS-PerFrame MaxTS-PerFrame,
7393 maxPhysChPerFrame MaxPhysChPerFrame-768,
7394 minimumSF MinimumSF-DL-768,
7395 supportOfPDSCH BOOLEAN,
7396 maxPhysChPerTS MaxPhysChPerTS-768
7397}
7398
7399DL-TransChCapability ::= SEQUENCE {
7400 maxNoBitsReceived MaxNoBits,
7401 maxConvCodeBitsReceived MaxNoBits,
7402 turboDecodingSupport TurboSupport,
7403 maxSimultaneousTransChs MaxSimultaneousTransChsDL,
7404 maxSimultaneousCCTrCH-Count MaxSimultaneousCCTrCH-Count,
7405 maxReceivedTransportBlocks MaxTransportBlocksDL,
7406 maxNumberOfTFC MaxNumberOfTFC-DL,
7407 maxNumberOfTF MaxNumberOfTF
7408}
7409
7410DRAC-SysInfo ::= SEQUENCE {
7411 transmissionProbability TransmissionProbability,
7412 maximumBitRate MaximumBitRate
7413}
7414
7415DRAC-SysInfoList ::= SEQUENCE (SIZE (1..maxDRACclasses)) OF
7416 DRAC-SysInfo
7417
7418DSCH-RNTI ::= BIT STRING (SIZE (16))
7419
7420DelayRestrictionFlag ::= ENUMERATED { true }
7421
7422E-RNTI ::= BIT STRING (SIZE (16))
7423
7424ESN-DS-41 ::= BIT STRING (SIZE (32))
7425
7426EstablishmentCause ::= ENUMERATED {
7427 originatingConversationalCall,
7428 originatingStreamingCall,
7429 originatingInteractiveCall,
7430 originatingBackgroundCall,
7431 originatingSubscribedTrafficCall,
7432 terminatingConversationalCall,
7433 terminatingStreamingCall,
7434 terminatingInteractiveCall,
7435 terminatingBackgroundCall,
7436 emergencyCall,
7437 interRAT-CellReselection,
7438 interRAT-CellChangeOrder,
7439 registration,
7440 detach,
7441 originatingHighPrioritySignalling,
7442 originatingLowPrioritySignalling,
7443 callRe-establishment,
7444 terminatingHighPrioritySignalling,
7445 terminatingLowPrioritySignalling,
7446 terminatingCauseUnknown,
7447 mbms-Reception,
7448 mbms-PTP-RB-Request,
7449 spare10,
7450 spare9,
7451 spare8,
7452 spare7,
7453 spare6,
7454 spare5,
7455 spare4,
7456 spare3,
7457 spare2,
7458 spare1 }
7459
7460FailureCauseWithProtErr ::= CHOICE {
7461 configurationUnsupported NULL,
7462 physicalChannelFailure NULL,
7463 incompatibleSimultaneousReconfiguration
7464 NULL,
7465 compressedModeRuntimeError TGPSI,
7466 protocolError ProtocolErrorInformation,
7467 cellUpdateOccurred NULL,
7468 invalidConfiguration NULL,
7469 configurationIncomplete NULL,
7470 unsupportedMeasurement NULL,
7471 mbmsSessionAlreadyReceivedCorrectly NULL,
7472 lowerPriorityMBMSService NULL,
7473 spare5 NULL,
7474 spare4 NULL,
7475 spare3 NULL,
7476 spare2 NULL,
7477 spare1 NULL
7478}
7479
7480FailureCauseWithProtErrTrId ::= SEQUENCE {
7481 rrc-TransactionIdentifier RRC-TransactionIdentifier,
7482 failureCause FailureCauseWithProtErr
7483}
7484
7485GroupIdentityWithReleaseInformation ::= SEQUENCE {
7486 rrc-ConnectionReleaseInformation RRC-ConnectionReleaseInformation,
7487 groupReleaseInformation GroupReleaseInformation
7488 }
7489
7490GroupReleaseInformation ::= SEQUENCE {
7491 uRNTI-Group U-RNTI-Group
7492}
7493
7494GSM-Measurements ::= SEQUENCE {
7495 gsm900 BOOLEAN,
7496 dcs1800 BOOLEAN,
7497 gsm1900 BOOLEAN
7498}
7499
7500H-RNTI ::= BIT STRING (SIZE (16))
7501
7502HSDSCH-physical-layer-category ::= INTEGER (1..64)
7503
7504UESpecificBehaviourInformation1idle ::= BIT STRING (SIZE (4))
7505
7506UESpecificBehaviourInformation1interRAT ::= BIT STRING (SIZE (8))
7507
7508
7509IMSI-and-ESN-DS-41 ::= SEQUENCE {
7510 imsi-DS-41 IMSI-DS-41,
7511 esn-DS-41 ESN-DS-41
7512}
7513
7514IMSI-DS-41 ::= OCTET STRING (SIZE (5..7))
7515
7516InitialPriorityDelayList ::= SEQUENCE (SIZE (1..maxASC)) OF
7517 NS-IP
7518
7519InitialUE-Identity ::= CHOICE {
7520 imsi IMSI-GSM-MAP,
7521 tmsi-and-LAI TMSI-and-LAI-GSM-MAP,
7522 p-TMSI-and-RAI P-TMSI-and-RAI-GSM-MAP,
7523 imei IMEI,
7524 esn-DS-41 ESN-DS-41,
7525 imsi-DS-41 IMSI-DS-41,
7526 imsi-and-ESN-DS-41 IMSI-and-ESN-DS-41,
7527 tmsi-DS-41 TMSI-DS-41
7528}
7529
7530IntegrityCheckInfo ::= SEQUENCE {
7531 messageAuthenticationCode MessageAuthenticationCode,
7532 rrc-MessageSequenceNumber RRC-MessageSequenceNumber
7533}
7534
7535IntegrityProtActivationInfo ::= SEQUENCE {
7536 rrc-MessageSequenceNumberList RRC-MessageSequenceNumberList
7537}
7538
7539IntegrityProtectionAlgorithm ::= ENUMERATED {
7540 uia1 }
7541
7542
7543IntegrityProtectionModeCommand ::= CHOICE {
7544 startIntegrityProtection SEQUENCE {
7545 integrityProtInitNumber IntegrityProtInitNumber
7546 },
7547 modify SEQUENCE {
7548 dl-IntegrityProtActivationInfo IntegrityProtActivationInfo
7549 }
7550}
7551
7552IntegrityProtectionModeInfo ::= SEQUENCE {
7553 -- TABULAR: DL integrity protection activation info and Integrity
7554 -- protection intialisation number have been nested inside
7555 -- IntegrityProtectionModeCommand.
7556 integrityProtectionModeCommand IntegrityProtectionModeCommand,
7557 integrityProtectionAlgorithm IntegrityProtectionAlgorithm OPTIONAL
7558}
7559
7560IntegrityProtInitNumber ::= BIT STRING (SIZE (32))
7561
7562-- dummy is not used in this version of the specification, it should
7563-- not be sent and if received it should be ignored.
7564MaxHcContextSpace ::= ENUMERATED {
7565 dummy, by1024, by2048, by4096,
7566 by8192 }
7567
7568MaxHcContextSpace-r5-ext ::= ENUMERATED {
7569 by16384, by32768, by65536, by131072 }
7570
7571
7572MaxROHC-ContextSessions-r4 ::= ENUMERATED {
7573 s2, s4, s8, s12, s16, s24, s32, s48,
7574 s64, s128, s256, s512, s1024, s16384 }
7575
7576MaximumAM-EntityNumberRLC-Cap ::= ENUMERATED {
7577 dummy, am4, am5, am6,
7578 am8, am16, am30 }
7579
7580-- Actual value MaximumBitRate = IE value * 16
7581MaximumBitRate ::= INTEGER (0..32)
7582
7583MaximumRLC-WindowSize ::= ENUMERATED { mws2047, mws4095 }
7584
7585MaxNoDPDCH-BitsTransmitted ::= ENUMERATED {
7586 b600, b1200, b2400, b4800,
7587 b9600, b19200, b28800, b38400,
7588 b48000, b57600 }
7589
7590MaxNoBits ::= ENUMERATED {
7591 b640, b1280, b2560, b3840, b5120,
7592 b6400, b7680, b8960, b10240,
7593 b20480, b40960, b81920, b163840 }
7594
7595MaxNoPhysChBitsReceived ::= ENUMERATED {
7596 dummy, b1200, b2400, b3600,
7597 b4800, b7200, b9600, b14400,
7598 b19200, b28800, b38400, b48000,
7599 b57600, b67200, b76800 }
7600
7601MaxNoSCCPCH-RL ::= ENUMERATED {
7602 rl1 }
7603
7604MaxNumberOfTF ::= ENUMERATED {
7605 tf32, tf64, tf128, tf256,
7606 tf512, tf1024 }
7607
7608MaxNumberOfTFC-DL ::= ENUMERATED {
7609 tfc16, tfc32, tfc48, tfc64, tfc96,
7610 tfc128, tfc256, tfc512, tfc1024 }
7611
7612MaxNumberOfTFC-UL ::= ENUMERATED {
7613 dummy1, dummy2, tfc16, tfc32, tfc48, tfc64,
7614 tfc96, tfc128, tfc256, tfc512, tfc1024 }
7615
Lev Walkin9ab5c762013-04-07 01:33:33 -07007616-- the values 1 …4 for MaxPhysChPerFrame are not used in this version of the protocol
Lev Walkin76289e12006-10-24 02:17:20 +00007617MaxPhysChPerFrame ::= INTEGER (1..224)
7618
7619MaxPhysChPerFrame-768 ::= INTEGER (1..448)
7620
7621MaxPhysChPerSubFrame-r4 ::= INTEGER (1..96)
7622
7623MaxPhysChPerTimeslot ::= ENUMERATED {
7624 ts1, ts2 }
7625
Lev Walkin9ab5c762013-04-07 01:33:33 -07007626-- the values 1 …4 for MaxPhysChPerTS are not used in this version of the protocol
Lev Walkin76289e12006-10-24 02:17:20 +00007627MaxPhysChPerTS ::= INTEGER (1..16)
7628
7629MaxPhysChPerTS-768 ::= INTEGER (1..32)
7630
7631MaxSimultaneousCCTrCH-Count ::= INTEGER (1..8)
7632
7633MaxSimultaneousTransChsDL ::= ENUMERATED {
7634 e4, e8, e16, e32 }
7635
7636MaxSimultaneousTransChsUL ::= ENUMERATED {
7637 dummy, e4, e8, e16, e32 }
7638
7639MaxTransportBlocksDL ::= ENUMERATED {
7640 tb4, tb8, tb16, tb32, tb48,
7641 tb64, tb96, tb128, tb256, tb512 }
7642
7643MaxTransportBlocksUL ::= ENUMERATED {
7644 dummy, tb4, tb8, tb16, tb32, tb48,
7645 tb64, tb96, tb128, tb256, tb512 }
7646
7647MaxTS-PerFrame ::= INTEGER (1..14)
7648
7649MaxTS-PerSubFrame-r4 ::= INTEGER (1..6)
7650
7651-- TABULAR: MeasurementCapability contains dependencies to UE-MultiModeRAT-Capability,
7652-- the conditional fields have been left mandatory for now.
7653MeasurementCapability ::= SEQUENCE {
7654 downlinkCompressedMode CompressedModeMeasCapability,
7655 uplinkCompressedMode CompressedModeMeasCapability
7656}
7657
7658MeasurementCapabilityExt ::= SEQUENCE{
7659 compressedModeMeasCapabFDDList CompressedModeMeasCapabFDDList,
7660 compressedModeMeasCapabTDDList CompressedModeMeasCapabTDDList OPTIONAL,
7661 compressedModeMeasCapabGSMList CompressedModeMeasCapabGSMList OPTIONAL,
7662 compressedModeMeasCapabMC CompressedModeMeasCapabMC OPTIONAL
7663}
7664
7665MeasurementCapabilityExt2 ::= SEQUENCE{
7666 compressedModeMeasCapabFDDList CompressedModeMeasCapabFDDList2,
7667 compressedModeMeasCapabTDDList CompressedModeMeasCapabTDDList OPTIONAL,
7668 compressedModeMeasCapabGSMList CompressedModeMeasCapabGSMList OPTIONAL,
7669 compressedModeMeasCapabMC CompressedModeMeasCapabMC OPTIONAL
7670}
7671
7672
7673MeasurementCapability-r4-ext ::= SEQUENCE {
7674 downlinkCompressedMode-LCR CompressedModeMeasCapability-LCR-r4,
7675 uplinkCompressedMode-LCR CompressedModeMeasCapability-LCR-r4
7676}
7677
7678MessageAuthenticationCode ::= BIT STRING (SIZE (32))
7679
7680MinimumSF-DL ::= ENUMERATED {
7681 sf1, sf16 }
7682
7683MinimumSF-DL-768 ::= ENUMERATED {
7684 sf1, sf32 }
7685
7686MinimumSF-UL ::= ENUMERATED {
7687 sf1, sf2, sf4, sf8, dummy }
7688
7689MultiModeCapability ::= ENUMERATED {
7690 tdd, fdd, fdd-tdd }
7691
7692MultiRAT-Capability ::= SEQUENCE {
7693 supportOfGSM BOOLEAN,
7694 supportOfMulticarrier BOOLEAN
7695}
7696
7697MultiModeRAT-Capability-v590ext ::= SEQUENCE {
7698 supportOfUTRAN-ToGERAN-NACC BOOLEAN
7699}
7700
7701MultiModeRAT-Capability-v680ext ::= SEQUENCE {
7702 supportOfHandoverToGAN ENUMERATED { doesSupportHandoverToGAN } OPTIONAL
7703}
7704
7705N-300 ::= INTEGER (0..7)
7706
7707N-301 ::= INTEGER (0..7)
7708
7709N-302 ::= INTEGER (0..7)
7710
7711N-304 ::= INTEGER (0..7)
7712
7713N-308 ::= INTEGER (1..8)
7714
7715N-310 ::= INTEGER (0..7)
7716
7717N-312 ::= ENUMERATED {
7718 s1, s50, s100, s200, s400,
7719 s600, s800, s1000 }
7720
7721N-312ext ::= ENUMERATED {
7722 s2, s4, s10, s20 }
7723
7724N-312-r5 ::= ENUMERATED {
7725 s1, s2, s4, s10, s20,
7726 s50, s100, s200, s400,
7727 s600, s800, s1000 }
7728
7729N-313 ::= ENUMERATED {
7730 s1, s2, s4, s10, s20,
7731 s50, s100, s200 }
7732
7733N-315 ::= ENUMERATED {
7734 s1, s50, s100, s200, s400,
7735 s600, s800, s1000 }
7736
7737N-315ext ::= ENUMERATED {
7738 s2, s4, s10, s20 }
7739
7740N-315-r5 ::= ENUMERATED {
7741 s1, s2, s4, s10, s20,
7742 s50, s100, s200, s400,
7743 s600, s800, s1000 }
7744
7745
7746N-AccessFails ::= INTEGER (1..64)
7747
7748N-AP-RetransMax ::= INTEGER (1..64)
7749
7750NetworkAssistedGPS-Supported ::= ENUMERATED {
7751 networkBased,
7752 ue-Based,
7753 bothNetworkAndUE-Based,
7754 noNetworkAssistedGPS }
7755
7756NF-BO-AllBusy ::= INTEGER (0..31)
7757
7758NF-BO-NoAICH ::= INTEGER (0..31)
7759
7760NF-BO-Mismatch ::= INTEGER (0..127)
7761
7762NS-BO-Busy ::= INTEGER (0..63)
7763
7764NS-IP ::= INTEGER (0..28)
7765
7766P-TMSI-and-RAI-GSM-MAP ::= SEQUENCE {
7767 p-TMSI P-TMSI-GSM-MAP,
7768 rai RAI
7769}
7770
7771PagingCause ::= ENUMERATED {
7772 terminatingConversationalCall,
7773 terminatingStreamingCall,
7774 terminatingInteractiveCall,
7775 terminatingBackgroundCall,
7776 terminatingHighPrioritySignalling,
7777 terminatingLowPrioritySignalling,
7778 terminatingCauseUnknown,
7779 spare
7780 }
7781
7782PagingRecord ::= CHOICE {
7783 cn-Identity SEQUENCE {
7784 pagingCause PagingCause,
7785 cn-DomainIdentity CN-DomainIdentity,
7786 cn-pagedUE-Identity CN-PagedUE-Identity
7787 },
7788 utran-Identity SEQUENCE {
7789 u-RNTI U-RNTI,
7790 cn-OriginatedPage-connectedMode-UE SEQUENCE {
7791 pagingCause PagingCause,
7792 cn-DomainIdentity CN-DomainIdentity,
7793 pagingRecordTypeID PagingRecordTypeID
7794 } OPTIONAL
7795 }
7796}
7797
7798PagingRecord2-r5 ::= CHOICE {
7799 utran-SingleUE-Identity SEQUENCE {
7800 u-RNTI U-RNTI,
7801 cn-OriginatedPage-connectedMode-UE SEQUENCE {
7802 pagingCause PagingCause,
7803 cn-DomainIdentity CN-DomainIdentity,
7804 pagingRecordTypeID PagingRecordTypeID
7805 } OPTIONAL,
7806 rrc-ConnectionReleaseInformation RRC-ConnectionReleaseInformation
7807 },
7808 utran-GroupIdentity SEQUENCE ( SIZE (1 .. maxURNTI-Group) ) OF
7809 GroupIdentityWithReleaseInformation
7810}
7811
7812PagingRecordList ::= SEQUENCE (SIZE (1..maxPage1)) OF
7813 PagingRecord
7814
7815PagingRecord2List-r5 ::= SEQUENCE (SIZE (1..maxPage1)) OF
7816 PagingRecord2-r5
7817
7818PDCP-Capability ::= SEQUENCE {
7819 losslessSRNS-RelocationSupport BOOLEAN,
7820 -- If present, the "maxHcContextSpace" in the IE "PDCP-Capability-r5-ext" overrides the
7821 -- "supported" value in this IE. The value in this IE may be used by a pre-REL-5 UTRAN.
7822 supportForRfc2507 CHOICE {
7823 notSupported NULL,
7824 supported MaxHcContextSpace
7825 }
7826}
7827
7828PDCP-Capability-r4-ext ::= SEQUENCE {
7829 supportForRfc3095 CHOICE {
7830 notSupported NULL,
7831 supported SEQUENCE {
7832 maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
7833 reverseCompressionDepth INTEGER (0..65535) DEFAULT 0
7834 }
7835 }
7836}
7837
7838PDCP-Capability-r5-ext ::= SEQUENCE {
7839 supportForRfc3095ContextRelocation BOOLEAN,
7840 maxHcContextSpace MaxHcContextSpace-r5-ext OPTIONAL
7841}
7842
7843PDCP-Capability-r5-ext2 ::= SEQUENCE {
7844 losslessDLRLC-PDUSizeChange ENUMERATED { true } OPTIONAL
7845}
7846
7847PhysicalChannelCapability ::= SEQUENCE {
7848 fddPhysChCapability SEQUENCE {
7849 downlinkPhysChCapability DL-PhysChCapabilityFDD,
7850 uplinkPhysChCapability UL-PhysChCapabilityFDD
7851 } OPTIONAL,
7852 -- tddPhysChCapability describes the 3.84Mcps TDD physical channel capability
7853 tddPhysChCapability SEQUENCE {
7854 downlinkPhysChCapability DL-PhysChCapabilityTDD,
7855 uplinkPhysChCapability UL-PhysChCapabilityTDD
7856 } OPTIONAL
7857}
7858
7859PhysicalChannelCapability-r7 ::= SEQUENCE {
7860 fddPhysChCapability SEQUENCE {
7861 downlinkPhysChCapability DL-PhysChCapabilityFDD,
7862 uplinkPhysChCapability UL-PhysChCapabilityFDD
7863 } OPTIONAL,
7864 -- tddPhysChCapability describes the 3.84Mcps TDD physical channel capability
7865 tddPhysChCapability SEQUENCE {
7866 downlinkPhysChCapability DL-PhysChCapabilityTDD,
7867 uplinkPhysChCapability UL-PhysChCapabilityTDD
7868 } OPTIONAL,
7869 -- tddPhysicalChaCapability-768 describes the 7.68 TDD physical channel capability
7870 tddPhysChCapability-768 SEQUENCE {
7871 downlinkPhysChCapability DL-PhysChCapabilityTDD-768,
7872 uplinkPhysChCapability UL-PhysChCapabilityTDD
7873 }
7874}
7875
7876-- PhysicalChannelCapability-LCR-r4 describes the 1.28Mcps TDD physical channel capability
7877PhysicalChannelCapability-LCR-r4 ::= SEQUENCE {
7878 tdd128-PhysChCapability SEQUENCE {
7879 downlinkPhysChCapability DL-PhysChCapabilityTDD-LCR-r4,
7880 uplinkPhysChCapability UL-PhysChCapabilityTDD-LCR-r4
7881 } OPTIONAL
7882}
7883
7884-- PhysicalChannelCapability-hspdsch-r5 describes the HS-PDSCH physical channel capability
7885PhysicalChannelCapability-hspdsch-r5 ::= SEQUENCE {
7886 fdd-hspdsch CHOICE {
7887 supported SEQUENCE {
7888 hsdsch-physical-layer-category HSDSCH-physical-layer-category,
7889 -- dummy and dummy2 are not used in this version of the specification
7890 -- and if received they should be ignored.
7891 dummy BOOLEAN,
7892 dummy2 BOOLEAN
7893 },
7894 unsupported NULL
7895 },
7896 tdd384-hspdsch CHOICE {
7897 supported HSDSCH-physical-layer-category,
7898 unsupported NULL
7899 },
7900 tdd128-hspdsch CHOICE {
7901 supported HSDSCH-physical-layer-category,
7902 unsupported NULL
7903 }
7904}
7905
7906PNBSCH-Allocation-r4 ::= SEQUENCE {
7907 numberOfRepetitionsPerSFNPeriod ENUMERATED {
7908 c2, c3, c4, c5, c6, c7, c8, c9, c10,
7909 c12, c14, c16, c18, c20, c24, c28, c32,
7910 c36, c40, c48, c56, c64, c72, c80 }
7911}
7912
7913ProtocolErrorCause ::= ENUMERATED {
7914 asn1-ViolationOrEncodingError,
7915 messageTypeNonexistent,
7916 messageNotCompatibleWithReceiverState,
7917 ie-ValueNotComprehended,
7918 informationElementMissing,
7919 messageExtensionNotComprehended,
7920 spare2, spare1 }
7921
7922ProtocolErrorIndicator ::= ENUMERATED {
7923 noError, errorOccurred }
7924
7925ProtocolErrorIndicatorWithMoreInfo ::=
7926 CHOICE {
7927 noError NULL,
7928 errorOccurred SEQUENCE {
7929 rrc-TransactionIdentifier RRC-TransactionIdentifier,
7930 protocolErrorInformation ProtocolErrorInformation
7931 }
7932}
7933
7934ProtocolErrorMoreInformation ::= SEQUENCE {
7935 diagnosticsType CHOICE {
7936 type1 CHOICE {
7937 asn1-ViolationOrEncodingError NULL,
7938 messageTypeNonexistent NULL,
7939 messageNotCompatibleWithReceiverState
7940 IdentificationOfReceivedMessage,
7941 ie-ValueNotComprehended IdentificationOfReceivedMessage,
7942 conditionalInformationElementError IdentificationOfReceivedMessage,
7943 messageExtensionNotComprehended IdentificationOfReceivedMessage,
7944 spare1 NULL,
7945 spare2 NULL
7946 },
7947 spare NULL
7948 }
7949}
7950
7951RadioFrequencyBandFDD ::= ENUMERATED {
7952 -- fdd2100, fdd1900, fdd1800 correspond to Band I, Band II and Band III respectively
7953 fdd2100,
7954 fdd1900,
7955 fdd1800,
7956 bandVI,
7957 bandIV,
7958 bandV,
7959 bandVII,
7960 extension-indicator }
7961
7962RadioFrequencyBandFDD2 ::= ENUMERATED {
7963 bandVIII,
7964 bandIX,
7965 bandX,
7966 bandXI,
7967 bandXII,
7968 bandXIII,
7969 bandXIV,
7970 bandXV,
7971 bandXVI,
7972 bandXVII,
7973 bandXVIII,
7974 bandXIX,
7975 bandXX,
7976 bandXXI,
7977 bandXXII,
7978 extension-indicator }
7979
7980RadioFrequencyBandTDDList ::= ENUMERATED {
7981 a, b, c, ab, ac, bc, abc, spare }
7982
7983RadioFrequencyBandTDD ::= ENUMERATED {a, b, c, spare}
7984
7985RadioFrequencyBandGSM ::= ENUMERATED {
7986 gsm450,
7987 gsm480,
7988 gsm850,
7989 gsm900P,
7990 gsm900E,
7991 gsm1800,
7992 gsm1900,
7993 spare9, spare8, spare7, spare6, spare5,
7994 spare4, spare3, spare2, spare1}
7995
7996Rb-timer-indicator ::= SEQUENCE {
7997 t314-expired BOOLEAN,
7998 t315-expired BOOLEAN }
7999
8000Re-EstablishmentTimer ::= ENUMERATED {
8001 useT314, useT315
8002}
8003
8004RedirectionInfo ::= CHOICE {
8005 frequencyInfo FrequencyInfo,
8006 interRATInfo InterRATInfo
8007}
8008
8009RedirectionInfo-r6 ::= CHOICE {
8010 frequencyInfo FrequencyInfo,
8011 interRATInfo InterRATInfo-r6
8012}
8013
8014RejectionCause ::= ENUMERATED {
8015 congestion,
8016 unspecified }
8017
8018ReleaseCause ::= ENUMERATED {
8019 normalEvent,
8020 unspecified,
8021 pre-emptiveRelease,
8022 congestion,
8023 re-establishmentReject,
8024 directedsignallingconnectionre-establishment,
8025 userInactivity,
8026 spare }
8027
8028RF-Capability ::= SEQUENCE {
8029 fddRF-Capability SEQUENCE {
8030 ue-PowerClass UE-PowerClass,
8031 txRxFrequencySeparation TxRxFrequencySeparation
8032 } OPTIONAL,
8033 tddRF-Capability SEQUENCE {
8034 ue-PowerClass UE-PowerClass,
8035 radioFrequencyTDDBandList RadioFrequencyBandTDDList,
8036 chipRateCapability ChipRateCapability
8037 } OPTIONAL
8038}
8039
8040RF-Capability-r4-ext ::= SEQUENCE {
8041 tddRF-Capability SEQUENCE {
8042 ue-PowerClass UE-PowerClass,
8043 radioFrequencyBandTDDList RadioFrequencyBandTDDList,
8044 chipRateCapability ChipRateCapability
8045 } OPTIONAL
8046}
8047
8048RF-Capability-r7 ::= SEQUENCE {
8049 fddRF-Capability SEQUENCE {
8050 ue-PowerClass UE-PowerClass,
8051 txRxFrequencySeparation TxRxFrequencySeparation
8052 } OPTIONAL,
8053 tddRF-Capability SEQUENCE {
8054 ue-PowerClass UE-PowerClass,
8055 radioFrequencyTDDBandList RadioFrequencyBandTDDList,
8056 chipRateCapability ChipRateCapability-r7
8057 } OPTIONAL
8058}
8059
8060RLC-Capability ::= SEQUENCE {
8061 -- If present, the "totalRLC-AM-BufferSize" in the IE "RLC-Capability-r5-ext" overrides the
8062 -- corresponding value in this IE. The value in this IE may be used by a pre-REL-5 UTRAN.
8063 totalRLC-AM-BufferSize TotalRLC-AM-BufferSize,
8064 maximumRLC-WindowSize MaximumRLC-WindowSize,
8065 maximumAM-EntityNumber MaximumAM-EntityNumberRLC-Cap
8066}
8067
8068RLC-Capability-r5-ext ::= SEQUENCE {
8069 totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-r5-ext OPTIONAL
8070}
8071
8072RRC-ConnectionReleaseInformation ::= CHOICE {
8073 noRelease NULL,
8074 release SEQUENCE {
8075 releaseCause ReleaseCause
8076 }
8077}
8078
8079RRC-MessageSequenceNumber ::= INTEGER (0..15)
8080
8081
8082RRC-MessageSequenceNumberList ::= SEQUENCE (SIZE (4..5)) OF
8083 RRC-MessageSequenceNumber
8084
8085RRC-StateIndicator ::= ENUMERATED {
8086 cell-DCH, cell-FACH, cell-PCH, ura-PCH }
8087
8088RRC-TransactionIdentifier ::= INTEGER (0..3)
8089
8090S-RNTI ::= BIT STRING (SIZE (20))
8091
8092S-RNTI-2 ::= BIT STRING (SIZE (10))
8093
8094SecurityCapability ::= SEQUENCE {
8095 cipheringAlgorithmCap BIT STRING {
Lev Walkin9ab5c762013-04-07 01:33:33 -07008096 -- For each bit value “0” means false/ not supported
Lev Walkin76289e12006-10-24 02:17:20 +00008097 spare15(0),
8098 spare14(1),
8099 spare13(2),
8100 spare12(3),
8101 spare11(4),
8102 spare10(5),
8103 spare9(6),
8104 spare8(7),
8105 spare7(8),
8106 spare6(9),
8107 spare5(10),
8108 spare4(11),
8109 spare3(12),
8110 spare2(13),
8111 uea1(14),
8112 uea0(15)
8113 } (SIZE (16)),
8114 integrityProtectionAlgorithmCap BIT STRING {
Lev Walkin9ab5c762013-04-07 01:33:33 -07008115 -- For each bit value “0” means false/ not supported
Lev Walkin76289e12006-10-24 02:17:20 +00008116 spare15(0),
8117 spare14(1),
8118 spare13(2),
8119 spare12(3),
8120 spare11(4),
8121 spare10(5),
8122 spare9(6),
8123 spare8(7),
8124 spare7(8),
8125 spare6(9),
8126 spare5(10),
8127 spare4(11),
8128 spare3(12),
8129 spare2(13),
8130 uia1(14),
8131 spare0(15)
8132 } (SIZE (16))
8133}
8134
8135Serving-HSDSCH-CellInformation ::= SEQUENCE {
8136 deltaACK DeltaACK OPTIONAL,
8137 deltaNACK DeltaNACK OPTIONAL,
8138 harq-Preamble-Mode HARQ-Preamble-Mode,
8139 primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
8140 dl-hspdsch-Information DL-HSPDSCH-Information OPTIONAL,
8141 harqInfo HARQ-Info OPTIONAL,
8142 mac-hsResetIndicator ENUMERATED { true } OPTIONAL
8143}
8144
8145SimultaneousSCCPCH-DPCH-Reception ::= CHOICE {
8146 notSupported NULL,
8147 supported SEQUENCE {
8148 maxNoSCCPCH-RL MaxNoSCCPCH-RL,
8149 -- simultaneousSCCPCH-DPCH-DPDCH-Reception is applicable only if
8150 -- the IE Support of PDSCH = TRUE
8151 -- Note: the reference to DPDCH in the element name below is incorrect (see tabular). The
8152 -- name is not changed, to keep it aligned with R99.
8153 simultaneousSCCPCH-DPCH-DPDCH-Reception BOOLEAN
8154 }
8155}
8156
8157SRNC-Identity ::= BIT STRING (SIZE (12))
8158
8159
8160START-Value ::= BIT STRING (SIZE (20))
8161
8162STARTList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
8163 STARTSingle
8164
8165STARTSingle ::= SEQUENCE {
8166 cn-DomainIdentity CN-DomainIdentity,
8167 start-Value START-Value
8168}
8169
8170CapabilityUpdateRequirement-r5 ::= SEQUENCE {
8171 ue-RadioCapabilityFDDUpdateRequirement-FDD BOOLEAN,
8172 ue-RadioCapabilityTDDUpdateRequirement-TDD384 BOOLEAN,
8173 ue-RadioCapabilityTDDUpdateRequirement-TDD128 BOOLEAN,
8174 systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList-r5 OPTIONAL
8175}
8176
8177SystemSpecificCapUpdateReq ::= ENUMERATED {
8178 gsm }
8179
8180SystemSpecificCapUpdateReq-v590ext ::= ENUMERATED {
8181 geranIu }
8182
8183SystemSpecificCapUpdateReq-r5 ::= ENUMERATED {
8184 gsm, geranIu }
8185
8186SystemSpecificCapUpdateReqList ::= SEQUENCE (SIZE (1..maxSystemCapability)) OF
8187 SystemSpecificCapUpdateReq
8188
8189SystemSpecificCapUpdateReqList-r5 ::= SEQUENCE (SIZE (1..maxSystemCapability)) OF
8190 SystemSpecificCapUpdateReq-r5
8191
8192T-300 ::= ENUMERATED {
8193 ms100, ms200, ms400, ms600, ms800,
8194 ms1000, ms1200, ms1400, ms1600,
8195 ms1800, ms2000, ms3000, ms4000,
8196 ms6000, ms8000 }
8197
8198T-301 ::= ENUMERATED {
8199 ms100, ms200, ms400, ms600, ms800,
8200 ms1000, ms1200, ms1400, ms1600,
8201 ms1800, ms2000, ms3000, ms4000,
8202 ms6000, ms8000, spare }
8203
8204T-302 ::= ENUMERATED {
8205 ms100, ms200, ms400, ms600, ms800,
8206 ms1000, ms1200, ms1400, ms1600,
8207 ms1800, ms2000, ms3000, ms4000,
8208 ms6000, ms8000, spare }
8209
8210T-304 ::= ENUMERATED {
8211 ms100, ms200, ms400,
8212 ms1000, ms2000, spare3, spare2, spare1 }
8213
8214T-305 ::= ENUMERATED {
8215 noUpdate, m5, m10, m30,
8216 m60, m120, m360, m720 }
8217
8218T-307 ::= ENUMERATED {
8219 s5, s10, s15, s20,
8220 s30, s40, s50, spare }
8221
8222T-308 ::= ENUMERATED {
8223 ms40, ms80, ms160, ms320 }
8224
8225T-309 ::= INTEGER (1..8)
8226
8227T-310 ::= ENUMERATED {
8228 ms40, ms80, ms120, ms160,
8229 ms200, ms240, ms280, ms320 }
8230
8231T-311 ::= ENUMERATED {
8232 ms250, ms500, ms750, ms1000,
8233 ms1250, ms1500, ms1750, ms2000 }
8234
8235-- The value 0 for T-312 is not used in this version of the specification
8236T-312 ::= INTEGER (0..15)
8237
8238T-313 ::= INTEGER (0..15)
8239
8240T-314 ::= ENUMERATED {
8241 s0, s2, s4, s6, s8,
8242 s12, s16, s20 }
8243
8244T-315 ::= ENUMERATED {
8245 s0, s10, s30, s60, s180,
8246 s600, s1200, s1800 }
8247
8248T-316 ::= ENUMERATED {
8249 s0, s10, s20, s30, s40,
8250 s50, s-inf, spare }
8251
8252-- All the values are changed to "infinity" in Rel-5
8253T-317 ::= ENUMERATED {
8254 infinity0, infinity1, infinity2, infinity3, infinity4,
8255 infinity5, infinity6, infinity7}
8256
8257T-318 ::= ENUMERATED {
8258 ms250, ms500, ms750, ms1000, ms1250, ms1500,
8259 ms1750, ms2000, ms3000, ms4000, ms6000, ms8000,
8260 ms10000, ms12000, ms16000 }
8261
8262T-CPCH ::= ENUMERATED {
8263 ct0, ct1 }
8264
8265TMSI-and-LAI-GSM-MAP ::= SEQUENCE {
8266 tmsi TMSI-GSM-MAP,
8267 lai LAI
8268}
8269
8270TMSI-DS-41 ::= OCTET STRING (SIZE (2..17))
8271
8272TotalRLC-AM-BufferSize ::= ENUMERATED {
8273 dummy, kb10, kb50, kb100,
8274 kb150, kb500, kb1000, spare }
8275
8276TotalRLC-AM-BufferSize-r5-ext ::= ENUMERATED {
8277 kb200, kb300, kb400, kb750 }
8278
8279-- Actual value TransmissionProbability = IE value * 0.125
8280TransmissionProbability ::= INTEGER (1..8)
8281
8282TransportChannelCapability ::= SEQUENCE {
8283 dl-TransChCapability DL-TransChCapability,
8284 ul-TransChCapability UL-TransChCapability
8285}
8286
8287TurboSupport ::= CHOICE {
8288 notSupported NULL,
8289 supported MaxNoBits
8290}
8291
8292-- Values defined as spare shall not be sent in this version of the protocol. If a spare value is
8293-- received, it should be interpreted as 'default-RxTX-sparation'.
8294TxRxFrequencySeparation ::= ENUMERATED {
8295 default-TxRx-separation, spare2, spare1 }
8296
8297U-RNTI ::= SEQUENCE {
8298 srnc-Identity SRNC-Identity,
8299 s-RNTI S-RNTI
8300}
8301
8302U-RNTI-Group ::= CHOICE {
8303-- TABULAR: not following the tabular strictly, but this will most likely save bits
8304 all NULL,
8305 u-RNTI-BitMaskIndex-b1 BIT STRING (SIZE (31)),
8306 u-RNTI-BitMaskIndex-b2 BIT STRING (SIZE (30)),
8307 u-RNTI-BitMaskIndex-b3 BIT STRING (SIZE (29)),
8308 u-RNTI-BitMaskIndex-b4 BIT STRING (SIZE (28)),
8309 u-RNTI-BitMaskIndex-b5 BIT STRING (SIZE (27)),
8310 u-RNTI-BitMaskIndex-b6 BIT STRING (SIZE (26)),
8311 u-RNTI-BitMaskIndex-b7 BIT STRING (SIZE (25)),
8312 u-RNTI-BitMaskIndex-b8 BIT STRING (SIZE (24)),
8313 u-RNTI-BitMaskIndex-b9 BIT STRING (SIZE (23)),
8314 u-RNTI-BitMaskIndex-b10 BIT STRING (SIZE (22)),
8315 u-RNTI-BitMaskIndex-b11 BIT STRING (SIZE (21)),
8316 u-RNTI-BitMaskIndex-b12 BIT STRING (SIZE (20)),
8317 u-RNTI-BitMaskIndex-b13 BIT STRING (SIZE (19)),
8318 u-RNTI-BitMaskIndex-b14 BIT STRING (SIZE (18)),
8319 u-RNTI-BitMaskIndex-b15 BIT STRING (SIZE (17)),
8320 u-RNTI-BitMaskIndex-b16 BIT STRING (SIZE (16)),
8321 u-RNTI-BitMaskIndex-b17 BIT STRING (SIZE (15)),
8322 u-RNTI-BitMaskIndex-b18 BIT STRING (SIZE (14)),
8323 u-RNTI-BitMaskIndex-b19 BIT STRING (SIZE (13)),
8324 u-RNTI-BitMaskIndex-b20 BIT STRING (SIZE (12)),
8325 u-RNTI-BitMaskIndex-b21 BIT STRING (SIZE (11)),
8326 u-RNTI-BitMaskIndex-b22 BIT STRING (SIZE (10)),
8327 u-RNTI-BitMaskIndex-b23 BIT STRING (SIZE (9)),
8328 u-RNTI-BitMaskIndex-b24 BIT STRING (SIZE (8)),
8329 u-RNTI-BitMaskIndex-b25 BIT STRING (SIZE (7)),
8330 u-RNTI-BitMaskIndex-b26 BIT STRING (SIZE (6)),
8331 u-RNTI-BitMaskIndex-b27 BIT STRING (SIZE (5)),
8332 u-RNTI-BitMaskIndex-b28 BIT STRING (SIZE (4)),
8333 u-RNTI-BitMaskIndex-b29 BIT STRING (SIZE (3)),
8334 u-RNTI-BitMaskIndex-b30 BIT STRING (SIZE (2)),
8335 u-RNTI-BitMaskIndex-b31 BIT STRING (SIZE (1))
8336}
8337
8338U-RNTI-Short ::= SEQUENCE {
8339 srnc-Identity SRNC-Identity,
8340 s-RNTI-2 S-RNTI-2
8341}
8342
8343UE-CapabilityContainer-IEs ::= SEQUENCE {
8344-- Container for transparent transfer of capability information not related to
8345-- features for which early implementation is desired
8346 ue-RadioAccessCapability-v690ext UE-RadioAccessCapability-v690ext,
8347 ue-RATSpecificCapability-v690ext InterRAT-UE-RadioAccessCapability-v690ext OPTIONAL,
8348 nonCriticalExtensions SEQUENCE {} OPTIONAL
8349}
8350
8351UE-ConnTimersAndConstants ::= SEQUENCE {
8352-- Optional is used also for parameters for which the default value is the last one read in SIB1
8353-- t-301 and n-301 should not be used by the UE in this version of the specification
8354 t-301 T-301 DEFAULT ms2000,
8355 n-301 N-301 DEFAULT 2,
8356 t-302 T-302 DEFAULT ms4000,
8357 n-302 N-302 DEFAULT 3,
8358 t-304 T-304 DEFAULT ms2000,
8359 n-304 N-304 DEFAULT 2,
8360 t-305 T-305 DEFAULT m30,
8361 t-307 T-307 DEFAULT s30,
8362 t-308 T-308 DEFAULT ms160,
8363 t-309 T-309 DEFAULT 5,
8364 t-310 T-310 DEFAULT ms160,
8365 n-310 N-310 DEFAULT 4,
8366 t-311 T-311 DEFAULT ms2000,
8367 t-312 T-312 DEFAULT 1,
8368 -- n-312 shall be ignored if n-312 in UE-ConnTimersAndConstants-v3a0ext is present, and the
8369 -- value of that element shall be used instead.
8370 n-312 N-312 DEFAULT s1,
8371 t-313 T-313 DEFAULT 3,
8372 n-313 N-313 DEFAULT s20,
8373 t-314 T-314 DEFAULT s12,
8374 t-315 T-315 DEFAULT s180,
8375 -- n-315 shall be ignored if n-315 in UE-ConnTimersAndConstants-v3a0ext is present, and the
8376 -- value of that element shall be used instead.
8377 n-315 N-315 DEFAULT s1,
8378 t-316 T-316 DEFAULT s30,
8379 t-317 T-317 DEFAULT infinity4
8380}
8381
8382UE-ConnTimersAndConstants-v3a0ext ::= SEQUENCE {
8383 n-312 N-312ext OPTIONAL,
8384 n-315 N-315ext OPTIONAL
8385}
8386
8387UE-ConnTimersAndConstants-r5 ::= SEQUENCE {
8388-- Optional is used also for parameters for which the default value is the last one read in SIB1
8389-- t-301 and n-301 should not be used by the UE in this version of the specification
8390 t-301 T-301 DEFAULT ms2000,
8391 n-301 N-301 DEFAULT 2,
8392 t-302 T-302 DEFAULT ms4000,
8393 n-302 N-302 DEFAULT 3,
8394 t-304 T-304 DEFAULT ms2000,
8395 n-304 N-304 DEFAULT 2,
8396 t-305 T-305 DEFAULT m30,
8397 t-307 T-307 DEFAULT s30,
8398 t-308 T-308 DEFAULT ms160,
8399 t-309 T-309 DEFAULT 5,
8400 t-310 T-310 DEFAULT ms160,
8401 n-310 N-310 DEFAULT 4,
8402 t-311 T-311 DEFAULT ms2000,
8403 t-312 T-312 DEFAULT 1,
8404 n-312 N-312-r5 DEFAULT s1,
8405 t-313 T-313 DEFAULT 3,
8406 n-313 N-313 DEFAULT s20,
8407 t-314 T-314 DEFAULT s12,
8408 t-315 T-315 DEFAULT s180,
8409 n-315 N-315-r5 DEFAULT s1,
8410 t-316 T-316 DEFAULT s30,
8411 t-317 T-317 DEFAULT infinity4
8412}
8413
8414UE-IdleTimersAndConstants ::= SEQUENCE {
8415 t-300 T-300,
8416 n-300 N-300,
8417 t-312 T-312,
8418 -- n-312 shall be ignored if n-312 in UE-IdleTimersAndConstants-v3a0ext is present, and the
8419 -- value of that element shall be used instead.
8420 n-312 N-312
8421}
8422
8423UE-IdleTimersAndConstants-v3a0ext ::= SEQUENCE {
8424 n-312 N-312ext OPTIONAL
8425}
8426
8427UE-MultiModeRAT-Capability ::= SEQUENCE {
8428 multiRAT-CapabilityList MultiRAT-Capability,
8429 multiModeCapability MultiModeCapability
8430}
8431
8432UE-PowerClass ::= INTEGER (1..4)
8433
8434UE-PowerClassExt ::= ENUMERATED {class1, class2, class3, class4,
8435 spare4, spare3, spare2, spare1 }
8436
8437UE-RadioAccessCapability ::= SEQUENCE {
8438 -- UE-RadioAccessCapability is compatible with R99, although accessStratumReleaseIndicator
8439 -- is removed from this IE, since its encoding did not does in bits. The
8440 -- accessStratumReleaseIndicator is provided in the relevant REL-4 extension IEs.
8441 pdcp-Capability PDCP-Capability,
8442 rlc-Capability RLC-Capability,
8443 transportChannelCapability TransportChannelCapability,
8444 rf-Capability RF-Capability,
8445 physicalChannelCapability PhysicalChannelCapability,
8446 ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability,
8447 securityCapability SecurityCapability,
8448 ue-positioning-Capability UE-Positioning-Capability,
8449 measurementCapability MeasurementCapability OPTIONAL
8450}
8451
8452UE-RadioAccessCapabilityInfo ::= SEQUENCE {
8453 ue-RadioAccessCapability UE-RadioAccessCapability,
8454 ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext
8455}
8456
8457UE-RadioAccessCapability-v370ext ::= SEQUENCE {
8458 ue-RadioAccessCapabBandFDDList UE-RadioAccessCapabBandFDDList
8459}
8460
8461UE-RadioAccessCapability-v380ext ::= SEQUENCE {
8462 ue-PositioningCapabilityExt-v380 UE-PositioningCapabilityExt-v380
8463}
8464
8465UE-RadioAccessCapability-v3a0ext ::= SEQUENCE {
8466 ue-PositioningCapabilityExt-v3a0 UE-PositioningCapabilityExt-v3a0
8467}
8468
8469UE-RadioAccessCapability-v3g0ext ::= SEQUENCE {
8470 ue-PositioningCapabilityExt-v3g0 UE-PositioningCapabilityExt-v3g0
8471}
8472
8473UE-RadioAccessCapability-v650ext ::= SEQUENCE {
8474 ue-RadioAccessCapabBandFDDList2 UE-RadioAccessCapabBandFDDList2,
8475 -- This IE shall be included if the UE also supports Band I-VII
8476 ue-RadioAccessCapabBandFDDList-ext UE-RadioAccessCapabBandFDDList-ext OPTIONAL
8477}
8478
8479UE-RadioAccessCapability-v690ext ::= SEQUENCE {
8480 physicalchannelcapability-edch PhysicalChannelCapability-edch-r6,
8481 -- TABULAR: deviceType is MD in tabular description
8482 -- Default value is 'doesBenefitFromBatteryConsumptionOptimisation'
8483 deviceType ENUMERATED { doesNotBenefitFromBatteryConsumptionOptimisation } OPTIONAL
8484}
8485
8486UE-RadioAccessCapability-v7xyext ::= SEQUENCE {
8487 rf-Capability RF-Capability-r7 OPTIONAL,
8488 physicalChannelCapability-r7 PhysicalChannelCapability-r7 OPTIONAL
8489}
8490
8491UE-RadioAccessCapabBandFDDList2 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
8492 UE-RadioAccessCapabBandFDD2
8493
8494UE-RadioAccessCapabBandFDD2 ::= SEQUENCE {
8495 radioFrequencyBandFDD2 RadioFrequencyBandFDD2,
8496 fddRF-Capability SEQUENCE {
8497 ue-PowerClass UE-PowerClassExt,
8498 txRxFrequencySeparation TxRxFrequencySeparation
8499 } OPTIONAL,
8500 measurementCapability2 MeasurementCapabilityExt2
8501}
8502
8503
8504UE-PositioningCapabilityExt-v380 ::= SEQUENCE {
8505 rx-tx-TimeDifferenceType2Capable BOOLEAN
8506}
8507
8508UE-PositioningCapabilityExt-v3a0 ::= SEQUENCE {
8509 validity-CellPCH-UraPCH ENUMERATED { true }
8510}
8511
8512UE-PositioningCapabilityExt-v3g0 ::= SEQUENCE {
8513 sfn-sfnType2Capability ENUMERATED { true }
8514}
8515
8516UE-RadioAccessCapabBandFDDList ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
8517 UE-RadioAccessCapabBandFDD
8518
8519UE-RadioAccessCapabBandFDDList-ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
8520 UE-RadioAccessCapabBandFDD-ext
8521
8522UE-RadioAccessCapabBandFDD ::= SEQUENCE{
8523 radioFrequencyBandFDD RadioFrequencyBandFDD,
8524 fddRF-Capability SEQUENCE {
8525 ue-PowerClass UE-PowerClassExt,
8526 txRxFrequencySeparation TxRxFrequencySeparation
8527 } OPTIONAL,
8528 measurementCapability MeasurementCapabilityExt
8529}
8530
8531UE-RadioAccessCapabBandFDD-ext ::= SEQUENCE {
8532 radioFrequencyBandFDD RadioFrequencyBandFDD,
8533 compressedModeMeasCapabFDDList-ext CompressedModeMeasCapabFDDList-ext
8534}
8535
8536UE-RadioAccessCapability-v4b0ext ::= SEQUENCE {
8537 pdcp-Capability-r4-ext PDCP-Capability-r4-ext,
8538 tdd-CapabilityExt SEQUENCE {
8539 rf-Capability RF-Capability-r4-ext,
8540 physicalChannelCapability-LCR PhysicalChannelCapability-LCR-r4,
8541 measurementCapability-r4-ext MeasurementCapability-r4-ext
8542 } OPTIONAL,
8543 -- IE " AccessStratumReleaseIndicator" is not needed in RRC CONNECTION SETUP COMPLETE
8544 accessStratumReleaseIndicator AccessStratumReleaseIndicator OPTIONAL
8545}
8546
8547UE-RadioAccessCapabilityComp ::= SEQUENCE {
8548 totalAM-RLCMemoryExceeds10kB BOOLEAN,
8549 rf-CapabilityComp RF-CapabilityComp
8550}
8551
8552UE-RadioAccessCapabilityComp-ext ::= SEQUENCE {
8553 rf-CapabilityFDDComp RF-CapabBandListFDDComp-ext
8554}
8555
8556UE-RadioAccessCapabilityComp-r7 ::= SEQUENCE {
8557 totalAM-RLCMemoryExceeds10kB BOOLEAN,
8558 rf-CapabilityComp RF-CapabilityComp-r7
8559}
8560
8561UE-RadioAccessCapabilityComp2 ::= SEQUENCE {
8562 fddPhysicalChannelCapab-hspdsch-edch SEQUENCE {
8563 dl-CapabilityWithSimultaneousHS-DSCHConfig
8564 DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
8565 physicalChannelCapabComp-hspdsch-r6 HSDSCH-physical-layer-category,
8566 physicalChannelCapability-edch-r6 PhysicalChannelCapability-edch-r6
8567 } OPTIONAL
8568}
8569
8570RF-CapabilityComp ::= SEQUENCE {
8571 fdd CHOICE {
8572 notSupported NULL,
8573 supported RF-CapabBandListFDDComp
8574 },
8575 tdd384-RF-Capability CHOICE {
8576 notSupported NULL,
8577 supported RadioFrequencyBandTDDList
8578 },
8579 tdd128-RF-Capability CHOICE {
8580 notSupported NULL,
8581 supported RadioFrequencyBandTDDList
8582 }
8583}
8584
8585RF-CapabilityComp-r7 ::= SEQUENCE {
8586 fdd CHOICE {
8587 notSupported NULL,
8588 supported RF-CapabBandListFDDComp
8589 },
8590 tdd384-RF-Capability CHOICE {
8591 notSupported NULL,
8592 supported RadioFrequencyBandTDDList
8593 },
8594 tdd768-RF-Capability CHOICE {
8595 notSupported NULL,
8596 supported RadioFrequencyBandTDDList
8597 },
8598 tdd128-RF-Capability CHOICE {
8599 notSupported NULL,
8600 supported RadioFrequencyBandTDDList
8601 }
8602}
8603
8604-- NOTE: This IE defines the supported TX/RX frequency separation for the respective supported
8605-- frequency band. Values defined as spare shall not be sent in this version of the protocol.
8606-- If a spare value is received, it should be interpreted as 'default-RxTX-sparation'.
8607RF-CapabBandFDDComp ::= ENUMERATED { notSupported,
8608 default-TxRx-separation, spare2, spare1 }
8609
8610RF-CapabBandListFDDComp ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
8611 -- The first entry corresponds with the first value of IE RadioFrequencyBandFDD,
8612 -- fdd2100, and so on. No more than seven entries should be included in this IE. The
8613 -- 8'th entry, if present, shall be ignored.
8614 -- An extension of this IE may be provided using the IE 'RF-CapabBandListFDDComp-ext'.
8615 RF-CapabBandFDDComp
8616
8617RF-CapabBandListFDDComp-ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD-ext)) OF
8618 -- The first entry corresponds with the first value of IE RadioFrequencyBandFDD2,
8619 -- bandVIII, and so on.
8620 RF-CapabBandFDDComp
8621
8622UE-RadioAccessCapability-v590ext ::= SEQUENCE {
8623 dl-CapabilityWithSimultaneousHS-DSCHConfig DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
8624 pdcp-Capability-r5-ext PDCP-Capability-r5-ext,
8625 rlc-Capability-r5-ext RLC-Capability-r5-ext,
8626 physicalChannelCapability PhysicalChannelCapability-hspdsch-r5,
8627 multiModeRAT-Capability-v590ext MultiModeRAT-Capability-v590ext
8628}
8629
8630UE-RadioAccessCapability-v5c0ext ::= SEQUENCE {
8631 pdcp-Capability-r5-ext2 PDCP-Capability-r5-ext2
8632}
8633
8634UE-RadioAccessCapability-v680ext ::= SEQUENCE {
8635 multiModeRAT-Capability-v680ext MultiModeRAT-Capability-v680ext
8636}
8637
8638UL-PhysChCapabilityFDD ::= SEQUENCE {
8639 maxNoDPDCH-BitsTransmitted MaxNoDPDCH-BitsTransmitted,
8640 -- dummy is not used in this version of the specification and
8641 -- it should be ignored by the receiver.
8642 dummy BOOLEAN
8643}
8644
8645UL-PhysChCapabilityFDD-r6 ::= SEQUENCE {
8646 maxNoDPDCH-BitsTransmitted MaxNoDPDCH-BitsTransmitted,
8647 physicalchannelcapability-edch PhysicalChannelCapability-edch-r6
8648}
8649
8650UL-PhysChCapabilityTDD ::= SEQUENCE {
8651 maxTS-PerFrame MaxTS-PerFrame,
8652 maxPhysChPerTimeslot MaxPhysChPerTimeslot,
8653 minimumSF MinimumSF-UL,
8654 supportOfPUSCH BOOLEAN
8655}
8656
8657UL-PhysChCapabilityTDD-LCR-r4 ::= SEQUENCE {
8658 maxTS-PerSubFrame MaxTS-PerSubFrame-r4,
8659 maxPhysChPerTimeslot MaxPhysChPerTimeslot,
8660 minimumSF MinimumSF-UL,
8661 supportOfPUSCH BOOLEAN,
8662 supportOf8PSK BOOLEAN
8663}
8664
8665PhysicalChannelCapability-edch-r6 ::= SEQUENCE {
8666 fdd-edch CHOICE {
8667 supported SEQUENCE {
8668 edch-PhysicalLayerCategory INTEGER (1..16)
8669 },
8670 unsupported NULL
8671 }
8672}
8673
8674UL-TransChCapability ::= SEQUENCE {
8675 maxNoBitsTransmitted MaxNoBits,
8676 maxConvCodeBitsTransmitted MaxNoBits,
8677 turboEncodingSupport TurboSupport,
8678 maxSimultaneousTransChs MaxSimultaneousTransChsUL,
8679 modeSpecificInfo CHOICE {
8680 fdd NULL,
8681 tdd SEQUENCE {
8682 maxSimultaneousCCTrCH-Count MaxSimultaneousCCTrCH-Count
8683 }
8684 },
8685 maxTransmittedBlocks MaxTransportBlocksUL,
8686 maxNumberOfTFC MaxNumberOfTFC-UL,
8687 maxNumberOfTF MaxNumberOfTF
8688}
8689
8690UE-Positioning-Capability ::= SEQUENCE {
8691 standaloneLocMethodsSupported BOOLEAN,
8692 ue-BasedOTDOA-Supported BOOLEAN,
8693 networkAssistedGPS-Supported NetworkAssistedGPS-Supported,
8694 supportForUE-GPS-TimingOfCellFrames BOOLEAN,
8695 supportForIPDL BOOLEAN
8696}
8697
8698UE-SecurityInformation ::= SEQUENCE {
8699 start-CS START-Value
8700}
8701
8702UE-SecurityInformation2 ::= SEQUENCE {
8703 start-PS START-Value
8704}
8705
8706URA-UpdateCause ::= ENUMERATED {
8707 changeOfURA,
8708 periodicURAUpdate,
8709 dummy,
8710 spare1 }
8711
8712UTRAN-DRX-CycleLengthCoefficient ::= INTEGER (3..9)
8713
8714WaitTime ::= INTEGER (0..15)
8715
8716-- ***************************************************
8717--
8718-- RADIO BEARER INFORMATION ELEMENTS (10.3.4)
8719--
8720-- ***************************************************
8721
8722AlgorithmSpecificInfo ::= CHOICE {
8723 rfc2507-Info RFC2507-Info
8724}
8725
8726AlgorithmSpecificInfo-r4 ::= CHOICE {
8727 rfc2507-Info RFC2507-Info,
8728 rfc3095-Info RFC3095-Info-r4
8729}
8730
8731CID-InclusionInfo-r4 ::= ENUMERATED {
8732 pdcp-Header,
8733 rfc3095-PacketFormat }
8734
8735-- Upper limit of COUNT-C is 2^32 - 1
8736COUNT-C ::= INTEGER (0..4294967295)
8737
8738-- Upper limit of COUNT-C-MSB is 2^25 - 1
8739COUNT-C-MSB ::= INTEGER (0..33554431)
8740
8741DefaultConfigIdentity ::= INTEGER (0..10)
8742
8743DefaultConfigIdentity-r4 ::= INTEGER (0..12)
8744
8745DefaultConfigIdentity-r5 ::= INTEGER (0..13)
8746
8747-- DefaultConfigIdentity-r6 values 23..31 are spare and shall not be used in this version of
8748-- the protocol
8749DefaultConfigIdentity-r6 ::= INTEGER (0..31)
8750
8751DefaultConfigMode ::= ENUMERATED {
8752 fdd,
8753 tdd }
8754
8755DDI ::= INTEGER (0..62)
8756
8757DL-AM-RLC-Mode ::= SEQUENCE {
8758 inSequenceDelivery BOOLEAN,
8759 receivingWindowSize ReceivingWindowSize,
8760 dl-RLC-StatusInfo DL-RLC-StatusInfo
8761}
8762
8763DL-AM-RLC-Mode-r5 ::= SEQUENCE {
8764 dl-RLC-PDU-size OctetModeRLC-SizeInfoType1,
8765 inSequenceDelivery BOOLEAN,
8766 receivingWindowSize ReceivingWindowSize,
8767 dl-RLC-StatusInfo DL-RLC-StatusInfo
8768}
8769
8770DL-CounterSynchronisationInfo ::= SEQUENCE {
8771 rB-WithPDCP-InfoList RB-WithPDCP-InfoList OPTIONAL
8772}
8773
8774DL-CounterSynchronisationInfo-r5 ::= SEQUENCE {
8775 rb-WithPDCP-InfoList RB-WithPDCP-InfoList OPTIONAL,
8776 rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL
8777}
8778
8779DL-LogicalChannelMapping ::= SEQUENCE {
8780 -- TABULAR: DL-TransportChannelType contains TransportChannelIdentity as well.
8781 dl-TransportChannelType DL-TransportChannelType,
8782 logicalChannelIdentity LogicalChannelIdentity OPTIONAL
8783}
8784
8785DL-LogicalChannelMapping-r5 ::= SEQUENCE {
8786 -- TABULAR: DL-TransportChannelType contains TransportChannelIdentity as well.
8787 dl-TransportChannelType DL-TransportChannelType-r5,
8788 logicalChannelIdentity LogicalChannelIdentity OPTIONAL
8789}
8790
8791DL-LogicalChannelMappingList ::= SEQUENCE (SIZE (1..maxLoCHperRLC)) OF
8792 DL-LogicalChannelMapping
8793
8794DL-LogicalChannelMappingList-r5 ::= SEQUENCE (SIZE (1..maxLoCHperRLC)) OF
8795 DL-LogicalChannelMapping-r5
8796
8797DL-Reception-Window-Size-r6 ::= ENUMERATED { size32, size48, size64, size80, size96, size112 }
8798
8799DL-RFC3095-r4 ::= SEQUENCE {
8800 cid-InclusionInfo CID-InclusionInfo-r4,
8801 max-CID INTEGER (1..16383) DEFAULT 15,
8802 reverseDecompressionDepth INTEGER (0..65535) DEFAULT 0
8803}
8804
8805DL-RLC-Mode ::= CHOICE {
8806 dl-AM-RLC-Mode DL-AM-RLC-Mode,
8807 dl-UM-RLC-Mode NULL,
8808 dl-TM-RLC-Mode DL-TM-RLC-Mode
8809}
8810
8811DL-RLC-Mode-r5 ::= CHOICE {
8812 dl-AM-RLC-Mode DL-AM-RLC-Mode-r5,
8813 dl-UM-RLC-Mode DL-UM-RLC-Mode-r5,
8814 dl-TM-RLC-Mode DL-TM-RLC-Mode
8815}
8816
8817DL-RLC-Mode-r6 ::= CHOICE {
8818 dl-AM-RLC-Mode DL-AM-RLC-Mode-r5,
8819 dl-UM-RLC-Mode DL-UM-RLC-Mode-r6,
8820 dl-TM-RLC-Mode DL-TM-RLC-Mode
8821}
8822
8823DL-RLC-StatusInfo ::= SEQUENCE {
8824 timerStatusProhibit TimerStatusProhibit OPTIONAL,
8825 -- dummy is not used in this version of the specification, it should not be sent
8826 -- and if received they should be ignored.
8827 dummy TimerEPC OPTIONAL,
8828 missingPDU-Indicator BOOLEAN,
8829 timerStatusPeriodic TimerStatusPeriodic OPTIONAL
8830}
8831
8832DL-TM-RLC-Mode ::= SEQUENCE {
8833 segmentationIndication BOOLEAN
8834}
8835
8836DL-TransportChannelType ::= CHOICE {
8837 dch TransportChannelIdentity,
8838 fach NULL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07008839 -- The choice “dsch” should not be used in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00008840 -- the UE behaviour is unspecified.
8841 dsch TransportChannelIdentity,
Lev Walkin9ab5c762013-04-07 01:33:33 -07008842 -- The choice “dch-and-dsch” should not be used in FDD mode, and if received the UE
Lev Walkin76289e12006-10-24 02:17:20 +00008843 -- behaviour is unspecified
8844 dch-and-dsch TransportChannelIdentityDCHandDSCH
8845}
8846
8847DL-TransportChannelType-r5 ::= CHOICE {
8848 dch TransportChannelIdentity,
8849 fach NULL,
Lev Walkin9ab5c762013-04-07 01:33:33 -07008850 -- The choice “dsch” should not be used in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00008851 -- the UE behaviour is unspecified.
8852 dsch TransportChannelIdentity,
Lev Walkin9ab5c762013-04-07 01:33:33 -07008853 -- The choice “dch-and-dsch” should not be used in FDD mode, and if received the UE
Lev Walkin76289e12006-10-24 02:17:20 +00008854 -- behaviour is unspecified
8855 dch-and-dsch TransportChannelIdentityDCHandDSCH,
8856 hsdsch MAC-d-FlowIdentity,
8857 dch-and-hsdsch MAC-d-FlowIdentityDCHandHSDSCH
8858}
8859
8860DL-UM-RLC-LI-size ::= ENUMERATED {
8861 size7, size15 }
8862
8863DL-UM-RLC-Mode-r5 ::= SEQUENCE {
8864 dl-UM-RLC-LI-size DL-UM-RLC-LI-size
8865}
8866
8867DL-UM-RLC-Mode-r6 ::= SEQUENCE {
8868 dl-UM-RLC-LI-size DL-UM-RLC-LI-size,
8869 dl-Reception-Window-Size DL-Reception-Window-Size-r6 OPTIONAL
8870}
8871
8872ExpectReordering ::= ENUMERATED {
8873 reorderingNotExpected,
8874 reorderingExpected }
8875
8876ExplicitDiscard ::= SEQUENCE {
8877 timerMRW TimerMRW,
8878 timerDiscard TimerDiscard,
8879 maxMRW MaxMRW
8880}
8881
8882HeaderCompressionInfo ::= SEQUENCE {
8883 algorithmSpecificInfo AlgorithmSpecificInfo
8884}
8885
8886HeaderCompressionInfoList ::= SEQUENCE (SIZE (1..maxPDCPAlgoType)) OF
8887 HeaderCompressionInfo
8888
8889HeaderCompressionInfo-r4 ::= SEQUENCE {
8890 algorithmSpecificInfo AlgorithmSpecificInfo-r4
8891}
8892
8893HeaderCompressionInfoList-r4 ::= SEQUENCE (SIZE (1..maxPDCPAlgoType)) OF
8894 HeaderCompressionInfo-r4
8895
8896LogicalChannelIdentity ::= INTEGER (1..15)
8897
8898LosslessSRNS-RelocSupport ::= CHOICE {
8899 supported MaxPDCP-SN-WindowSize,
8900 notSupported NULL
8901}
8902
8903MAC-d-HFN-initial-value ::= BIT STRING (SIZE (24))
8904
8905MAC-LogicalChannelPriority ::= INTEGER (1..8)
8906
8907MaxDAT ::= ENUMERATED {
8908 dat1, dat2, dat3, dat4, dat5, dat6,
8909 dat7, dat8, dat9, dat10, dat15, dat20,
8910 dat25, dat30, dat35, dat40 }
8911
8912MaxDAT-Retransmissions ::= SEQUENCE {
8913 maxDAT MaxDAT,
8914 timerMRW TimerMRW,
8915 maxMRW MaxMRW
8916}
8917
8918MaxMRW ::= ENUMERATED {
8919 mm1, mm4, mm6, mm8, mm12, mm16,
8920 mm24, mm32 }
8921
8922MaxPDCP-SN-WindowSize ::= ENUMERATED {
8923 sn255, sn65535 }
8924
8925MaxRST ::= ENUMERATED {
8926 rst1, rst4, rst6, rst8, rst12,
8927 rst16, rst24, rst32 }
8928
8929NoExplicitDiscard ::= ENUMERATED {
8930 dt10, dt20, dt30, dt40, dt50,
8931 dt60, dt70, dt80, dt90, dt100 }
8932
8933PDCP-Info ::= SEQUENCE {
8934 losslessSRNS-RelocSupport LosslessSRNS-RelocSupport OPTIONAL,
8935 -- TABULAR: pdcp-PDU-Header is MD in the tabular format and it can be encoded
8936 -- in one bit, so the OPTIONAL is removed for compactness.
8937 pdcp-PDU-Header PDCP-PDU-Header,
8938 headerCompressionInfoList HeaderCompressionInfoList OPTIONAL
8939}
8940
8941PDCP-Info-r4 ::= SEQUENCE {
8942 losslessSRNS-RelocSupport LosslessSRNS-RelocSupport OPTIONAL,
8943 -- TABULAR: pdcp-PDU-Header is MD in the tabular format and it can be encoded
8944 -- in one bit, so the OPTIONAL is removed for compactness.
8945 pdcp-PDU-Header PDCP-PDU-Header,
8946 headerCompressionInfoList HeaderCompressionInfoList-r4 OPTIONAL
8947}
8948
8949PDCP-InfoReconfig ::= SEQUENCE {
8950 pdcp-Info PDCP-Info,
8951 -- dummy is not used in this version of the specification and
8952 -- it should be ignored.
8953 dummy INTEGER (0..65535)
8954}
8955
8956PDCP-InfoReconfig-r4 ::= SEQUENCE {
8957 pdcp-Info PDCP-Info-r4
8958}
8959
8960PDCP-PDU-Header ::= ENUMERATED {
8961 present, absent }
8962
8963PDCP-ROHC-TargetMode ::= ENUMERATED { o-Mode, r-Mode }
8964
8965PDCP-SN-Info ::= INTEGER (0..65535)
8966
8967Poll-PDU ::= ENUMERATED {
8968 pdu1, pdu2, pdu4, pdu8, pdu16,
8969 pdu32, pdu64, pdu128 }
8970
8971Poll-SDU ::= ENUMERATED {
8972 sdu1, sdu4, sdu16, sdu64 }
8973
8974PollingInfo ::= SEQUENCE {
8975 timerPollProhibit TimerPollProhibit OPTIONAL,
8976 timerPoll TimerPoll OPTIONAL,
8977 poll-PDU Poll-PDU OPTIONAL,
8978 poll-SDU Poll-SDU OPTIONAL,
8979 lastTransmissionPDU-Poll BOOLEAN,
8980 lastRetransmissionPDU-Poll BOOLEAN,
8981 pollWindow PollWindow OPTIONAL,
8982 timerPollPeriodic TimerPollPeriodic OPTIONAL
8983}
8984
8985PollWindow ::= ENUMERATED {
8986 pw50, pw60, pw70, pw80, pw85,
8987 pw90, pw95, pw99 }
8988
8989PredefinedConfigIdentity ::= INTEGER (0..15)
8990
8991PredefinedConfigValueTag ::= INTEGER (0..15)
8992
8993PredefinedRB-Configuration ::= SEQUENCE {
8994 re-EstablishmentTimer Re-EstablishmentTimer,
8995 srb-InformationList SRB-InformationSetupList,
8996 rb-InformationList RB-InformationSetupList
8997}
8998
8999PreDefRadioConfiguration ::= SEQUENCE {
9000 -- Radio bearer IEs
9001 predefinedRB-Configuration PredefinedRB-Configuration,
9002 -- Transport channel IEs
9003 preDefTransChConfiguration PreDefTransChConfiguration,
9004 -- Physical channel IEs
9005 preDefPhyChConfiguration PreDefPhyChConfiguration
9006}
9007
9008PredefinedConfigStatusList ::= SEQUENCE (SIZE (maxPredefConfig)) OF
9009 PredefinedConfigStatusInfo
9010
9011PredefinedConfigStatusInfo ::= CHOICE {
9012 storedWithValueTagSameAsPrevius NULL,
9013 other CHOICE {
9014 notStored NULL,
9015 storedWithDifferentValueTag PredefinedConfigValueTag
9016 }
9017}
9018
9019PredefinedConfigStatusListComp ::= SEQUENCE {
9020 setsWithDifferentValueTag PredefinedConfigSetsWithDifferentValueTag,
9021 otherEntries PredefinedConfigStatusListVarSz OPTIONAL
9022}
9023
9024PredefinedConfigSetsWithDifferentValueTag ::= SEQUENCE (SIZE (1..2)) OF
9025 PredefinedConfigSetWithDifferentValueTag
9026
9027PredefinedConfigSetWithDifferentValueTag ::= SEQUENCE {
9028 startPosition INTEGER (0..10) DEFAULT 0,
9029 -- numberOfEntries INTEGER (6..16),
9030 -- numberOfEntries is covered by the size of the list in IE PredefinedConfigValueTagList
9031 valueTagList PredefinedConfigValueTagList
9032}
9033
9034
9035PredefinedConfigValueTagList ::= SEQUENCE (SIZE (1..maxPredefConfig)) OF
9036 PredefinedConfigValueTag
9037
9038PredefinedConfigStatusListVarSz ::= SEQUENCE (SIZE (1..maxPredefConfig)) OF
9039 PredefinedConfigStatusInfo
9040
9041RAB-Info ::= SEQUENCE {
9042 rab-Identity RAB-Identity,
9043 cn-DomainIdentity CN-DomainIdentity,
9044 nas-Synchronisation-Indicator NAS-Synchronisation-Indicator OPTIONAL,
9045 re-EstablishmentTimer Re-EstablishmentTimer
9046}
9047
9048RAB-Info-r6-ext ::= SEQUENCE {
9049 mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL
9050}
9051
9052RAB-Info-r6 ::= SEQUENCE {
9053 rab-Identity RAB-Identity,
9054 mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL,
9055 cn-DomainIdentity CN-DomainIdentity,
9056 nas-Synchronisation-Indicator NAS-Synchronisation-Indicator OPTIONAL,
9057 re-EstablishmentTimer Re-EstablishmentTimer
9058}
9059
9060RAB-InformationList ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
9061 RAB-Info
9062
9063RAB-InformationList-r6 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
9064 RAB-Info-r6
9065
9066RAB-InformationReconfigList ::= SEQUENCE (SIZE (1.. maxRABsetup)) OF
9067 RAB-InformationReconfig
9068
9069RAB-InformationReconfig ::= SEQUENCE {
9070 rab-Identity RAB-Identity,
9071 cn-DomainIdentity CN-DomainIdentity,
9072 nas-Synchronisation-Indicator NAS-Synchronisation-Indicator
9073}
9074
9075RAB-Info-Post ::= SEQUENCE {
9076 rab-Identity RAB-Identity,
9077 cn-DomainIdentity CN-DomainIdentity,
9078 nas-Synchronisation-Indicator NAS-Synchronisation-Indicator OPTIONAL
9079}
9080
9081RAB-InformationSetup ::= SEQUENCE {
9082 rab-Info RAB-Info,
9083 rb-InformationSetupList RB-InformationSetupList
9084}
9085
9086RAB-InformationSetup-r4 ::= SEQUENCE {
9087 rab-Info RAB-Info,
9088 rb-InformationSetupList RB-InformationSetupList-r4
9089}
9090
9091RAB-InformationSetup-r5 ::= SEQUENCE {
9092 rab-Info RAB-Info,
9093 rb-InformationSetupList RB-InformationSetupList-r5
9094}
9095
9096RAB-InformationSetup-r6-ext ::= SEQUENCE {
9097 rab-Info-r6-ext RAB-Info-r6-ext
9098}
9099
9100RAB-InformationSetup-r6 ::= SEQUENCE {
9101 rab-Info RAB-Info-r6,
9102 rb-InformationSetupList RB-InformationSetupList-r6
9103}
9104
9105RAB-InformationSetupList ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
9106 RAB-InformationSetup
9107
9108RAB-InformationSetupList-r4 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
9109 RAB-InformationSetup-r4
9110
9111RAB-InformationSetupList-r5 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
9112 RAB-InformationSetup-r5
9113
9114RAB-InformationSetupList-r6 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
9115 RAB-InformationSetup-r6
9116
9117-- The IE 'RAB-InformationSetupList-r6-ext' provides elements of extension information, which
9118-- are added to the corresponding elements of the IE 'RAB-InformationSetupList/-r4/-r5'.
9119RAB-InformationSetupList-r6-ext ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
9120 RAB-InformationSetup-r6-ext
9121
9122RB-ActivationTimeInfo ::= SEQUENCE {
9123 rb-Identity RB-Identity,
9124 rlc-SequenceNumber RLC-SequenceNumber
9125}
9126
9127RB-ActivationTimeInfoList ::= SEQUENCE (SIZE (1..maxRB)) OF
9128 RB-ActivationTimeInfo
9129
9130RB-COUNT-C-Information ::= SEQUENCE {
9131 rb-Identity RB-Identity,
9132 count-C-UL COUNT-C,
9133 count-C-DL COUNT-C
9134}
9135
9136RB-COUNT-C-InformationList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
9137 RB-COUNT-C-Information
9138
9139RB-COUNT-C-MSB-Information ::= SEQUENCE {
9140 rb-Identity RB-Identity,
9141 count-C-MSB-UL COUNT-C-MSB,
9142 count-C-MSB-DL COUNT-C-MSB
9143}
9144
9145RB-COUNT-C-MSB-InformationList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
9146 RB-COUNT-C-MSB-Information
9147
9148RB-Identity ::= INTEGER (1..32)
9149
9150RB-IdentityList ::= SEQUENCE (SIZE (1..maxRB)) OF
9151 RB-Identity
9152
9153RB-InformationAffected ::= SEQUENCE {
9154 rb-Identity RB-Identity,
9155 rb-MappingInfo RB-MappingInfo
9156}
9157
9158RB-InformationAffected-r5 ::= SEQUENCE {
9159 rb-Identity RB-Identity,
9160 rb-MappingInfo RB-MappingInfo-r5
9161}
9162
9163RB-InformationAffected-r6 ::= SEQUENCE {
9164 rb-Identity RB-Identity,
9165 rb-MappingInfo RB-MappingInfo-r6
9166}
9167
9168RB-InformationAffectedList ::= SEQUENCE (SIZE (1..maxRB)) OF
9169 RB-InformationAffected
9170
9171RB-InformationAffectedList-r5 ::= SEQUENCE (SIZE (1..maxRB)) OF
9172 RB-InformationAffected-r5
9173
9174RB-InformationAffectedList-r6 ::= SEQUENCE (SIZE (1..maxRB)) OF
9175 RB-InformationAffected-r6
9176
9177RB-InformationChanged-r6 ::= SEQUENCE {
9178 rb-Identity RB-Identity,
9179 rb-Change CHOICE {
9180 release NULL,
9181 re-mapToDefaultRb RB-Identity
9182 }
9183}
9184
9185RB-InformationChangedList-r6 ::= SEQUENCE (SIZE (1..maxRB)) OF
9186 RB-InformationChanged-r6
9187
9188RB-InformationReconfig ::= SEQUENCE {
9189 rb-Identity RB-Identity,
9190 pdcp-Info PDCP-InfoReconfig OPTIONAL,
9191 pdcp-SN-Info PDCP-SN-Info OPTIONAL,
9192 rlc-Info RLC-Info OPTIONAL,
9193 rb-MappingInfo RB-MappingInfo OPTIONAL,
9194 rb-StopContinue RB-StopContinue OPTIONAL
9195}
9196
9197RB-InformationReconfig-r4 ::= SEQUENCE {
9198 rb-Identity RB-Identity,
9199 pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
9200 pdcp-SN-Info PDCP-SN-Info OPTIONAL,
9201 rlc-Info RLC-Info OPTIONAL,
9202 rb-MappingInfo RB-MappingInfo OPTIONAL,
9203 rb-StopContinue RB-StopContinue OPTIONAL
9204}
9205
9206RB-InformationReconfig-r5 ::= SEQUENCE {
9207 rb-Identity RB-Identity,
9208 pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
9209 pdcp-SN-Info PDCP-SN-Info OPTIONAL,
9210 rlc-Info RLC-Info-r5 OPTIONAL,
9211 rb-MappingInfo RB-MappingInfo-r5 OPTIONAL,
9212 rb-StopContinue RB-StopContinue OPTIONAL
9213}
9214
9215RB-InformationReconfig-r6 ::= SEQUENCE {
9216 rb-Identity RB-Identity,
9217 pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
9218 pdcp-SN-Info PDCP-SN-Info OPTIONAL,
9219 rlc-Info RLC-Info-r6 OPTIONAL,
9220 rb-MappingInfo RB-MappingInfo-r6 OPTIONAL,
9221 rb-StopContinue RB-StopContinue OPTIONAL
9222}
9223
9224RB-InformationReconfigList ::= SEQUENCE (SIZE (1..maxRB)) OF
9225 RB-InformationReconfig
9226
9227RB-InformationReconfigList-r4 ::= SEQUENCE (SIZE (1..maxRB)) OF
9228 RB-InformationReconfig-r4
9229
9230RB-InformationReconfigList-r5 ::= SEQUENCE (SIZE (1..maxRB)) OF
9231 RB-InformationReconfig-r5
9232
9233RB-InformationReconfigList-r6 ::= SEQUENCE (SIZE (1..maxRB)) OF
9234 RB-InformationReconfig-r6
9235
9236RB-InformationReleaseList ::= SEQUENCE (SIZE (1..maxRB)) OF
9237 RB-Identity
9238
9239RB-InformationSetup ::= SEQUENCE {
9240 rb-Identity RB-Identity,
9241 pdcp-Info PDCP-Info OPTIONAL,
9242 rlc-InfoChoice RLC-InfoChoice,
9243 rb-MappingInfo RB-MappingInfo
9244}
9245
9246RB-InformationSetup-r4 ::= SEQUENCE {
9247 rb-Identity RB-Identity,
9248 pdcp-Info PDCP-Info-r4 OPTIONAL,
9249 rlc-InfoChoice RLC-InfoChoice,
9250 rb-MappingInfo RB-MappingInfo
9251}
9252
9253RB-InformationSetup-r5 ::= SEQUENCE {
9254 rb-Identity RB-Identity,
9255 pdcp-Info PDCP-Info-r4 OPTIONAL,
9256 rlc-InfoChoice RLC-InfoChoice-r5,
9257 rb-MappingInfo RB-MappingInfo-r5
9258}
9259
9260RB-InformationSetup-r6 ::= SEQUENCE {
9261 rb-Identity RB-Identity,
9262 pdcp-Info PDCP-Info-r4 OPTIONAL,
9263 rlc-InfoChoice RLC-InfoChoice-r6,
9264 rb-MappingInfo RB-MappingInfo-r6
9265}
9266
9267RB-InformationSetupList ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
9268 RB-InformationSetup
9269
9270RB-InformationSetupList-r4 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
9271 RB-InformationSetup-r4
9272
9273RB-InformationSetupList-r5 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
9274 RB-InformationSetup-r5
9275
9276RB-InformationSetupList-r6 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
9277 RB-InformationSetup-r6
9278
9279RB-MappingInfo ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
9280 RB-MappingOption
9281
9282RB-MappingInfo-r5 ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
9283 RB-MappingOption-r5
9284
9285RB-MappingInfo-r6 ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
9286 RB-MappingOption-r6
9287
9288RB-MappingOption ::= SEQUENCE {
9289 ul-LogicalChannelMappings UL-LogicalChannelMappings OPTIONAL,
9290 dl-LogicalChannelMappingList DL-LogicalChannelMappingList OPTIONAL
9291}
9292
9293RB-MappingOption-r5 ::= SEQUENCE {
9294 ul-LogicalChannelMappings UL-LogicalChannelMappings OPTIONAL,
9295 dl-LogicalChannelMappingList DL-LogicalChannelMappingList-r5 OPTIONAL
9296}
9297
9298RB-MappingOption-r6 ::= SEQUENCE {
9299 ul-LogicalChannelMappings UL-LogicalChannelMappings-r6 OPTIONAL,
9300 dl-LogicalChannelMappingList DL-LogicalChannelMappingList-r5 OPTIONAL
9301}
9302
9303RB-PDCPContextRelocation ::= SEQUENCE {
9304 rb-Identity RB-Identity,
9305 dl-RFC3095-Context-Relocation BOOLEAN,
9306 ul-RFC3095-Context-Relocation BOOLEAN
9307}
9308
9309RB-PDCPContextRelocationList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
9310 RB-PDCPContextRelocation
9311
9312RB-StopContinue ::= ENUMERATED {
9313 stopRB, continueRB }
9314
9315RB-WithPDCP-Info ::= SEQUENCE {
9316 rb-Identity RB-Identity,
9317 pdcp-SN-Info PDCP-SN-Info
9318}
9319
9320RB-WithPDCP-InfoList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
9321 RB-WithPDCP-Info
9322
9323ReceivingWindowSize ::= ENUMERATED {
9324 rw1, rw8, rw16, rw32, rw64, rw128, rw256,
9325 rw512, rw768, rw1024, rw1536, rw2047,
9326 rw2560, rw3072, rw3584, rw4095 }
9327
9328RFC2507-Info ::= SEQUENCE {
9329 f-MAX-PERIOD INTEGER (1..65535) DEFAULT 256,
9330 f-MAX-TIME INTEGER (1..255) DEFAULT 5,
9331 max-HEADER INTEGER (60..65535) DEFAULT 168,
9332 tcp-SPACE INTEGER (3..255) DEFAULT 15,
9333 non-TCP-SPACE INTEGER (3..65535) DEFAULT 15,
9334 -- TABULAR: expectReordering has only two possible values, so using Optional or Default
9335 -- would be wasteful
9336 expectReordering ExpectReordering
9337}
9338
9339RFC3095-Info-r4 ::= SEQUENCE {
9340 rohcProfileList ROHC-ProfileList-r4,
9341 ul-RFC3095 UL-RFC3095-r4 OPTIONAL,
9342 dl-RFC3095 DL-RFC3095-r4 OPTIONAL
9343}
9344
9345RLC-Info ::= SEQUENCE {
9346 ul-RLC-Mode UL-RLC-Mode OPTIONAL,
9347 dl-RLC-Mode DL-RLC-Mode OPTIONAL
9348}
9349
9350RLC-Info-r5 ::= SEQUENCE {
9351 ul-RLC-Mode UL-RLC-Mode OPTIONAL,
9352 dl-RLC-Mode DL-RLC-Mode-r5 OPTIONAL,
9353 rlc-OneSidedReEst BOOLEAN
9354}
9355
9356RLC-Info-r6 ::= SEQUENCE {
9357 ul-RLC-Mode UL-RLC-Mode OPTIONAL,
9358 dl-RLC-Mode DL-RLC-Mode-r6 OPTIONAL,
9359 rlc-OneSidedReEst BOOLEAN,
9360 altE-bitInterpretation ENUMERATED { true } OPTIONAL
9361}
9362
9363RLC-Info-MCCH-r6 ::= SEQUENCE {
9364 dl-UM-RLC-LI-size DL-UM-RLC-LI-size,
9365 dl-UM-RLC-OutOSeqDelivery-Info UM-RLC-OutOSeqDelivery-Info-r6 OPTIONAL
9366}
9367
9368RLC-Info-MSCH-r6 ::= SEQUENCE {
9369 dl-UM-RLC-LI-size DL-UM-RLC-LI-size
9370}
9371
9372RLC-Info-MTCH-r6 ::= SEQUENCE {
9373 dl-UM-RLC-LI-size DL-UM-RLC-LI-size,
9374 dl-UM-RLC-DuplAvoid-Reord-Info UM-RLC-DuplAvoid-Reord-Info-r6 OPTIONAL
9375}
9376
9377RLC-InfoChoice ::= CHOICE {
9378 rlc-Info RLC-Info,
9379 same-as-RB RB-Identity
9380}
9381
9382RLC-InfoChoice-r5 ::= CHOICE {
9383 rlc-Info RLC-Info-r5,
9384 same-as-RB RB-Identity
9385}
9386
9387RLC-InfoChoice-r6 ::= CHOICE {
9388 rlc-Info RLC-Info-r6,
9389 same-as-RB RB-Identity
9390}
9391
9392RLC-PDU-Size ::= OctetModeRLC-SizeInfoType1
9393
9394RLC-PDU-SizeList ::= SEQUENCE (SIZE (1..maxRLCPDUsizePerLogChan)) OF
9395 RLC-PDU-Size
9396
9397RLC-SequenceNumber ::= INTEGER (0..4095)
9398
9399RLC-SizeInfo ::= SEQUENCE {
9400 rlc-SizeIndex INTEGER (1..maxTF)
9401}
9402
9403RLC-SizeExplicitList ::= SEQUENCE (SIZE (1..maxTF)) OF
9404 RLC-SizeInfo
9405
9406ROHC-Profile-r4 ::= INTEGER (1..3)
9407
9408ROHC-ProfileList-r4 ::= SEQUENCE (SIZE (1..maxROHC-Profile-r4)) OF
9409 ROHC-Profile-r4
9410
9411ROHC-PacketSize-r4 ::= INTEGER (2..1500)
9412
9413ROHC-PacketSizeList-r4 ::= SEQUENCE (SIZE (1..maxROHC-PacketSizes-r4)) OF
9414 ROHC-PacketSize-r4
9415
9416SRB-InformationSetup ::= SEQUENCE {
9417 -- The default value for rb-Identity is the smallest value not used yet.
9418 rb-Identity RB-Identity OPTIONAL,
9419 rlc-InfoChoice RLC-InfoChoice,
9420 rb-MappingInfo RB-MappingInfo
9421}
9422
9423SRB-InformationSetup-r5 ::= SEQUENCE {
9424 -- The default value for rb-Identity is the smallest value not used yet.
9425 rb-Identity RB-Identity OPTIONAL,
9426 rlc-InfoChoice RLC-InfoChoice-r5,
9427 rb-MappingInfo RB-MappingInfo-r5
9428}
9429
9430SRB-InformationSetup-r6 ::= SEQUENCE {
9431 -- The default value for rb-Identity is the smallest value not used yet.
9432 rb-Identity RB-Identity OPTIONAL,
9433 rlc-InfoChoice RLC-InfoChoice-r6,
9434 rb-MappingInfo RB-MappingInfo-r6
9435}
9436
9437SRB-InformationSetupList ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
9438 SRB-InformationSetup
9439
9440SRB-InformationSetupList-r5 ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
9441 SRB-InformationSetup-r5
9442
9443SRB-InformationSetupList-r6 ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
9444 SRB-InformationSetup-r6
9445
9446SRB-InformationSetupList2 ::= SEQUENCE (SIZE (3..4)) OF
9447 SRB-InformationSetup
9448
9449SRB-InformationSetupList2-r6 ::= SEQUENCE (SIZE (3..4)) OF
9450 SRB-InformationSetup-r6
9451
9452TimerDAR-r6 ::= ENUMERATED {
9453 ms40, ms80, ms120, ms160, ms240, ms320, ms480, ms640,
9454 ms960, ms1280, ms1920, ms2560, ms3840, ms5120 }
9455
9456TimerDiscard ::= ENUMERATED {
9457 td0-1, td0-25, td0-5, td0-75,
9458 td1, td1-25, td1-5, td1-75,
9459 td2, td2-5, td3, td3-5, td4,
9460 td4-5, td5, td7-5 }
9461
9462TimerEPC ::= ENUMERATED {
9463 te50, te60, te70, te80, te90,
9464 te100, te120, te140, te160, te180,
9465 te200, te300, te400, te500, te700,
9466 te900 }
9467
9468TimerMRW ::= ENUMERATED {
9469 te50, te60, te70, te80, te90, te100,
9470 te120, te140, te160, te180, te200,
9471 te300, te400, te500, te700, te900 }
9472
9473TimerOSD-r6 ::= ENUMERATED {
9474 ms40, ms80, ms120, ms160, ms240, ms320, ms480, ms640,
9475 ms960, ms1280, ms1920, ms2560, ms3840, ms5120 }
9476
9477TimerPoll ::= ENUMERATED {
9478 tp10, tp20, tp30, tp40, tp50,
9479 tp60, tp70, tp80, tp90, tp100,
9480 tp110, tp120, tp130, tp140, tp150,
9481 tp160, tp170, tp180, tp190, tp200,
9482 tp210, tp220, tp230, tp240, tp250,
9483 tp260, tp270, tp280, tp290, tp300,
9484 tp310, tp320, tp330, tp340, tp350,
9485 tp360, tp370, tp380, tp390, tp400,
9486 tp410, tp420, tp430, tp440, tp450,
9487 tp460, tp470, tp480, tp490, tp500,
9488 tp510, tp520, tp530, tp540, tp550,
9489 tp600, tp650, tp700, tp750, tp800,
9490 tp850, tp900, tp950, tp1000 }
9491
9492TimerPollPeriodic ::= ENUMERATED {
9493 tper100, tper200, tper300, tper400,
9494 tper500, tper750, tper1000, tper2000 }
9495
9496TimerPollProhibit ::= ENUMERATED {
9497 tpp10, tpp20, tpp30, tpp40, tpp50,
9498 tpp60, tpp70, tpp80, tpp90, tpp100,
9499 tpp110, tpp120, tpp130, tpp140, tpp150,
9500 tpp160, tpp170, tpp180, tpp190, tpp200,
9501 tpp210, tpp220, tpp230, tpp240, tpp250,
9502 tpp260, tpp270, tpp280, tpp290, tpp300,
9503 tpp310, tpp320, tpp330, tpp340, tpp350,
9504 tpp360, tpp370, tpp380, tpp390, tpp400,
9505 tpp410, tpp420, tpp430, tpp440, tpp450,
9506 tpp460, tpp470, tpp480, tpp490, tpp500,
9507 tpp510, tpp520, tpp530, tpp540, tpp550,
9508 tpp600, tpp650, tpp700, tpp750, tpp800,
9509 tpp850, tpp900, tpp950, tpp1000 }
9510
9511TimerRST ::= ENUMERATED {
9512 tr50, tr100, tr150, tr200, tr250, tr300,
9513 tr350, tr400, tr450, tr500, tr550,
9514 tr600, tr700, tr800, tr900, tr1000 }
9515
9516TimerStatusPeriodic ::= ENUMERATED {
9517 tsp100, tsp200, tsp300, tsp400, tsp500,
9518 tsp750, tsp1000, tsp2000 }
9519
9520TimerStatusProhibit ::= ENUMERATED {
9521 tsp10,tsp20,tsp30,tsp40,tsp50,
9522 tsp60,tsp70,tsp80,tsp90,tsp100,
9523 tsp110,tsp120,tsp130,tsp140,tsp150,
9524 tsp160,tsp170,tsp180,tsp190,tsp200,
9525 tsp210,tsp220,tsp230,tsp240,tsp250,
9526 tsp260,tsp270,tsp280,tsp290,tsp300,
9527 tsp310,tsp320,tsp330,tsp340,tsp350,
9528 tsp360,tsp370,tsp380,tsp390,tsp400,
9529 tsp410,tsp420,tsp430,tsp440,tsp450,
9530 tsp460,tsp470,tsp480,tsp490,tsp500,
9531 tsp510,tsp520,tsp530,tsp540,tsp550,
9532 tsp600,tsp650,tsp700,tsp750,tsp800,
9533 tsp850,tsp900,tsp950,tsp1000 }
9534
9535TransmissionRLC-Discard ::= CHOICE {
9536 timerBasedExplicit ExplicitDiscard,
9537 timerBasedNoExplicit NoExplicitDiscard,
9538 maxDAT-Retransmissions MaxDAT-Retransmissions,
9539 noDiscard MaxDAT
9540}
9541
9542TransmissionWindowSize ::= ENUMERATED {
9543 tw1, tw8, tw16, tw32, tw64, tw128, tw256,
9544 tw512, tw768, tw1024, tw1536, tw2047,
9545 tw2560, tw3072, tw3584, tw4095 }
9546
9547UL-AM-RLC-Mode ::= SEQUENCE {
9548 transmissionRLC-Discard TransmissionRLC-Discard,
9549 transmissionWindowSize TransmissionWindowSize,
9550 timerRST TimerRST,
9551 max-RST MaxRST,
9552 pollingInfo PollingInfo OPTIONAL
9553}
9554
9555UL-CounterSynchronisationInfo ::= SEQUENCE {
9556 rB-WithPDCP-InfoList RB-WithPDCP-InfoList OPTIONAL,
9557 startList STARTList
9558}
9559
9560UL-LogicalChannelMapping ::= SEQUENCE {
9561 -- TABULAR: UL-TransportChannelType contains TransportChannelIdentity as well.
9562 ul-TransportChannelType UL-TransportChannelType,
9563 logicalChannelIdentity LogicalChannelIdentity OPTIONAL,
9564 rlc-SizeList CHOICE {
9565 allSizes NULL,
9566 configured NULL,
9567 explicitList RLC-SizeExplicitList
9568 },
9569 mac-LogicalChannelPriority MAC-LogicalChannelPriority
9570}
9571
9572UL-LogicalChannelMapping-r6 ::= SEQUENCE {
9573 ul-TrCH-Type CHOICE {
9574 dch-rach-usch SEQUENCE {
9575 -- TABULAR: UL-TransportChannelType contains TransportChannelIdentity as well.
9576 ul-TransportChannelType UL-TransportChannelType,
9577 logicalChannelIdentity LogicalChannelIdentity OPTIONAL,
9578 rlc-SizeList CHOICE {
9579 allSizes NULL,
9580 configured NULL,
9581 explicitList RLC-SizeExplicitList
9582 }
9583 },
9584 e-dch SEQUENCE {
9585 logicalChannelIdentity LogicalChannelIdentity,
9586 e-DCH-MAC-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
9587 ddi DDI,
9588 rlc-PDU-SizeList RLC-PDU-SizeList,
9589 includeInSchedulingInfo BOOLEAN
9590 }
9591 },
9592 mac-LogicalChannelPriority MAC-LogicalChannelPriority
9593}
9594
9595UL-LogicalChannelMappingList ::= SEQUENCE {
9596 -- rlc-LogicalChannelMappingIndicator shall be set to TRUE in this version
9597 -- of the specification
9598 rlc-LogicalChannelMappingIndicator BOOLEAN,
9599 ul-LogicalChannelMapping SEQUENCE (SIZE (maxLoCHperRLC)) OF
9600 UL-LogicalChannelMapping
9601}
9602
9603UL-LogicalChannelMappingList-r6 ::= SEQUENCE {
9604 -- rlc-LogicalChannelMappingIndicator shall be set to TRUE in this version
9605 -- of the specification
9606 rlc-LogicalChannelMappingIndicator BOOLEAN,
9607 ul-LogicalChannelMapping SEQUENCE (SIZE (maxLoCHperRLC)) OF
9608 UL-LogicalChannelMapping-r6
9609}
9610
9611UL-LogicalChannelMappings ::= CHOICE {
9612 oneLogicalChannel UL-LogicalChannelMapping,
9613 twoLogicalChannels UL-LogicalChannelMappingList
9614}
9615
9616UL-LogicalChannelMappings-r6 ::= CHOICE {
9617 oneLogicalChannel UL-LogicalChannelMapping-r6,
9618 twoLogicalChannels UL-LogicalChannelMappingList-r6
9619}
9620
9621UL-RFC3095-r4 ::= SEQUENCE {
9622 cid-InclusionInfo CID-InclusionInfo-r4,
9623 max-CID INTEGER (1..16383) DEFAULT 15,
9624 -- dummy is not used in this version of the specification and
9625 -- it should be ignored by the receiver.
9626 dummy ROHC-PacketSizeList-r4
9627}
9628
9629UL-RLC-Mode ::= CHOICE {
9630 ul-AM-RLC-Mode UL-AM-RLC-Mode,
9631 ul-UM-RLC-Mode UL-UM-RLC-Mode,
9632 ul-TM-RLC-Mode UL-TM-RLC-Mode,
9633 spare NULL
9634}
9635
9636UL-TM-RLC-Mode ::= SEQUENCE {
9637 transmissionRLC-Discard TransmissionRLC-Discard OPTIONAL,
9638 segmentationIndication BOOLEAN
9639}
9640
9641UL-UM-RLC-Mode ::= SEQUENCE {
9642 transmissionRLC-Discard TransmissionRLC-Discard OPTIONAL
9643}
9644
9645UL-TransportChannelType ::= CHOICE {
9646 dch TransportChannelIdentity,
9647 rach NULL,
9648 -- dummy is not used in this version of the specification and
9649 -- if received the UE behaviour is not specified.
9650 dummy NULL,
9651 usch TransportChannelIdentity
9652}
9653
9654UM-RLC-DuplAvoid-Reord-Info-r6 ::= SEQUENCE {
9655 timer-DAR TimerDAR-r6,
9656 widowSize-DAR WindowSizeDAR-r6
9657}
9658
9659UM-RLC-OutOSeqDelivery-Info-r6 ::= SEQUENCE {
9660 timer-OSD TimerOSD-r6 OPTIONAL,
9661 windowSize-OSD WindowSizeOSD-r6
9662}
9663
9664WindowSizeDAR-r6 ::= ENUMERATED {
9665 ws4, ws8, ws16, ws32, ws40, ws48,
9666 ws56, ws64 }
9667
9668WindowSizeOSD-r6 ::= ENUMERATED {
9669 ws8, ws16, ws32, ws40, ws48,
9670 ws56, ws64 }
9671
9672-- ***************************************************
9673--
9674-- TRANSPORT CHANNEL INFORMATION ELEMENTS (10.3.5)
9675--
9676-- ***************************************************
9677
9678AddOrReconfMAC-dFlow ::= SEQUENCE {
9679 mac-hs-AddReconfQueue-List MAC-hs-AddReconfQueue-List OPTIONAL,
9680 mac-hs-DelQueue-List MAC-hs-DelQueue-List OPTIONAL
9681}
9682
9683AllowedTFC-List ::= SEQUENCE (SIZE (1..maxTFC)) OF
9684 TFC-Value
9685
9686AllowedTFI-List ::= SEQUENCE (SIZE (1..maxTF)) OF
9687 INTEGER (0..31)
9688
9689BitModeRLC-SizeInfo ::= CHOICE {
9690 sizeType1 INTEGER (0..127),
9691 -- Actual value sizeType2 = (part1 * 8) + 128 + part2
9692 sizeType2 SEQUENCE {
9693 part1 INTEGER (0..15),
9694 part2 INTEGER (1..7) OPTIONAL
9695 },
9696 -- Actual value sizeType3 = (part1 * 16) + 256 + part2
9697 sizeType3 SEQUENCE {
9698 part1 INTEGER (0..47),
9699 part2 INTEGER (1..15) OPTIONAL
9700 },
9701 -- Actual value sizeType4 = (part1 * 64) + 1024 + part2
9702 sizeType4 SEQUENCE {
9703 part1 INTEGER (0..62),
9704 part2 INTEGER (1..63) OPTIONAL
9705 }
9706}
9707
9708-- Actual value BLER-QualityValue = IE value * 0.1
9709BLER-QualityValue ::= INTEGER (-63..0)
9710
9711ChannelCodingType ::= CHOICE {
9712 -- noCoding is only used for TDD in this version of the specification,
9713 -- otherwise it should be ignored
9714 noCoding NULL,
9715 convolutional CodingRate,
9716 turbo NULL
9717}
9718
9719CodingRate ::= ENUMERATED {
9720 half,
9721 third }
9722
9723CommonDynamicTF-Info ::= SEQUENCE {
9724 rlc-Size CHOICE {
9725 fdd SEQUENCE {
9726 octetModeRLC-SizeInfoType2 OctetModeRLC-SizeInfoType2
9727 },
9728 tdd SEQUENCE {
9729 commonTDD-Choice CHOICE {
9730 bitModeRLC-SizeInfo BitModeRLC-SizeInfo,
9731 octetModeRLC-SizeInfoType1 OctetModeRLC-SizeInfoType1
9732 }
9733 }
9734 },
9735 numberOfTbSizeList SEQUENCE (SIZE (1..maxTF)) OF
9736 NumberOfTransportBlocks,
9737 logicalChannelList LogicalChannelList
9738}
9739
9740CommonDynamicTF-Info-DynamicTTI ::= SEQUENCE {
9741 commonTDD-Choice CHOICE {
9742 bitModeRLC-SizeInfo BitModeRLC-SizeInfo,
9743 octetModeRLC-SizeInfoType1 OctetModeRLC-SizeInfoType1
9744 },
9745 numberOfTbSizeAndTTIList NumberOfTbSizeAndTTIList,
9746 logicalChannelList LogicalChannelList
9747}
9748
9749CommonDynamicTF-InfoList ::= SEQUENCE (SIZE (1..maxTF)) OF
9750 CommonDynamicTF-Info
9751
9752CommonDynamicTF-InfoList-DynamicTTI ::= SEQUENCE (SIZE (1..maxTF)) OF
9753 CommonDynamicTF-Info-DynamicTTI
9754
9755CommonTransChTFS ::= SEQUENCE {
9756 tti CHOICE {
9757 tti10 CommonDynamicTF-InfoList,
9758 tti20 CommonDynamicTF-InfoList,
9759 tti40 CommonDynamicTF-InfoList,
9760 tti80 CommonDynamicTF-InfoList,
9761 dynamic CommonDynamicTF-InfoList-DynamicTTI
9762 },
9763 semistaticTF-Information SemistaticTF-Information
9764}
9765
9766CommonTransChTFS-LCR ::= SEQUENCE {
9767 tti CHOICE {
9768 tti5 CommonDynamicTF-InfoList,
9769 tti10 CommonDynamicTF-InfoList,
9770 tti20 CommonDynamicTF-InfoList,
9771 tti40 CommonDynamicTF-InfoList,
9772 tti80 CommonDynamicTF-InfoList,
9773 dynamic CommonDynamicTF-InfoList-DynamicTTI
9774 },
9775 semistaticTF-Information SemistaticTF-Information
9776}
9777
9778CPCH-SetID ::= INTEGER (1..maxCPCHsets)
9779
9780CRC-Size ::= ENUMERATED {
9781 crc0, crc8, crc12, crc16, crc24 }
9782
9783DedicatedDynamicTF-Info ::= SEQUENCE {
9784 rlc-Size CHOICE {
9785 bitMode BitModeRLC-SizeInfo,
9786 octetModeType1 OctetModeRLC-SizeInfoType1
9787 },
9788 numberOfTbSizeList SEQUENCE (SIZE (1..maxTF)) OF NumberOfTransportBlocks,
9789 logicalChannelList LogicalChannelList
9790}
9791
9792DedicatedDynamicTF-Info-DynamicTTI ::= SEQUENCE {
9793 rlc-Size CHOICE {
9794 bitMode BitModeRLC-SizeInfo,
9795 octetModeType1 OctetModeRLC-SizeInfoType1
9796 },
9797 numberOfTbSizeAndTTIList NumberOfTbSizeAndTTIList,
9798 logicalChannelList LogicalChannelList
9799}
9800
9801DedicatedDynamicTF-InfoList ::= SEQUENCE (SIZE (1..maxTF)) OF
9802 DedicatedDynamicTF-Info
9803
9804DedicatedDynamicTF-InfoList-DynamicTTI ::= SEQUENCE (SIZE (1..maxTF)) OF
9805 DedicatedDynamicTF-Info-DynamicTTI
9806
9807DedicatedTransChTFS ::= SEQUENCE {
9808 tti CHOICE {
9809 tti10 DedicatedDynamicTF-InfoList,
9810 tti20 DedicatedDynamicTF-InfoList,
9811 tti40 DedicatedDynamicTF-InfoList,
9812 tti80 DedicatedDynamicTF-InfoList,
9813 dynamic DedicatedDynamicTF-InfoList-DynamicTTI
9814 },
9815 semistaticTF-Information SemistaticTF-Information
9816}
9817
9818-- The maximum allowed size of DL-AddReconfTransChInfo2List sequence is 16
9819DL-AddReconfTransChInfo2List ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
9820 DL-AddReconfTransChInformation2
9821
9822-- The maximum allowed size of DL-AddReconfTransChInfoList sequence is 16
9823DL-AddReconfTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
9824 DL-AddReconfTransChInformation
9825
9826-- The maximum allowed size of DL-AddReconfTransChInfoList-r4 sequence is 16
9827DL-AddReconfTransChInfoList-r4 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
9828 DL-AddReconfTransChInformation-r4
9829
9830-- The maximum allowed size of DL-AddReconfTransChInfoList-r5 sequence is 16
9831DL-AddReconfTransChInfoList-r5 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
9832 DL-AddReconfTransChInformation-r5
9833
9834-- ASN.1 for IE "Added or Reconfigured DL TrCH information"
9835-- in case of messages other than: Radio Bearer Release message and
9836-- Radio Bearer Reconfiguration message
9837DL-AddReconfTransChInformation ::= SEQUENCE {
9838 dl-TransportChannelType DL-TrCH-Type,
9839 dl-transportChannelIdentity TransportChannelIdentity,
9840 tfs-SignallingMode CHOICE {
9841 explicit-config TransportFormatSet,
9842 sameAsULTrCH UL-TransportChannelIdentity
9843 },
9844 dch-QualityTarget QualityTarget OPTIONAL,
9845 -- dummy is not used in this version of the specification, it should
9846 -- not be sent and if received it should be ignored.
9847 dummy TM-SignallingInfo OPTIONAL
9848}
9849
9850DL-AddReconfTransChInformation-r4 ::= SEQUENCE {
9851 dl-TransportChannelType DL-TrCH-Type,
9852 dl-transportChannelIdentity TransportChannelIdentity,
9853 tfs-SignallingMode CHOICE {
9854 explicit-config TransportFormatSet,
9855 sameAsULTrCH UL-TransportChannelIdentity
9856 },
9857 dch-QualityTarget QualityTarget OPTIONAL
9858}
9859
9860DL-AddReconfTransChInformation-r5 ::= SEQUENCE {
9861 dl-TransportChannelType DL-TrCH-TypeId1-r5,
9862 tfs-SignallingMode CHOICE {
9863 explicit-config TransportFormatSet,
9864 sameAsULTrCH UL-TransportChannelIdentity,
9865 hsdsch HSDSCH-Info
9866 },
9867 dch-QualityTarget QualityTarget OPTIONAL
9868}
9869
9870-- ASN.1 for IE "Added or Reconfigured DL TrCH information"
9871-- in case of Radio Bearer Release message and
9872-- Radio Bearer Reconfiguration message
9873DL-AddReconfTransChInformation2 ::= SEQUENCE {
9874 dl-TransportChannelType DL-TrCH-Type,
9875 transportChannelIdentity TransportChannelIdentity,
9876 tfs-SignallingMode CHOICE {
9877 explicit-config TransportFormatSet,
9878 sameAsULTrCH UL-TransportChannelIdentity
9879 },
9880 qualityTarget QualityTarget OPTIONAL
9881}
9882
9883DL-CommonTransChInfo ::= SEQUENCE {
9884 sccpch-TFCS TFCS OPTIONAL,
9885 -- modeSpecificInfo should be optional. A new version of this IE should be defined
9886 -- to be used in later versions of messages using this IE
9887 modeSpecificInfo CHOICE {
9888 fdd SEQUENCE {
9889 dl-Parameters CHOICE {
9890 dl-DCH-TFCS TFCS,
9891 sameAsUL NULL
9892 } OPTIONAL
9893 },
9894 tdd SEQUENCE {
9895 individualDL-CCTrCH-InfoList IndividualDL-CCTrCH-InfoList
9896 OPTIONAL
9897 }
9898 }
9899}
9900
9901DL-CommonTransChInfo-r4 ::= SEQUENCE {
9902 sccpch-TFCS TFCS OPTIONAL,
9903 modeSpecificInfo CHOICE {
9904 fdd SEQUENCE {
9905 dl-Parameters CHOICE {
9906 dl-DCH-TFCS SEQUENCE {
9907 tfcs TFCS OPTIONAL
9908 },
9909 sameAsUL NULL
9910 } OPTIONAL
9911 },
9912 tdd SEQUENCE {
9913 individualDL-CCTrCH-InfoList IndividualDL-CCTrCH-InfoList
9914 OPTIONAL
9915 }
9916 } OPTIONAL
9917}
9918
9919DL-DeletedTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
9920 DL-TransportChannelIdentity
9921
9922DL-DeletedTransChInfoList-r5 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
9923 DL-TransportChannelIdentity-r5
9924
9925DL-TransportChannelIdentity ::= SEQUENCE {
9926 dl-TransportChannelType DL-TrCH-Type,
9927 dl-TransportChannelIdentity TransportChannelIdentity
9928}
9929
9930DL-TransportChannelIdentity-r5 ::= SEQUENCE {
9931 dl-TransportChannelType DL-TrCH-TypeId2-r5
9932}
9933
Lev Walkin9ab5c762013-04-07 01:33:33 -07009934-- The choice “dsch” should not be used in FDD mode, and if received the UE behaviour is unspecified
Lev Walkin76289e12006-10-24 02:17:20 +00009935DL-TrCH-Type ::= ENUMERATED {dch, dsch}
9936
9937DL-TrCH-TypeId1-r5 ::= CHOICE {
9938 dch TransportChannelIdentity,
Lev Walkin9ab5c762013-04-07 01:33:33 -07009939 -- The choice “dsch” should not be used in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00009940 -- the UE behaviour is unspecified.
9941 dsch TransportChannelIdentity,
9942 hsdsch NULL
9943}
9944
9945DL-TrCH-TypeId2-r5 ::= CHOICE {
9946 dch TransportChannelIdentity,
Lev Walkin9ab5c762013-04-07 01:33:33 -07009947 -- The choice “dsch” should not be used in FDD mode, and if received
Lev Walkin76289e12006-10-24 02:17:20 +00009948 -- the UE behaviour is unspecified.
9949 dsch TransportChannelIdentity,
9950 hsdsch MAC-d-FlowIdentity
9951}
9952
9953DRAC-ClassIdentity ::= INTEGER (1..maxDRACclasses)
9954
9955DRAC-StaticInformation ::= SEQUENCE {
9956 transmissionTimeValidity TransmissionTimeValidity,
9957 timeDurationBeforeRetry TimeDurationBeforeRetry,
9958 drac-ClassIdentity DRAC-ClassIdentity
9959}
9960
9961DRAC-StaticInformationList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
9962 DRAC-StaticInformation
9963
9964E-DCH-AddReconf-MAC-d-Flow ::= SEQUENCE {
9965 mac-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
9966 mac-d-FlowPowerOffset E-DCH-MAC-d-FlowPowerOffset OPTIONAL,
9967 mac-d-FlowMaxRetrans E-DCH-MAC-d-FlowMaxRetrans OPTIONAL,
9968 mac-d-FlowMultiplexingList E-DCH-MAC-d-FlowMultiplexingList OPTIONAL,
9969 transmissionGrantType CHOICE {
9970 non-ScheduledTransGrantInfo SEQUENCE {
9971 maxMAC-e-PDUContents INTEGER (1..19982),
9972 ms2-NonSchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL
9973 },
9974 scheduledTransmissionGrantInfo NULL
9975 } OPTIONAL
9976}
9977
9978E-DCH-AddReconf-MAC-d-FlowList ::= SEQUENCE (SIZE (1..maxE-DCHMACdFlow)) OF
9979 E-DCH-AddReconf-MAC-d-Flow
9980
9981E-DCH-MAC-d-FlowIdentity ::= INTEGER (0..maxE-DCHMACdFlow-1)
9982
9983E-DCH-MAC-d-FlowMaxRetrans ::= INTEGER (0..15)
9984
9985E-DCH-MAC-d-FlowMultiplexingList ::= BIT STRING (SIZE (maxE-DCHMACdFlow))
9986
9987E-DCH-MAC-d-FlowPowerOffset ::= INTEGER (0..6)
9988
9989E-DCH-TTI ::= ENUMERATED { tti2, tti10 }
9990
9991ExplicitTFCS-Configuration ::= CHOICE {
9992 complete TFCS-ReconfAdd,
9993 addition TFCS-ReconfAdd,
9994 removal TFCS-RemovalList,
9995 replacement SEQUENCE {
9996 tfcsRemoval TFCS-RemovalList,
9997 tfcsAdd TFCS-ReconfAdd
9998 }
9999}
10000
10001GainFactor ::= INTEGER (0..15)
10002
10003GainFactorInformation ::= CHOICE {
10004 signalledGainFactors SignalledGainFactors,
10005 computedGainFactors ReferenceTFC-ID
10006}
10007
10008HSDSCH-Info ::= SEQUENCE {
10009 harqInfo HARQ-Info OPTIONAL,
10010 addOrReconfMAC-dFlow AddOrReconfMAC-dFlow OPTIONAL
10011}
10012
10013HARQ-Info ::= SEQUENCE {
10014 numberOfProcesses INTEGER (1..8),
10015 memoryPartitioning CHOICE {
10016 implicit NULL,
10017 explicit SEQUENCE (SIZE (1..maxHProcesses)) OF
10018 HARQMemorySize
10019 }
10020}
10021
10022HARQMemorySize ::= ENUMERATED {
10023 hms800, hms1600, hms2400, hms3200, hms4000,
10024 hms4800, hms5600, hms6400, hms7200, hms8000,
10025 hms8800, hms9600, hms10400, hms11200, hms12000,
10026 hms12800, hms13600, hms14400, hms15200, hms16000,
10027 hms17600, hms19200, hms20800, hms22400, hms24000,
10028 hms25600, hms27200, hms28800, hms30400, hms32000,
10029 hms36000, hms40000, hms44000, hms48000, hms52000,
10030 hms56000, hms60000, hms64000, hms68000, hms72000,
10031 hms76000, hms80000, hms88000, hms96000, hms104000,
10032 hms112000, hms120000, hms128000, hms136000, hms144000,
10033 hms152000, hms160000, hms176000, hms192000, hms208000,
10034 hms224000, hms240000, hms256000, hms272000, hms288000,
10035 hms304000 }
10036
10037IndividualDL-CCTrCH-Info ::= SEQUENCE {
10038 dl-TFCS-Identity TFCS-Identity,
10039 tfcs-SignallingMode CHOICE {
10040 explicit-config TFCS,
10041 sameAsUL TFCS-Identity
10042 }
10043}
10044
10045IndividualDL-CCTrCH-InfoList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
10046 IndividualDL-CCTrCH-Info
10047
10048IndividualUL-CCTrCH-Info ::= SEQUENCE {
10049 ul-TFCS-Identity TFCS-Identity,
10050 ul-TFCS TFCS ,
10051 tfc-Subset TFC-Subset
10052}
10053
10054IndividualUL-CCTrCH-InfoList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
10055 IndividualUL-CCTrCH-Info
10056
10057LogicalChannelByRB ::= SEQUENCE {
10058 rb-Identity RB-Identity,
10059 logChOfRb INTEGER (0..1) OPTIONAL
10060}
10061
10062LogicalChannelList ::= CHOICE {
10063 allSizes NULL,
10064 configured NULL,
10065 explicitList SEQUENCE (SIZE (1..15)) OF
10066 LogicalChannelByRB
10067}
10068
10069MAC-d-FlowIdentityDCHandHSDSCH ::= SEQUENCE {
10070 dch-transport-ch-id TransportChannelIdentity,
10071 hsdsch-mac-d-flow-id MAC-d-FlowIdentity
10072}
10073
10074MAC-d-FlowIdentity ::= INTEGER (0..7)
10075
10076MAC-d-PDU-SizeInfo-List ::= SEQUENCE (SIZE(1.. maxMAC-d-PDUsizes)) OF
10077 MAC-d-PDUsizeInfo
10078
10079--MAC-d-Pdu sizes need to be defined
10080MAC-d-PDUsizeInfo ::= SEQUENCE{
10081 mac-d-PDU-Size INTEGER (1..5000),
10082 mac-d-PDU-Index INTEGER(0..7)
10083}
10084
10085MAC-hs-AddReconfQueue-List ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
10086 MAC-hs-AddReconfQueue
10087
10088MAC-hs-AddReconfQueue ::= SEQUENCE {
10089 mac-hsQueueId INTEGER(0..7),
10090 mac-dFlowId MAC-d-FlowIdentity,
10091 reorderingReleaseTimer T1-ReleaseTimer,
10092 mac-hsWindowSize MAC-hs-WindowSize,
10093 mac-d-PDU-SizeInfo-List MAC-d-PDU-SizeInfo-List OPTIONAL
10094}
10095
10096MAC-hs-DelQueue-List ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
10097 MAC-hs-DelQueue
10098
10099MAC-hs-DelQueue ::= SEQUENCE {
10100 mac-hsQueueId INTEGER(0..7)
10101}
10102
10103MAC-hs-WindowSize ::= ENUMERATED {
10104 mws4, mws6, mws8, mws12, mws16, mws24, mws32 }
10105
10106NumberOfTbSizeAndTTIList ::= SEQUENCE (SIZE (1..maxTF)) OF SEQUENCE {
10107 numberOfTransportBlocks NumberOfTransportBlocks,
10108 transmissionTimeInterval TransmissionTimeInterval
10109}
10110
10111MessType ::= ENUMERATED {
10112 transportFormatCombinationControl }
10113
10114Non-allowedTFC-List ::= SEQUENCE (SIZE (1..maxTFC)) OF
10115 TFC-Value
10116
10117NumberOfTransportBlocks ::= CHOICE {
10118 zero NULL,
10119 one NULL,
10120 small INTEGER (2..17),
10121 large INTEGER (18..512)
10122}
10123
10124OctetModeRLC-SizeInfoType1 ::= CHOICE {
10125 -- Actual size = (8 * sizeType1) + 16
10126 sizeType1 INTEGER (0..31),
10127 sizeType2 SEQUENCE {
10128 -- Actual size = (32 * part1) + 272 + (part2 * 8)
10129 part1 INTEGER (0..23),
10130 part2 INTEGER (1..3) OPTIONAL
10131 },
10132 sizeType3 SEQUENCE {
10133 -- Actual size = (64 * part1) + 1040 + (part2 * 8)
10134 part1 INTEGER (0..61),
10135 part2 INTEGER (1..7) OPTIONAL
10136 }
10137}
10138
10139OctetModeRLC-SizeInfoType2 ::= CHOICE {
10140 -- Actual size = (sizeType1 * 8) + 48
10141 sizeType1 INTEGER (0..31),
10142 -- Actual size = (sizeType2 * 16) + 312
10143 sizeType2 INTEGER (0..63),
10144 -- Actual size = (sizeType3 *64) + 1384
10145 sizeType3 INTEGER (0..56)
10146}
10147
10148PowerOffsetInfoShort ::= SEQUENCE {
10149 referenceTFC TFC-Value,
10150 modeSpecificInfo CHOICE {
10151 fdd SEQUENCE {
10152 gainFactorBetaC GainFactor
10153 },
10154 tdd NULL
10155 },
10156 gainFactorBetaD GainFactor
10157}
10158
10159PowerOffsetInformation ::= SEQUENCE {
10160 gainFactorInformation GainFactorInformation,
10161 -- PowerOffsetPp-m is always absent in TDD
10162 powerOffsetPp-m PowerOffsetPp-m OPTIONAL
10163}
10164
10165PowerOffsetPp-m ::= INTEGER (-5..10)
10166
10167PreDefTransChConfiguration ::= SEQUENCE {
10168 ul-CommonTransChInfo UL-CommonTransChInfo,
10169 ul-AddReconfTrChInfoList UL-AddReconfTransChInfoList,
10170 dl-CommonTransChInfo DL-CommonTransChInfo,
10171 dl-TrChInfoList DL-AddReconfTransChInfoList
10172}
10173
10174QualityTarget ::= SEQUENCE {
10175 bler-QualityValue BLER-QualityValue
10176}
10177
10178RateMatchingAttribute ::= INTEGER (1..hiRM)
10179
10180
10181ReferenceTFC-ID ::= INTEGER (0..3)
10182
10183RestrictedTrChInfo ::= SEQUENCE {
10184 ul-TransportChannelType UL-TrCH-Type,
10185 restrictedTrChIdentity TransportChannelIdentity,
10186 allowedTFI-List AllowedTFI-List OPTIONAL
10187}
10188
10189RestrictedTrChInfoList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
10190 RestrictedTrChInfo
10191
10192SemistaticTF-Information ::= SEQUENCE {
10193 -- TABULAR: Transmission time interval has been included in the IE CommonTransChTFS.
10194 channelCodingType ChannelCodingType,
10195 rateMatchingAttribute RateMatchingAttribute,
10196 crc-Size CRC-Size
10197}
10198
10199SignalledGainFactors ::= SEQUENCE {
10200 modeSpecificInfo CHOICE {
10201 fdd SEQUENCE {
10202 gainFactorBetaC GainFactor
10203 },
10204 tdd NULL
10205 },
10206 gainFactorBetaD GainFactor,
10207 referenceTFC-ID ReferenceTFC-ID OPTIONAL
10208}
10209
10210SplitTFCI-Signalling ::= SEQUENCE {
10211 splitType SplitType OPTIONAL,
10212 tfci-Field2-Length INTEGER (1..10) OPTIONAL,
10213 tfci-Field1-Information ExplicitTFCS-Configuration OPTIONAL,
10214 tfci-Field2-Information TFCI-Field2-Information OPTIONAL
10215}
10216
10217SplitType ::= ENUMERATED {
10218 hardSplit, logicalSplit }
10219
10220T1-ReleaseTimer ::= ENUMERATED {
10221 rt10, rt20, rt30, rt40, rt50,
10222 rt60, rt70, rt80, rt90, rt100,
10223 rt120, rt140, rt160, rt200, rt300,
10224 rt400 }
10225
10226TFC-Subset ::= CHOICE {
10227 minimumAllowedTFC-Number TFC-Value,
10228 allowedTFC-List AllowedTFC-List,
10229 non-allowedTFC-List Non-allowedTFC-List,
10230 restrictedTrChInfoList RestrictedTrChInfoList,
10231 fullTFCS NULL
10232}
10233
10234TFC-SubsetList ::= SEQUENCE (SIZE (1.. maxTFCsub)) OF SEQUENCE {
10235 modeSpecificInfo CHOICE {
10236 fdd NULL,
10237 tdd SEQUENCE {
10238 tfcs-ID TFCS-Identity OPTIONAL
10239 }
10240 },
10241 tfc-Subset TFC-Subset
10242}
10243
10244TFC-Value ::= INTEGER (0..1023)
10245
10246TFCI-Field2-Information ::= CHOICE {
10247 tfci-Range TFCI-RangeList,
10248 explicit-config ExplicitTFCS-Configuration
10249}
10250
10251TFCI-Range ::= SEQUENCE {
10252 maxTFCIField2Value INTEGER (1..1023),
10253 tfcs-InfoForDSCH TFCS-InfoForDSCH
10254}
10255
10256TFCI-RangeList ::= SEQUENCE (SIZE (1..maxPDSCH-TFCIgroups)) OF
10257 TFCI-Range
10258
10259TFCS ::= CHOICE {
10260 normalTFCI-Signalling ExplicitTFCS-Configuration,
10261 -- dummy is not used in this version of specification, it should
10262 -- not be sent and if received the UE behaviour is not specified.
10263 dummy SplitTFCI-Signalling
10264}
10265
10266TFCS-Identity ::= SEQUENCE {
10267 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
10268 sharedChannelIndicator BOOLEAN
10269}
10270
10271TFCS-IdentityPlain ::= INTEGER (1..8)
10272
10273TFCS-InfoForDSCH ::= CHOICE {
10274 ctfc2bit INTEGER (0..3),
10275 ctfc4bit INTEGER (0..15),
10276 ctfc6bit INTEGER (0..63),
10277 ctfc8bit INTEGER (0..255),
10278 ctfc12bit INTEGER (0..4095),
10279 ctfc16bit INTEGER (0..65535),
10280 ctfc24bit INTEGER (0..16777215)
10281}
10282
10283TFCS-ReconfAdd ::= SEQUENCE{
10284 ctfcSize CHOICE{
10285 ctfc2Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
10286 ctfc2 INTEGER (0..3),
10287 powerOffsetInformation PowerOffsetInformation OPTIONAL
10288 },
10289 ctfc4Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
10290 ctfc4 INTEGER (0..15),
10291 powerOffsetInformation PowerOffsetInformation OPTIONAL
10292 },
10293 ctfc6Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
10294 ctfc6 INTEGER (0..63),
10295 powerOffsetInformation PowerOffsetInformation OPTIONAL
10296 },
10297 ctfc8Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
10298 ctfc8 INTEGER (0..255),
10299 powerOffsetInformation PowerOffsetInformation OPTIONAL
10300 },
10301 ctfc12Bit SEQUENCE (SIZE(1..maxTFC)) OF SEQUENCE {
10302 ctfc12 INTEGER (0..4095),
10303 powerOffsetInformation PowerOffsetInformation OPTIONAL
10304 },
10305 ctfc16Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
10306 ctfc16 INTEGER(0..65535),
10307 powerOffsetInformation PowerOffsetInformation OPTIONAL
10308 },
10309 ctfc24Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
10310 ctfc24 INTEGER(0..16777215),
10311 powerOffsetInformation PowerOffsetInformation OPTIONAL
10312 }
10313 }
10314}
10315
10316TFCS-Removal ::= SEQUENCE {
10317 tfci INTEGER (0..1023)
10318}
10319
10320TFCS-RemovalList ::= SEQUENCE (SIZE (1..maxTFC)) OF
10321 TFCS-Removal
10322
10323TimeDurationBeforeRetry ::= INTEGER (1..256)
10324
10325TM-SignallingInfo ::= SEQUENCE {
10326 messType MessType,
10327 tm-SignallingMode CHOICE {
10328 mode1 NULL,
10329 mode2 SEQUENCE {
10330 -- in ul-controlledTrChList, TrCH-Type is always DCH
10331 ul-controlledTrChList UL-ControlledTrChList
10332 }
10333 }
10334}
10335
10336TransmissionTimeInterval ::= ENUMERATED {
10337 tti10, tti20, tti40, tti80 }
10338
10339TransmissionTimeValidity ::= INTEGER (1..256)
10340
10341TransportChannelIdentity ::= INTEGER (1..32)
10342
10343TransportChannelIdentityDCHandDSCH ::= SEQUENCE {
10344 dch-transport-ch-id TransportChannelIdentity,
10345 dsch-transport-ch-id TransportChannelIdentity
10346}
10347
10348
10349TransportFormatSet ::= CHOICE {
10350 dedicatedTransChTFS DedicatedTransChTFS,
10351 commonTransChTFS CommonTransChTFS
10352}
10353
10354TransportFormatSet-LCR ::= CHOICE {
10355 dedicatedTransChTFS DedicatedTransChTFS,
10356 commonTransChTFS-LCR CommonTransChTFS-LCR
10357}
10358
10359-- The maximum allowed size of UL-AddReconfTransChInfoList sequence is 16
10360UL-AddReconfTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
10361 UL-AddReconfTransChInformation
10362
10363-- The maximum allowed size of UL-AddReconfTransChInfoList-r6 sequence is 32
10364UL-AddReconfTransChInfoList-r6 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
10365 UL-AddReconfTransChInformation-r6
10366
10367UL-AddReconfTransChInformation ::= SEQUENCE {
10368 ul-TransportChannelType UL-TrCH-Type,
10369 transportChannelIdentity TransportChannelIdentity,
10370 transportFormatSet TransportFormatSet
10371}
10372
10373UL-AddReconfTransChInformation-r6 ::= CHOICE {
10374 dch-usch SEQUENCE {
10375 ul-TransportChannelType UL-TrCH-Type,
10376 transportChannelIdentity TransportChannelIdentity,
10377 transportFormatSet TransportFormatSet
10378 },
10379 e-dch SEQUENCE {
10380 tti E-DCH-TTI,
10381 harq-Info ENUMERATED { rv0, rvtable },
10382 addReconf-MAC-d-FlowList E-DCH-AddReconf-MAC-d-FlowList OPTIONAL
10383 }
10384}
10385
10386UL-CommonTransChInfo ::= SEQUENCE {
10387 -- TABULAR: tfc-subset is applicable to FDD only, TDD specifies tfc-subset in individual
10388 -- CCTrCH Info.
10389 tfc-Subset TFC-Subset OPTIONAL,
10390 prach-TFCS TFCS OPTIONAL,
10391 modeSpecificInfo CHOICE {
10392 fdd SEQUENCE {
10393 ul-TFCS TFCS
10394 },
10395 tdd SEQUENCE {
10396
10397 individualUL-CCTrCH-InfoList IndividualUL-CCTrCH-InfoList
10398 OPTIONAL
10399 }
10400 } OPTIONAL
10401}
10402
10403UL-CommonTransChInfo-r4 ::= SEQUENCE {
10404 -- TABULAR: tfc-subset is applicable to FDD only, TDD specifies tfc-subset in individual
10405 -- CCTrCH Info.
10406 tfc-Subset TFC-Subset OPTIONAL,
10407 prach-TFCS TFCS OPTIONAL,
10408 modeSpecificInfo CHOICE {
10409 fdd SEQUENCE {
10410 ul-TFCS TFCS
10411 },
10412 tdd SEQUENCE {
10413 individualUL-CCTrCH-InfoList IndividualUL-CCTrCH-InfoList OPTIONAL
10414 }
10415 } OPTIONAL,
10416 tfc-SubsetList TFC-SubsetList OPTIONAL
10417}
10418
10419-- In UL-ControlledTrChList, TrCH-Type is always DCH
10420UL-ControlledTrChList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
10421 TransportChannelIdentity
10422
10423UL-DeletedTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
10424 UL-TransportChannelIdentity
10425
10426UL-DeletedTransChInfoList-r6 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
10427 UL-TransportChannelIdentity-r6
10428
10429UL-TransportChannelIdentity ::= SEQUENCE {
10430 ul-TransportChannelType UL-TrCH-Type,
10431 ul-TransportChannelIdentity TransportChannelIdentity
10432}
10433
10434UL-TransportChannelIdentity-r6 ::= CHOICE {
10435 dch-usch SEQUENCE {
10436 ul-TransportChannelType UL-TrCH-Type,
10437 ul-TransportChannelIdentity TransportChannelIdentity
10438 },
10439 e-dch E-DCH-MAC-d-FlowIdentity
10440}
10441
10442UL-TrCH-Type ::= ENUMERATED {dch, usch}
10443
10444USCH-TransportChannelsInfo ::= SEQUENCE (SIZE (1..maxTrCH)) OF
10445 SEQUENCE {
10446 usch-TransportChannelIdentity TransportChannelIdentity,
10447 usch-TFS TransportFormatSet
10448}
10449-- ***************************************************
10450--
10451-- PHYSICAL CHANNEL INFORMATION ELEMENTS (10.3.6)
10452--
10453-- ***************************************************
10454
10455ACK-NACK-repetitionFactor ::= INTEGER(1..4)
10456
10457AC-To-ASC-Mapping ::= INTEGER (0..7)
10458
10459AC-To-ASC-MappingTable ::= SEQUENCE (SIZE (maxASCmap)) OF
10460 AC-To-ASC-Mapping
10461
10462AccessServiceClass-FDD ::= SEQUENCE {
10463 availableSignatureStartIndex INTEGER (0..15),
10464 availableSignatureEndIndex INTEGER (0..15),
10465
10466 assignedSubChannelNumber BIT STRING {
10467 b3(0),
10468 b2(1),
10469 b1(2),
10470 b0(3)
10471 } (SIZE(4))
10472}
10473
10474AccessServiceClass-TDD ::= SEQUENCE {
10475 channelisationCodeIndices BIT STRING {
10476 chCodeIndex7(0),
10477 chCodeIndex6(1),
10478 chCodeIndex5(2),
10479 chCodeIndex4(3),
10480 chCodeIndex3(4),
10481 chCodeIndex2(5),
10482 chCodeIndex1(6),
10483 chCodeIndex0(7)
10484 } (SIZE(8)) OPTIONAL,
10485 subchannelSize CHOICE {
10486 size1 NULL,
10487 size2 SEQUENCE {
10488 -- subch0 means bitstring '01' in the tabular, subch1 means bitsring '10'
10489 subchannels ENUMERATED { subch0, subch1 } OPTIONAL
10490 },
10491 size4 SEQUENCE {
10492 subchannels BIT STRING {
10493 subCh3(0),
10494 subCh2(1),
10495 subCh1(2),
10496 subCh0(3)
10497 } (SIZE(4)) OPTIONAL
10498 },
10499 size8 SEQUENCE {
10500 subchannels BIT STRING {
10501 subCh7(0),
10502 subCh6(1),
10503 subCh5(2),
10504 subCh4(3),
10505 subCh3(4),
10506 subCh2(5),
10507 subCh1(6),
10508 subCh0(7)
10509 } (SIZE(8)) OPTIONAL
10510 }
10511 }
10512}
10513
10514AccessServiceClass-TDD-r7 ::= SEQUENCE {
10515 channelisationCodeIndices BIT STRING {
10516 chCodeIndex15(0),
10517 chCodeIndex14(1),
10518 chCodeIndex13(2),
10519 chCodeIndex12(3),
10520 chCodeIndex11(4),
10521 chCodeIndex10(5),
10522 chCodeIndex9(6),
10523 chCodeIndex8(7),
10524 chCodeIndex7(8),
10525 chCodeIndex6(9),
10526 chCodeIndex5(10),
10527 chCodeIndex4(11),
10528 chCodeIndex3(12),
10529 chCodeIndex2(13),
10530 chCodeIndex1(14),
10531 chCodeIndex0(15)
10532 } (SIZE(16)) OPTIONAL,
10533 subchannelSize CHOICE {
10534 size1 NULL,
10535 size2 SEQUENCE {
10536 -- subch0 means bitstring '01' in the tabular, subch1 means bitsring '10'
10537 subchannels ENUMERATED { subch0, subch1 } OPTIONAL
10538 },
10539 size4 SEQUENCE {
10540 subchannels BIT STRING {
10541 subCh3(0),
10542 subCh2(1),
10543 subCh1(2),
10544 subCh0(3)
10545 } (SIZE(4)) OPTIONAL
10546 },
10547 size8 SEQUENCE {
10548 subchannels BIT STRING {
10549 subCh7(0),
10550 subCh6(1),
10551 subCh5(2),
10552 subCh4(3),
10553 subCh3(4),
10554 subCh2(5),
10555 subCh1(6),
10556 subCh0(7)
10557 } (SIZE(8)) OPTIONAL
10558 },
10559 size16 SEQUENCE {
10560 subchannels BIT STRING {
10561 subCh15(0),
10562 subCh14(1),
10563 subCh13(2),
10564 subCh12(3),
10565 subCh11(4),
10566 subCh10(5),
10567 subCh9(6),
10568 subCh8(7),
10569 subCh7(8),
10570 subCh6(9),
10571 subCh5(10),
10572 subCh4(11),
10573 subCh3(12),
10574 subCh2(13),
10575 subCh1(14),
10576 subCh0(15)
10577 } (SIZE(16)) OPTIONAL
10578 }
10579 }
10580}
10581
10582AccessServiceClass-TDD-LCR-r4 ::= SEQUENCE {
10583 availableSYNC-UlCodesIndics BIT STRING {
10584 sulCodeIndex7(0),
10585 sulCodeIndex6(1),
10586 sulCodeIndex5(2),
10587 sulCodeIndex4(3),
10588 sulCodeIndex3(4),
10589 sulCodeIndex2(5),
10590 sulCodeIndex1(6),
10591 sulCodeIndex0(7)
10592 } (SIZE(8)) OPTIONAL,
10593 subchannelSize CHOICE {
10594 size1 NULL,
10595 size2 SEQUENCE {
10596 -- subch0 means bitstring '01' in the tabular, subch1 means bitsring '10'.
10597 subchannels ENUMERATED { subch0, subch1 } OPTIONAL
10598 },
10599 size4 SEQUENCE {
10600 subchannels BIT STRING {
10601 subCh3(0),
10602 subCh2(1),
10603 subCh1(2),
10604 subCh0(3)
10605 } (SIZE(4)) OPTIONAL
10606 },
10607 size8 SEQUENCE {
10608 subchannels BIT STRING {
10609 subCh7(0),
10610 subCh6(1),
10611 subCh5(2),
10612 subCh4(3),
10613 subCh3(4),
10614 subCh2(5),
10615 subCh1(6),
10616 subCh0(7)
10617 } (SIZE(8)) OPTIONAL
10618 }
10619 }
10620
10621}
10622
10623AdditionalPRACH-TF-and-TFCS-CCCH-IEs ::= SEQUENCE {
10624 powerOffsetInformation PowerOffsetInformation,
10625 dynamicTFInformationCCCH DynamicTFInformationCCCH
10626}
10627
10628AdditionalPRACH-TF-and-TFCS-CCCH ::= SEQUENCE {
10629 additionalPRACH-TF-and-TFCS-CCCH-IEs AdditionalPRACH-TF-and-TFCS-CCCH-IEs OPTIONAL
10630}
10631
10632-- The order is the same as in the PRACH-SystemInformationList
10633AdditionalPRACH-TF-and-TFCS-CCCH-List ::= SEQUENCE (SIZE (1..maxPRACH)) OF
10634 AdditionalPRACH-TF-and-TFCS-CCCH
10635
10636AICH-Info ::= SEQUENCE {
10637 channelisationCode256 ChannelisationCode256,
10638 sttd-Indicator BOOLEAN,
10639 aich-TransmissionTiming AICH-TransmissionTiming
10640}
10641
10642AICH-PowerOffset ::= INTEGER (-22..5)
10643
10644AICH-TransmissionTiming ::= ENUMERATED {
10645 e0, e1 }
10646
10647AllocationPeriodInfo ::= SEQUENCE {
10648 allocationActivationTime INTEGER (0..255),
10649 allocationDuration INTEGER (1..256)
10650}
10651
10652-- Actual value Alpha = IE value * 0.125
10653Alpha ::= INTEGER (0..8)
10654
10655AP-AICH-ChannelisationCode ::= INTEGER (0..255)
10656
10657AP-PreambleScramblingCode ::= INTEGER (0..79)
10658
10659AP-Signature ::= INTEGER (0..15)
10660
10661AP-Signature-VCAM ::= SEQUENCE {
10662 ap-Signature AP-Signature,
10663 availableAP-SubchannelList AvailableAP-SubchannelList OPTIONAL
10664}
10665
10666AP-Subchannel ::= INTEGER (0..11)
10667
10668ASCSetting-FDD ::= SEQUENCE {
10669 -- TABULAR: accessServiceClass-FDD is MD in tabular description
10670 -- Default value is previous ASC
10671 -- If this is the first ASC, the default value is all available signature and sub-channels
10672 accessServiceClass-FDD AccessServiceClass-FDD OPTIONAL
10673}
10674
10675ASCSetting-TDD ::= SEQUENCE {
10676 -- TABULAR: accessServiceClass-TDD is MD in tabular description
10677 -- Default value is previous ASC
10678 -- If this is the first ASC, the default value is all available channelisation codes and
10679 -- all available sub-channels with subchannelSize=size1.
10680 accessServiceClass-TDD AccessServiceClass-TDD OPTIONAL
10681}
10682
10683ASCSetting-TDD-r7 ::= SEQUENCE {
10684 -- TABULAR: accessServiceClass-TDD is MD in tabular description
10685 -- Default value is previous ASC
10686 -- If this is the first ASC, the default value is all available channelisation codes and
10687 -- all available sub-channels with subchannelSize=size1.
10688 accessServiceClass-TDD AccessServiceClass-TDD-r7 OPTIONAL
10689}
10690
10691ASCSetting-TDD-LCR-r4 ::= SEQUENCE {
10692 -- TABULAR: accessServiceClass-TDD-LCR is MD in tabular description
10693 -- Default value is previous ASC
10694 -- If this is the first ASC, the default value is all available SYNC_UL codes and
10695 -- all available sub-channels with subchannelSize=size1.
10696 accessServiceClass-TDD-LCR AccessServiceClass-TDD-LCR-r4 OPTIONAL
10697}
10698
10699AvailableAP-Signature-VCAMList ::= SEQUENCE (SIZE (1..maxPCPCH-APsig)) OF
10700 AP-Signature-VCAM
10701
10702AvailableAP-SignatureList ::= SEQUENCE (SIZE (1..maxPCPCH-APsig)) OF
10703 AP-Signature
10704
10705AvailableAP-SubchannelList ::= SEQUENCE (SIZE (1..maxPCPCH-APsubCh)) OF
10706 AP-Subchannel
10707
10708AvailableMinimumSF-ListVCAM ::= SEQUENCE (SIZE (1..maxPCPCH-SF)) OF
10709 AvailableMinimumSF-VCAM
10710
10711AvailableMinimumSF-VCAM ::= SEQUENCE {
10712 minimumSpreadingFactor MinimumSpreadingFactor,
10713 nf-Max NF-Max,
10714 maxAvailablePCPCH-Number MaxAvailablePCPCH-Number,
10715 availableAP-Signature-VCAMList AvailableAP-Signature-VCAMList
10716}
10717
10718AvailableSignatures ::= BIT STRING {
10719 signature15(0),
10720 signature14(1),
10721 signature13(2),
10722 signature12(3),
10723 signature11(4),
10724 signature10(5),
10725 signature9(6),
10726 signature8(7),
10727 signature7(8),
10728 signature6(9),
10729 signature5(10),
10730 signature4(11),
10731 signature3(12),
10732 signature2(13),
10733 signature1(14),
10734 signature0(15)
10735 } (SIZE(16))
10736
10737AvailableSubChannelNumbers ::= BIT STRING {
10738 subCh11(0),
10739 subCh10(1),
10740 subCh9(2),
10741 subCh8(3),
10742 subCh7(4),
10743 subCh6(5),
10744 subCh5(6),
10745 subCh4(7),
10746 subCh3(8),
10747 subCh2(9),
10748 subCh1(10),
10749 subCh0(11)
10750 } (SIZE(12))
10751
10752BEACON-PL-Est ::= ENUMERATED { true }
10753
10754BurstType ::= ENUMERATED {
10755 type1, type2 }
10756
10757-- Actual value Bler-Target = IE value * 0.05
10758Bler-Target ::= INTEGER (-63..0)
10759
10760CCTrCH-PowerControlInfo ::= SEQUENCE {
10761 tfcs-Identity TFCS-Identity OPTIONAL,
10762 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo
10763}
10764
10765CCTrCH-PowerControlInfo-r4 ::= SEQUENCE {
10766 tfcs-Identity TFCS-Identity OPTIONAL,
10767 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r4
10768}
10769
10770CCTrCH-PowerControlInfo-r5 ::= SEQUENCE {
10771 tfcs-Identity TFCS-Identity OPTIONAL,
10772 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r5
10773}
10774
10775CCTrCH-PowerControlInfo-r7 ::= SEQUENCE {
10776 tfcs-Identity TFCS-Identity OPTIONAL,
10777 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r7
10778}
10779
10780CD-AccessSlotSubchannel ::= INTEGER (0..11)
10781
10782CD-AccessSlotSubchannelList ::= SEQUENCE (SIZE (1..maxPCPCH-CDsubCh)) OF
10783 CD-AccessSlotSubchannel
10784
10785CD-CA-ICH-ChannelisationCode ::= INTEGER (0..255)
10786
10787CD-PreambleScramblingCode ::= INTEGER (0..79)
10788
10789CD-SignatureCode ::= INTEGER (0..15)
10790
10791CD-SignatureCodeList ::= SEQUENCE (SIZE (1..maxPCPCH-CDsig)) OF
10792 CD-SignatureCode
10793
10794CellAndChannelIdentity ::= SEQUENCE {
10795 -- burstType may be set to either value and should be ignored by the receiver for 1.28 Mcps TDD.
10796 burstType BurstType,
10797 midambleShift MidambleShiftLong,
10798 timeslot TimeslotNumber,
10799 cellParametersID CellParametersID
10800 }
10801
10802CellParametersID ::= INTEGER (0..127)
10803
10804Cfntargetsfnframeoffset ::= INTEGER(0..255)
10805
10806ChannelAssignmentActive ::= CHOICE {
10807 notActive NULL,
10808 isActive AvailableMinimumSF-ListVCAM
10809}
10810
10811ChannelisationCode256 ::= INTEGER (0..255)
10812
10813ChannelReqParamsForUCSM ::= SEQUENCE {
10814 availableAP-SignatureList AvailableAP-SignatureList,
10815 availableAP-SubchannelList AvailableAP-SubchannelList OPTIONAL
10816}
10817
10818ClosedLoopTimingAdjMode ::= ENUMERATED {
10819 slot1, slot2 }
10820
10821CodeNumberDSCH ::= INTEGER (0..255)
10822
10823CodeRange ::= SEQUENCE {
10824 pdsch-CodeMapList PDSCH-CodeMapList
10825}
10826
10827CodeWordSet ::= ENUMERATED {
10828 longCWS,
10829 mediumCWS,
10830 shortCWS,
10831 ssdtOff }
10832
10833CommonTimeslotInfo ::= SEQUENCE {
10834 -- TABULAR: secondInterleavingMode is MD, but since it can be encoded in a single
10835 -- bit it is not defined as OPTIONAL.
10836 secondInterleavingMode SecondInterleavingMode,
10837 tfci-Coding TFCI-Coding OPTIONAL,
10838 puncturingLimit PuncturingLimit,
10839 repetitionPeriodAndLength RepetitionPeriodAndLength OPTIONAL
10840}
10841
10842CommonTimeslotInfoSCCPCH ::= SEQUENCE {
10843 -- TABULAR: secondInterleavingMode is MD, but since it can be encoded in a single
10844 -- bit it is not defined as OPTIONAL.
10845 secondInterleavingMode SecondInterleavingMode,
10846 tfci-Coding TFCI-Coding OPTIONAL,
10847 puncturingLimit PuncturingLimit,
10848 repetitionPeriodLengthAndOffset RepetitionPeriodLengthAndOffset OPTIONAL
10849}
10850
10851ConstantValue ::= INTEGER (-35..-10)
10852
10853ConstantValueTdd ::= INTEGER (-35..10)
10854
10855CPCH-PersistenceLevels ::= SEQUENCE {
10856 cpch-SetID CPCH-SetID,
10857 dynamicPersistenceLevelTF-List DynamicPersistenceLevelTF-List
10858}
10859
10860CPCH-PersistenceLevelsList ::= SEQUENCE (SIZE (1..maxCPCHsets)) OF
10861 CPCH-PersistenceLevels
10862
10863CPCH-SetInfo ::= SEQUENCE {
10864 cpch-SetID CPCH-SetID,
10865 transportFormatSet TransportFormatSet,
10866 tfcs TFCS,
10867 ap-PreambleScramblingCode AP-PreambleScramblingCode,
10868 ap-AICH-ChannelisationCode AP-AICH-ChannelisationCode,
10869 cd-PreambleScramblingCode CD-PreambleScramblingCode,
10870 cd-CA-ICH-ChannelisationCode CD-CA-ICH-ChannelisationCode,
10871 cd-AccessSlotSubchannelList CD-AccessSlotSubchannelList OPTIONAL,
10872 cd-SignatureCodeList CD-SignatureCodeList OPTIONAL,
10873 deltaPp-m DeltaPp-m,
10874 ul-DPCCH-SlotFormat UL-DPCCH-SlotFormat,
10875 n-StartMessage N-StartMessage,
10876 n-EOT N-EOT,
10877 -- TABULAR: VCAM info has been nested inside ChannelAssignmentActive,
10878 -- which in turn is mandatory since it's only a binary choice.
10879 channelAssignmentActive ChannelAssignmentActive,
10880 cpch-StatusIndicationMode CPCH-StatusIndicationMode,
10881 pcpch-ChannelInfoList PCPCH-ChannelInfoList
10882}
10883
10884CPCH-SetInfoList ::= SEQUENCE (SIZE (1..maxCPCHsets)) OF
10885 CPCH-SetInfo
10886
10887CPCH-StatusIndicationMode ::= ENUMERATED {
10888 pa-mode,
10889 pamsf-mode }
10890
10891CQI-RepetitionFactor ::= INTEGER(1..4)
10892
10893CSICH-PowerOffset ::= INTEGER (-10..5)
10894
10895-- DefaultDPCH-OffsetValueFDD and DefaultDPCH-OffsetValueTDD corresponds to
10896-- IE "Default DPCH Offset Value" depending on the mode.
10897-- Actual value DefaultDPCH-OffsetValueFDD = IE value * 512
10898DefaultDPCH-OffsetValueFDD ::= INTEGER (0..599)
10899
10900DefaultDPCH-OffsetValueTDD ::= INTEGER (0..7)
10901
10902DeltaPp-m ::= INTEGER (-10..10)
10903
10904DeltaCQI ::= INTEGER (0..8)
10905
10906DeltaNACK ::= INTEGER (0..8)
10907
10908DeltaACK ::= INTEGER (0..8)
10909
10910-- Actual value DeltaSIR = IE value * 0.1
10911DeltaSIR ::= INTEGER (0..30)
10912
10913DHS-Sync ::= INTEGER (-20..10)
10914
10915DL-CCTrCh ::= SEQUENCE {
10916 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
10917 timeInfo TimeInfo,
10918 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
10919 dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL,
10920 ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
10921}
10922
10923DL-CCTrCh-r4 ::= SEQUENCE {
10924 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
10925 timeInfo TimeInfo,
10926 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
10927 tddOption CHOICE {
10928 tdd384 SEQUENCE {
10929 dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
10930 },
10931 tdd128 SEQUENCE {
10932 dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
10933 }
10934 },
10935 ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
10936}
10937
10938DL-CCTrCh-r7 ::= SEQUENCE {
10939 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
10940 timeInfo TimeInfo,
10941 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
10942 tddOption CHOICE {
10943 tdd384 SEQUENCE {
10944 dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
10945 },
10946 tdd768 SEQUENCE {
10947 dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-VHCR OPTIONAL
10948 },
10949 tdd128 SEQUENCE {
10950 dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
10951 }
10952 },
10953 ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
10954}
10955
10956DL-CCTrChList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
10957 DL-CCTrCh
10958
10959DL-CCTrChList-r7 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
10960 DL-CCTrCh-r7
10961
10962DL-CCTrChList-r4 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
10963 DL-CCTrCh-r4
10964
10965DL-CCTrChListToRemove ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
10966 TFCS-IdentityPlain
10967
10968DL-CCTrChTPCList ::= SEQUENCE (SIZE (0..maxCCTrCH)) OF
10969 TFCS-Identity
10970
10971DL-ChannelisationCode ::= SEQUENCE {
10972 secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
10973 sf-AndCodeNumber SF512-AndCodeNumber,
10974 scramblingCodeChange ScramblingCodeChange OPTIONAL
10975}
10976
10977DL-ChannelisationCodeList ::= SEQUENCE (SIZE (1..maxDPCH-DLchan)) OF
10978 DL-ChannelisationCode
10979
10980DL-CommonInformation ::= SEQUENCE {
10981 dl-DPCH-InfoCommon DL-DPCH-InfoCommon OPTIONAL,
10982 modeSpecificInfo CHOICE {
10983 fdd SEQUENCE {
10984 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
10985 dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
10986 tx-DiversityMode TX-DiversityMode OPTIONAL,
10987 -- dummy is not used in this version of the specification, it should
10988 -- not be sent and if received it should be ignored.
10989 dummy SSDT-Information OPTIONAL
10990 },
10991 tdd SEQUENCE {
10992 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
10993 }
10994 }
10995}
10996
10997DL-CommonInformation-r4 ::= SEQUENCE {
10998 dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r4 OPTIONAL,
10999 modeSpecificInfo CHOICE {
11000 fdd SEQUENCE {
11001 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
11002 dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
11003 tx-DiversityMode TX-DiversityMode OPTIONAL,
11004 -- dummy is not used in this version of the specification, it should
11005 -- not be sent and if received it should be ignored.
11006 dummy SSDT-Information-r4 OPTIONAL
11007 },
11008 tdd SEQUENCE {
11009 tddOption CHOICE {
11010 tdd384 NULL,
11011 tdd128 SEQUENCE {
11012 tstd-Indicator BOOLEAN
11013 }
11014 },
11015 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
11016 }
11017 }
11018}
11019
11020
11021DL-CommonInformation-r5 ::= SEQUENCE {
11022 dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r4 OPTIONAL,
11023 modeSpecificInfo CHOICE {
11024 fdd SEQUENCE {
11025 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
11026 dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
11027 tx-DiversityMode TX-DiversityMode OPTIONAL,
11028 -- dummy is not used in this version of the specification, it should
11029 -- not be sent and if received it should be ignored.
11030 dummy SSDT-Information-r4 OPTIONAL
11031 },
11032 tdd SEQUENCE {
11033 tddOption CHOICE {
11034 tdd384 NULL,
11035 tdd128 SEQUENCE {
11036 tstd-Indicator BOOLEAN
11037 }
11038 },
11039 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
11040 }
11041 },
11042 mac-hsResetIndicator ENUMERATED { true } OPTIONAL
11043}
11044
11045DL-CommonInformation-r6 ::= SEQUENCE {
11046 dl-dpchInfoCommon CHOICE {
11047 dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r6,
11048 dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
11049 } OPTIONAL,
11050 modeSpecificInfo CHOICE {
11051 fdd SEQUENCE {
11052 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
11053 dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
11054 tx-DiversityMode TX-DiversityMode OPTIONAL
11055 },
11056 tdd SEQUENCE {
11057 tddOption CHOICE {
11058 tdd384 NULL,
11059 tdd128 SEQUENCE {
11060 tstd-Indicator BOOLEAN
11061 }
11062 },
11063 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
11064 }
11065 },
11066 mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
11067 postVerificationPeriod ENUMERATED { true } OPTIONAL
11068}
11069
11070DL-CommonInformation-r7 ::= SEQUENCE {
11071 dl-dpchInfoCommon CHOICE {
11072 dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r6,
11073 dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
11074 } OPTIONAL,
11075 modeSpecificInfo CHOICE {
11076 fdd SEQUENCE {
11077 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
11078 dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
11079 tx-DiversityMode TX-DiversityMode OPTIONAL
11080 },
11081 tdd SEQUENCE {
11082 tddOption CHOICE {
11083 tdd384 NULL,
11084 tdd768 NULL,
11085 tdd128 SEQUENCE {
11086 tstd-Indicator BOOLEAN
11087 }
11088 },
11089 defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
11090 }
11091 },
11092 mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
11093 postVerificationPeriod ENUMERATED { true } OPTIONAL
11094}
11095
11096DL-CommonInformationPost ::= SEQUENCE {
11097 dl-DPCH-InfoCommon DL-DPCH-InfoCommonPost
11098}
11099
11100DL-CommonInformationPredef ::= SEQUENCE {
11101 dl-DPCH-InfoCommon DL-DPCH-InfoCommonPredef OPTIONAL
11102}
11103
11104DL-CompressedModeMethod ::= ENUMERATED {
11105 -- dummy is not used in this version of the specification, it should
11106 -- not be sent and if received the UE behaviour is not specified.
11107 dummy, sf-2,
11108 higherLayerScheduling }
11109
11110DL-DPCH-InfoCommon ::= SEQUENCE {
11111 cfnHandling CHOICE {
11112 maintain NULL,
11113 initialise SEQUENCE {
11114 -- IE dummy is not used in this version of the specification
11115 -- The IE should not be sent and if received it should be ignored
11116 dummy Cfntargetsfnframeoffset OPTIONAL
11117 }
11118 },
11119 modeSpecificInfo CHOICE {
11120 fdd SEQUENCE {
11121 dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
11122 powerOffsetPilot-pdpdch PowerOffsetPilot-pdpdch,
11123 dl-rate-matching-restriction Dl-rate-matching-restriction OPTIONAL,
11124 -- TABULAR: The number of pilot bits is nested inside the spreading factor.
11125 spreadingFactorAndPilot SF512-AndPilot,
11126 positionFixedOrFlexible PositionFixedOrFlexible,
11127 tfci-Existence BOOLEAN
11128 },
11129 tdd SEQUENCE {
11130 dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
11131 }
11132 }
11133}
11134
11135DL-DPCH-InfoCommon-r4 ::= SEQUENCE {
11136 cfnHandling CHOICE {
11137 maintain NULL,
11138 initialise SEQUENCE {
11139 -- IE dummy is not used in this version of the specification
11140 -- The IE should not be sent and if received it should be ignored
11141 dummy Cfntargetsfnframeoffset OPTIONAL
11142 }
11143 },
11144 modeSpecificInfo CHOICE {
11145 fdd SEQUENCE {
11146 dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
11147 powerOffsetPilot-pdpdch PowerOffsetPilot-pdpdch,
11148 dl-rate-matching-restriction Dl-rate-matching-restriction OPTIONAL,
11149 -- TABULAR: The number of pilot bits is nested inside the spreading factor.
11150 spreadingFactorAndPilot SF512-AndPilot,
11151 positionFixedOrFlexible PositionFixedOrFlexible,
11152 tfci-Existence BOOLEAN
11153 },
11154 tdd SEQUENCE {
11155 dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
11156 }
11157 },
11158-- The IE mac-d-HFN-initial-value should be absent in the RRCConnectionSetup-r4-IEs or
11159-- RRCConnectionSetup-r5-IEs or HandoverToUTRANCommand-r4-IEs or HandoverToUTRANCommand-r5-IEs and
11160-- if the IE is included, the general error handling for conditional IEs applies.
11161 mac-d-HFN-initial-value MAC-d-HFN-initial-value OPTIONAL
11162
11163}
11164
11165DL-DPCH-InfoCommon-r6 ::= SEQUENCE {
11166 cfnHandling CHOICE {
11167 maintain SEQUENCE {
11168 timingmaintainedsynchind TimingMaintainedSynchInd OPTIONAL
11169 },
11170 initialise NULL
11171 },
11172 modeSpecificInfo CHOICE {
11173 fdd SEQUENCE {
11174 dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
11175 powerOffsetPilot-pdpdch PowerOffsetPilot-pdpdch,
11176 dl-rate-matching-restriction Dl-rate-matching-restriction OPTIONAL,
11177 -- TABULAR: The number of pilot bits is nested inside the spreading factor.
11178 spreadingFactorAndPilot SF512-AndPilot,
11179 positionFixedOrFlexible PositionFixedOrFlexible,
11180 tfci-Existence BOOLEAN
11181 },
11182 tdd SEQUENCE {
11183 dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
11184 }
11185 },
11186 -- The IE mac-d-HFN-initial-value should be absent in the RRCConnectionSetup and the
11187 -- HandoverToUTRANCommand messages. If the IE is included, the general error handling
11188 -- for conditional IEs applies.
11189 mac-d-HFN-initial-value MAC-d-HFN-initial-value OPTIONAL
11190}
11191
11192DL-DPCH-InfoCommonPost ::= SEQUENCE {
11193 dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
11194}
11195
11196DL-DPCH-InfoCommonPredef ::= SEQUENCE {
11197 modeSpecificInfo CHOICE {
11198 fdd SEQUENCE {
11199 -- TABULAR: The number of pilot bits is nested inside the spreading factor.
11200 spreadingFactorAndPilot SF512-AndPilot,
11201 positionFixedOrFlexible PositionFixedOrFlexible,
11202 tfci-Existence BOOLEAN
11203 },
11204 tdd SEQUENCE {
11205 commonTimeslotInfo CommonTimeslotInfo
11206 }
11207 }
11208}
11209
11210DL-DPCH-InfoPerRL ::= CHOICE {
11211 fdd SEQUENCE {
11212 pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
11213 dpch-FrameOffset DPCH-FrameOffset,
11214 secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
11215 dl-ChannelisationCodeList DL-ChannelisationCodeList,
11216 tpc-CombinationIndex TPC-CombinationIndex,
11217 -- dummy is not used in this version of the specification, it should
11218 -- not be sent and if received it should be ignored.
11219 dummy SSDT-CellIdentity OPTIONAL,
11220 closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
11221 },
11222 tdd SEQUENCE {
11223 dl-CCTrChListToEstablish DL-CCTrChList OPTIONAL,
11224 dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
11225 }
11226}
11227
11228DL-DPCH-InfoPerRL-r4 ::= CHOICE {
11229 fdd SEQUENCE {
11230 pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
11231 dpch-FrameOffset DPCH-FrameOffset,
11232 secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
11233 dl-ChannelisationCodeList DL-ChannelisationCodeList,
11234 tpc-CombinationIndex TPC-CombinationIndex,
11235 -- dummy is not used in this version of the specification, it should
11236 -- not be sent and if received it should be ignored.
11237 dummy SSDT-CellIdentity OPTIONAL,
11238 closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
11239 },
11240 tdd SEQUENCE {
11241 dl-CCTrChListToEstablish DL-CCTrChList-r4 OPTIONAL,
11242 dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
11243 }
11244}
11245
11246DL-DPCH-InfoPerRL-r5 ::= CHOICE {
11247 fdd SEQUENCE {
11248 pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
11249 dpch-FrameOffset DPCH-FrameOffset,
11250 secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
11251 dl-ChannelisationCodeList DL-ChannelisationCodeList,
11252 tpc-CombinationIndex TPC-CombinationIndex,
11253 powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
11254 -- dummy is not used in this version of the specification, it should
11255 -- not be sent and if received it should be ignored.
11256 dummy SSDT-CellIdentity OPTIONAL,
11257 closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
11258 },
11259 tdd SEQUENCE {
11260 dl-CCTrChListToEstablish DL-CCTrChList-r4 OPTIONAL,
11261 dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
11262 }
11263}
11264
11265DL-DPCH-InfoPerRL-r6 ::= CHOICE {
11266 fdd SEQUENCE {
11267 pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
11268 dpch-FrameOffset DPCH-FrameOffset,
11269 secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
11270 dl-ChannelisationCodeList DL-ChannelisationCodeList,
11271 tpc-CombinationIndex TPC-CombinationIndex,
11272 powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
11273 closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
11274 },
11275 tdd SEQUENCE {
11276 dl-CCTrChListToEstablish DL-CCTrChList-r4 OPTIONAL,
11277 dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
11278 }
11279}
11280
11281DL-DPCH-InfoPerRL-r7 ::= CHOICE {
11282 fdd SEQUENCE {
11283 pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
11284 dpch-FrameOffset DPCH-FrameOffset,
11285 secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
11286 dl-ChannelisationCodeList DL-ChannelisationCodeList,
11287 tpc-CombinationIndex TPC-CombinationIndex,
11288 powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
11289 closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
11290 },
11291 tdd SEQUENCE {
11292 dl-CCTrChListToEstablish DL-CCTrChList-r7 OPTIONAL,
11293 dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
11294 }
11295}
11296
11297DL-FDPCH-InfoPerRL-r6 ::= SEQUENCE {
11298 pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
11299 fdpch-FrameOffset DPCH-FrameOffset,
11300 secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
11301 secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
11302 dl-ChannelisationCode INTEGER (0..255),
11303 tpc-CombinationIndex TPC-CombinationIndex
11304}
11305
11306DL-DPCH-InfoPerRL-PostFDD ::= SEQUENCE {
11307 pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
11308 dl-ChannelisationCode DL-ChannelisationCode,
11309 tpc-CombinationIndex TPC-CombinationIndex
11310}
11311
11312DL-DPCH-InfoPerRL-PostTDD ::= SEQUENCE {
11313 dl-DPCH-TimeslotsCodes DownlinkTimeslotsCodes
11314}
11315
11316DL-DPCH-InfoPerRL-PostTDD-LCR-r4 ::= SEQUENCE {
11317 dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4
11318}
11319
11320DL-DPCH-PowerControlInfo ::= SEQUENCE {
11321 modeSpecificInfo CHOICE {
11322 fdd SEQUENCE {
11323 dpc-Mode DPC-Mode
11324 },
11325 tdd SEQUENCE {
11326 tpc-StepSizeTDD TPC-StepSizeTDD OPTIONAL
11327 }
11328 }
11329}
11330
11331DL-FDPCH-InfoCommon-r6 ::= SEQUENCE {
11332 cfnHandling CHOICE {
11333 maintain SEQUENCE {
11334 timingmaintainedsynchind TimingMaintainedSynchInd OPTIONAL
11335 },
11336 initialise NULL
11337 },
11338 dl-FDPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
11339-- Actual value dl-FDPCH-TPCcommandErrorRate = IE value * 0.01
11340-- dl-FDPCH-TPCcommandErrorRate values 11..16 are spare and shall not be used in this version of
11341-- the protocol
11342 dl-FDPCH-TPCcommandErrorRate INTEGER (1..16) OPTIONAL
11343}
11344
11345DL-FrameType ::= ENUMERATED {
11346 dl-FrameTypeA, dl-FrameTypeB }
11347
11348DL-HSPDSCH-Information ::= SEQUENCE {
11349 hs-scch-Info HS-SCCH-Info OPTIONAL,
11350 measurement-feedback-Info Measurement-Feedback-Info OPTIONAL,
11351 modeSpecificInfo CHOICE {
11352 tdd CHOICE{
11353 tdd384 SEQUENCE {
11354 dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
11355 },
11356 tdd128 SEQUENCE {
11357 hs-PDSCH-Midamble-Configuration-tdd128
11358 HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL
11359 }
11360 },
11361 fdd NULL
11362 }
11363}
11364
11365DL-HSPDSCH-Information-r6 ::= SEQUENCE {
11366 hs-scch-Info HS-SCCH-Info-r6 OPTIONAL,
11367 measurement-feedback-Info Measurement-Feedback-Info OPTIONAL,
11368 modeSpecificInfo CHOICE {
11369 tdd CHOICE {
11370 tdd384 SEQUENCE {
11371 dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
11372 },
11373 tdd128 SEQUENCE {
11374 hs-PDSCH-Midamble-Configuration-tdd128
11375 HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL
11376 }
11377 },
11378 fdd NULL
11379 }
11380}
11381
11382DL-HSPDSCH-Information-r7 ::= SEQUENCE {
11383 hs-scch-Info HS-SCCH-Info-r7 OPTIONAL,
11384 measurement-feedback-Info Measurement-Feedback-Info OPTIONAL,
11385 modeSpecificInfo CHOICE {
11386 tdd CHOICE {
11387 tdd384 SEQUENCE {
11388 dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
11389 },
11390 tdd768 SEQUENCE {
11391 dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration-VHCR OPTIONAL
11392 },
11393 tdd128 SEQUENCE {
11394 hs-PDSCH-Midamble-Configuration-tdd128
11395 HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL
11396 }
11397 },
11398 fdd NULL
11399 }
11400}
11401
11402-- The IE 'DL-HSPDSCH-TS-Configuration' applies to tdd-384 REL-5 onward
11403DL-HSPDSCH-TS-Configuration ::= SEQUENCE (SIZE (1..maxTS-1)) OF
11404 SEQUENCE {
11405 timeslot TimeslotNumber,
11406 midambleShiftAndBurstType MidambleShiftAndBurstType-DL
11407}
11408
11409-- The IE 'DL-HSPDSCH-TS-Configuration-VHCR' applies to tdd-768 REL-7 onward
11410DL-HSPDSCH-TS-Configuration-VHCR ::= SEQUENCE (SIZE (1..maxTS-1)) OF
11411 SEQUENCE {
11412 timeslot TimeslotNumber,
11413 midambleShiftAndBurstType MidambleShiftAndBurstType-DL-VHCR
11414}
11415
11416DL-InformationPerRL ::= SEQUENCE {
11417 modeSpecificInfo CHOICE {
11418 fdd SEQUENCE {
11419 primaryCPICH-Info PrimaryCPICH-Info,
11420 -- dummy1 and dummy 2 are not used in this version of specification, they should
11421 -- not be sent and if received they should be ignored.
11422 dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
11423 dummy2 PDSCH-CodeMapping OPTIONAL
11424 },
11425 tdd PrimaryCCPCH-Info
11426 },
11427 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL OPTIONAL,
11428 -- dummy is not used in this version of the specification, it should
11429 -- not be sent and if received it should be ignored.
11430 dummy SCCPCH-InfoForFACH OPTIONAL
11431}
11432
11433DL-InformationPerRL-r4 ::= SEQUENCE {
11434 modeSpecificInfo CHOICE {
11435 fdd SEQUENCE {
11436 primaryCPICH-Info PrimaryCPICH-Info,
11437 -- dummy1 and dummy 2 are not used in this version of specification, they should
11438 -- not be sent and if received they should be ignored.
11439 dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
11440 dummy2 PDSCH-CodeMapping OPTIONAL
11441 },
11442 tdd PrimaryCCPCH-Info-r4
11443 },
11444 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r4 OPTIONAL,
11445 -- dummy is not used in this version of the specification, it should
11446 -- not be sent and if received it should be ignored.
11447 dummy SCCPCH-InfoForFACH-r4 OPTIONAL,
11448 cell-id CellIdentity OPTIONAL
11449}
11450
11451DL-InformationPerRL-r5 ::= SEQUENCE {
11452 modeSpecificInfo CHOICE {
11453 fdd SEQUENCE {
11454 primaryCPICH-Info PrimaryCPICH-Info,
11455 -- dummy1 and dummy 2 are not used in this version of specification, they should
11456 -- not be sent and if received they should be ignored.
11457 dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
11458 dummy2 PDSCH-CodeMapping OPTIONAL,
11459 servingHSDSCH-RL-indicator BOOLEAN
11460 },
11461 tdd PrimaryCCPCH-Info-r4
11462 },
11463 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5 OPTIONAL,
11464 -- dummy is not used in this version of the specification, it should
11465 -- not be sent and if received it should be ignored.
11466 dummy SCCPCH-InfoForFACH-r4 OPTIONAL,
11467 cell-id CellIdentity OPTIONAL
11468}
11469
11470DL-InformationPerRL-r5bis ::= SEQUENCE {
11471 modeSpecificInfo CHOICE {
11472 fdd SEQUENCE {
11473 primaryCPICH-Info PrimaryCPICH-Info,
11474 -- dummy1 and dummy 2 are not used in this version of specification, they should
11475 -- not be sent and if received they should be ignored.
11476 dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
11477 dummy2 PDSCH-CodeMapping OPTIONAL
11478 },
11479 tdd PrimaryCCPCH-Info-r4
11480 },
11481 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5 OPTIONAL,
11482 -- dummy is not used in this version of the specification, it should
11483 -- not be sent and if received it should be ignored.
11484 dummy SCCPCH-InfoForFACH-r4 OPTIONAL,
11485 cell-id CellIdentity OPTIONAL
11486}
11487
11488DL-InformationPerRL-r6 ::= SEQUENCE {
11489 modeSpecificInfo CHOICE {
11490 fdd SEQUENCE {
11491 primaryCPICH-Info PrimaryCPICH-Info,
11492 servingHSDSCH-RL-indicator BOOLEAN,
11493 servingEDCH-RL-indicator BOOLEAN
11494 },
11495 tdd PrimaryCCPCH-Info-r4
11496 },
11497 dl-dpchInfo CHOICE {
11498 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r6,
11499 dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r6
11500 } OPTIONAL,
11501 e-AGCH-Information E-AGCH-Information OPTIONAL,
11502 e-HICH-Info CHOICE {
11503 e-HICH-Information E-HICH-Information,
11504 releaseIndicator NULL
11505 } OPTIONAL,
11506 e-RGCH-Info CHOICE {
11507 e-RGCH-Information E-RGCH-Information,
11508 releaseIndicator NULL
11509 } OPTIONAL,
11510 cell-id CellIdentity OPTIONAL
11511}
11512
11513DL-InformationPerRL-r7 ::= SEQUENCE {
11514 modeSpecificInfo CHOICE {
11515 fdd SEQUENCE {
11516 primaryCPICH-Info PrimaryCPICH-Info,
11517 servingHSDSCH-RL-indicator BOOLEAN,
11518 servingEDCH-RL-indicator BOOLEAN
11519 },
11520 tdd PrimaryCCPCH-Info-r7
11521 },
11522 dl-dpchInfo CHOICE {
11523 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r7,
11524 dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r6
11525 } OPTIONAL,
11526 e-AGCH-Information E-AGCH-Information OPTIONAL,
11527 e-HICH-Info CHOICE {
11528 e-HICH-Information E-HICH-Information,
11529 releaseIndicator NULL
11530 } OPTIONAL,
11531 e-RGCH-Info CHOICE {
11532 e-RGCH-Information E-RGCH-Information,
11533 releaseIndicator NULL
11534 } OPTIONAL,
11535 cell-id CellIdentity OPTIONAL
11536}
11537
11538DL-InformationPerRL-List ::= SEQUENCE (SIZE (1..maxRL)) OF
11539 DL-InformationPerRL
11540
11541DL-InformationPerRL-List-r4 ::= SEQUENCE (SIZE (1..maxRL)) OF
11542 DL-InformationPerRL-r4
11543
11544DL-InformationPerRL-List-r5 ::= SEQUENCE (SIZE (1..maxRL)) OF
11545 DL-InformationPerRL-r5
11546
11547DL-InformationPerRL-List-r6 ::= SEQUENCE (SIZE (1..maxRL)) OF
11548 DL-InformationPerRL-r6
11549
11550DL-InformationPerRL-List-r5bis ::= SEQUENCE (SIZE (1..maxRL)) OF
11551 DL-InformationPerRL-r5bis
11552
11553DL-InformationPerRL-List-r7 ::= SEQUENCE (SIZE (1..maxRL)) OF
11554 DL-InformationPerRL-r7
11555
11556DL-InformationPerRL-ListPostFDD ::= SEQUENCE (SIZE (1..maxRL)) OF
11557 DL-InformationPerRL-PostFDD
11558
11559DL-InformationPerRL-PostFDD ::= SEQUENCE {
11560 primaryCPICH-Info PrimaryCPICH-Info,
11561 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-PostFDD
11562}
11563
11564DL-InformationPerRL-PostTDD ::= SEQUENCE {
11565 primaryCCPCH-Info PrimaryCCPCH-InfoPost,
11566 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-PostTDD
11567}
11568
11569DL-InformationPerRL-PostTDD-LCR-r4 ::= SEQUENCE {
11570 primaryCCPCH-Info PrimaryCCPCH-InfoPostTDD-LCR-r4,
11571 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-PostTDD-LCR-r4
11572}
11573
11574DL-PDSCH-Information ::= SEQUENCE {
11575 -- dummy1 and dummy 2 are not used in this version of specification, it should
11576 -- not be sent and if received it should be ignored.
11577 dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
11578 dummy2 PDSCH-CodeMapping OPTIONAL
11579}
11580
11581Dl-rate-matching-restriction ::= SEQUENCE {
11582 restrictedTrCH-InfoList RestrictedTrCH-InfoList OPTIONAL
11583}
11584
11585DL-TPC-PowerOffsetPerRL ::= SEQUENCE {
11586 powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL
11587}
11588
11589-- NOTE: The radio links in the following list have a one-to-one mapping with the
11590-- radio links in the message.
11591DL-TPC-PowerOffsetPerRL-List ::= SEQUENCE (SIZE (1..maxRL)) OF
11592 DL-TPC-PowerOffsetPerRL
11593
11594DL-TS-ChannelisationCode ::= ENUMERATED {
11595 cc16-1, cc16-2, cc16-3, cc16-4,
11596 cc16-5, cc16-6, cc16-7, cc16-8,
11597 cc16-9, cc16-10, cc16-11, cc16-12,
11598 cc16-13, cc16-14, cc16-15, cc16-16 }
11599
11600DL-TS-ChannelisationCode-VHCR ::= ENUMERATED {
11601 cc32-1, cc32-2, cc32-3, cc32-4,
11602 cc132-5, cc32-6, cc32-7, cc32-8,
11603 cc32-9, cc32-10, cc32-11, cc32-12,
11604 cc32-13, cc32-14, cc32-15, cc32-16,
11605 cc32-17, cc32-18, cc32-19, cc32-20,
11606 cc32-21, cc32-22, cc32-23, cc32-24,
11607 cc32-25, cc32-26, cc32-27, cc32-28,
11608 cc32-29, cc32-30, cc32-31, cc32-32 }
11609
11610DL-TS-ChannelisationCodesShort ::= SEQUENCE {
11611 codesRepresentation CHOICE {
11612 consecutive SEQUENCE {
11613 firstChannelisationCode DL-TS-ChannelisationCode,
11614 lastChannelisationCode DL-TS-ChannelisationCode
11615 },
11616 bitmap BIT STRING {
11617 chCode16-SF16(0),
11618 chCode15-SF16(1),
11619 chCode14-SF16(2),
11620 chCode13-SF16(3),
11621 chCode12-SF16(4),
11622 chCode11-SF16(5),
11623 chCode10-SF16(6),
11624 chCode9-SF16(7),
11625 chCode8-SF16(8),
11626 chCode7-SF16(9),
11627 chCode6-SF16(10),
11628 chCode5-SF16(11),
11629 chCode4-SF16(12),
11630 chCode3-SF16(13),
11631 chCode2-SF16(14),
11632 chCode1-SF16(15)
11633 } (SIZE (16))
11634 }
11635}
11636
11637DL-TS-ChannelisationCodesShort-VHCR ::= SEQUENCE {
11638 codesRepresentation CHOICE {
11639 consecutive SEQUENCE {
11640 firstChannelisationCode DL-TS-ChannelisationCode-VHCR,
11641 lastChannelisationCode DL-TS-ChannelisationCode-VHCR
11642 },
11643 bitmap BIT STRING {
11644 chCode32-SF32(0),
11645 chCode31-SF32(1),
11646 chCode30-SF32(2),
11647 chCode29-SF32(3),
11648 chCode28-SF32(4),
11649 chCode27-SF32(5),
11650 chCode26-SF32(6),
11651 chCode25-SF32(7),
11652 chCode24-SF32(8),
11653 chCode23-SF32(9),
11654 chCode22-SF32(10),
11655 chCode21-SF32(11),
11656 chCode20-SF32(12),
11657 chCode19-SF32(13),
11658 chCode18-SF32(14),
11659 chCode17-SF32(15),
11660 chCode16-SF32(16),
11661 chCode15-SF32(17),
11662 chCode14-SF32(18),
11663 chCode13-SF32(19),
11664 chCode12-SF32(20),
11665 chCode11-SF32(21),
11666 chCode10-SF32(22),
11667 chCode9-SF32(23),
11668 chCode8-SF32(24),
11669 chCode7-SF32(25),
11670 chCode6-SF32(26),
11671 chCode5-SF32(27),
11672 chCode4-SF32(28),
11673 chCode3-SF32(29),
11674 chCode2-SF32(30),
11675 chCode1-SF32(31)
11676 } (SIZE (32))
11677 }
11678}
11679
11680DownlinkAdditionalTimeslots ::= SEQUENCE {
11681 parameters CHOICE {
11682 sameAsLast SEQUENCE {
11683 timeslotNumber TimeslotNumber
11684 },
11685 newParameters SEQUENCE {
11686 individualTimeslotInfo IndividualTimeslotInfo,
11687 dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort
11688 }
11689 }
11690}
11691
11692DownlinkAdditionalTimeslots-VHCR ::= SEQUENCE {
11693 parameters CHOICE {
11694 sameAsLast SEQUENCE {
11695 timeslotNumber TimeslotNumber
11696 },
11697 newParameters SEQUENCE {
11698 individualTimeslotInfo IndividualTimeslotInfo-VHCR,
11699 dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort-VHCR
11700 }
11701 }
11702}
11703
11704DownlinkAdditionalTimeslots-LCR-r4 ::= SEQUENCE {
11705 parameters CHOICE {
11706 sameAsLast SEQUENCE {
11707 timeslotNumber TimeslotNumber-LCR-r4
11708 },
11709 newParameters SEQUENCE {
11710 individualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
11711 dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort
11712 }
11713 }
11714}
11715
11716DownlinkTimeslotsCodes ::= SEQUENCE {
11717 firstIndividualTimeslotInfo IndividualTimeslotInfo,
11718 dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort,
11719 moreTimeslots CHOICE {
11720 noMore NULL,
11721 additionalTimeslots CHOICE {
11722 consecutive INTEGER (1..maxTS-1),
11723 timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
11724 DownlinkAdditionalTimeslots
11725 }
11726 }
11727}
11728
11729DownlinkTimeslotsCodes-VHCR ::= SEQUENCE {
11730 firstIndividualTimeslotInfo IndividualTimeslotInfo-VHCR,
11731 dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort,
11732 moreTimeslots CHOICE {
11733 noMore NULL,
11734 additionalTimeslots CHOICE {
11735 consecutive INTEGER (1..maxTS-1),
11736 timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
11737 DownlinkAdditionalTimeslots-VHCR
11738 }
11739 }
11740}
11741
11742DownlinkTimeslotsCodes-LCR-r4 ::= SEQUENCE {
11743 firstIndividualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
11744 dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort,
11745 moreTimeslots CHOICE {
11746 noMore NULL,
11747 additionalTimeslots CHOICE {
11748 consecutive INTEGER (1..maxTS-LCR-1),
11749 timeslotList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
11750 DownlinkAdditionalTimeslots-LCR-r4
11751 }
11752 }
11753}
11754
11755DPC-Mode ::= ENUMERATED {
11756 singleTPC,
11757 tpcTripletInSoft }
11758
11759-- Actual value DPCCH-PowerOffset = IE value * 2
11760DPCCH-PowerOffset ::= INTEGER (-82..-3)
11761
11762-- Actual value DPCCH-PowerOffset2 = 2 + (IE value * 4)
11763DPCCH-PowerOffset2 ::= INTEGER (-28..-13)
11764
11765DPCH-CompressedModeInfo ::= SEQUENCE {
11766 tgp-SequenceList TGP-SequenceList
11767}
11768
11769DPCH-CompressedModeStatusInfo ::= SEQUENCE {
11770 tgps-Reconfiguration-CFN TGPS-Reconfiguration-CFN,
11771 tgp-SequenceShortList SEQUENCE (SIZE (1..maxTGPS)) OF
11772 TGP-SequenceShort
11773}
11774
11775-- Actual value DPCH-FrameOffset = IE value * 256
11776DPCH-FrameOffset::= INTEGER (0..149)
11777
11778DSCH-Mapping ::= SEQUENCE {
11779 maxTFCI-Field2Value MaxTFCI-Field2Value,
11780 spreadingFactor SF-PDSCH,
11781 codeNumber CodeNumberDSCH,
11782 multiCodeInfo MultiCodeInfo
11783}
11784
11785DSCH-MappingList ::= SEQUENCE (SIZE (1..maxPDSCH-TFCIgroups)) OF
11786 DSCH-Mapping
11787
11788DSCH-RadioLinkIdentifier ::= INTEGER (0..511)
11789
11790DSCH-TransportChannelsInfo ::= SEQUENCE (SIZE (1..maxTrCH)) OF
11791 SEQUENCE {
11792 dsch-transport-channel-identity TransportChannelIdentity,
11793 dsch-TFS TransportFormatSet
11794}
11795DurationTimeInfo ::= INTEGER (1..4096)
11796
11797DynamicPersistenceLevel ::= INTEGER (1..8)
11798
11799DynamicPersistenceLevelList ::= SEQUENCE (SIZE (1..maxPRACH)) OF
11800 DynamicPersistenceLevel
11801
11802DynamicPersistenceLevelTF-List ::= SEQUENCE (SIZE (1..maxTF-CPCH)) OF
11803 DynamicPersistenceLevel
11804
11805DynamicTFInformationCCCH ::= SEQUENCE {
11806 octetModeRLC-SizeInfoType2 OctetModeRLC-SizeInfoType2
11807}
11808
11809E-AGCH-ChannelisationCode ::= INTEGER (0..255)
11810
11811E-AGCH-Information ::= SEQUENCE {
11812 e-AGCH-ChannelisationCode E-AGCH-ChannelisationCode
11813}
11814
11815E-DCH-MinimumSet-E-TFCI ::= INTEGER (0..127)
11816
11817E-DCH-ReconfigurationInfo ::= SEQUENCE {
11818 e-DCH-RL-InfoNewServingCell E-DCH-RL-InfoNewServingCell OPTIONAL,
11819 e-DCH-RL-InfoOtherCellList SEQUENCE (SIZE (1..maxEDCHRL)) OF
11820 E-DCH-RL-InfoOtherCell OPTIONAL
11821}
11822
11823E-DCH-RL-InfoNewServingCell ::= SEQUENCE {
11824 primaryCPICH-Info PrimaryCPICH-Info,
11825 e-AGCH-Information E-AGCH-Information,
11826 servingGrant SEQUENCE {
11827 value INTEGER (0..38) OPTIONAL,
11828 primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
11829 } OPTIONAL,
11830 e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset OPTIONAL,
11831 reference-E-TFCIs E-DPDCH-Reference-E-TFCIList OPTIONAL,
11832 powerOffsetForSchedInfo INTEGER (0..6) OPTIONAL,
11833 threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
11834 twoIndexStepThreshold INTEGER (0..37) OPTIONAL,
11835 e-HICH-Information E-HICH-Information OPTIONAL,
11836 e-RGCH-Info CHOICE {
11837 e-RGCH-Information E-RGCH-Information,
11838 releaseIndicator NULL
11839 } OPTIONAL
11840}
11841
11842E-DCH-RL-InfoOtherCell ::= SEQUENCE {
11843 primaryCPICH-Info PrimaryCPICH-Info,
11844 e-HICH-Info CHOICE {
11845 e-HICH-Information E-HICH-Information,
11846 releaseIndicator NULL
11847 } OPTIONAL,
11848 e-RGCH-Info CHOICE {
11849 e-RGCH-Information E-RGCH-Information,
11850 releaseIndicator NULL
11851 } OPTIONAL
11852}
11853
11854E-DPCCH-Info ::= SEQUENCE {
11855 e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset,
11856 happyBit-DelayCondition HappyBit-DelayCondition
11857}
11858
11859E-DPCCH-DPCCH-PowerOffset ::= INTEGER (0..8)
11860
11861E-DPDCH-Info ::= SEQUENCE {
11862 e-TFCI-TableIndex E-TFCI-TableIndex,
11863 e-DCH-MinimumSet-E-TFCI E-DCH-MinimumSet-E-TFCI OPTIONAL,
11864 reference-E-TFCIs E-DPDCH-Reference-E-TFCIList,
11865 maxChannelisationCodes E-DPDCH-MaxChannelisationCodes,
11866 pl-NonMax E-DPDCH-PL-NonMax,
11867 schedulingInfoConfiguration E-DPDCH-SchedulingInfoConfiguration,
11868 threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
11869 twoIndexStepThreshold INTEGER (0..37) OPTIONAL
11870}
11871
11872E-DPDCH-PeriodicyOfSchedInfo ::= ENUMERATED {
11873 everyEDCHTTI, ms4, ms10, ms20, ms50, ms100, ms200, ms500,
11874 ms1000 }
11875
11876-- The actual value of E-DPDCH-PL-NonMax is: IE value * 0.04
11877E-DPDCH-PL-NonMax ::= INTEGER (11..25)
11878
11879E-DPDCH-Reference-E-TFCI ::= SEQUENCE {
11880 reference-E-TFCI INTEGER (0..127),
11881 reference-E-TFCI-PO INTEGER (0..29)
11882}
11883
11884E-DPDCH-Reference-E-TFCIList ::= SEQUENCE (SIZE (1..8)) OF E-DPDCH-Reference-E-TFCI
11885
11886E-DPDCH-SchedulingInfoConfiguration ::= SEQUENCE {
11887 periodicityOfSchedInfo-NoGrant E-DPDCH-PeriodicyOfSchedInfo OPTIONAL,
11888 periodicityOfSchedInfo-Grant E-DPDCH-PeriodicyOfSchedInfo OPTIONAL,
11889 powerOffsetForSchedInfo INTEGER (0..6)
11890}
11891
11892E-DPDCH-SchedulingTransmConfiguration ::= SEQUENCE {
11893 ms2-SchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL,
11894 servingGrant SEQUENCE {
11895 value INTEGER (0..38),
11896 primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
11897 } OPTIONAL
11898}
11899
11900E-DPDCH-MaxChannelisationCodes ::= ENUMERATED {
11901 sf256, sf128, sf64, sf32, sf16, sf8, sf4, sf4x2, sf2x2, sf4x2-and-sf2x2 }
11902
11903E-HICH-ChannelisationCode ::= INTEGER (0..127)
11904
11905E-HICH-Information ::= SEQUENCE {
11906 channelisationCode E-HICH-ChannelisationCode,
11907 signatureSequence E-HICH-RGCH-SignatureSequence
11908}
11909
11910E-HICH-RGCH-SignatureSequence ::= INTEGER (0..39)
11911
11912E-RGCH-CombinationIndex ::= INTEGER (0..5)
11913
11914E-RGCH-Information ::= SEQUENCE {
11915 signatureSequence E-HICH-RGCH-SignatureSequence,
11916 rg-CombinationIndex E-RGCH-CombinationIndex
11917}
11918
11919E-TFCI-TableIndex ::= INTEGER (0..1)
11920
11921EXT-UL-TimingAdvance ::= SEQUENCE {
11922 modeSpecificInfo CHOICE {
11923 tdd384 SEQUENCE {
11924 ex-ul-TimingAdvance INTEGER (0..255)
11925 },
11926 tdd768 SEQUENCE {
11927 ex-ul-TimingAdvance INTEGER (0..511)
11928 }
11929 }
11930}
11931
11932FACH-PCH-Information ::= SEQUENCE {
11933 transportFormatSet TransportFormatSet,
11934 transportChannelIdentity TransportChannelIdentity,
11935 ctch-Indicator BOOLEAN
11936}
11937
11938FACH-PCH-InformationList ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
11939 FACH-PCH-Information
11940
11941Feedback-cycle ::= ENUMERATED {
11942 fc0, fc2, fc4, fc8, fc10, fc20, fc40, fc80, fc160}
11943
11944FPACH-Info-r4 ::= SEQUENCE {
11945 timeslot TimeslotNumber-LCR-r4,
11946 channelisationCode TDD-FPACH-CCode16-r4,
11947 midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
11948 wi Wi-LCR
11949}
11950
11951FrequencyInfo ::= SEQUENCE {
11952 modeSpecificInfo CHOICE {
11953 fdd FrequencyInfoFDD,
11954 tdd FrequencyInfoTDD }
11955}
11956
11957FrequencyInfoFDD ::= SEQUENCE {
11958 uarfcn-UL UARFCN OPTIONAL,
11959 uarfcn-DL UARFCN
11960}
11961
11962FrequencyInfoTDD ::= SEQUENCE {
11963 uarfcn-Nt UARFCN
11964}
11965
11966HappyBit-DelayCondition ::= ENUMERATED {
11967 ms2, ms10, ms20, ms50, ms100, ms200, ms500, ms1000 }
11968
11969HARQ-Preamble-Mode ::= INTEGER (0..1)
11970
11971HS-ChannelisationCode-LCR ::= ENUMERATED {
11972 cc16-1, cc16-2, cc16-3, cc16-4,
11973 cc16-5, cc16-6, cc16-7, cc16-8,
11974 cc16-9, cc16-10, cc16-11, cc16-12,
11975 cc16-13, cc16-14, cc16-15, cc16-16 }
11976
11977HS-PDSCH-Midamble-Configuration-TDD128 ::= SEQUENCE {
11978 midambleAllocationMode CHOICE{
11979 defaultMidamble NULL,
11980 commonMidamble NULL,
11981 ueSpecificMidamble INTEGER (0..15)
11982 },
11983 -- Actual value midambleConfiguration = IE value * 2
11984 midambleConfiguration INTEGER (1..8)
11985}
11986
11987HS-SCCH-Info ::= SEQUENCE {
11988 modeSpecificInfo CHOICE {
11989 fdd SEQUENCE {
11990 hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
11991 HS-SCCH-Codes,
11992 dl-ScramblingCode SecondaryScramblingCode OPTIONAL
11993 },
11994 tdd CHOICE {
11995 tdd384 SEQUENCE {
11996 nack-ack-power-offset INTEGER (-7..8),
11997 hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD384,
11998 hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
11999 HS-SCCH-TDD384
12000 },
12001 tdd128 SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12002 HS-SCCH-TDD128
12003 }
12004 }
12005}
12006
12007HS-SCCH-Info-r6 ::= SEQUENCE {
12008 modeSpecificInfo CHOICE {
12009 fdd SEQUENCE {
12010 hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12011 HS-SCCH-Codes,
12012 dl-ScramblingCode SecondaryScramblingCode OPTIONAL
12013 },
12014 tdd CHOICE {
12015 tdd384 SEQUENCE {
12016 nack-ack-power-offset INTEGER (-7..8),
12017 hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD384,
12018 dhs-sync DHS-Sync OPTIONAL,
12019 bler-target Bler-Target,
12020 hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12021 HS-SCCH-TDD384-r6
12022 },
12023 tdd128 SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12024 HS-SCCH-TDD128
12025 }
12026 }
12027}
12028
12029HS-SCCH-Info-r7 ::= SEQUENCE {
12030 modeSpecificInfo CHOICE {
12031 fdd SEQUENCE {
12032 hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12033 HS-SCCH-Codes,
12034 dl-ScramblingCode SecondaryScramblingCode OPTIONAL
12035 },
12036 tdd CHOICE {
12037 tdd384 SEQUENCE {
12038 nack-ack-power-offset INTEGER (-7..8),
12039 hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD384,
12040 dhs-sync DHS-Sync OPTIONAL,
12041 hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12042 HS-SCCH-TDD384-r6
12043 },
12044 tdd768 SEQUENCE {
12045 nack-ack-power-offset INTEGER (-7..8),
12046 hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD768,
12047 dhs-sync DHS-Sync OPTIONAL,
12048 bler-target Bler-Target,
12049 hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12050 HS-SCCH-TDD768
12051 },
12052 tdd128 SEQUENCE (SIZE (1..maxHSSCCHs)) OF
12053 HS-SCCH-TDD128
12054 }
12055 }
12056}
12057
12058HS-SCCH-Codes ::= INTEGER (0..127)
12059
12060HS-SCCH-TDD128 ::= SEQUENCE {
12061 timeslotNumber TimeslotNumber-LCR-r4,
12062 firstChannelisationCode HS-ChannelisationCode-LCR,
12063 secondChannelisationCode HS-ChannelisationCode-LCR,
12064 midambleAllocationMode CHOICE {
12065 defaultMidamble NULL,
12066 commonMidamble NULL,
12067 ueSpecificMidamble INTEGER(0..15)
12068 },
12069 -- Actual value midambleConfiguration = IE value * 2
12070 midambleConfiguration INTEGER (1..8),
12071 bler-target Bler-Target,
12072 hs-sich-configuration HS-SICH-Configuration-TDD128
12073}
12074
12075HS-SICH-Configuration-TDD128 ::= SEQUENCE {
12076 timeslotNumber TimeslotNumber-LCR-r4,
12077 channelisationCode HS-ChannelisationCode-LCR,
12078 midambleAllocationMode CHOICE {
12079 defaultMidamble NULL,
12080 ueSpecificMidamble SEQUENCE {
12081 midambleShift MidambleShiftLong
12082 }
12083 },
12084 -- Actual value midambleConfiguration = IE value * 2
12085 midambleConfiguration INTEGER (1..8),
12086 nack-ack-power-offset INTEGER (-7..8),
12087 power-level-HSSICH INTEGER (-120..-58),
12088 tpc-step-size ENUMERATED { s1, s2, s3 , spare1}
12089}
12090
12091
12092
12093HS-SCCH-TDD384 ::= SEQUENCE {
12094 timeslotNumber TimeslotNumber,
12095 channelisationCode DL-TS-ChannelisationCode,
12096 midambleAllocationMode CHOICE {
12097 defaultMidamble NULL,
12098 commonMidamble NULL,
12099 ueSpecificMidamble SEQUENCE {
12100 midambleShift MidambleShiftLong
12101 }
12102 },
12103 midambleconfiguration MidambleConfigurationBurstType1and3,
12104 bler-target Bler-Target,
12105 hs-sich-configuration HS-SICH-Configuration-TDD384
12106}
12107
12108HS-SCCH-TDD384-r6 ::= SEQUENCE {
12109 timeslotNumber TimeslotNumber,
12110 channelisationCode DL-TS-ChannelisationCode,
12111 midambleAllocationMode CHOICE {
12112 defaultMidamble NULL,
12113 commonMidamble NULL,
12114 ueSpecificMidamble SEQUENCE {
12115 midambleShift MidambleShiftLong
12116 }
12117 },
12118 midambleconfiguration MidambleConfigurationBurstType1and3,
12119 hs-sich-configuration HS-SICH-Configuration-TDD384
12120}
12121
12122HS-SCCH-TDD768 ::= SEQUENCE {
12123 timeslotNumber TimeslotNumber,
12124 channelisationCode DL-TS-ChannelisationCode-VHCR,
12125 midambleAllocationMode CHOICE {
12126 defaultMidamble NULL,
12127 commonMidamble NULL,
12128 ueSpecificMidamble SEQUENCE {
12129 midambleShift MidambleShiftLong
12130 }
12131 },
12132 midambleconfiguration MidambleConfigurationBurstType1and3,
12133 hs-sich-configuration HS-SICH-Configuration-TDD768
12134}
12135
12136HS-SICH-Configuration-TDD384 ::= SEQUENCE {
12137 timeslotNumber TimeslotNumber,
12138 channelisationCode DL-TS-ChannelisationCode,
12139 midambleAllocationMode CHOICE {
12140 defaultMidamble NULL,
12141 ueSpecificMidamble SEQUENCE {
12142 midambleShift MidambleShiftLong
12143 }
12144 },
12145 midambleconfiguration MidambleConfigurationBurstType1and3
12146}
12147
12148HS-SICH-Configuration-TDD768 ::= SEQUENCE {
12149 timeslotNumber TimeslotNumber,
12150 channelisationCode DL-TS-ChannelisationCode-VHCR,
12151 midambleAllocationMode CHOICE {
12152 defaultMidamble NULL,
12153 ueSpecificMidamble SEQUENCE {
12154 midambleShift MidambleShiftLong
12155 }
12156 },
12157 midambleconfiguration MidambleConfigurationBurstType1and3
12158}
12159
12160HS-SICH-Power-Control-Info-TDD384 ::= SEQUENCE {
12161 -- Actual value ul-target-SIR = IE value * 0.5
12162 ul-target-SIR INTEGER (-22..40),
12163 hs-sich-ConstantValue ConstantValue
12164}
12165
12166HS-SICH-Power-Control-Info-TDD768 ::= SEQUENCE {
12167 -- Actual value ul-target-SIR = IE value * 0.5
12168 ul-target-SIR INTEGER (-22..40),
12169 hs-sich-ConstantValue ConstantValue
12170}
12171
12172IndividualTimeslotInfo ::= SEQUENCE {
12173 timeslotNumber TimeslotNumber,
12174 tfci-Existence BOOLEAN,
12175 midambleShiftAndBurstType MidambleShiftAndBurstType
12176}
12177
12178IndividualTimeslotInfo-VHCR ::= SEQUENCE {
12179 timeslotNumber TimeslotNumber,
12180 tfci-Existence BOOLEAN,
12181 midambleShiftAndBurstType-VHCR MidambleShiftAndBurstType-VHCR
12182}
12183
12184IndividualTimeslotInfo-LCR-r4 ::= SEQUENCE {
12185 timeslotNumber TimeslotNumber-LCR-r4,
12186 tfci-Existence BOOLEAN,
12187 midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
12188 modulation ENUMERATED { mod-QPSK, mod-8PSK },
12189 ss-TPC-Symbols ENUMERATED { zero, one, sixteenOverSF },
12190 additionalSS-TPC-Symbols INTEGER(1..15) OPTIONAL
12191}
12192
12193IndividualTimeslotInfo-LCR-r4-ext ::= SEQUENCE {
12194-- timeslotNumber and tfci-Existence is taken from IndividualTimeslotInfo.
12195-- midambleShiftAndBurstType in IndividualTimeslotInfo shall be ignored.
12196 midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
12197 modulation ENUMERATED { mod-QPSK, mod-8PSK },
12198 ss-TPC-Symbols ENUMERATED { zero, one, sixteenOverSF }
12199}
12200
12201IndividualTS-Interference ::= SEQUENCE {
12202 timeslot TimeslotNumber,
12203 ul-TimeslotInterference TDD-UL-Interference
12204}
12205
12206IndividualTS-InterferenceList ::= SEQUENCE (SIZE (1..maxTS)) OF
12207 IndividualTS-Interference
12208
12209ITP ::= ENUMERATED {
12210 mode0, mode1 }
12211
12212NidentifyAbort ::= INTEGER (1..128)
12213
12214MaxAllowedUL-TX-Power ::= INTEGER (-50..33)
12215
12216MaxAvailablePCPCH-Number ::= INTEGER (1..64)
12217MaxPowerIncrease-r4 ::= INTEGER (0..3)
12218
12219MaxTFCI-Field2Value ::= INTEGER (1..1023)
12220
12221Measurement-Feedback-Info ::= SEQUENCE {
12222 modeSpecificInfo CHOICE {
12223 fdd SEQUENCE {
12224 measurementPowerOffset MeasurementPowerOffset,
12225 feedback-cycle Feedback-cycle,
12226 cqi-RepetitionFactor CQI-RepetitionFactor,
12227 deltaCQI DeltaCQI
12228 },
12229 tdd NULL
12230 }
12231}
12232
12233
12234MidambleConfigurationBurstType1and3 ::= ENUMERATED {ms4, ms8, ms16}
12235
12236MidambleConfigurationBurstType2 ::= ENUMERATED {ms3, ms6}
12237
12238MidambleConfigurationBurstType2-VHCR ::= ENUMERATED {ms4, ms8}
12239
12240MidambleShiftAndBurstType ::= SEQUENCE {
12241 burstType CHOICE {
12242 type1 SEQUENCE {
12243 midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
12244 midambleAllocationMode CHOICE {
12245 defaultMidamble NULL,
12246 commonMidamble NULL,
12247 ueSpecificMidamble SEQUENCE {
12248 midambleShift MidambleShiftLong
12249 }
12250 }
12251 },
12252 type2 SEQUENCE {
12253 midambleConfigurationBurstType2 MidambleConfigurationBurstType2,
12254 midambleAllocationMode CHOICE {
12255 defaultMidamble NULL,
12256 commonMidamble NULL,
12257 ueSpecificMidamble SEQUENCE {
12258 midambleShift MidambleShiftShort
12259 }
12260 }
12261 },
12262 type3 SEQUENCE {
12263 midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
12264 midambleAllocationMode CHOICE {
12265 defaultMidamble NULL,
12266 ueSpecificMidamble SEQUENCE {
12267 midambleShift MidambleShiftLong
12268 }
12269 }
12270 }
12271 }
12272}
12273
12274MidambleShiftAndBurstType-VHCR ::= SEQUENCE {
12275 burstType CHOICE {
12276 type1 SEQUENCE {
12277 midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
12278 midambleAllocationMode CHOICE {
12279 defaultMidamble NULL,
12280 commonMidamble NULL,
12281 ueSpecificMidamble SEQUENCE {
12282 midambleShift MidambleShiftLong
12283 }
12284 }
12285 },
12286 type2 SEQUENCE {
12287 midambleConfigurationBurstType2 MidambleConfigurationBurstType2-VHCR,
12288 midambleAllocationMode CHOICE {
12289 defaultMidamble NULL,
12290 commonMidamble NULL,
12291 ueSpecificMidamble SEQUENCE {
12292 midambleShift MidambleShiftShort-VHCR
12293 }
12294 }
12295 },
12296 type3 SEQUENCE {
12297 midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
12298 midambleAllocationMode CHOICE {
12299 defaultMidamble NULL,
12300 ueSpecificMidamble SEQUENCE {
12301 midambleShift MidambleShiftLong
12302 }
12303 }
12304 }
12305 }
12306}
12307
12308MidambleShiftAndBurstType-DL ::= SEQUENCE {
12309 burstType CHOICE {
12310 type1 SEQUENCE {
12311 midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
12312 midambleAllocationMode CHOICE {
12313 defaultMidamble NULL,
12314 commonMidamble NULL,
12315 ueSpecificMidamble SEQUENCE {
12316 midambleShift MidambleShiftLong
12317 }
12318 }
12319 },
12320 type2 SEQUENCE {
12321 midambleConfigurationBurstType2 MidambleConfigurationBurstType2,
12322 midambleAllocationMode CHOICE {
12323 defaultMidamble NULL,
12324 commonMidamble NULL,
12325 ueSpecificMidamble SEQUENCE {
12326 midambleShift MidambleShiftShort
12327 }
12328 }
12329 }
12330 }
12331}
12332
12333MidambleShiftAndBurstType-DL-VHCR ::= SEQUENCE {
12334 burstType CHOICE {
12335 type1 SEQUENCE {
12336 midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
12337 midambleAllocationMode CHOICE {
12338 defaultMidamble NULL,
12339 commonMidamble NULL,
12340 ueSpecificMidamble SEQUENCE {
12341 midambleShift MidambleShiftLong
12342 }
12343 }
12344 },
12345 type2 SEQUENCE {
12346 midambleConfigurationBurstType2 MidambleConfigurationBurstType2-VHCR,
12347 midambleAllocationMode CHOICE {
12348 defaultMidamble NULL,
12349 commonMidamble NULL,
12350 ueSpecificMidamble SEQUENCE {
12351 midambleShift MidambleShiftShort-VHCR
12352 }
12353 }
12354 }
12355 }
12356}
12357
12358MidambleShiftAndBurstType-LCR-r4 ::= SEQUENCE {
12359 midambleAllocationMode CHOICE {
12360 defaultMidamble NULL,
12361 commonMidamble NULL,
12362 ueSpecificMidamble SEQUENCE {
12363 midambleShift INTEGER (0..15)
12364 }
12365 },
12366 -- Actual value midambleConfiguration = IE value * 2
12367 midambleConfiguration INTEGER (1..8)
12368}
12369
12370MidambleShiftLong ::= INTEGER (0..15)
12371
12372
12373MidambleShiftShort ::= INTEGER (0..5)
12374
12375MidambleShiftShort-VHCR ::= INTEGER (0..7)
12376
12377MinimumSpreadingFactor ::= ENUMERATED {
12378 sf4, sf8, sf16, sf32,
12379 sf64, sf128, sf256 }
12380
12381MultiCodeInfo ::= INTEGER (1..16)
12382
12383
12384N-EOT ::= INTEGER (0..7)
12385
12386N-GAP ::= ENUMERATED {
12387 f2, f4, f8 }
12388
12389N-PCH ::= INTEGER (1..8)
12390
12391N-StartMessage ::= INTEGER (1..8)
12392
12393NB01 ::= INTEGER (0..50)
12394
12395NF-Max ::= INTEGER (1..64)
12396
12397NumberOfDPDCH ::= INTEGER (1..maxDPDCH-UL)
12398
12399NumberOfFBI-Bits ::= INTEGER (1..2)
12400
12401OpenLoopPowerControl-TDD ::= SEQUENCE {
12402 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
12403 -- alpha, prach-ConstantValue, dpch-ConstantValue and pusch-ConstantValue
12404 -- shall be ignored in 1.28Mcps TDD mode.
12405 alpha Alpha OPTIONAL,
12406 prach-ConstantValue ConstantValueTdd,
12407 dpch-ConstantValue ConstantValueTdd,
12408 pusch-ConstantValue ConstantValueTdd OPTIONAL
12409}
12410
12411OpenLoopPowerControl-IPDL-TDD-r4 ::= SEQUENCE {
12412 ipdl-alpha Alpha,
12413 maxPowerIncrease MaxPowerIncrease-r4
12414}
12415
12416PagingIndicatorLength ::= ENUMERATED {
12417 pi4, pi8, pi16 }
12418
12419PC-Preamble ::= INTEGER (0..7)
12420
12421PCP-Length ::= ENUMERATED {
12422 as0, as8 }
12423
12424PCPCH-ChannelInfo ::= SEQUENCE {
12425 pcpch-UL-ScramblingCode INTEGER (0..79),
12426 pcpch-DL-ChannelisationCode INTEGER (0..511),
12427 pcpch-DL-ScramblingCode SecondaryScramblingCode OPTIONAL,
12428 pcp-Length PCP-Length,
12429 ucsm-Info UCSM-Info OPTIONAL
12430}
12431
12432PCPCH-ChannelInfoList ::= SEQUENCE (SIZE (1..maxPCPCHs)) OF
12433 PCPCH-ChannelInfo
12434
12435PCPICH-UsageForChannelEst ::= ENUMERATED {
12436 mayBeUsed,
12437 shallNotBeUsed }
12438
12439PDSCH-CapacityAllocationInfo ::= SEQUENCE {
12440 -- pdsch-PowerControlInfo is conditional on new-configuration branch below, if this
12441 -- selected the IE is OPTIONAL otherwise it should not be sent
12442 pdsch-PowerControlInfo PDSCH-PowerControlInfo OPTIONAL,
12443 pdsch-AllocationPeriodInfo AllocationPeriodInfo,
12444 configuration CHOICE {
12445 old-Configuration SEQUENCE {
12446 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
12447 pdsch-Identity PDSCH-Identity
12448 },
12449 new-Configuration SEQUENCE {
12450 pdsch-Info PDSCH-Info,
12451 pdsch-Identity PDSCH-Identity OPTIONAL
12452 }
12453 }
12454}
12455
12456PDSCH-CapacityAllocationInfo-r4 ::= SEQUENCE {
12457 pdsch-AllocationPeriodInfo AllocationPeriodInfo,
12458 configuration CHOICE {
12459 old-Configuration SEQUENCE {
12460 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
12461 pdsch-Identity PDSCH-Identity
12462 },
12463 new-Configuration SEQUENCE {
12464 pdsch-Info PDSCH-Info-r4,
12465 pdsch-Identity PDSCH-Identity OPTIONAL,
12466 pdsch-PowerControlInfo PDSCH-PowerControlInfo OPTIONAL
12467 }
12468 }
12469}
12470
12471PDSCH-CapacityAllocationInfo-r7 ::= SEQUENCE {
12472 pdsch-AllocationPeriodInfo AllocationPeriodInfo,
12473 configuration CHOICE {
12474 old-Configuration SEQUENCE {
12475 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
12476 pdsch-Identity PDSCH-Identity
12477 },
12478 new-Configuration SEQUENCE {
12479 pdsch-Info PDSCH-Info-r7,
12480 pdsch-Identity PDSCH-Identity OPTIONAL,
12481 pdsch-PowerControlInfo PDSCH-PowerControlInfo OPTIONAL
12482 }
12483 }
12484}
12485
12486PDSCH-CodeInfo ::= SEQUENCE {
12487 spreadingFactor SF-PDSCH,
12488 codeNumber CodeNumberDSCH,
12489 multiCodeInfo MultiCodeInfo
12490}
12491
12492PDSCH-CodeInfoList ::= SEQUENCE (SIZE (1..maxTFCI-2-Combs)) OF
12493 PDSCH-CodeInfo
12494
12495PDSCH-CodeMap ::= SEQUENCE {
12496 spreadingFactor SF-PDSCH,
12497 multiCodeInfo MultiCodeInfo,
12498 codeNumberStart CodeNumberDSCH,
12499 codeNumberStop CodeNumberDSCH
12500}
12501
12502PDSCH-CodeMapList ::= SEQUENCE (SIZE (1..maxPDSCH-TFCIgroups)) OF
12503 PDSCH-CodeMap
12504
12505PDSCH-CodeMapping ::= SEQUENCE {
12506 dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
12507 signallingMethod CHOICE {
12508 codeRange CodeRange,
12509 tfci-Range DSCH-MappingList,
12510 explicit-config PDSCH-CodeInfoList,
12511 replace ReplacedPDSCH-CodeInfoList
12512 }
12513}
12514
12515PDSCH-Identity ::= INTEGER (1..hiPDSCHidentities)
12516
12517
12518PDSCH-Info ::= SEQUENCE {
12519 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
12520 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
12521 pdsch-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
12522}
12523
12524PDSCH-Info-r4 ::= SEQUENCE {
12525 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
12526 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
12527 tddOption CHOICE {
12528 tdd384 SEQUENCE {
12529 pdsch-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
12530 },
12531 tdd128 SEQUENCE {
12532 pdsch-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
12533 }
12534 }
12535}
12536
12537PDSCH-Info-r7 ::= SEQUENCE {
12538 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
12539 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
12540 tddOption CHOICE {
12541 tdd384 SEQUENCE {
12542 pdsch-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
12543 },
12544 tdd768 SEQUENCE {
12545 pdsch-TimeslotsCodes DownlinkTimeslotsCodes-VHCR OPTIONAL
12546 },
12547 tdd128 SEQUENCE {
12548 pdsch-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
12549 }
12550 }
12551}
12552
12553PDSCH-Info-LCR-r4 ::= SEQUENCE {
12554 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
12555 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
12556 pdsch-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
12557}
12558
12559PDSCH-PowerControlInfo ::= SEQUENCE {
12560 tpc-StepSizeTDD TPC-StepSizeTDD OPTIONAL,
12561 ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
12562}
12563
12564PDSCH-SHO-DCH-Info ::= SEQUENCE {
12565 dsch-RadioLinkIdentifier DSCH-RadioLinkIdentifier,
12566 rl-IdentifierList RL-IdentifierList OPTIONAL
12567}
12568
12569PDSCH-SysInfo ::= SEQUENCE {
12570 pdsch-Identity PDSCH-Identity,
12571 pdsch-Info PDSCH-Info,
12572 dsch-TFS TransportFormatSet OPTIONAL,
12573 dsch-TFCS TFCS OPTIONAL
12574}
12575
12576PDSCH-SysInfo-r7 ::= SEQUENCE {
12577 pdsch-Identity PDSCH-Identity,
12578 pdsch-Info PDSCH-Info-r7,
12579 dsch-TransportChannelsInfo DSCH-TransportChannelsInfo OPTIONAL,
12580 dsch-TFCS TFCS OPTIONAL
12581}
12582
12583PDSCH-SysInfo-HCR-r5 ::= SEQUENCE {
12584 pdsch-Identity PDSCH-Identity,
12585 pdsch-Info PDSCH-Info,
12586 dsch-TransportChannelsInfo DSCH-TransportChannelsInfo OPTIONAL,
12587 dsch-TFCS TFCS OPTIONAL
12588}
12589
12590PDSCH-SysInfo-LCR-r4 ::= SEQUENCE {
12591 pdsch-Identity PDSCH-Identity,
12592 pdsch-Info PDSCH-Info-LCR-r4,
12593 dsch-TFS TransportFormatSet OPTIONAL,
12594 dsch-TFCS TFCS OPTIONAL
12595}
12596
12597PDSCH-SysInfoList ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
12598 PDSCH-SysInfo
12599
12600PDSCH-SysInfoList-r7 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF PDSCH-SysInfo-r7
12601
12602PDSCH-SysInfoList-HCR-r5 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF PDSCH-SysInfo-HCR-r5
12603
12604PDSCH-SysInfoList-LCR-r4 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
12605 PDSCH-SysInfo-LCR-r4
12606
12607PDSCH-SysInfoList-SFN ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
12608 SEQUENCE {
12609 pdsch-SysInfo PDSCH-SysInfo,
12610 sfn-TimeInfo SFN-TimeInfo OPTIONAL
12611}
12612
12613PDSCH-SysInfoList-SFN-HCR-r5 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
12614 SEQUENCE {
12615 pdsch-SysInfo PDSCH-SysInfo-HCR-r5,
12616 sfn-TimeInfo SFN-TimeInfo OPTIONAL
12617}
12618
12619PDSCH-SysInfoList-SFN-LCR-r4 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
12620 SEQUENCE {
12621 pdsch-SysInfo PDSCH-SysInfo-LCR-r4,
12622 sfn-TimeInfo SFN-TimeInfo OPTIONAL
12623}
12624
12625PersistenceScalingFactor ::= ENUMERATED {
12626 psf0-9, psf0-8, psf0-7, psf0-6,
12627 psf0-5, psf0-4, psf0-3, psf0-2 }
12628
12629PersistenceScalingFactorList ::= SEQUENCE (SIZE (1..maxASCpersist)) OF
12630 PersistenceScalingFactor
12631
12632PI-CountPerFrame ::= ENUMERATED {
12633 e18, e36, e72, e144 }
12634
12635PichChannelisationCodeList-LCR-r4 ::= SEQUENCE (SIZE (1..2)) OF
12636 DL-TS-ChannelisationCode
12637
12638PICH-Info ::= CHOICE {
12639 fdd SEQUENCE {
12640 channelisationCode256 ChannelisationCode256,
12641 pi-CountPerFrame PI-CountPerFrame,
12642 sttd-Indicator BOOLEAN
12643 },
12644 tdd SEQUENCE {
12645 channelisationCode TDD-PICH-CCode OPTIONAL,
12646 timeslot TimeslotNumber OPTIONAL,
12647 midambleShiftAndBurstType MidambleShiftAndBurstType,
12648 repetitionPeriodLengthOffset RepPerLengthOffset-PICH OPTIONAL,
12649 pagingIndicatorLength PagingIndicatorLength DEFAULT pi4,
12650 n-GAP N-GAP DEFAULT f4,
12651 n-PCH N-PCH DEFAULT 2
12652 }
12653}
12654
12655PICH-Info-r7 ::= CHOICE {
12656 fdd SEQUENCE {
12657 channelisationCode256 ChannelisationCode256,
12658 pi-CountPerFrame PI-CountPerFrame,
12659 sttd-Indicator BOOLEAN
12660 },
12661 tdd384 SEQUENCE {
12662 channelisationCode TDD-PICH-CCode OPTIONAL,
12663 timeslot TimeslotNumber OPTIONAL,
12664 midambleShiftAndBurstType MidambleShiftAndBurstType,
12665 repetitionPeriodLengthOffset RepPerLengthOffset-PICH OPTIONAL,
12666 pagingIndicatorLength PagingIndicatorLength DEFAULT pi4,
12667 n-GAP N-GAP DEFAULT f4,
12668 n-PCH N-PCH DEFAULT 2
12669 },
12670 tdd768 SEQUENCE {
12671 channelisationCode TDD768-PICH-CCode OPTIONAL,
12672 timeslot TimeslotNumber OPTIONAL,
12673 midambleShiftAndBurstType MidambleShiftAndBurstType,
12674 repetitionPeriodLengthOffset RepPerLengthOffset-PICH OPTIONAL,
12675 pagingIndicatorLength PagingIndicatorLength DEFAULT pi4,
12676 n-GAP N-GAP DEFAULT f4,
12677 n-PCH N-PCH DEFAULT 2
12678 }
12679}
12680
12681PICH-Info-LCR-r4 ::= SEQUENCE {
12682 timeslot TimeslotNumber-LCR-r4 OPTIONAL,
12683 pichChannelisationCodeList-LCR-r4 PichChannelisationCodeList-LCR-r4,
12684 midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
12685 repetitionPeriodLengthOffset RepPerLengthOffset-PICH OPTIONAL,
12686 pagingIndicatorLength PagingIndicatorLength DEFAULT pi4,
12687 n-GAP N-GAP DEFAULT f4,
12688 n-PCH N-PCH DEFAULT 2
12689}
12690
12691PICH-PowerOffset ::= INTEGER (-10..5)
12692
12693PilotBits128 ::= ENUMERATED {
12694 pb4, pb8 }
12695
12696PilotBits256 ::= ENUMERATED {
12697 pb2, pb4, pb8 }
12698
12699 -- Actual measurement power offset value = IE value * 0.5
12700MeasurementPowerOffset ::= INTEGER (-12..26)
12701
12702PLCCH-Info ::= SEQUENCE {
12703 plcchSequenceNumber INTEGER(1..17),
12704 timeslotNumber TimeslotNumber-LCR-r4,
12705 channelisationCode DL-TS-ChannelisationCode,
12706 tpcCommandTargetRate TPC-CommandTargetRate
12707}
12708
12709PositionFixedOrFlexible ::= ENUMERATED {
12710 fixed,
12711 flexible }
12712
12713PowerControlAlgorithm ::= CHOICE {
12714 algorithm1 TPC-StepSizeFDD,
12715 algorithm2 NULL
12716}
12717
12718PowerOffsetPilot-pdpdch ::= INTEGER (0..24)
12719
12720PowerOffsetTPC-pdpdch ::= INTEGER (0..24)
12721
12722PowerRampStep ::= INTEGER (1..8)
12723
12724PRACH-ChanCodes-LCR-r4 ::= SEQUENCE (SIZE (1..4)) OF
12725 TDD-PRACH-CCode-LCR-r4
12726
12727PRACH-Definition-LCR-r4 ::= SEQUENCE {
12728 timeslot TimeslotNumber-PRACH-LCR-r4,
12729 prach-ChanCodes-LCR PRACH-ChanCodes-LCR-r4,
12730 midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
12731 fpach-Info FPACH-Info-r4
12732}
12733
12734PRACH-Midamble ::= ENUMERATED {
12735 direct,
12736 direct-Inverted }
12737
12738PRACH-Partitioning ::= CHOICE {
12739 fdd SEQUENCE (SIZE (1..maxASC)) OF
12740 -- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-FDD are listed,
12741 -- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
12742 ASCSetting-FDD,
12743 tdd SEQUENCE (SIZE (1..maxASC)) OF
12744 -- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-TDD are listed,
12745 -- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
12746 ASCSetting-TDD
12747}
12748
12749PRACH-Partitioning-r7 ::= CHOICE {
12750 fdd SEQUENCE (SIZE (1..maxASC)) OF
12751 -- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-FDD are listed,
12752 -- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
12753 ASCSetting-FDD,
12754 tdd SEQUENCE (SIZE (1..maxASC)) OF
12755 -- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-TDD are listed,
12756 -- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
12757 ASCSetting-TDD-r7
12758}
12759
12760PRACH-Partitioning-LCR-r4 ::= SEQUENCE (SIZE (1..maxASC)) OF
12761 -- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-TDD-LCR-r4 are listed,
12762 -- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
12763 ASCSetting-TDD-LCR-r4
12764
12765PRACH-PowerOffset ::= SEQUENCE {
12766 powerRampStep PowerRampStep,
12767 preambleRetransMax PreambleRetransMax
12768}
12769
12770PRACH-RACH-Info ::= SEQUENCE {
12771 modeSpecificInfo CHOICE {
12772 fdd SEQUENCE {
12773 availableSignatures AvailableSignatures,
12774 availableSF SF-PRACH,
12775 preambleScramblingCodeWordNumber PreambleScramblingCodeWordNumber,
12776 puncturingLimit PuncturingLimit,
12777 availableSubChannelNumbers AvailableSubChannelNumbers
12778 },
12779 tdd SEQUENCE {
12780 timeslot TimeslotNumber,
12781 channelisationCodeList TDD-PRACH-CCodeList,
12782 prach-Midamble PRACH-Midamble
12783 }
12784 }
12785}
12786
12787PRACH-RACH-Info-r7 ::= SEQUENCE {
12788 modeSpecificInfo CHOICE {
12789 fdd SEQUENCE {
12790 availableSignatures AvailableSignatures,
12791 availableSF SF-PRACH,
12792 preambleScramblingCodeWordNumber PreambleScramblingCodeWordNumber,
12793 puncturingLimit PuncturingLimit,
12794 availableSubChannelNumbers AvailableSubChannelNumbers
12795 },
12796 tdd384 SEQUENCE {
12797 timeslot TimeslotNumber,
12798 channelisationCodeList TDD-PRACH-CCodeList,
12799 prach-Midamble PRACH-Midamble
12800 },
12801 tdd768 SEQUENCE {
12802 timeslot TimeslotNumber,
12803 channelisationCodeList TDD768-PRACH-CCodeList,
12804 prach-Midamble PRACH-Midamble
12805 }
12806 }
12807}
12808
12809PRACH-RACH-Info-LCR-r4 ::= SEQUENCE {
12810 sync-UL-Info SYNC-UL-Info-r4,
12811 prach-DefinitionList SEQUENCE (SIZE (1..maxPRACH-FPACH)) OF
12812 PRACH-Definition-LCR-r4
12813}
12814
12815PRACH-SystemInformation ::= SEQUENCE {
12816 prach-RACH-Info PRACH-RACH-Info,
12817 transportChannelIdentity TransportChannelIdentity,
12818 rach-TransportFormatSet TransportFormatSet OPTIONAL,
12819 rach-TFCS TFCS OPTIONAL,
12820 prach-Partitioning PRACH-Partitioning OPTIONAL,
12821 persistenceScalingFactorList PersistenceScalingFactorList OPTIONAL,
12822 ac-To-ASC-MappingTable AC-To-ASC-MappingTable OPTIONAL,
12823 modeSpecificInfo CHOICE {
12824 fdd SEQUENCE {
12825 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
12826 constantValue ConstantValue OPTIONAL,
12827 prach-PowerOffset PRACH-PowerOffset OPTIONAL,
12828 rach-TransmissionParameters RACH-TransmissionParameters OPTIONAL,
12829 aich-Info AICH-Info OPTIONAL
12830 },
12831 tdd NULL
12832 }
12833}
12834
12835PRACH-SystemInformation-r7 ::= SEQUENCE {
12836 prach-RACH-Info PRACH-RACH-Info-r7,
12837 transportChannelIdentity TransportChannelIdentity,
12838 rach-TransportFormatSet TransportFormatSet OPTIONAL,
12839 rach-TFCS TFCS OPTIONAL,
12840 prach-Partitioning PRACH-Partitioning-r7 OPTIONAL,
12841 persistenceScalingFactorList PersistenceScalingFactorList OPTIONAL,
12842 ac-To-ASC-MappingTable AC-To-ASC-MappingTable OPTIONAL,
12843 modeSpecificInfo CHOICE {
12844 fdd SEQUENCE {
12845 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
12846 constantValue ConstantValue OPTIONAL,
12847 prach-PowerOffset PRACH-PowerOffset OPTIONAL,
12848 rach-TransmissionParameters RACH-TransmissionParameters OPTIONAL,
12849 aich-Info AICH-Info OPTIONAL
12850 },
12851 tdd NULL
12852 }
12853}
12854
12855PRACH-SystemInformation-LCR-r4 ::= SEQUENCE {
12856 prach-RACH-Info-LCR PRACH-RACH-Info-LCR-r4,
12857 rach-TransportFormatSet-LCR TransportFormatSet-LCR OPTIONAL,
12858 prach-Partitioning-LCR PRACH-Partitioning-LCR-r4 OPTIONAL
12859}
12860
12861PRACH-SystemInformationList ::= SEQUENCE (SIZE (1..maxPRACH)) OF
12862 PRACH-SystemInformation
12863
12864PRACH-SystemInformationList-r7 ::= SEQUENCE (SIZE (1..maxPRACH)) OF
12865 PRACH-SystemInformation-r7
12866
12867PRACH-SystemInformationList-LCR-r4 ::= SEQUENCE (SIZE (1..maxPRACH)) OF
12868 PRACH-SystemInformation-LCR-r4
12869
12870PreambleRetransMax ::= INTEGER (1..64)
12871
12872PreambleScramblingCodeWordNumber ::= INTEGER (0..15)
12873
12874PreDefPhyChConfiguration ::= SEQUENCE {
12875 ul-DPCH-InfoPredef UL-DPCH-InfoPredef,
12876 dl-CommonInformationPredef DL-CommonInformationPredef OPTIONAL
12877}
12878
12879PrimaryCCPCH-Info ::= CHOICE {
12880 fdd SEQUENCE {
12881 tx-DiversityIndicator BOOLEAN
12882 },
12883 tdd SEQUENCE {
12884 -- syncCase should be ignored for 1.28Mcps TDD mode
12885 syncCase CHOICE {
12886 syncCase1 SEQUENCE {
12887 timeslot TimeslotNumber
12888 },
12889 syncCase2 SEQUENCE {
12890 timeslotSync2 TimeslotSync2
12891 }
12892 } OPTIONAL,
12893 cellParametersID CellParametersID OPTIONAL,
12894 sctd-Indicator BOOLEAN
12895 }
12896}
12897
12898PrimaryCCPCH-Info-r4 ::= CHOICE {
12899 fdd SEQUENCE {
12900 tx-DiversityIndicator BOOLEAN
12901 },
12902 tdd SEQUENCE {
12903 tddOption CHOICE {
12904 tdd384 SEQUENCE {
12905 syncCase CHOICE {
12906 syncCase1 SEQUENCE {
12907 timeslot TimeslotNumber
12908 },
12909 syncCase2 SEQUENCE {
12910 timeslotSync2 TimeslotSync2
12911 }
12912 } OPTIONAL
12913 },
12914 tdd128 SEQUENCE {
12915 tstd-Indicator BOOLEAN
12916 }
12917 },
12918 cellParametersID CellParametersID OPTIONAL,
12919 sctd-Indicator BOOLEAN
12920 }
12921}
12922
12923PrimaryCCPCH-Info-r7 ::= CHOICE {
12924 fdd SEQUENCE {
12925 tx-DiversityIndicator BOOLEAN
12926 },
12927 tdd SEQUENCE {
12928 tddOption CHOICE {
12929 tdd384 SEQUENCE {
12930 syncCase CHOICE {
12931 syncCase1 SEQUENCE {
12932 timeslot TimeslotNumber
12933 },
12934 syncCase2 SEQUENCE {
12935 timeslotSync2 TimeslotSync2
12936 }
12937 } OPTIONAL
12938 },
12939 tdd768 SEQUENCE {
12940 syncCase CHOICE {
12941 syncCase1 SEQUENCE {
12942 timeslot TimeslotNumber
12943 },
12944 syncCase2 SEQUENCE {
12945 timeslotSync2 TimeslotSync2
12946 }
12947 } OPTIONAL
12948 },
12949 tdd128 SEQUENCE {
12950 tstd-Indicator BOOLEAN
12951 }
12952 },
12953 cellParametersID CellParametersID OPTIONAL,
12954 sctd-Indicator BOOLEAN
12955 }
12956}
12957
12958PrimaryCCPCH-Info-LCR-r4 ::= SEQUENCE {
12959 tstd-Indicator BOOLEAN,
12960 cellParametersID CellParametersID OPTIONAL,
12961 sctd-Indicator BOOLEAN
12962}
12963
12964-- For 1.28Mcps TDD, the following IE includes elements for the PCCPCH Info additional to those
12965-- in PrimaryCCPCH-Info
12966PrimaryCCPCH-Info-LCR-r4-ext ::= SEQUENCE {
12967 tstd-Indicator BOOLEAN
12968}
12969
12970PrimaryCCPCH-InfoPost ::= SEQUENCE {
12971 syncCase CHOICE {
12972 syncCase1 SEQUENCE {
12973 timeslot TimeslotNumber
12974 },
12975 syncCase2 SEQUENCE {
12976 timeslotSync2 TimeslotSync2
12977 }
12978 },
12979 cellParametersID CellParametersID,
12980 sctd-Indicator BOOLEAN
12981}
12982
12983PrimaryCCPCH-InfoPostTDD-LCR-r4 ::= SEQUENCE {
12984 tstd-Indicator BOOLEAN,
12985 cellParametersID CellParametersID,
12986 sctd-Indicator BOOLEAN
12987}
12988
12989PrimaryCCPCH-TX-Power ::= INTEGER (6..43)
12990
12991PrimaryCPICH-Info ::= SEQUENCE {
12992 primaryScramblingCode PrimaryScramblingCode
12993}
12994
12995PrimaryCPICH-TX-Power ::= INTEGER (-10..50)
12996
12997PrimaryScramblingCode ::= INTEGER (0..511)
12998
12999PuncturingLimit ::= ENUMERATED {
13000 pl0-40, pl0-44, pl0-48, pl0-52, pl0-56,
13001 pl0-60, pl0-64, pl0-68, pl0-72, pl0-76,
13002 pl0-80, pl0-84, pl0-88, pl0-92, pl0-96, pl1 }
13003
13004PUSCH-CapacityAllocationInfo ::= SEQUENCE {
13005 pusch-Allocation CHOICE {
13006 pusch-AllocationPending NULL,
13007 pusch-AllocationAssignment SEQUENCE {
13008 pusch-AllocationPeriodInfo AllocationPeriodInfo,
13009 pusch-PowerControlInfo UL-TargetSIR OPTIONAL,
13010 configuration CHOICE {
13011 old-Configuration SEQUENCE {
13012 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13013 pusch-Identity PUSCH-Identity
13014 },
13015 new-Configuration SEQUENCE {
13016 pusch-Info PUSCH-Info,
13017 pusch-Identity PUSCH-Identity OPTIONAL
13018 }
13019 }
13020 }
13021 }
13022}
13023
13024PUSCH-CapacityAllocationInfo-r4 ::= SEQUENCE {
13025 pusch-Allocation CHOICE {
13026 pusch-AllocationPending NULL,
13027 pusch-AllocationAssignment SEQUENCE {
13028 pusch-AllocationPeriodInfo AllocationPeriodInfo,
13029 pusch-PowerControlInfo PUSCH-PowerControlInfo-r4 OPTIONAL,
13030 configuration CHOICE {
13031 old-Configuration SEQUENCE {
13032 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13033 pusch-Identity PUSCH-Identity
13034 },
13035 new-Configuration SEQUENCE {
13036 pusch-Info PUSCH-Info-r4,
13037 pusch-Identity PUSCH-Identity OPTIONAL
13038 }
13039 }
13040 }
13041 }
13042}
13043
13044PUSCH-CapacityAllocationInfo-r7 ::= SEQUENCE {
13045 pusch-Allocation CHOICE {
13046 pusch-AllocationPending NULL,
13047 pusch-AllocationAssignment SEQUENCE {
13048 pusch-AllocationPeriodInfo AllocationPeriodInfo,
13049 pusch-PowerControlInfo PUSCH-PowerControlInfo-r7 OPTIONAL,
13050 configuration CHOICE {
13051 old-Configuration SEQUENCE {
13052 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13053 pusch-Identity PUSCH-Identity
13054 },
13055 new-Configuration SEQUENCE {
13056 pusch-Info PUSCH-Info-VHCR,
13057 pusch-Identity PUSCH-Identity OPTIONAL
13058 }
13059 }
13060 }
13061 }
13062}
13063
13064PUSCH-Identity ::= INTEGER (1..hiPUSCHidentities)
13065
13066PUSCH-Info ::= SEQUENCE {
13067 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13068 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
13069 pusch-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
13070}
13071
13072PUSCH-Info-r4 ::= SEQUENCE {
13073 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13074 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
13075 tddOption CHOICE {
13076 tdd384 SEQUENCE {
13077 pusch-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
13078 },
13079 tdd128 SEQUENCE {
13080 pusch-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4 OPTIONAL
13081 }
13082 }
13083}
13084
13085PUSCH-Info-VHCR ::= SEQUENCE {
13086 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13087 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
13088 pusch-TimeslotsCodes-VHCR UplinkTimeslotsCodes-VHCR OPTIONAL
13089}
13090
13091PUSCH-Info-LCR-r4 ::= SEQUENCE {
13092 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13093
13094 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
13095 pusch-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4 OPTIONAL
13096}
13097
13098PUSCH-PowerControlInfo-r4 ::= SEQUENCE {
13099 -- The IE ul-TargetSIR corresponds to PRX-PUSCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070013100 -- Actual value PRX-PUSCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000013101 ul-TargetSIR UL-TargetSIR,
13102 tddOption CHOICE {
13103 tdd384 NULL,
13104 tdd128 SEQUENCE {
13105 tpc-StepSize TPC-StepSizeTDD OPTIONAL
13106 }
13107 }
13108}
13109
13110PUSCH-PowerControlInfo-r7 ::= SEQUENCE {
13111 -- The IE ul-TargetSIR corresponds to PRX-PUSCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070013112 -- Actual value PRX-PUSCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000013113 ul-TargetSIR UL-TargetSIR,
13114 tddOption CHOICE {
13115 tdd384 NULL,
13116 tdd768 NULL,
13117 tdd128 SEQUENCE {
13118 tpc-StepSize TPC-StepSizeTDD OPTIONAL
13119 }
13120 }
13121}
13122
13123PUSCH-SysInfo ::= SEQUENCE {
13124 pusch-Identity PUSCH-Identity,
13125 pusch-Info PUSCH-Info,
13126 usch-TFS TransportFormatSet OPTIONAL,
13127 usch-TFCS TFCS OPTIONAL
13128}
13129
13130PUSCH-SysInfo-VHCR ::= SEQUENCE {
13131 pusch-Identity PUSCH-Identity,
13132 pusch-Info-VHCR PUSCH-Info-VHCR,
13133 usch-TransportChannelsInfo USCH-TransportChannelsInfo OPTIONAL,
13134 usch-TFCS TFCS OPTIONAL
13135}
13136
13137PUSCH-SysInfo-HCR-r5 ::= SEQUENCE {
13138 pusch-Identity PUSCH-Identity,
13139 pusch-Info PUSCH-Info,
13140 usch-TransportChannelsInfo USCH-TransportChannelsInfo OPTIONAL,
13141 usch-TFCS TFCS OPTIONAL
13142}
13143
13144PUSCH-SysInfo-LCR-r4 ::= SEQUENCE {
13145 pusch-Identity PUSCH-Identity,
13146 pusch-Info PUSCH-Info-LCR-r4,
13147 usch-TFS TransportFormatSet OPTIONAL,
13148 usch-TFCS TFCS OPTIONAL
13149}
13150
13151PUSCH-SysInfoList ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
13152 PUSCH-SysInfo
13153
13154PUSCH-SysInfoList-HCR-r5 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF PUSCH-SysInfo-HCR-r5
13155
13156PUSCH-SysInfoList-LCR-r4 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
13157 PUSCH-SysInfo-LCR-r4
13158
13159PUSCH-SysInfoList-SFN ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
13160 SEQUENCE {
13161 pusch-SysInfo PUSCH-SysInfo,
13162 sfn-TimeInfo SFN-TimeInfo OPTIONAL
13163}
13164
13165PUSCH-SysInfoList-SFN-HCR-r5 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
13166 SEQUENCE {
13167 pusch-SysInfo PUSCH-SysInfo-HCR-r5,
13168 sfn-TimeInfo SFN-TimeInfo OPTIONAL
13169}
13170
13171PUSCH-SysInfoList-SFN-LCR-r4 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
13172 SEQUENCE {
13173 pusch-SysInfo PUSCH-SysInfo-LCR-r4,
13174 sfn-TimeInfo SFN-TimeInfo OPTIONAL
13175}
13176
13177PUSCH-SysInfoList-SFN-VHCR ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
13178 SEQUENCE {
13179 pusch-SysInfo-VHCR PUSCH-SysInfo-VHCR,
13180 sfn-TimeInfo SFN-TimeInfo OPTIONAL
13181}
13182
13183RACH-TransmissionParameters ::= SEQUENCE {
13184 mmax INTEGER (1..32),
13185 nb01Min NB01,
13186 nb01Max NB01
13187}
13188
13189ReducedScramblingCodeNumber ::= INTEGER (0..8191)
13190
13191RepetitionPeriodAndLength ::= CHOICE {
13192 repetitionPeriod1 NULL,
13193 -- repetitionPeriod2 could just as well be NULL also.
13194 repetitionPeriod2 INTEGER (1..1),
13195 repetitionPeriod4 INTEGER (1..3),
13196 repetitionPeriod8 INTEGER (1..7),
13197 repetitionPeriod16 INTEGER (1..15),
13198 repetitionPeriod32 INTEGER (1..31),
13199 repetitionPeriod64 INTEGER (1..63)
13200}
13201
13202RepetitionPeriodLengthAndOffset ::= CHOICE {
13203 repetitionPeriod1 NULL,
13204 repetitionPeriod2 SEQUENCE {
13205 length NULL,
13206 offset INTEGER (0..1)
13207 },
13208 repetitionPeriod4 SEQUENCE {
13209 length INTEGER (1..3),
13210 offset INTEGER (0..3)
13211 },
13212 repetitionPeriod8 SEQUENCE {
13213 length INTEGER (1..7),
13214 offset INTEGER (0..7)
13215 },
13216 repetitionPeriod16 SEQUENCE {
13217 length INTEGER (1..15),
13218 offset INTEGER (0..15)
13219 },
13220 repetitionPeriod32 SEQUENCE {
13221 length INTEGER (1..31),
13222 offset INTEGER (0..31)
13223 },
13224 repetitionPeriod64 SEQUENCE {
13225 length INTEGER (1..63),
13226 offset INTEGER (0..63)
13227 }
13228}
13229
13230ReplacedPDSCH-CodeInfo ::= SEQUENCE {
13231 tfci-Field2 MaxTFCI-Field2Value,
13232 spreadingFactor SF-PDSCH,
13233 codeNumber CodeNumberDSCH,
13234 multiCodeInfo MultiCodeInfo
13235}
13236
13237ReplacedPDSCH-CodeInfoList ::= SEQUENCE (SIZE (1..maxTFCI-2-Combs)) OF
13238 ReplacedPDSCH-CodeInfo
13239
13240RepPerLengthOffset-PICH ::= CHOICE {
13241 rpp4-2 INTEGER (0..3),
13242 rpp8-2 INTEGER (0..7),
13243 rpp8-4 INTEGER (0..7),
13244 rpp16-2 INTEGER (0..15),
13245 rpp16-4 INTEGER (0..15),
13246 rpp32-2 INTEGER (0..31),
13247 rpp32-4 INTEGER (0..31),
13248 rpp64-2 INTEGER (0..63),
13249 rpp64-4 INTEGER (0..63)
13250}
13251
13252RepPerLengthOffset-MICH ::= CHOICE {
13253 rpp4-2 INTEGER (0..3),
13254 rpp8-2 INTEGER (0..7),
13255 rpp8-4 INTEGER (0..7),
13256 rpp16-2 INTEGER (0..15),
13257 rpp16-4 INTEGER (0..15),
13258 rpp32-2 INTEGER (0..31),
13259 rpp32-4 INTEGER (0..31),
13260 rpp64-2 INTEGER (0..63),
13261 rpp64-4 INTEGER (0..63)
13262}
13263
13264RestrictedTrCH ::= SEQUENCE {
13265 dl-restrictedTrCh-Type DL-TrCH-Type,
13266 restrictedDL-TrCH-Identity TransportChannelIdentity,
13267 allowedTFIList AllowedTFI-List
13268}
13269
13270RestrictedTrCH-InfoList ::= SEQUENCE (SIZE(1..maxTrCH)) OF
13271 RestrictedTrCH
13272
13273RL-AdditionInformation ::= SEQUENCE {
13274 primaryCPICH-Info PrimaryCPICH-Info,
13275 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL,
13276 -- dummy and dummy2 are not used in this version of specification
13277 -- and the IEs should be ignored.
13278 dummy BOOLEAN,
13279 dummy2 SCCPCH-InfoForFACH OPTIONAL
13280}
13281
13282RL-AdditionInformation-r6 ::= SEQUENCE {
13283 primaryCPICH-Info PrimaryCPICH-Info,
13284 cell-Id CellIdentity OPTIONAL,
13285 dl-dpchInfo CHOICE {
13286 dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5,
13287 dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r6
13288 },
13289 e-HICH-Information E-HICH-Information OPTIONAL,
13290 e-RGCH-Information E-RGCH-Information OPTIONAL
13291}
13292
13293RL-AdditionInformationList ::= SEQUENCE (SIZE (1..maxRL-1)) OF
13294 RL-AdditionInformation
13295
13296RL-AdditionInformationList-r6 ::= SEQUENCE (SIZE (1..maxRL-1)) OF
13297 RL-AdditionInformation-r6
13298
13299RL-IdentifierList ::= SEQUENCE (SIZE (1..maxRL)) OF
13300 PrimaryCPICH-Info
13301
13302RL-RemovalInformationList ::= SEQUENCE (SIZE (1..maxRL)) OF
13303 PrimaryCPICH-Info
13304
13305RPP ::= ENUMERATED {
13306 mode0, mode1 }
13307
13308S-Field ::= ENUMERATED {
13309 e1bit, e2bits }
13310
13311SCCPCH-ChannelisationCode ::= ENUMERATED {
13312 cc16-1, cc16-2, cc16-3, cc16-4,
13313 cc16-5, cc16-6, cc16-7, cc16-8,
13314 cc16-9, cc16-10, cc16-11, cc16-12,
13315 cc16-13, cc16-14, cc16-15, cc16-16 }
13316
13317SCCPCH-ChannelisationCode-VHCR ::= ENUMERATED {
13318 cc32-1, cc32-2, cc32-3, cc32-4,
13319 cc32-5, cc32-6, cc32-7, cc32-8,
13320 cc32-9, cc32-10, cc32-11, cc32-12,
13321 cc32-13, cc32-14, cc32-15, cc32-16,
13322 cc32-17, cc32-18, cc32-19, cc32-20,
13323 cc32-21, cc32-22, cc32-23, cc32-24,
13324 cc32-25, cc32-26, cc32-27, cc32-28,
13325 cc32-29, cc32-30, cc32-31, cc32-32 }
13326
13327SCCPCH-ChannelisationCodeList ::= SEQUENCE (SIZE (1..16)) OF
13328 SCCPCH-ChannelisationCode
13329
13330SCCPCH-ChannelisationCodeList-VHCR ::= SEQUENCE (SIZE (1..32)) OF
13331 SCCPCH-ChannelisationCode-VHCR
13332
13333SCCPCH-InfoForFACH ::= SEQUENCE {
13334 secondaryCCPCH-Info SecondaryCCPCH-Info,
13335 tfcs TFCS,
13336 modeSpecificInfo CHOICE {
13337 fdd SEQUENCE {
13338 fach-PCH-InformationList FACH-PCH-InformationList,
13339 sib-ReferenceListFACH SIB-ReferenceListFACH
13340 },
13341 tdd SEQUENCE {
13342 fach-PCH-InformationList FACH-PCH-InformationList
13343 }
13344 }
13345}
13346
13347SCCPCH-InfoForFACH-r4 ::= SEQUENCE {
13348 secondaryCCPCH-Info SecondaryCCPCH-Info-r4,
13349 tfcs TFCS,
13350 fach-PCH-InformationList FACH-PCH-InformationList,
13351 modeSpecificInfo CHOICE {
13352 fdd SEQUENCE {
13353 sib-ReferenceListFACH SIB-ReferenceListFACH
13354 },
13355 tdd NULL
13356 }
13357}
13358
13359SCCPCH-SystemInformation ::= SEQUENCE {
13360 secondaryCCPCH-Info SecondaryCCPCH-Info,
13361 tfcs TFCS OPTIONAL,
13362 fach-PCH-InformationList FACH-PCH-InformationList OPTIONAL,
13363 pich-Info PICH-Info OPTIONAL
13364}
13365
13366SCCPCH-SystemInformation-LCR-r4-ext ::= SEQUENCE {
13367 secondaryCCPCH-LCR-Extensions SecondaryCCPCH-Info-LCR-r4-ext,
13368 -- pich-Info in the SCCPCH-SystemInformation IE shall be absent,
13369 -- and instead the following used.
13370 pich-Info PICH-Info-LCR-r4 OPTIONAL
13371}
13372
13373SCCPCH-SystemInformation-r7 ::= SEQUENCE {
13374 secondaryCCPCH-Info SecondaryCCPCH-Info-r7,
13375 tfcs TFCS OPTIONAL,
13376 fach-PCH-InformationList FACH-PCH-InformationList OPTIONAL,
13377 pich-Info PICH-Info-r7 OPTIONAL
13378}
13379
13380SCCPCH-SystemInformationList ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
13381 SCCPCH-SystemInformation
13382
13383SCCPCH-SystemInformationList-r7 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
13384 SCCPCH-SystemInformation-r7
13385
13386-- SCCPCH-SystemInformationList-LCR-r4-ext includes elements additional to those in
13387-- SCCPCH-SystemInformationList for the 1.28Mcps TDD. The order of the IEs
13388-- indicates which SCCPCH-SystemInformation-LCR-r4-ext IE extends which
13389-- SCCPCH-SystemInformation IE.
13390SCCPCH-SystemInformationList-LCR-r4-ext ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
13391 SCCPCH-SystemInformation-LCR-r4-ext
13392
13393-- The SCCPCH-SystemInformation-MBMS-r6 is used for an S-CCPCH dedicated for MBMS purposes.
13394SCCPCH-SystemInformation-MBMS-r6 ::= SEQUENCE {
13395 secondaryCCPCHInfo-MBMS SecondaryCCPCHInfo-MBMS-r6,
13396 transportFormatCombinationSet TFCS,
13397 fachCarryingMCCH SEQUENCE {
13398 mcch-transportFormatSet TransportFormatSet,
13399 mcch-ConfigurationInfo MBMS-MCCH-ConfigurationInfo-r6
13400 },
13401 fachCarryingMTCH-List MBMS-FACHCarryingMTCH-List OPTIONAL,
13402 -- If schedulingInformation is provided
13403 fachCarryingMSCH SEQUENCE {
13404 msch-transportFormatSet TransportFormatSet,
13405 msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6
13406 } OPTIONAL
13407}
13408
13409-- The SCCPCH-SystemInformation-MBMS-r7 is used for an S-CCPCH dedicated for MBMS purposes.
13410SCCPCH-SystemInformation-MBMS-r7 ::= SEQUENCE {
13411 secondaryCCPCHInfo-MBMS SecondaryCCPCHInfo-MBMS-r7,
13412 transportFormatCombinationSet TFCS,
13413 fachCarryingMCCH SEQUENCE {
13414 mcch-transportFormatSet TransportFormatSet,
13415 mcch-ConfigurationInfo MBMS-MCCH-ConfigurationInfo-r6
13416 },
13417 fachCarryingMTCH-List MBMS-FACHCarryingMTCH-List OPTIONAL,
13418 -- If schedulingInformation is provided
13419 fachCarryingMSCH SEQUENCE {
13420 msch-transportFormatSet TransportFormatSet,
13421 msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6
13422 } OPTIONAL
13423}
13424
13425ScramblingCodeChange ::= ENUMERATED {
13426 codeChange, noCodeChange }
13427
13428ScramblingCodeType ::= ENUMERATED {
13429 shortSC,
13430 longSC }
13431
13432SecondaryCCPCH-Info ::= SEQUENCE {
13433 modeSpecificInfo CHOICE {
13434 fdd SEQUENCE {
13435 -- dummy1 is not used in this version of the specification and should be ignored.
13436 dummy1 PCPICH-UsageForChannelEst,
13437 -- dummy2 is not used in this version of the specification. It should not
13438 -- be sent and if received it should be ignored.
13439 dummy2 SecondaryCPICH-Info OPTIONAL,
13440 secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
13441 sttd-Indicator BOOLEAN,
13442 sf-AndCodeNumber SF256-AndCodeNumber,
13443 pilotSymbolExistence BOOLEAN,
13444 tfci-Existence BOOLEAN,
13445 positionFixedOrFlexible PositionFixedOrFlexible,
13446 timingOffset TimingOffset DEFAULT 0
13447 },
13448 tdd SEQUENCE {
13449 -- TABULAR: the offset is included in CommonTimeslotInfoSCCPCH
13450 commonTimeslotInfo CommonTimeslotInfoSCCPCH,
13451 individualTimeslotInfo IndividualTimeslotInfo,
13452 channelisationCode SCCPCH-ChannelisationCodeList
13453 }
13454 }
13455}
13456
13457SecondaryCCPCH-Info-r4 ::= SEQUENCE {
13458 modeSpecificInfo CHOICE {
13459 fdd SEQUENCE {
13460 secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
13461 sttd-Indicator BOOLEAN,
13462 sf-AndCodeNumber SF256-AndCodeNumber,
13463 pilotSymbolExistence BOOLEAN,
13464 tfci-Existence BOOLEAN,
13465 positionFixedOrFlexible PositionFixedOrFlexible,
13466 timingOffset TimingOffset DEFAULT 0
13467 },
13468 tdd SEQUENCE {
13469 -- TABULAR: the offset is included in CommonTimeslotInfoSCCPCH
13470 commonTimeslotInfo CommonTimeslotInfoSCCPCH,
13471 tddOption CHOICE {
13472 tdd384 SEQUENCE {
13473 individualTimeslotInfo IndividualTimeslotInfo
13474 },
13475 tdd128 SEQUENCE {
13476 individualTimeslotInfo IndividualTimeslotInfo-LCR-r4
13477 }
13478 },
13479 channelisationCode SCCPCH-ChannelisationCodeList
13480 }
13481 }
13482}
13483
13484SecondaryCCPCH-Info-r7 ::= SEQUENCE {
13485 modeSpecificInfo CHOICE {
13486 fdd SEQUENCE {
13487 secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
13488 sttd-Indicator BOOLEAN,
13489 sf-AndCodeNumber SF256-AndCodeNumber,
13490 pilotSymbolExistence BOOLEAN,
13491 tfci-Existence BOOLEAN,
13492 positionFixedOrFlexible PositionFixedOrFlexible,
13493 timingOffset TimingOffset DEFAULT 0
13494 },
13495 tdd SEQUENCE {
13496 -- TABULAR: the offset is included in CommonTimeslotInfoSCCPCH
13497 commonTimeslotInfo CommonTimeslotInfoSCCPCH,
13498 tddOption CHOICE {
13499 tdd384 SEQUENCE {
13500 individualTimeslotInfo IndividualTimeslotInfo,
13501 channelisationCode SCCPCH-ChannelisationCodeList
13502 },
13503 tdd768 SEQUENCE {
13504 individualTimeslotInfo IndividualTimeslotInfo-VHCR,
13505 channelisationCode SCCPCH-ChannelisationCodeList-VHCR
13506 },
13507 tdd128 SEQUENCE {
13508 individualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
13509 channelisationCode SCCPCH-ChannelisationCodeList
13510 }
13511 }
13512 }
13513 }
13514}
13515
13516SecondaryCCPCH-Info-LCR-r4-ext ::= SEQUENCE {
13517 individualTimeslotLCR-Ext IndividualTimeslotInfo-LCR-r4-ext
13518}
13519
13520SecondaryCCPCHInfo-MBMS-r6 ::= SEQUENCE {
13521 modeSpecificInfo CHOICE {
13522 fdd SEQUENCE {
13523 secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
13524 sttd-Indicator BOOLEAN,
13525 sf-AndCodeNumber SF256-AndCodeNumber,
13526 timingOffset TimingOffset DEFAULT 0
13527 },
13528 tdd384 DownlinkTimeslotsCodes,
13529 tdd128 DownlinkTimeslotsCodes-LCR-r4
13530 }
13531}
13532
13533SecondaryCCPCHInfo-MBMS-r7 ::= SEQUENCE {
13534 modeSpecificInfo CHOICE {
13535 fdd SEQUENCE {
13536 secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
13537 sttd-Indicator BOOLEAN,
13538 sf-AndCodeNumber SF256-AndCodeNumber,
13539 timingOffset TimingOffset DEFAULT 0
13540 },
13541 tdd384 DownlinkTimeslotsCodes,
13542 tdd768 DownlinkTimeslotsCodes-VHCR,
13543 tdd128 DownlinkTimeslotsCodes-LCR-r4
13544 }
13545}
13546
13547SecondaryCPICH-Info ::= SEQUENCE {
13548 secondaryDL-ScramblingCode SecondaryScramblingCode OPTIONAL,
13549 channelisationCode ChannelisationCode256
13550}
13551
13552SecondaryScramblingCode ::= INTEGER (1..15)
13553
13554SecondInterleavingMode ::= ENUMERATED {
13555 frameRelated, timeslotRelated }
13556
13557-- SF256-AndCodeNumber encodes both "Spreading factor" and "Code Number"
13558SF256-AndCodeNumber ::= CHOICE {
13559 sf4 INTEGER (0..3),
13560 sf8 INTEGER (0..7),
13561 sf16 INTEGER (0..15),
13562 sf32 INTEGER (0..31),
13563 sf64 INTEGER (0..63),
13564 sf128 INTEGER (0..127),
13565 sf256 INTEGER (0..255)
13566}
13567
13568-- SF512-AndCodeNumber encodes both "Spreading factor" and "Code Number"
13569SF512-AndCodeNumber ::= CHOICE {
13570 sf4 INTEGER (0..3),
13571 sf8 INTEGER (0..7),
13572 sf16 INTEGER (0..15),
13573 sf32 INTEGER (0..31),
13574 sf64 INTEGER (0..63),
13575 sf128 INTEGER (0..127),
13576 sf256 INTEGER (0..255),
13577 sf512 INTEGER (0..511)
13578}
13579
13580-- SF512-AndPilot encodes both "Spreading factor" and "Number of bits for Pilot bits"
13581SF512-AndPilot ::= CHOICE {
13582 sfd4 NULL,
13583 sfd8 NULL,
13584 sfd16 NULL,
13585 sfd32 NULL,
13586 sfd64 NULL,
13587 sfd128 PilotBits128,
13588 sfd256 PilotBits256,
13589 sfd512 NULL
13590}
13591SF-PDSCH ::= ENUMERATED {
13592 sfp4, sfp8, sfp16, sfp32,
13593 sfp64, sfp128, sfp256 }
13594
13595SF-PRACH ::= ENUMERATED {
13596 sfpr32, sfpr64, sfpr128, sfpr256 }
13597
13598SFN-TimeInfo ::= SEQUENCE {
13599 activationTimeSFN INTEGER (0..4095),
13600 physChDuration DurationTimeInfo
13601}
13602
13603-- actual scheduling value = 2(signalled value +1) and is the periodicity of sending special burst frames
13604SpecialBurstScheduling ::= INTEGER (0..7)
13605
13606SpreadingFactor ::= ENUMERATED {
13607 sf4, sf8, sf16, sf32,
13608 sf64, sf128, sf256 }
13609
13610SRB-delay ::= INTEGER (0..7)
13611
13612SSDT-CellIdentity ::= ENUMERATED {
13613 ssdt-id-a, ssdt-id-b, ssdt-id-c,
13614 ssdt-id-d, ssdt-id-e, ssdt-id-f,
13615 ssdt-id-g, ssdt-id-h }
13616
13617SSDT-Information ::= SEQUENCE {
13618 s-Field S-Field,
13619 codeWordSet CodeWordSet
13620}
13621
13622SSDT-Information-r4 ::= SEQUENCE {
13623 s-Field S-Field,
13624 codeWordSet CodeWordSet,
13625 ssdt-UL-r4 SSDT-UL OPTIONAL
13626}
13627
13628SSDT-UL ::= ENUMERATED {
13629 ul, ul-AndDL }
13630
13631SynchronisationParameters-r4 ::= SEQUENCE {
13632 sync-UL-CodesBitmap BIT STRING {
13633 code7(0),
13634 code6(1),
13635 code5(2),
13636 code4(3),
13637 code3(4),
13638 code2(5),
13639 code1(6),
13640 code0(7)
13641 } (SIZE (8)),
13642 fpach-Info FPACH-Info-r4,
13643 -- Actual value prxUpPCHdes = IE value - 120
13644 prxUpPCHdes INTEGER (0..62),
13645 sync-UL-Procedure SYNC-UL-Procedure-r4 OPTIONAL
13646}
13647
13648SYNC-UL-Procedure-r4 ::= SEQUENCE {
13649 max-SYNC-UL-Transmissions ENUMERATED { tr1, tr2, tr4, tr8 },
13650 powerRampStep INTEGER (0..3)
13651}
13652
13653SYNC-UL-Info-r4 ::= SEQUENCE {
13654 sync-UL-Codes-Bitmap BIT STRING {
13655 code7(0),
13656 code6(1),
13657 code5(2),
13658 code4(3),
13659 code3(4),
13660 code2(5),
13661 code1(6),
13662 code0(7)
13663 } ( SIZE (8)),
13664 -- Actual value prxUpPCHdes = IE value - 120
13665 prxUpPCHdes INTEGER (0..62),
13666 powerRampStep INTEGER (0..3),
13667 max-SYNC-UL-Transmissions ENUMERATED { tr1, tr2, tr4, tr8 } ,
13668 mmax INTEGER(1..32)
13669}
13670
13671TDD-FPACH-CCode16-r4 ::= ENUMERATED {
13672 cc16-1, cc16-2, cc16-3, cc16-4,
13673 cc16-5, cc16-6, cc16-7, cc16-8,
13674 cc16-9, cc16-10, cc16-11, cc16-12,
13675 cc16-13, cc16-14, cc16-15, cc16-16 }
13676
13677TDD-UL-Interference ::= INTEGER (-110..-52)
13678
13679TDD-PICH-CCode ::= ENUMERATED {
13680 cc16-1, cc16-2, cc16-3, cc16-4,
13681 cc16-5, cc16-6, cc16-7, cc16-8,
13682 cc16-9, cc16-10, cc16-11, cc16-12,
13683 cc16-13, cc16-14, cc16-15, cc16-16 }
13684
13685TDD768-PICH-CCode ::= ENUMERATED {
13686 cc32-1, cc32-2, cc32-3, cc32-4,
13687 cc32-5, cc32-6, cc32-7, cc32-8,
13688 cc32-9, cc32-10, cc32-11, cc32-12,
13689 cc32-13, cc32-14, cc32-15, cc32-16,
13690 cc32-17, cc32-18, cc32-19, cc32-20,
13691 cc32-21, cc32-22, cc32-23, cc32-24,
13692 cc32-25, cc32-26, cc32-27, cc32-28,
13693 cc32-29, cc32-30, cc32-31, cc32-32 }
13694
13695TDD-PRACH-CCode8 ::= ENUMERATED {
13696 cc8-1, cc8-2, cc8-3, cc8-4,
13697 cc8-5, cc8-6, cc8-7, cc8-8 }
13698
13699TDD-PRACH-CCode16 ::= ENUMERATED {
13700 cc16-1, cc16-2, cc16-3, cc16-4,
13701 cc16-5, cc16-6, cc16-7, cc16-8,
13702 cc16-9, cc16-10, cc16-11, cc16-12,
13703 cc16-13, cc16-14, cc16-15, cc16-16 }
13704
13705TDD-PRACH-CCode-LCR-r4 ::= ENUMERATED {
13706 cc4-1, cc4-2, cc4-3, cc4-4,
13707 cc8-1, cc8-2, cc8-3, cc8-4,
13708 cc8-5, cc8-6, cc8-7, cc8-8,
13709 cc16-1, cc16-2, cc16-3, cc16-4,
13710 cc16-5, cc16-6, cc16-7, cc16-8,
13711 cc16-9, cc16-10, cc16-11, cc16-12,
13712 cc16-13, cc16-14, cc16-15, cc16-16 }
13713
13714TDD-PRACH-CCodeList ::= CHOICE {
13715 sf8 SEQUENCE (SIZE (1..8)) OF
13716 TDD-PRACH-CCode8,
13717-- Channelisation codes cc16-9, cc16-10, cc16-11, cc16-12, cc16-13, cc16-14,
13718-- cc16-15 and cc16-16 shall not be used
13719 sf16 SEQUENCE (SIZE (1..8)) OF
13720 TDD-PRACH-CCode16
13721}
13722
13723TDD768-PRACH-CCode8 ::= ENUMERATED {
13724 cc8-1, cc8-2, cc8-3, cc8-4,
13725 cc8-5, cc8-6, cc8-7, cc8-8 }
13726
13727TDD768-PRACH-CCode16 ::= ENUMERATED {
13728 cc16-1, cc16-2, cc16-3, cc16-4,
13729 cc16-5, cc16-6, cc16-7, cc16-8,
13730 cc16-9, cc16-10, cc16-11, cc16-12,
13731 cc16-13, cc16-14, cc16-15, cc16-16 }
13732
13733TDD768-PRACH-CCode32 ::= ENUMERATED {
13734 cc32-1, cc32-2, cc32-3, cc32-4,
13735 cc32-5, cc32-6, cc32-7, cc32-8,
13736 cc32-9, cc32-10, cc32-11, cc32-12,
13737 cc32-13, cc32-14, cc32-15, cc32-16 }
13738
13739TDD768-PRACH-CCodeList ::= CHOICE {
13740 sf32 SEQUENCE (SIZE (1..16)) OF
13741 TDD768-PRACH-CCode32,
13742-- Channelisation codes cc32-17, cc32-18, cc32-19, cc32-20, cc32-21, cc32-22,
13743-- cc32-23, cc32-24, cc32-25, cc32-26, cc32-27, cc32-28, cc32-29, cc32-30, cc32-31
13744-- and cc32-32 shall not be used
13745 sf16 SEQUENCE (SIZE (1..16)) OF
13746 TDD768-PRACH-CCode16,
13747 sf8 SEQUENCE (SIZE (1..8)) OF
13748 TDD768-PRACH-CCode8
13749}
13750
13751TFC-ControlDuration ::= ENUMERATED {
13752 tfc-cd1, tfc-cd2, tfc-cd4, tfc-cd8,
13753 tfc-cd16, tfc-cd24, tfc-cd32,
13754 tfc-cd48, tfc-cd64, tfc-cd128,
13755 tfc-cd192, tfc-cd256, tfc-cd512 }
13756
13757TFCI-Coding ::= ENUMERATED {
13758 tfci-bits-4, tfci-bits-8,
13759 tfci-bits-16, tfci-bits-32 }
13760
13761TGCFN ::= INTEGER (0..255)
13762
13763-- In TGD, value 270 represents "undefined" in the tabular description.
13764TGD ::= INTEGER (15..270)
13765
13766TGL ::= INTEGER (1..14)
13767
13768TGMP ::= ENUMERATED {
13769 tdd-Measurement, fdd-Measurement,
13770 gsm-CarrierRSSIMeasurement,
13771 gsm-initialBSICIdentification, gsmBSICReconfirmation,
13772 multi-carrier }
13773
13774TGP-Sequence ::= SEQUENCE {
13775 tgpsi TGPSI,
13776 tgps-Status CHOICE {
13777 activate SEQUENCE {
13778 tgcfn TGCFN
13779 },
13780 deactivate NULL
13781 },
13782 tgps-ConfigurationParams TGPS-ConfigurationParams OPTIONAL
13783}
13784
13785TGPS-Reconfiguration-CFN ::= INTEGER (0..255)
13786
13787TGP-SequenceList ::= SEQUENCE (SIZE (1..maxTGPS)) OF
13788 TGP-Sequence
13789
13790TGP-SequenceShort ::= SEQUENCE {
13791 tgpsi TGPSI,
13792 tgps-Status CHOICE {
13793 activate SEQUENCE {
13794 tgcfn TGCFN
13795 },
13796 deactivate NULL
13797 }
13798}
13799
13800TGPL ::= INTEGER (1..144)
13801
13802-- TABULAR: In TGPRC, value 0 represents "infinity" in the tabular description.
13803TGPRC ::= INTEGER (0..511)
13804
13805TGPS-ConfigurationParams ::= SEQUENCE {
13806 tgmp TGMP,
13807 tgprc TGPRC,
13808 tgsn TGSN,
13809 tgl1 TGL,
13810 tgl2 TGL OPTIONAL,
13811 tgd TGD,
13812 tgpl1 TGPL,
13813 -- dummy is not used in this version of the specification, it should
13814 -- not be sent and if received it shall be ignored.
13815 dummy TGPL OPTIONAL,
13816 rpp RPP,
13817 itp ITP,
13818 -- TABULAR: Compressed mode method is nested inside UL-DL-Mode
13819 ul-DL-Mode UL-DL-Mode,
13820 dl-FrameType DL-FrameType,
13821 deltaSIR1 DeltaSIR,
13822 deltaSIRAfter1 DeltaSIR,
13823 deltaSIR2 DeltaSIR OPTIONAL,
13824 deltaSIRAfter2 DeltaSIR OPTIONAL,
13825 nidentifyAbort NidentifyAbort OPTIONAL,
13826 treconfirmAbort TreconfirmAbort OPTIONAL
13827}
13828
13829TGPSI ::= INTEGER (1..maxTGPS)
13830
13831TGSN ::= INTEGER (0..14)
13832
13833TimeInfo ::= SEQUENCE {
13834 activationTime ActivationTime OPTIONAL,
13835 durationTimeInfo DurationTimeInfo OPTIONAL
13836}
13837
13838TimeslotList ::= SEQUENCE (SIZE (1..maxTS)) OF
13839 TimeslotNumber
13840
13841TimeslotList-r4 ::= CHOICE {
13842-- the choice for 7.68 Mcps TDD is as for 3.84 Mcps TDD --
13843 tdd384 SEQUENCE (SIZE (1..maxTS)) OF
13844 TimeslotNumber,
13845 tdd128 SEQUENCE (SIZE (1..maxTS-LCR)) OF
13846 TimeslotNumber-LCR-r4
13847}
13848
13849-- If TimeslotNumber is included for a 1.28Mcps TDD description, it shall take values from 0..6
13850TimeslotNumber ::= INTEGER (0..14)
13851
13852TimeslotNumber-LCR-r4 ::= INTEGER (0..6)
13853
13854TimeslotNumber-PRACH-LCR-r4 ::= INTEGER (1..6)
13855
13856TimeslotSync2 ::= INTEGER (0..6)
13857
13858-- Actual value TimingOffset = IE value * 256
13859TimingOffset ::= INTEGER (0..149)
13860
13861TimingMaintainedSynchInd ::= ENUMERATED { false }
13862
13863TPC-CombinationIndex ::= INTEGER (0..5)
13864
13865TPC-CommandTargetRate ::= INTEGER (0..10)
13866
13867-- Actual value TPC-StepSizeFDD = IE value + 1
13868TPC-StepSizeFDD ::= INTEGER (0..1)
13869
13870TPC-StepSizeTDD ::= INTEGER (1..3)
13871
13872-- Actual value TreconfirmAbort = IE value * 0.5 seconds
13873TreconfirmAbort ::= INTEGER (1..20)
13874
13875TX-DiversityMode ::= ENUMERATED {
13876 noDiversity,
13877 sttd,
13878 closedLoopMode1,
13879 -- dummy is not used in this version of the specification, it should
13880 -- not be sent and if received it should be ignored.
13881 dummy }
13882
13883UARFCN ::= INTEGER (0..16383)
13884
13885UCSM-Info ::= SEQUENCE {
13886 minimumSpreadingFactor MinimumSpreadingFactor,
13887 nf-Max NF-Max,
13888 channelReqParamsForUCSM ChannelReqParamsForUCSM
13889}
13890
13891UL-CCTrCH ::= SEQUENCE {
13892 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13893 ul-TargetSIR UL-TargetSIR,
13894 timeInfo TimeInfo,
13895 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
13896 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
13897}
13898
13899UL-CCTrCH-r4 ::= SEQUENCE {
13900 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13901 -- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070013902 -- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000013903 ul-TargetSIR UL-TargetSIR,
13904 timeInfo TimeInfo,
13905 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
13906 tddOption CHOICE {
13907 tdd384 SEQUENCE {
13908 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
13909 },
13910 tdd128 SEQUENCE {
13911 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4 OPTIONAL
13912 }
13913 }
13914}
13915
13916UL-CCTrCH-r7 ::= SEQUENCE {
13917 tfcs-ID TFCS-IdentityPlain DEFAULT 1,
13918 -- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070013919 -- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000013920 ul-TargetSIR UL-TargetSIR,
13921 timeInfo TimeInfo,
13922 commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
13923 tddOption CHOICE {
13924 tdd384 SEQUENCE {
13925 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
13926 },
13927 tdd768 SEQUENCE {
13928 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-VHCR OPTIONAL
13929 },
13930 tdd128 SEQUENCE {
13931 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-LCR-r7 OPTIONAL
13932 }
13933 }
13934}
13935
13936UL-CCTrCHList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
13937 UL-CCTrCH
13938
13939UL-CCTrCHList-r4 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
13940 UL-CCTrCH-r4
13941
13942UL-CCTrCHList-r7 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
13943 UL-CCTrCH-r7
13944
13945UL-CCTrCHListToRemove ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
13946 TFCS-IdentityPlain
13947
13948UL-CCTrChTPCList ::= SEQUENCE (SIZE (0..maxCCTrCH)) OF
13949 TFCS-Identity
13950
13951UL-ChannelRequirement ::= CHOICE {
13952 ul-DPCH-Info UL-DPCH-Info,
13953 -- dummy is not used in this version of the specification, it should
13954 -- not be sent and if received the UE behaviour is not specified.
13955 dummy CPCH-SetInfo
13956}
13957
13958UL-ChannelRequirement-r4 ::= CHOICE {
13959 ul-DPCH-Info UL-DPCH-Info-r4,
13960 -- dummy is not used in this version of the specification, it should
13961 -- not be sent and if received the UE behaviour is not specified.
13962 dummy CPCH-SetInfo
13963}
13964
13965UL-ChannelRequirement-r5 ::= CHOICE {
13966 ul-DPCH-Info UL-DPCH-Info-r5,
13967 -- dummy is not used in this version of the specification, it should
13968 -- not be sent and if received the UE behaviour is not specified.
13969 dummy CPCH-SetInfo
13970}
13971
13972-- Note: the reference to CPCH in the element name below is incorrect. The name is not
13973-- changed to keep it aligned with R99.
13974UL-ChannelRequirementWithCPCH-SetID ::= CHOICE {
13975 ul-DPCH-Info UL-DPCH-Info,
13976 -- dummy1 and dummy 2 are not used in this version of the specification, they should
13977 -- not be sent and if received the UE behaviour is not specified.
13978 dummy1 CPCH-SetInfo,
13979 dummy2 CPCH-SetID
13980}
13981
13982-- Note: the reference to CPCH in the element name below is incorrect. The name is not
13983-- changed to keep it aligned with R99.
13984UL-ChannelRequirementWithCPCH-SetID-r4 ::= CHOICE {
13985 ul-DPCH-Info UL-DPCH-Info-r4,
13986 -- dummy1 and dummy2 are not used in this version of the specification, they
13987 -- should not be sent and if received the UE behaviour is not specified.
13988 dummy1 CPCH-SetInfo,
13989 dummy2 CPCH-SetID
13990}
13991
13992-- Note: the reference to CPCH in the element name below is incorrect. The name is not
13993-- changed to keep it aligned with R99.
13994UL-ChannelRequirementWithCPCH-SetID-r5 ::= CHOICE {
13995 ul-DPCH-Info UL-DPCH-Info-r5,
13996 -- dummy1 and dummy2 are not used in this version of the specification, they should
13997 -- not be sent and if received the UE behaviour is not specified.
13998 dummy1 CPCH-SetInfo,
13999 dummy2 CPCH-SetID
14000}
14001
14002UL-CompressedModeMethod ::= ENUMERATED {
14003 sf-2,
14004 higherLayerScheduling }
14005
14006UL-DL-Mode ::= CHOICE {
14007 ul UL-CompressedModeMethod,
14008 dl DL-CompressedModeMethod,
14009 ul-and-dl SEQUENCE {
14010 ul UL-CompressedModeMethod,
14011 dl DL-CompressedModeMethod
14012 }}
14013
14014UL-DPCCH-SlotFormat ::= ENUMERATED {
14015 slf0, slf1, slf2 }
14016
14017UL-DPCH-Info ::= SEQUENCE {
14018 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo OPTIONAL,
14019 modeSpecificInfo CHOICE {
14020 fdd SEQUENCE {
14021 scramblingCodeType ScramblingCodeType,
14022 scramblingCode UL-ScramblingCode,
14023 numberOfDPDCH NumberOfDPDCH DEFAULT 1,
14024 spreadingFactor SpreadingFactor,
14025 tfci-Existence BOOLEAN,
14026 -- numberOfFBI-Bits is conditional based on history
14027 numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
14028 puncturingLimit PuncturingLimit
14029 },
14030 tdd SEQUENCE {
14031 ul-TimingAdvance UL-TimingAdvanceControl OPTIONAL,
14032 ul-CCTrCHList UL-CCTrCHList OPTIONAL,
14033 ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
14034 }
14035 }
14036}
14037
14038UL-DPCH-Info-r4 ::= SEQUENCE {
14039 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r4 OPTIONAL,
14040 modeSpecificInfo CHOICE {
14041 fdd SEQUENCE {
14042 scramblingCodeType ScramblingCodeType,
14043 scramblingCode UL-ScramblingCode,
14044 numberOfDPDCH NumberOfDPDCH DEFAULT 1,
14045 spreadingFactor SpreadingFactor,
14046 tfci-Existence BOOLEAN,
14047 -- numberOfFBI-Bits is conditional based on history
14048 numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
14049 puncturingLimit PuncturingLimit
14050 },
14051 tdd SEQUENCE {
14052 ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
14053 ul-CCTrCHList UL-CCTrCHList-r4 OPTIONAL,
14054 ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
14055 }
14056 }
14057}
14058
14059UL-DPCH-Info-r5 ::= SEQUENCE {
14060 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r5 OPTIONAL,
14061 modeSpecificInfo CHOICE {
14062 fdd SEQUENCE {
14063 scramblingCodeType ScramblingCodeType,
14064 scramblingCode UL-ScramblingCode,
14065 numberOfDPDCH NumberOfDPDCH DEFAULT 1,
14066 spreadingFactor SpreadingFactor,
14067 tfci-Existence BOOLEAN,
14068 -- numberOfFBI-Bits is conditional based on history
14069 numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
14070 puncturingLimit PuncturingLimit
14071 },
14072 tdd SEQUENCE {
14073 ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
14074 ul-CCTrCHList UL-CCTrCHList-r4 OPTIONAL,
14075 ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
14076 }
14077 }
14078}
14079
14080UL-DPCH-Info-r6 ::= SEQUENCE {
14081 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r6 OPTIONAL,
14082 modeSpecificInfo CHOICE {
14083 fdd SEQUENCE {
14084 scramblingCodeType ScramblingCodeType,
14085 scramblingCode UL-ScramblingCode,
14086 dpdchPresence CHOICE {
14087 present SEQUENCE {
14088 numberOfDPDCH NumberOfDPDCH DEFAULT 1,
14089 spreadingFactor SpreadingFactor,
14090 tfci-Existence BOOLEAN,
14091 -- numberOfFBI-Bits is conditional based on history
14092 numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
14093 puncturingLimit PuncturingLimit
14094 },
14095 notPresent SEQUENCE {
14096 tfci-Existence BOOLEAN,
14097 -- numberOfFBI-Bits is conditional based on history
14098 numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL
14099 }
14100 }
14101 },
14102 tdd SEQUENCE {
14103 ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
14104 ul-CCTrCHList UL-CCTrCHList-r4 OPTIONAL,
14105 ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
14106 }
14107 }
14108}
14109
14110UL-DPCH-Info-r7 ::= SEQUENCE {
14111 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r6 OPTIONAL,
14112 modeSpecificInfo CHOICE {
14113 fdd SEQUENCE {
14114 scramblingCodeType ScramblingCodeType,
14115 scramblingCode UL-ScramblingCode,
14116 dpdchPresence CHOICE {
14117 present SEQUENCE {
14118 numberOfDPDCH NumberOfDPDCH DEFAULT 1,
14119 spreadingFactor SpreadingFactor,
14120 tfci-Existence BOOLEAN,
14121 -- numberOfFBI-Bits is conditional based on history
14122 numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
14123 puncturingLimit PuncturingLimit
14124 },
14125 notPresent SEQUENCE {
14126 tfci-Existence BOOLEAN,
14127 -- numberOfFBI-Bits is conditional based on history
14128 numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL
14129 }
14130 }
14131 },
14132 tdd SEQUENCE {
14133 ul-TimingAdvance UL-TimingAdvanceControl-r7 OPTIONAL,
14134 ul-CCTrCHList UL-CCTrCHList-r7 OPTIONAL,
14135 ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
14136 }
14137 }
14138}
14139
14140UL-DPCH-InfoPostFDD ::= SEQUENCE {
14141 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPostFDD,
14142 scramblingCodeType ScramblingCodeType,
14143 reducedScramblingCodeNumber ReducedScramblingCodeNumber,
14144 spreadingFactor SpreadingFactor
14145
14146}
14147
14148UL-DPCH-InfoPostTDD ::= SEQUENCE {
14149 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPostTDD,
14150 ul-TimingAdvance UL-TimingAdvanceControl OPTIONAL,
14151 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes
14152}
14153
14154UL-DPCH-InfoPostTDD-LCR-r4 ::= SEQUENCE {
14155 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPostTDD-LCR-r4,
14156 ul-TimingAdvance UL-TimingAdvanceControl-LCR-r4 OPTIONAL,
14157 ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4
14158}
14159
14160UL-DPCH-InfoPredef ::= SEQUENCE {
14161 ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPredef,
14162 modeSpecificInfo CHOICE {
14163 fdd SEQUENCE {
14164 tfci-Existence BOOLEAN,
14165 puncturingLimit PuncturingLimit
14166 },
14167 tdd SEQUENCE {
14168 commonTimeslotInfo CommonTimeslotInfo
14169 }
14170 }
14171}
14172
14173UL-DPCH-PowerControlInfo ::= CHOICE {
14174 fdd SEQUENCE {
14175 dpcch-PowerOffset DPCCH-PowerOffset,
14176 pc-Preamble PC-Preamble,
14177 sRB-delay SRB-delay,
14178 -- TABULAR: TPC step size nested inside PowerControlAlgorithm
14179 powerControlAlgorithm PowerControlAlgorithm
14180 },
14181 tdd SEQUENCE {
14182 ul-TargetSIR UL-TargetSIR OPTIONAL,
14183 ul-OL-PC-Signalling CHOICE {
14184 broadcast-UL-OL-PC-info NULL,
14185 individuallySignalled SEQUENCE {
14186 individualTS-InterferenceList IndividualTS-InterferenceList,
14187 dpch-ConstantValue ConstantValueTdd,
14188 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
14189 }
14190 } OPTIONAL
14191 }
14192}
14193
14194UL-DPCH-PowerControlInfo-r4 ::= CHOICE {
14195 fdd SEQUENCE {
14196 dpcch-PowerOffset DPCCH-PowerOffset,
14197 pc-Preamble PC-Preamble,
14198 sRB-delay SRB-delay,
14199 -- TABULAR: TPC step size nested inside PowerControlAlgorithm
14200 powerControlAlgorithm PowerControlAlgorithm
14201 },
14202 tdd SEQUENCE {
14203 -- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070014204 -- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000014205 ul-TargetSIR UL-TargetSIR OPTIONAL,
14206 ul-OL-PC-Signalling CHOICE {
14207 broadcast-UL-OL-PC-info NULL,
14208 individuallySignalled SEQUENCE {
14209 tddOption CHOICE {
14210 tdd384 SEQUENCE {
14211 individualTS-InterferenceList IndividualTS-InterferenceList,
14212 dpch-ConstantValue ConstantValue
14213 },
14214 tdd128 SEQUENCE {
14215 tpc-StepSize TPC-StepSizeTDD
14216 }
14217 },
14218 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
14219 }
14220 }
14221 }
14222}
14223
14224UL-DPCH-PowerControlInfo-r5 ::= CHOICE {
14225 fdd SEQUENCE {
14226 dpcch-PowerOffset DPCCH-PowerOffset,
14227 pc-Preamble PC-Preamble,
14228 sRB-delay SRB-delay,
14229 -- TABULAR: TPC step size nested inside PowerControlAlgorithm
14230 powerControlAlgorithm PowerControlAlgorithm,
14231 deltaACK DeltaACK OPTIONAL,
14232 deltaNACK DeltaNACK OPTIONAL,
14233 ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL
14234 },
14235 tdd SEQUENCE {
14236 -- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070014237 -- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000014238 ul-TargetSIR UL-TargetSIR OPTIONAL,
14239 ul-OL-PC-Signalling CHOICE {
14240 broadcast-UL-OL-PC-info NULL,
14241 individuallySignalled SEQUENCE {
14242 tddOption CHOICE {
14243 tdd384 SEQUENCE {
14244 individualTS-InterferenceList IndividualTS-InterferenceList,
14245 dpch-ConstantValue ConstantValue
14246 },
14247 tdd128 SEQUENCE {
14248 tpc-StepSize TPC-StepSizeTDD
14249 }
14250 },
14251 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
14252 }
14253 }
14254 }
14255}
14256
14257UL-DPCH-PowerControlInfo-r6 ::= CHOICE {
14258 fdd SEQUENCE {
14259 dpcch-PowerOffset DPCCH-PowerOffset,
14260 pc-Preamble PC-Preamble,
14261 sRB-delay SRB-delay,
14262 -- TABULAR: TPC step size nested inside PowerControlAlgorithm
14263 powerControlAlgorithm PowerControlAlgorithm,
14264 deltaACK DeltaACK OPTIONAL,
14265 deltaNACK DeltaNACK OPTIONAL,
14266 ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL,
14267 harq-Preamble-Mode HARQ-Preamble-Mode
14268 },
14269 tdd SEQUENCE {
14270 -- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070014271 -- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000014272 ul-TargetSIR UL-TargetSIR OPTIONAL,
14273 ul-OL-PC-Signalling CHOICE {
14274 broadcast-UL-OL-PC-info NULL,
14275 individuallySignalled SEQUENCE {
14276 tddOption CHOICE {
14277 tdd384 SEQUENCE {
14278 individualTS-InterferenceList IndividualTS-InterferenceList,
14279 dpch-ConstantValue ConstantValue
14280 },
14281 tdd128 SEQUENCE {
14282 beaconPLEst BEACON-PL-Est OPTIONAL,
14283 tpc-StepSize TPC-StepSizeTDD
14284 }
14285 },
14286 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
14287 }
14288 }
14289 }
14290}
14291
14292UL-DPCH-PowerControlInfo-r7 ::= CHOICE {
14293 fdd SEQUENCE {
14294 dpcch-PowerOffset DPCCH-PowerOffset,
14295 pc-Preamble PC-Preamble,
14296 sRB-delay SRB-delay,
14297 -- TABULAR: TPC step size nested inside PowerControlAlgorithm
14298 powerControlAlgorithm PowerControlAlgorithm,
14299 deltaACK DeltaACK OPTIONAL,
14300 deltaNACK DeltaNACK OPTIONAL,
14301 ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL,
14302 harq-Preamble-Mode HARQ-Preamble-Mode
14303 },
14304 tdd SEQUENCE {
14305 -- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070014306 -- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000014307 ul-TargetSIR UL-TargetSIR OPTIONAL,
14308 ul-OL-PC-Signalling CHOICE {
14309 broadcast-UL-OL-PC-info NULL,
14310 individuallySignalled SEQUENCE {
14311 tddOption CHOICE {
14312 tdd384 SEQUENCE {
14313 individualTS-InterferenceList IndividualTS-InterferenceList,
14314 dpch-ConstantValue ConstantValue
14315 },
14316 tdd768 SEQUENCE {
14317 individualTS-InterferenceList IndividualTS-InterferenceList,
14318 dpch-ConstantValue ConstantValue
14319 },
14320 tdd128 SEQUENCE {
14321 beaconPLEst BEACON-PL-Est OPTIONAL,
14322 tpc-StepSize TPC-StepSizeTDD
14323 }
14324 },
14325 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
14326 }
14327 }
14328 }
14329}
14330
14331UL-DPCH-PowerControlInfoPostFDD ::= SEQUENCE {
14332 -- DPCCH-PowerOffset2 has a smaller range to save bits
14333 dpcch-PowerOffset DPCCH-PowerOffset2,
14334 pc-Preamble PC-Preamble,
14335 sRB-delay SRB-delay
14336}
14337
14338UL-DPCH-PowerControlInfoPostTDD ::= SEQUENCE {
14339 ul-TargetSIR UL-TargetSIR,
14340 ul-TimeslotInterference TDD-UL-Interference
14341}
14342
14343UL-DPCH-PowerControlInfoPostTDD-LCR-r4 ::= SEQUENCE {
14344 -- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
Lev Walkin9ab5c762013-04-07 01:33:33 -070014345 -- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" – 120)
Lev Walkin76289e12006-10-24 02:17:20 +000014346 ul-TargetSIR UL-TargetSIR
14347}
14348
14349UL-DPCH-PowerControlInfoPredef ::= CHOICE {
14350 fdd SEQUENCE {
14351 -- TABULAR: TPC step size nested inside PowerControlAlgorithm
14352 powerControlAlgorithm PowerControlAlgorithm
14353 },
14354 tdd SEQUENCE {
14355 -- dpch-ConstantValue shall be ignored if in 1.28Mcps TDD mode.
14356 dpch-ConstantValue ConstantValueTdd
14357 }
14358}
14359
14360UL-EDCH-Information-r6 ::= SEQUENCE {
14361 mac-es-e-resetIndicator ENUMERATED { true } OPTIONAL,
14362 e-DPCCH-Info E-DPCCH-Info OPTIONAL,
14363 e-DPDCH-Info E-DPDCH-Info OPTIONAL,
14364 schedulingTransmConfiguration E-DPDCH-SchedulingTransmConfiguration OPTIONAL
14365}
14366
14367UL-Interference ::= INTEGER (-110..-70)
14368
14369UL-ScramblingCode ::= INTEGER (0..16777215)
14370
14371
14372UL-SynchronisationParameters-r4 ::= SEQUENCE {
14373 stepSize INTEGER (1..8),
14374 frequency INTEGER (1..8)
14375}
14376
14377-- Actual value UL-TargetSIR = (IE value * 0.5) - 11
14378UL-TargetSIR ::= INTEGER (0..62)
14379
14380UL-TimingAdvance ::= INTEGER (0..63)
14381
14382UL-TimingAdvance-VHCR ::= INTEGER (0..127)
14383
14384UL-TimingAdvanceControl ::= CHOICE {
14385 disabled NULL,
14386 enabled SEQUENCE {
14387 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
14388 activationTime ActivationTime OPTIONAL
14389 }
14390}
14391
14392UL-TimingAdvanceControl-r4 ::= CHOICE {
14393 disabled NULL,
14394 enabled SEQUENCE {
14395 tddOption CHOICE {
14396 tdd384 SEQUENCE {
14397 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
14398 activationTime ActivationTime OPTIONAL
14399 },
14400 tdd128 SEQUENCE {
14401 ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
14402 synchronisationParameters SynchronisationParameters-r4 OPTIONAL
14403 }
14404 }
14405 }
14406}
14407
14408UL-TimingAdvanceControl-r7 ::= CHOICE {
14409 disabled NULL,
14410 enabled SEQUENCE {
14411 tddOption CHOICE {
14412 tdd384 SEQUENCE {
14413 ul-TimingAdvance UL-TimingAdvance OPTIONAL,
14414 ext-ul-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
14415 activationTime ActivationTime OPTIONAL
14416 },
14417 tdd768 SEQUENCE {
14418 ext-ul-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
14419 activationTime ActivationTime OPTIONAL
14420 },
14421 tdd128 SEQUENCE {
14422 ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
14423 synchronisationParameters SynchronisationParameters-r4 OPTIONAL
14424 }
14425 }
14426 }
14427}
14428
14429UL-TimingAdvanceControl-LCR-r4 ::= CHOICE {
14430 disabled NULL,
14431 enabled SEQUENCE {
14432 ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
14433 synchronisationParameters SynchronisationParameters-r4 OPTIONAL
14434 }
14435}
14436
14437UL-TS-ChannelisationCode ::= ENUMERATED {
14438 cc1-1, cc2-1, cc2-2,
14439 cc4-1, cc4-2, cc4-3, cc4-4,
14440 cc8-1, cc8-2, cc8-3, cc8-4,
14441 cc8-5, cc8-6, cc8-7, cc8-8,
14442 cc16-1, cc16-2, cc16-3, cc16-4,
14443 cc16-5, cc16-6, cc16-7, cc16-8,
14444 cc16-9, cc16-10, cc16-11, cc16-12,
14445 cc16-13, cc16-14, cc16-15, cc16-16 }
14446
14447UL-TS-ChannelisationCodeList ::= SEQUENCE (SIZE (1..2)) OF
14448 UL-TS-ChannelisationCode
14449
14450UL-TS-ChannelisationCodeList-r7 ::= SEQUENCE (SIZE (1..2)) OF
14451 SEQUENCE {
14452 ul-TS-Channelisation-Code UL-TS-ChannelisationCode,
14453 plcch-info PLCCH-Info OPTIONAL
14454}
14455
14456UL-TS-ChannelisationCode-VHCR ::= ENUMERATED {
14457 cc1-1, cc2-1, cc2-2,
14458 cc4-1, cc4-2, cc4-3, cc4-4,
14459 cc8-1, cc8-2, cc8-3, cc8-4,
14460 cc8-5, cc8-6, cc8-7, cc8-8,
14461 cc16-1, cc16-2, cc16-3, cc16-4,
14462 cc16-5, cc16-6, cc16-7, cc16-8,
14463 cc16-9, cc16-10, cc16-11, cc16-12,
14464 cc16-13, cc16-14, cc16-15, cc16-16,
14465 cc32-1, cc32-2, cc32-3, cc32-4,
14466 cc32-5, cc32-6, cc32-7, cc32-8,
14467 cc32-9, cc32-10, cc32-11, cc32-12,
14468 cc32-13, cc32-14, cc32-15, cc32-16,
14469 cc32-17, cc32-18, cc32-19, cc32-20,
14470 cc32-21, cc32-22, cc32-23, cc32-24,
14471 cc32-25, cc32-26, cc32-27, cc32-28,
14472 cc32-29, cc32-30, cc32-31, cc32-32 }
14473
14474UL-TS-ChannelisationCodeList-VHCR ::= SEQUENCE (SIZE (1..2)) OF
14475 UL-TS-ChannelisationCode-VHCR
14476
14477UplinkAdditionalTimeslots ::= SEQUENCE {
14478 parameters CHOICE {
14479 sameAsLast SEQUENCE {
14480 timeslotNumber TimeslotNumber
14481 },
14482 newParameters SEQUENCE {
14483 individualTimeslotInfo IndividualTimeslotInfo,
14484 ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList
14485 }
14486 }
14487}
14488
14489UplinkAdditionalTimeslots-LCR-r4 ::= SEQUENCE {
14490 parameters CHOICE {
14491 sameAsLast SEQUENCE {
14492 timeslotNumber TimeslotNumber
14493 },
14494 newParameters SEQUENCE {
14495 individualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
14496 ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList
14497 }
14498 }
14499}
14500
14501UplinkAdditionalTimeslots-LCR-r7 ::= SEQUENCE {
14502 parameters CHOICE {
14503 sameAsLast SEQUENCE {
14504 timeslotNumber TimeslotNumber
14505 -- plcch-info assigned as previously defined slot
14506 },
14507 newParameters SEQUENCE {
14508 individualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
14509 ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList-r7
14510 }
14511 }
14512}
14513
14514UplinkTimeslotsCodes ::= SEQUENCE {
14515 dynamicSFusage BOOLEAN,
14516 firstIndividualTimeslotInfo IndividualTimeslotInfo,
14517 ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList,
14518 moreTimeslots CHOICE {
14519 noMore NULL,
14520 additionalTimeslots CHOICE {
14521 consecutive SEQUENCE {
14522 numAdditionalTimeslots INTEGER (1..maxTS-1)
14523 },
14524 timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
14525 UplinkAdditionalTimeslots
14526 }
14527 }
14528}
14529
14530UplinkTimeslotsCodes-VHCR ::= SEQUENCE {
14531 dynamicSFusage BOOLEAN,
14532 firstIndividualTimeslotInfo IndividualTimeslotInfo-VHCR,
14533 ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList-VHCR,
14534 moreTimeslots CHOICE {
14535 noMore NULL,
14536 additionalTimeslots CHOICE {
14537 consecutive SEQUENCE {
14538 numAdditionalTimeslots INTEGER (1..maxTS-1)
14539 },
14540 timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
14541 UplinkAdditionalTimeslots
14542 }
14543 }
14544}
14545
14546UplinkTimeslotsCodes-LCR-r4 ::= SEQUENCE {
14547 dynamicSFusage BOOLEAN,
14548 firstIndividualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
14549 ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList,
14550 moreTimeslots CHOICE {
14551 noMore NULL,
14552 additionalTimeslots CHOICE {
14553 consecutive SEQUENCE {
14554 numAdditionalTimeslots INTEGER (1..maxTS-LCR-1)
14555 },
14556 timeslotList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
14557 UplinkAdditionalTimeslots-LCR-r4
14558 }
14559 }
14560}
14561
14562UplinkTimeslotsCodes-LCR-r7 ::= SEQUENCE {
14563 dynamicSFusage BOOLEAN,
14564 firstIndividualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
14565 ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList-r7,
14566 moreTimeslots CHOICE {
14567 noMore NULL,
14568 additionalTimeslots CHOICE {
14569 consecutive SEQUENCE {
14570 -- the choice of 'consecutive' is not needed because there is only 1 option.
14571 numAdditionalTimeslots INTEGER (1..maxTS-LCR-1)
14572 },
14573 timeslotList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
14574 UplinkAdditionalTimeslots-LCR-r7
14575 }
14576 }
14577}
14578
14579Wi-LCR ::= INTEGER(1..4)
14580
14581-- ***************************************************
14582--
14583-- MEASUREMENT INFORMATION ELEMENTS (10.3.7)
14584--
14585-- ***************************************************
14586
14587AcquisitionSatInfo ::= SEQUENCE {
14588 satID SatID,
14589 -- Actual value dopplerOthOrder = IE value * 2.5
14590 doppler0thOrder INTEGER (-2048..2047),
14591 extraDopplerInfo ExtraDopplerInfo OPTIONAL,
14592 codePhase INTEGER (0..1022),
14593 integerCodePhase INTEGER (0..19),
14594 gps-BitNumber INTEGER (0..3),
14595 codePhaseSearchWindow CodePhaseSearchWindow,
14596 azimuthAndElevation AzimuthAndElevation OPTIONAL
14597}
14598
14599AcquisitionSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
14600 AcquisitionSatInfo
14601
14602
14603AdditionalMeasurementID-List ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
14604 MeasurementIdentity
14605
14606AlmanacSatInfo ::= SEQUENCE {
14607 dataID INTEGER (0..3),
14608 satID SatID,
14609 e BIT STRING (SIZE (16)),
14610 t-oa BIT STRING (SIZE (8)),
14611 deltaI BIT STRING (SIZE (16)),
14612 omegaDot BIT STRING (SIZE (16)),
14613 satHealth BIT STRING (SIZE (8)),
14614 a-Sqrt BIT STRING (SIZE (24)),
14615 omega0 BIT STRING (SIZE (24)),
14616 m0 BIT STRING (SIZE (24)),
14617 omega BIT STRING (SIZE (24)),
14618 af0 BIT STRING (SIZE (11)),
14619 af1 BIT STRING (SIZE (11))
14620}
14621
14622AlmanacSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
14623 AlmanacSatInfo
14624
14625AverageRLC-BufferPayload ::= ENUMERATED {
14626 pla0, pla4, pla8, pla16, pla32,
14627 pla64, pla128, pla256, pla512,
14628 pla1024, pla2k, pla4k, pla8k, pla16k,
14629 pla32k, pla64k, pla128k, pla256k,
14630 pla512k, pla1024k, spare12, spare11,
14631 spare10, spare9, spare8, spare7, spare6,
14632 spare5, spare4, spare3, spare2, spare1 }
14633
14634AzimuthAndElevation ::= SEQUENCE {
14635 -- Actual value azimuth = IE value * 11.25
14636 azimuth INTEGER (0..31),
14637 -- Actual value elevation = IE value * 11.25
14638 elevation INTEGER (0..7)
14639}
14640
14641BadSatList ::= SEQUENCE (SIZE (1..maxSat)) OF
14642 INTEGER (0..63)
14643
14644Frequency-Band ::= ENUMERATED {
14645 dcs1800BandUsed, pcs1900BandUsed }
14646
14647BCCH-ARFCN ::= INTEGER (0..1023)
14648
14649BLER-MeasurementResults ::= SEQUENCE {
14650 transportChannelIdentity TransportChannelIdentity,
14651 dl-TransportChannelBLER DL-TransportChannelBLER OPTIONAL
14652}
14653
14654BLER-MeasurementResultsList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
14655 BLER-MeasurementResults
14656
14657BLER-TransChIdList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
14658 TransportChannelIdentity
14659
14660BSIC-VerificationRequired ::= ENUMERATED {
14661 required, notRequired }
14662
14663BSICReported ::= CHOICE {
14664 -- Value maxCellMeas is not allowed for verifiedBSIC
14665 verifiedBSIC INTEGER (0..maxCellMeas),
14666 nonVerifiedBSIC BCCH-ARFCN
14667}
14668
14669BurstModeParameters ::= SEQUENCE {
14670 burstStart INTEGER (0..15),
14671 burstLength INTEGER (10..25),
14672 burstFreq INTEGER (1..16)
14673}
14674
14675CellDCH-ReportCriteria ::= CHOICE {
14676 intraFreqReportingCriteria IntraFreqReportingCriteria,
14677 periodicalReportingCriteria PeriodicalReportingCriteria
14678}
14679
14680CellDCH-ReportCriteria-LCR-r4 ::= CHOICE {
14681 intraFreqReportingCriteria IntraFreqReportingCriteria-LCR-r4,
14682 periodicalReportingCriteria PeriodicalReportingCriteria
14683}
14684
14685-- Actual value CellIndividualOffset = IE value * 0.5
14686CellIndividualOffset ::= INTEGER (-20..20)
14687
14688
14689CellInfo ::= SEQUENCE {
14690 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14691 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14692 modeSpecificInfo CHOICE {
14693 fdd SEQUENCE {
14694 primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
14695 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
14696 readSFN-Indicator BOOLEAN,
14697 tx-DiversityIndicator BOOLEAN
14698 },
14699 tdd SEQUENCE {
14700 primaryCCPCH-Info PrimaryCCPCH-Info,
14701 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14702 timeslotInfoList TimeslotInfoList OPTIONAL,
14703 readSFN-Indicator BOOLEAN
14704 }
14705 }
14706}
14707
14708CellInfo-r4 ::= SEQUENCE {
14709 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14710 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14711 modeSpecificInfo CHOICE {
14712 fdd SEQUENCE {
14713 primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
14714 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
14715 readSFN-Indicator BOOLEAN,
14716 tx-DiversityIndicator BOOLEAN
14717 },
14718 tdd SEQUENCE {
14719 primaryCCPCH-Info PrimaryCCPCH-Info-r4,
14720 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14721 timeslotInfoList TimeslotInfoList-r4 OPTIONAL,
14722 readSFN-Indicator BOOLEAN
14723
14724 }
14725 }
14726}
14727
14728CellInfoSI-RSCP ::= SEQUENCE {
14729 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14730 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14731 modeSpecificInfo CHOICE {
14732 fdd SEQUENCE {
14733 primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
14734 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
14735 readSFN-Indicator BOOLEAN,
14736 tx-DiversityIndicator BOOLEAN
14737 },
14738 tdd SEQUENCE {
14739 primaryCCPCH-Info PrimaryCCPCH-Info,
14740 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14741 timeslotInfoList TimeslotInfoList OPTIONAL,
14742 readSFN-Indicator BOOLEAN
14743 }
14744 },
14745 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-RSCP OPTIONAL
14746}
14747
14748CellInfoSI-RSCP-LCR-r4 ::= SEQUENCE {
14749 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14750 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14751 primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
14752 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14753 timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
14754 readSFN-Indicator BOOLEAN,
14755 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-RSCP OPTIONAL
14756}
14757
14758CellInfoSI-ECN0 ::= SEQUENCE {
14759 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14760 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14761 modeSpecificInfo CHOICE {
14762 fdd SEQUENCE {
14763 primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
14764 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
14765 readSFN-Indicator BOOLEAN,
14766 tx-DiversityIndicator BOOLEAN
14767 },
14768 tdd SEQUENCE {
14769 primaryCCPCH-Info PrimaryCCPCH-Info,
14770 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14771 timeslotInfoList TimeslotInfoList OPTIONAL,
14772 readSFN-Indicator BOOLEAN
14773 }
14774 },
14775 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-ECN0 OPTIONAL
14776}
14777
14778CellInfoSI-ECN0-LCR-r4 ::= SEQUENCE {
14779 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14780 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14781 primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
14782 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14783 timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
14784 readSFN-Indicator BOOLEAN,
14785 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-ECN0 OPTIONAL
14786}
14787
14788CellInfoSI-HCS-RSCP ::= SEQUENCE {
14789 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14790 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14791 modeSpecificInfo CHOICE {
14792 fdd SEQUENCE {
14793 primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
14794 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
14795 readSFN-Indicator BOOLEAN,
14796 tx-DiversityIndicator BOOLEAN
14797 },
14798 tdd SEQUENCE {
14799 primaryCCPCH-Info PrimaryCCPCH-Info,
14800 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14801 timeslotInfoList TimeslotInfoList OPTIONAL,
14802 readSFN-Indicator BOOLEAN
14803 }
14804 },
14805 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-RSCP OPTIONAL
14806}
14807
14808CellInfoSI-HCS-RSCP-LCR-r4 ::= SEQUENCE {
14809 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14810 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14811 primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
14812 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14813 timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
14814 readSFN-Indicator BOOLEAN,
14815 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-RSCP OPTIONAL
14816}
14817
14818CellInfoSI-HCS-ECN0 ::= SEQUENCE {
14819 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14820 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14821 modeSpecificInfo CHOICE {
14822 fdd SEQUENCE {
14823 primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
14824 primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
14825 readSFN-Indicator BOOLEAN,
14826 tx-DiversityIndicator BOOLEAN
14827 },
14828 tdd SEQUENCE {
14829 primaryCCPCH-Info PrimaryCCPCH-Info,
14830 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14831 timeslotInfoList TimeslotInfoList OPTIONAL,
14832 readSFN-Indicator BOOLEAN
14833 }
14834 },
14835 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-ECN0 OPTIONAL
14836}
14837
14838CellInfoSI-HCS-ECN0-LCR-r4 ::= SEQUENCE {
14839 cellIndividualOffset CellIndividualOffset DEFAULT 0,
14840 referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
14841 primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
14842 primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
14843 timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
14844 readSFN-Indicator BOOLEAN,
14845 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-ECN0 OPTIONAL
14846}
14847
14848CellMeasuredResults ::= SEQUENCE {
14849 cellIdentity CellIdentity OPTIONAL,
14850 -- dummy is not used in this version of the specification, it should
14851 -- not be sent and if received it should be ignored.
14852 dummy SFN-SFN-ObsTimeDifference OPTIONAL,
14853 cellSynchronisationInfo CellSynchronisationInfo OPTIONAL,
14854 modeSpecificInfo CHOICE {
14855 fdd SEQUENCE {
14856 primaryCPICH-Info PrimaryCPICH-Info,
14857 cpich-Ec-N0 CPICH-Ec-N0 OPTIONAL,
14858 cpich-RSCP CPICH-RSCP OPTIONAL,
14859 pathloss Pathloss OPTIONAL
14860 },
14861 tdd SEQUENCE {
14862 cellParametersID CellParametersID,
14863 proposedTGSN TGSN OPTIONAL,
14864 primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
14865 pathloss Pathloss OPTIONAL,
14866 timeslotISCP-List TimeslotISCP-List OPTIONAL
14867 }
14868 }
14869}
14870
14871CellMeasurementEventResults ::= CHOICE {
14872 fdd SEQUENCE (SIZE (1..maxCellMeas)) OF
14873 PrimaryCPICH-Info,
14874 tdd SEQUENCE (SIZE (1..maxCellMeas)) OF
14875 PrimaryCCPCH-Info
14876}
14877
14878CellMeasurementEventResults-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
14879 PrimaryCCPCH-Info-LCR-r4
14880
14881CellReportingQuantities ::= SEQUENCE {
14882 -- dummy is not used in this version of the specification
14883 -- and if received it should be ignored.
14884 dummy SFN-SFN-OTD-Type,
14885 cellIdentity-reportingIndicator BOOLEAN,
14886 cellSynchronisationInfoReportingIndicator BOOLEAN,
14887 modeSpecificInfo CHOICE {
14888 fdd SEQUENCE {
14889 cpich-Ec-N0-reportingIndicator BOOLEAN,
14890 cpich-RSCP-reportingIndicator BOOLEAN,
14891 pathloss-reportingIndicator BOOLEAN
14892 },
14893 tdd SEQUENCE {
14894 timeslotISCP-reportingIndicator BOOLEAN,
14895 proposedTGSN-ReportingRequired BOOLEAN,
14896 primaryCCPCH-RSCP-reportingIndicator BOOLEAN,
14897 pathloss-reportingIndicator BOOLEAN
14898 }
14899 }
14900}
14901
14902CellSelectReselectInfoSIB-11-12 ::= SEQUENCE {
14903 q-Offset1S-N Q-OffsetS-N DEFAULT 0,
14904 q-Offset2S-N Q-OffsetS-N OPTIONAL,
14905 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
14906 hcs-NeighbouringCellInformation-RSCP HCS-NeighbouringCellInformation-RSCP OPTIONAL,
14907 modeSpecificInfo CHOICE {
14908 fdd SEQUENCE {
14909 q-QualMin Q-QualMin OPTIONAL,
14910 q-RxlevMin Q-RxlevMin OPTIONAL
14911 },
14912 tdd SEQUENCE {
14913 q-RxlevMin Q-RxlevMin OPTIONAL
14914 },
14915 gsm SEQUENCE {
14916 q-RxlevMin Q-RxlevMin OPTIONAL
14917 }
14918 }
14919}
14920
14921CellSelectReselectInfoSIB-11-12-RSCP ::= SEQUENCE {
14922 q-OffsetS-N Q-OffsetS-N DEFAULT 0,
14923 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
14924 modeSpecificInfo CHOICE {
14925 fdd SEQUENCE {
14926 q-QualMin Q-QualMin OPTIONAL,
14927 q-RxlevMin Q-RxlevMin OPTIONAL
14928 },
14929 tdd SEQUENCE {
14930 q-RxlevMin Q-RxlevMin OPTIONAL
14931 },
14932 gsm SEQUENCE {
14933 q-RxlevMin Q-RxlevMin OPTIONAL
14934 }
14935 }
14936}
14937
14938CellSelectReselectInfoSIB-11-12-ECN0 ::= SEQUENCE {
14939 q-Offset1S-N Q-OffsetS-N DEFAULT 0,
14940 q-Offset2S-N Q-OffsetS-N DEFAULT 0,
14941 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
14942 modeSpecificInfo CHOICE {
14943 fdd SEQUENCE {
14944 q-QualMin Q-QualMin OPTIONAL,
14945 q-RxlevMin Q-RxlevMin OPTIONAL
14946 },
14947 tdd SEQUENCE {
14948 q-RxlevMin Q-RxlevMin OPTIONAL
14949 },
14950 gsm SEQUENCE {
14951 q-RxlevMin Q-RxlevMin OPTIONAL
14952 }
14953 }
14954}
14955
14956CellSelectReselectInfoSIB-11-12-HCS-RSCP ::= SEQUENCE {
14957 q-OffsetS-N Q-OffsetS-N DEFAULT 0,
14958 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
14959 hcs-NeighbouringCellInformation-RSCP HCS-NeighbouringCellInformation-RSCP OPTIONAL,
14960 modeSpecificInfo CHOICE {
14961 fdd SEQUENCE {
14962 q-QualMin Q-QualMin OPTIONAL,
14963 q-RxlevMin Q-RxlevMin OPTIONAL
14964 },
14965 tdd SEQUENCE {
14966 q-RxlevMin Q-RxlevMin OPTIONAL
14967 },
14968 gsm SEQUENCE {
14969 q-RxlevMin Q-RxlevMin OPTIONAL
14970 }
14971 }
14972}
14973
14974CellSelectReselectInfoSIB-11-12-HCS-ECN0 ::= SEQUENCE {
14975 q-Offset1S-N Q-OffsetS-N DEFAULT 0,
14976 q-Offset2S-N Q-OffsetS-N DEFAULT 0,
14977 maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
14978 hcs-NeighbouringCellInformation-ECN0 HCS-NeighbouringCellInformation-ECN0 OPTIONAL,
14979 modeSpecificInfo CHOICE {
14980 fdd SEQUENCE {
14981 q-QualMin Q-QualMin OPTIONAL,
14982 q-RxlevMin Q-RxlevMin OPTIONAL
14983 },
14984 tdd SEQUENCE {
14985 q-RxlevMin Q-RxlevMin OPTIONAL
14986 },
14987 gsm SEQUENCE {
14988 q-RxlevMin Q-RxlevMin OPTIONAL
14989 }
14990 }
14991}
14992
14993CellSelectReselectInfo-v590ext ::= SEQUENCE {
14994 deltaQrxlevmin DeltaQrxlevmin OPTIONAL,
14995 deltaQhcs DeltaRSCP OPTIONAL
14996}
14997
14998CellSelectReselectInfoPCHFACH-v5b0ext ::= SEQUENCE {
14999 q-Hyst-l-S-PCH Q-Hyst-S-Fine OPTIONAL,
15000 q-Hyst-l-S-FACH Q-Hyst-S-Fine OPTIONAL,
15001 q-Hyst-2-S-PCH Q-Hyst-S-Fine OPTIONAL,
15002 q-Hyst-2-S-FACH Q-Hyst-S-Fine OPTIONAL,
15003 t-Reselection-S-PCH T-Reselection-S OPTIONAL,
15004 t-Reselection-S-FACH T-Reselection-S-Fine OPTIONAL
15005}
15006
15007CellSelectReselectInfoTreselectionScaling-v5c0ext ::= SEQUENCE {
15008 -- For speed detection, the same HCS parameters are utilised
15009 non-HCS-t-CR-Max T-CRMax OPTIONAL,
15010 speedDependentScalingFactor SpeedDependentScalingFactor OPTIONAL,
15011 interFrequencyTreselectionScalingFactor TreselectionScalingFactor OPTIONAL,
15012 interRATTreselectionScalingFactor TreselectionScalingFactor OPTIONAL
15013}
15014
15015CellsForInterFreqMeasList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15016 InterFreqCellID
15017CellsForInterRATMeasList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15018 InterRATCellID
15019CellsForIntraFreqMeasList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15020 IntraFreqCellID
15021
15022CellSynchronisationInfo ::= SEQUENCE {
15023 modeSpecificInfo CHOICE {
15024 fdd SEQUENCE {
15025 countC-SFN-Frame-difference CountC-SFN-Frame-difference OPTIONAL,
15026 tm INTEGER(0..38399)
15027 },
15028 tdd SEQUENCE {
15029 countC-SFN-Frame-difference CountC-SFN-Frame-difference OPTIONAL
15030 }
15031 }
15032}
15033
15034CellToReport ::= SEQUENCE {
15035 bsicReported BSICReported
15036}
15037
15038CellToReportList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15039 CellToReport
15040
15041CodePhaseSearchWindow ::= ENUMERATED {
15042 w1023, w1, w2, w3, w4, w6, w8,
15043 w12, w16, w24, w32, w48, w64,
15044 w96, w128, w192 }
15045
15046CountC-SFN-Frame-difference ::= SEQUENCE {
15047 -- Actual value countC-SFN-High = IE value * 256
15048 countC-SFN-High INTEGER(0..15),
15049 off INTEGER(0..255)
15050}
15051
15052-- SPARE: CPICH-Ec-No, Max = 49
15053-- Values above Max are spare
15054CPICH-Ec-N0 ::= INTEGER (0..63)
15055
15056-- SPARE: CPICH- RSCP, Max = 91
15057-- Values above Max are spare
15058CPICH-RSCP ::= INTEGER (0..127)
15059
15060
15061DeltaPRC ::= INTEGER (-127..127)
15062
15063--Actual value DeltaQrxlevmin = IE value * 2
15064DeltaQrxlevmin ::= INTEGER (-2..-1)
15065
15066DeltaRSCP ::= INTEGER (-5..-1)
15067
15068DeltaRSCPPerCell ::= SEQUENCE {
15069 deltaRSCP DeltaRSCP OPTIONAL
15070}
15071
15072-- Actual value DeltaRRC = IE value * 0.032
15073DeltaRRC ::= INTEGER (-7..7)
15074
15075DGPS-CorrectionSatInfo ::= SEQUENCE {
15076 satID SatID,
15077 iode IODE,
15078 udre UDRE,
15079 prc PRC,
15080 rrc RRC,
15081-- dummy1 and dummy2 are not used in this version of the specification and should be ignored.
15082 dummy1 DeltaPRC,
15083 dummy2 DeltaRRC,
15084 -- dummy3 and dummy4 are not used in this version of the specification. They should not
15085 -- be sent and if received they should be ignored.
15086 dummy3 DeltaPRC OPTIONAL,
15087 dummy4 DeltaRRC OPTIONAL
15088}
15089
15090DGPS-CorrectionSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
15091 DGPS-CorrectionSatInfo
15092
15093DiffCorrectionStatus ::= ENUMERATED {
15094 udre-1-0, udre-0-75, udre-0-5, udre-0-3,
15095 udre-0-2, udre-0-1, noData, invalidData }
15096
15097DL-TransportChannelBLER ::= INTEGER (0..63)
15098
15099DopplerUncertainty ::= ENUMERATED {
15100 hz12-5, hz25, hz50, hz100, hz200,
15101 spare3, spare2, spare1 }
15102
15103EllipsoidPoint ::= SEQUENCE {
15104 latitudeSign ENUMERATED { north, south },
15105 latitude INTEGER (0..8388607),
15106 longitude INTEGER (-8388608..8388607)
15107}
15108
15109
15110EllipsoidPointAltitude ::= SEQUENCE {
15111 latitudeSign ENUMERATED { north, south },
15112 latitude INTEGER (0..8388607),
15113 longitude INTEGER (-8388608..8388607),
15114 altitudeDirection ENUMERATED {height, depth},
15115 altitude INTEGER (0..32767)
15116}
15117
15118
15119EllipsoidPointAltitudeEllipsoide ::= SEQUENCE {
15120 latitudeSign ENUMERATED { north, south },
15121 latitude INTEGER (0..8388607),
15122 longitude INTEGER (-8388608..8388607),
15123 altitudeDirection ENUMERATED {height, depth},
15124 altitude INTEGER (0..32767),
15125 uncertaintySemiMajor INTEGER (0..127),
15126 uncertaintySemiMinor INTEGER (0..127),
15127 -- Actual value orientationMajorAxis = IE value * 2
15128 orientationMajorAxis INTEGER (0..89),
15129 uncertaintyAltitude INTEGER (0..127),
15130 confidence INTEGER (0..100)
15131}
15132
15133
15134EllipsoidPointUncertCircle ::= SEQUENCE {
15135 latitudeSign ENUMERATED { north, south },
15136 latitude INTEGER (0..8388607),
15137 longitude INTEGER (-8388608..8388607),
15138 uncertaintyCode INTEGER (0..127)
15139}
15140
15141
15142EllipsoidPointUncertEllipse ::= SEQUENCE {
15143 latitudeSign ENUMERATED { north, south },
15144 latitude INTEGER (0..8388607),
15145 longitude INTEGER (-8388608..8388607),
15146 uncertaintySemiMajor INTEGER (0..127),
15147 uncertaintySemiMinor INTEGER (0..127),
15148 -- Actual value orientationMajorAxis = IE value * 2
15149 orientationMajorAxis INTEGER (0..89),
15150 confidence INTEGER (0..100)
15151}
15152
15153
15154EnvironmentCharacterisation ::= ENUMERATED {
15155 possibleHeavyMultipathNLOS,
15156 lightMultipathLOS,
15157 notDefined,
15158 spare }
15159
15160Event1a ::= SEQUENCE {
15161 triggeringCondition TriggeringCondition2,
15162 reportingRange ReportingRange,
15163 forbiddenAffectCellList ForbiddenAffectCellList OPTIONAL,
15164 w W,
15165 reportDeactivationThreshold ReportDeactivationThreshold,
15166 reportingAmount ReportingAmount,
15167 reportingInterval ReportingInterval
15168}
15169
15170Event1a-r4 ::= SEQUENCE {
15171 triggeringCondition TriggeringCondition2,
15172 reportingRange ReportingRange,
15173 forbiddenAffectCellList ForbiddenAffectCellList-r4 OPTIONAL,
15174 w W,
15175 reportDeactivationThreshold ReportDeactivationThreshold,
15176 reportingAmount ReportingAmount,
15177 reportingInterval ReportingInterval
15178}
15179
15180Event1a-LCR-r4 ::= SEQUENCE {
15181 triggeringCondition TriggeringCondition2,
15182 reportingRange ReportingRange,
15183 forbiddenAffectCellList ForbiddenAffectCellList-LCR-r4 OPTIONAL,
15184 w W,
15185 reportDeactivationThreshold ReportDeactivationThreshold,
15186 reportingAmount ReportingAmount,
15187 reportingInterval ReportingInterval
15188}
15189
15190Event1b ::= SEQUENCE {
15191 triggeringCondition TriggeringCondition1,
15192 reportingRange ReportingRange,
15193 forbiddenAffectCellList ForbiddenAffectCellList OPTIONAL,
15194 w W
15195}
15196
15197Event1b-r4 ::= SEQUENCE {
15198 triggeringCondition TriggeringCondition1,
15199 reportingRange ReportingRange,
15200 forbiddenAffectCellList ForbiddenAffectCellList-r4 OPTIONAL,
15201 w W
15202}
15203
15204Event1b-LCR-r4 ::= SEQUENCE {
15205 triggeringCondition TriggeringCondition1,
15206 reportingRange ReportingRange,
15207 forbiddenAffectCellList ForbiddenAffectCellList-LCR-r4 OPTIONAL,
15208 w W
15209}
15210
15211Event1c ::= SEQUENCE {
15212 replacementActivationThreshold ReplacementActivationThreshold,
15213 reportingAmount ReportingAmount,
15214 reportingInterval ReportingInterval
15215}
15216
15217Event1d ::= SEQUENCE {
15218 triggeringCondition TriggeringCondition2 OPTIONAL,
15219 useCIO BOOLEAN OPTIONAL
15220}
15221
15222Event1e ::= SEQUENCE {
15223 triggeringCondition TriggeringCondition2,
15224 thresholdUsedFrequency ThresholdUsedFrequency
15225}
15226
15227Event1e-r6 ::= SEQUENCE {
15228 triggeringCondition TriggeringCondition2,
15229 thresholdUsedFrequency ThresholdUsedFrequency-r6
15230}
15231
15232Event1f ::= SEQUENCE {
15233 triggeringCondition TriggeringCondition1,
15234 thresholdUsedFrequency ThresholdUsedFrequency
15235}
15236
15237Event1f-r6 ::= SEQUENCE {
15238 triggeringCondition TriggeringCondition1,
15239 thresholdUsedFrequency ThresholdUsedFrequency-r6
15240}
15241
15242Event1j-r6 ::= SEQUENCE {
15243 replacementActivationThreshold ReplacementActivationThreshold,
15244 reportingAmount ReportingAmount,
15245 reportingInterval ReportingInterval
15246}
15247
15248Event2a ::= SEQUENCE {
15249 -- dummy is not used in this version of the specification and should be ignored
15250 dummy Threshold,
15251 usedFreqW W,
15252 hysteresis HysteresisInterFreq,
15253 timeToTrigger TimeToTrigger,
15254 reportingCellStatus ReportingCellStatus OPTIONAL,
15255 nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
15256}
15257
15258Event2a-r6 ::= SEQUENCE {
15259 usedFreqW W,
15260 hysteresis HysteresisInterFreq,
15261 timeToTrigger TimeToTrigger,
15262 reportingCellStatus ReportingCellStatus OPTIONAL,
15263 nonUsedFreqParameterList NonUsedFreqWList-r6 OPTIONAL
15264}
15265
15266Event2b ::= SEQUENCE {
15267 usedFreqThreshold Threshold,
15268 usedFreqW W,
15269 hysteresis HysteresisInterFreq,
15270 timeToTrigger TimeToTrigger,
15271 reportingCellStatus ReportingCellStatus OPTIONAL,
15272 nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
15273}
15274
15275Event2b-r6 ::= SEQUENCE {
15276 usedFreqThreshold Threshold-r6,
15277 usedFreqW W,
15278 hysteresis HysteresisInterFreq,
15279 timeToTrigger TimeToTrigger,
15280 reportingCellStatus ReportingCellStatus OPTIONAL,
15281 nonUsedFreqParameterList NonUsedFreqParameterList-r6 OPTIONAL
15282}
15283
15284Event2c ::= SEQUENCE {
15285 hysteresis HysteresisInterFreq,
15286 timeToTrigger TimeToTrigger,
15287 reportingCellStatus ReportingCellStatus OPTIONAL,
15288 nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
15289}
15290
15291Event2c-r6 ::= SEQUENCE {
15292 hysteresis HysteresisInterFreq,
15293 timeToTrigger TimeToTrigger,
15294 reportingCellStatus ReportingCellStatus OPTIONAL,
15295 nonUsedFreqParameterList NonUsedFreqParameterList-r6 OPTIONAL
15296}
15297
15298Event2d ::= SEQUENCE {
15299 usedFreqThreshold Threshold,
15300 usedFreqW W,
15301 hysteresis HysteresisInterFreq,
15302 timeToTrigger TimeToTrigger,
15303 reportingCellStatus ReportingCellStatus OPTIONAL
15304}
15305
15306Event2d-r6 ::= SEQUENCE {
15307 usedFreqThreshold Threshold-r6,
15308 usedFreqW W,
15309 hysteresis HysteresisInterFreq,
15310 timeToTrigger TimeToTrigger,
15311 reportingCellStatus ReportingCellStatus OPTIONAL
15312}
15313
15314Event2e ::= SEQUENCE {
15315 hysteresis HysteresisInterFreq,
15316 timeToTrigger TimeToTrigger,
15317 reportingCellStatus ReportingCellStatus OPTIONAL,
15318 nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
15319}
15320
15321Event2e-r6 ::= SEQUENCE {
15322 hysteresis HysteresisInterFreq,
15323 timeToTrigger TimeToTrigger,
15324 reportingCellStatus ReportingCellStatus OPTIONAL,
15325 nonUsedFreqParameterList NonUsedFreqParameterList-r6 OPTIONAL
15326}
15327
15328Event2f ::= SEQUENCE {
15329 usedFreqThreshold Threshold,
15330 usedFreqW W,
15331 hysteresis HysteresisInterFreq,
15332 timeToTrigger TimeToTrigger,
15333 reportingCellStatus ReportingCellStatus OPTIONAL
15334}
15335
15336Event2f-r6 ::= SEQUENCE {
15337 usedFreqThreshold Threshold-r6,
15338 usedFreqW W,
15339 hysteresis HysteresisInterFreq,
15340 timeToTrigger TimeToTrigger,
15341 reportingCellStatus ReportingCellStatus OPTIONAL
15342}
15343
15344Event3a ::= SEQUENCE {
15345 thresholdOwnSystem Threshold,
15346 w W,
15347 thresholdOtherSystem Threshold,
15348 hysteresis Hysteresis,
15349 timeToTrigger TimeToTrigger,
15350 reportingCellStatus ReportingCellStatus OPTIONAL
15351}
15352
15353Event3b ::= SEQUENCE {
15354 thresholdOtherSystem Threshold,
15355 hysteresis Hysteresis,
15356 timeToTrigger TimeToTrigger,
15357 reportingCellStatus ReportingCellStatus OPTIONAL
15358
15359}
15360
15361Event3c ::= SEQUENCE {
15362 thresholdOtherSystem Threshold,
15363 hysteresis Hysteresis,
15364 timeToTrigger TimeToTrigger,
15365 reportingCellStatus ReportingCellStatus OPTIONAL
15366}
15367
15368Event3d ::= SEQUENCE {
15369 hysteresis Hysteresis,
15370 timeToTrigger TimeToTrigger,
15371 reportingCellStatus ReportingCellStatus OPTIONAL
15372}
15373
15374EventIDInterFreq ::= ENUMERATED {
15375 e2a, e2b, e2c, e2d, e2e, e2f, spare2, spare1 }
15376
15377EventIDInterRAT ::= ENUMERATED {
15378 e3a, e3b, e3c, e3d }
15379
15380EventIDIntraFreq ::= ENUMERATED {
15381 e1a, e1b, e1c, e1d, e1e,
15382 e1f, e1g, e1h, e1i, e1j,
15383 spare6, spare5, spare4, spare3, spare2,
15384 spare1 }
15385
15386EventResults ::= CHOICE {
15387 intraFreqEventResults IntraFreqEventResults,
15388 interFreqEventResults InterFreqEventResults,
15389 interRATEventResults InterRATEventResults,
15390 trafficVolumeEventResults TrafficVolumeEventResults,
15391 qualityEventResults QualityEventResults,
15392 ue-InternalEventResults UE-InternalEventResults,
15393 ue-positioning-MeasurementEventResults UE-Positioning-MeasurementEventResults,
15394 spare NULL
15395}
15396
15397ExtraDopplerInfo ::= SEQUENCE {
15398 -- Actual value doppler1stOrder = IE value * 0.023
15399 doppler1stOrder INTEGER (-42..21),
15400 dopplerUncertainty DopplerUncertainty
15401}
15402
15403FACH-MeasurementOccasionInfo ::= SEQUENCE {
15404 fACH-meas-occasion-coeff INTEGER (1..12) OPTIONAL,
15405 inter-freq-FDD-meas-ind BOOLEAN,
15406 -- inter-freq-TDD-meas-ind is for 3.84Mcps TDD and 7.68 Mcps TDD. For 1.28Mcps TDD, the IE in
15407 -- FACH-MeasurementOccasionInfo-LCR-r4-ext is used.
15408 inter-freq-TDD-meas-ind BOOLEAN,
15409 inter-RAT-meas-ind SEQUENCE (SIZE (1..maxOtherRAT)) OF
15410 RAT-Type OPTIONAL
15411}
15412
15413FACH-MeasurementOccasionInfo-LCR-r4-ext ::= SEQUENCE {
15414 inter-freq-TDD128-meas-ind BOOLEAN
15415}
15416
15417FilterCoefficient ::= ENUMERATED {
15418 fc0, fc1, fc2, fc3, fc4, fc5,
15419 fc6, fc7, fc8, fc9, fc11, fc13,
15420 fc15, fc17, fc19, spare1 }
15421
15422-- Actual value FineSFN-SFN = IE value * 0.0625
15423FineSFN-SFN ::= INTEGER (0..15)
15424
15425ForbiddenAffectCell ::= CHOICE {
15426 fdd PrimaryCPICH-Info,
15427 tdd PrimaryCCPCH-Info
15428}
15429
15430ForbiddenAffectCell-r4 ::= CHOICE {
15431 fdd PrimaryCPICH-Info,
15432 tdd PrimaryCCPCH-Info-r4
15433}
15434
15435ForbiddenAffectCell-LCR-r4 ::= SEQUENCE {
15436 tdd PrimaryCCPCH-Info-LCR-r4
15437}
15438
15439ForbiddenAffectCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15440 ForbiddenAffectCell
15441
15442ForbiddenAffectCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15443 ForbiddenAffectCell-r4
15444
15445ForbiddenAffectCellList-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15446 ForbiddenAffectCell-LCR-r4
15447
15448FreqQualityEstimateQuantity-FDD ::= ENUMERATED {
15449 cpich-Ec-N0,
15450 cpich-RSCP }
15451
15452FreqQualityEstimateQuantity-TDD ::= ENUMERATED {
15453 primaryCCPCH-RSCP }
15454
15455GPS-MeasurementParam ::= SEQUENCE {
15456 satelliteID INTEGER (0..63),
15457 c-N0 INTEGER (0..63),
15458 doppler INTEGER (-32768..32768),
15459 wholeGPS-Chips INTEGER (0..1022),
15460 fractionalGPS-Chips INTEGER (0..1023),
15461 multipathIndicator MultipathIndicator,
15462 pseudorangeRMS-Error INTEGER (0..63)
15463}
15464
15465GPS-MeasurementParamList ::= SEQUENCE (SIZE (1..maxSat)) OF
15466 GPS-MeasurementParam
15467
15468GSM-CarrierRSSI ::= BIT STRING (SIZE (6))
15469
15470
15471GSM-MeasuredResults ::= SEQUENCE {
15472 gsm-CarrierRSSI GSM-CarrierRSSI OPTIONAL,
15473 -- dummy is not used in this version of the specification, it should
15474 -- not be sent and if received it should be ignored.
15475 dummy INTEGER (46..173) OPTIONAL,
15476 bsicReported BSICReported,
15477 -- dummy2 is not used in this version of the specification, it should
15478 -- not be sent and if received it should be ignored.
15479 dummy2 ObservedTimeDifferenceToGSM OPTIONAL
15480}
15481
15482GSM-MeasuredResultsList ::= SEQUENCE (SIZE (1..maxReportedGSMCells)) OF
15483 GSM-MeasuredResults
15484
15485GPS-TOW-1msec ::= INTEGER (0..604799999)
15486
15487GPS-TOW-Assist ::= SEQUENCE {
15488 satID SatID,
15489 tlm-Message BIT STRING (SIZE (14)),
15490 tlm-Reserved BIT STRING (SIZE (2)),
15491 alert BOOLEAN,
15492 antiSpoof BOOLEAN
15493}
15494
15495GPS-TOW-AssistList ::= SEQUENCE (SIZE (1..maxSat)) OF
15496 GPS-TOW-Assist
15497
15498HCS-CellReselectInformation-RSCP ::= SEQUENCE {
15499 -- TABULAR: The default value for penaltyTime is "notUsed"
15500 -- Temporary offset is nested inside PenaltyTime-RSCP
15501 penaltyTime PenaltyTime-RSCP
15502}
15503
15504HCS-CellReselectInformation-ECN0 ::= SEQUENCE {
15505 -- TABULAR: The default value for penaltyTime is "notUsed"
15506 -- Temporary offset is nested inside PenaltyTime-ECN0
15507 penaltyTime PenaltyTime-ECN0
15508}
15509
15510HCS-NeighbouringCellInformation-RSCP ::= SEQUENCE {
15511 hcs-PRIO HCS-PRIO DEFAULT 0,
15512 q-HCS Q-HCS DEFAULT 0,
15513 hcs-CellReselectInformation HCS-CellReselectInformation-RSCP
15514}
15515
15516HCS-NeighbouringCellInformation-ECN0 ::= SEQUENCE {
15517 hcs-PRIO HCS-PRIO DEFAULT 0,
15518 q-HCS Q-HCS DEFAULT 0,
15519 hcs-CellReselectInformation HCS-CellReselectInformation-ECN0
15520}
15521
15522HCS-PRIO ::= INTEGER (0..7)
15523
15524HCS-ServingCellInformation ::= SEQUENCE {
15525 hcs-PRIO HCS-PRIO DEFAULT 0,
15526 q-HCS Q-HCS DEFAULT 0,
15527 t-CR-Max T-CRMax OPTIONAL
15528}
15529
15530HorizontalVelocity ::= SEQUENCE {
15531 bearing INTEGER (0..359),
15532 horizontalSpeed INTEGER (0..2047)
15533 }
15534
15535HorizontalWithVerticalVelocity ::= SEQUENCE {
15536 verticalSpeedDirection ENUMERATED { upward, downward },
15537 bearing INTEGER (0..359),
15538 horizontalSpeed INTEGER (0..2047),
15539 verticalSpeed INTEGER (0..255)
15540}
15541
15542HorizontalVelocityWithUncertainty ::= SEQUENCE {
15543 bearing INTEGER (0..359),
15544 horizontalSpeed INTEGER (0..2047),
15545 horizontalSpeedUncertainty INTEGER (0..255)
15546}
15547
15548HorizontalWithVerticalVelocityAndUncertainty ::= SEQUENCE {
15549 verticalSpeedDirection ENUMERATED { upward, downward },
15550 bearing INTEGER (0..359),
15551 horizontalSpeed INTEGER (0..2047),
15552 verticalSpeed INTEGER (0..255),
15553 horizontalSpeedUncertainty INTEGER (0..255)
15554}
15555
15556-- Actual value Hysteresis = IE value * 0.5
15557Hysteresis ::= INTEGER (0..15)
15558
15559-- Actual value HysteresisInterFreq = IE value * 0.5
15560HysteresisInterFreq ::= INTEGER (0..29)
15561
15562InterFreqCell ::= SEQUENCE {
15563 frequencyInfo FrequencyInfo,
15564 nonFreqRelatedEventResults CellMeasurementEventResults
15565}
15566
15567InterFreqCell-LCR-r4 ::= SEQUENCE {
15568 frequencyInfo FrequencyInfo,
15569 nonFreqRelatedEventResults CellMeasurementEventResults-LCR-r4
15570}
15571
15572InterFreqCellID ::= INTEGER (0..maxCellMeas-1)
15573
15574InterFreqCellInfoList ::= SEQUENCE {
15575 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15576 newInterFreqCellList NewInterFreqCellList OPTIONAL,
15577 cellsForInterFreqMeasList CellsForInterFreqMeasList OPTIONAL
15578}
15579
15580InterFreqCellInfoList-r4 ::= SEQUENCE {
15581 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15582 newInterFreqCellList NewInterFreqCellList-r4 OPTIONAL,
15583 cellsForInterFreqMeasList CellsForInterFreqMeasList OPTIONAL
15584}
15585
15586InterFreqCellInfoSI-List-RSCP ::= SEQUENCE {
15587 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15588 newInterFreqCellList NewInterFreqCellSI-List-RSCP OPTIONAL
15589}
15590
15591InterFreqCellInfoSI-List-ECN0 ::= SEQUENCE {
15592 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15593 newInterFreqCellList NewInterFreqCellSI-List-ECN0 OPTIONAL
15594}
15595
15596InterFreqCellInfoSI-List-HCS-RSCP ::= SEQUENCE {
15597 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15598 newInterFreqCellList NewInterFreqCellSI-List-HCS-RSCP OPTIONAL
15599}
15600InterFreqCellInfoSI-List-HCS-ECN0 ::= SEQUENCE {
15601 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15602 newInterFreqCellList NewInterFreqCellSI-List-HCS-ECN0 OPTIONAL
15603}
15604
15605InterFreqCellInfoSI-List-RSCP-LCR ::= SEQUENCE {
15606 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15607 newInterFreqCellList NewInterFreqCellSI-List-RSCP-LCR-r4 OPTIONAL
15608}
15609
15610InterFreqCellInfoSI-List-ECN0-LCR ::= SEQUENCE {
15611 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15612 newInterFreqCellList NewInterFreqCellSI-List-ECN0-LCR-r4 OPTIONAL
15613}
15614
15615InterFreqCellInfoSI-List-HCS-RSCP-LCR ::= SEQUENCE {
15616 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15617 newInterFreqCellList NewInterFreqCellSI-List-HCS-RSCP-LCR-r4 OPTIONAL
15618}
15619InterFreqCellInfoSI-List-HCS-ECN0-LCR ::= SEQUENCE {
15620 removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
15621 newInterFreqCellList NewInterFreqCellSI-List-HCS-ECN0-LCR-r4 OPTIONAL
15622}
15623
15624InterFreqCellList ::= SEQUENCE (SIZE (1..maxFreq)) OF
15625 InterFreqCell
15626
15627InterFreqCellList-LCR-r4-ext ::= SEQUENCE (SIZE (1..maxFreq)) OF
15628 InterFreqCell-LCR-r4
15629
15630InterFreqCellMeasuredResultsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15631 CellMeasuredResults
15632
15633InterFreqEvent ::= CHOICE {
15634 event2a Event2a,
15635 event2b Event2b,
15636 event2c Event2c,
15637 event2d Event2d,
15638 event2e Event2e,
15639 event2f Event2f
15640}
15641
15642InterFreqEvent-r6 ::= CHOICE {
15643 event2a Event2a-r6,
15644 event2b Event2b-r6,
15645 event2c Event2c-r6,
15646 event2d Event2d-r6,
15647 event2e Event2e-r6,
15648 event2f Event2f-r6
15649}
15650
15651InterFreqEventList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
15652 InterFreqEvent
15653
15654InterFreqEventList-r6 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
15655 InterFreqEvent-r6
15656
15657--Following IE shall be used regardless of CPICH RSCP(FDD) or Primary CCPCH RSCP(TDD)
15658--The order of the list corresponds to the order of the cells in InterFrequencyMeasuredResultsList
15659--The IE is only used for measured results and not for additional measured results.
15660InterFrequencyMeasuredResultsList-v590ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15661 DeltaRSCPPerCell
15662
15663Inter-FreqEventCriteria-v590ext ::= SEQUENCE {
15664 threholdUsedFrequency-delta DeltaRSCP,
15665 threholdNonUsedFrequency-deltaList ThreholdNonUsedFrequency-deltaList OPTIONAL
15666}
15667
15668--The order of the list corresponds to the order of the events in Inter-FreqEventList
15669Inter-FreqEventCriteriaList-v590ext ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
15670 Inter-FreqEventCriteria-v590ext
15671
15672--The order of the list corresponds to the order of relevant events in Intra-FreqEventCriteriaList
15673--i.e. the first element of the list corresponds to the first occurance of event 1e, 1f, 1h, 1i,
15674--the second element of the list corresponds to the second occurance of event 1e, 1f, 1h, 1i
15675Intra-FreqEventCriteriaList-v590ext ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
15676 DeltaRSCP
15677
15678--Following IE shall be used regardless of CPICH RSCP(FDD) or Primary CCPCH RSCP(TDD)
15679--The order of the list corresponds to the order of the cells in IntraFrequencyMeasuredResultsList
15680--The IE is only used for measured results and not for additional measured results.
15681IntraFrequencyMeasuredResultsList-v590ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
15682 DeltaRSCPPerCell
15683
15684IntraFreqReportingCriteria-1b-r5 ::= SEQUENCE {
15685 periodicReportingInfo-1b PeriodicReportingInfo-1b
15686}
15687
15688PeriodicReportingInfo-1b ::= SEQUENCE {
15689 reportingAmount ReportingAmount,
15690 reportingInterval ReportingInterval
15691}
15692
15693InterFreqEventResults ::= SEQUENCE {
15694 eventID EventIDInterFreq,
15695 interFreqCellList InterFreqCellList OPTIONAL
15696}
15697
15698InterFreqEventResults-LCR-r4-ext ::= SEQUENCE {
15699 eventID EventIDInterFreq,
15700 interFreqCellList InterFreqCellList-LCR-r4-ext OPTIONAL
15701}
15702
15703InterFreqMeasQuantity ::= SEQUENCE {
15704 reportingCriteria CHOICE {
15705 intraFreqReportingCriteria SEQUENCE {
15706 intraFreqMeasQuantity IntraFreqMeasQuantity
15707 },
15708 interFreqReportingCriteria SEQUENCE {
15709 filterCoefficient FilterCoefficient DEFAULT fc0,
15710 modeSpecificInfo CHOICE {
15711 fdd SEQUENCE {
15712 freqQualityEstimateQuantity-FDD FreqQualityEstimateQuantity-FDD
15713 },
15714 tdd SEQUENCE {
15715 freqQualityEstimateQuantity-TDD FreqQualityEstimateQuantity-TDD
15716 }
15717 }
15718 }
15719 }
15720}
15721
15722InterFreqMeasuredResults ::= SEQUENCE {
15723 frequencyInfo FrequencyInfo OPTIONAL,
15724 utra-CarrierRSSI UTRA-CarrierRSSI OPTIONAL,
15725 interFreqCellMeasuredResultsList InterFreqCellMeasuredResultsList OPTIONAL
15726}
15727
15728InterFreqMeasuredResultsList ::= SEQUENCE (SIZE (1..maxFreq)) OF
15729 InterFreqMeasuredResults
15730
15731
15732InterFreqMeasurementSysInfo-RSCP ::= SEQUENCE {
15733 interFreqCellInfoSI-List InterFreqCellInfoSI-List-RSCP OPTIONAL
15734}
15735
15736InterFreqMeasurementSysInfo-ECN0 ::= SEQUENCE {
15737 interFreqCellInfoSI-List InterFreqCellInfoSI-List-ECN0 OPTIONAL
15738}
15739
15740InterFreqMeasurementSysInfo-HCS-RSCP ::= SEQUENCE {
15741 interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-RSCP OPTIONAL
15742}
15743
15744InterFreqMeasurementSysInfo-HCS-ECN0 ::= SEQUENCE {
15745 interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-ECN0 OPTIONAL
15746}
15747
15748InterFreqMeasurementSysInfo-RSCP-LCR-r4 ::= SEQUENCE {
15749 interFreqCellInfoSI-List InterFreqCellInfoSI-List-RSCP-LCR OPTIONAL
15750}
15751
15752InterFreqMeasurementSysInfo-ECN0-LCR-r4 ::= SEQUENCE {
15753 interFreqCellInfoSI-List InterFreqCellInfoSI-List-ECN0-LCR OPTIONAL
15754}
15755
15756InterFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 ::= SEQUENCE {
15757 interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-RSCP-LCR OPTIONAL
15758}
15759
15760InterFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 ::= SEQUENCE {
15761 interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-ECN0-LCR OPTIONAL
15762}
15763
15764InterFreqRACHRepCellsList ::= SEQUENCE (SIZE (1..maxFreq)) OF
15765InterFreqCellID
15766
15767InterFreqRACHReportingInfo ::= SEQUENCE {
15768 modeSpecificInfo CHOICE {
15769 fdd SEQUENCE {
15770 interFreqRepQuantityRACH-FDD InterFreqRepQuantityRACH-FDD
15771 },
15772 tdd SEQUENCE {
15773 interFreqRepQuantityRACH-TDDList InterFreqRepQuantityRACH-TDDList
15774 },
15775 interFreqRACHReportingThreshold Threshold,
15776 maxReportedCellsOnRACHinterFreq MaxReportedCellsOnRACHinterFreq
15777 }
15778}
15779
15780InterFreqReportCriteria ::= CHOICE {
15781 intraFreqReportingCriteria IntraFreqReportingCriteria,
15782 interFreqReportingCriteria InterFreqReportingCriteria,
15783 periodicalReportingCriteria PeriodicalWithReportingCellStatus,
15784 noReporting ReportingCellStatusOpt
15785}
15786
15787InterFreqReportCriteria-r4 ::= CHOICE {
15788 intraFreqReportingCriteria IntraFreqReportingCriteria-r4,
15789 interFreqReportingCriteria InterFreqReportingCriteria,
15790 periodicalReportingCriteria PeriodicalWithReportingCellStatus,
15791 noReporting ReportingCellStatusOpt
15792}
15793
15794InterFreqReportCriteria-r6 ::= CHOICE {
15795 intraFreqReportingCriteria IntraFreqReportingCriteria-r6,
15796 interFreqReportingCriteria InterFreqReportingCriteria-r6,
15797 periodicalReportingCriteria PeriodicalWithReportingCellStatus,
15798 noReporting ReportingCellStatusOpt
15799}
15800
15801InterFreqReportingCriteria ::= SEQUENCE {
15802 interFreqEventList InterFreqEventList OPTIONAL
15803}
15804
15805InterFreqReportingCriteria-r6 ::= SEQUENCE {
15806 interFreqEventList InterFreqEventList-r6 OPTIONAL
15807}
15808
15809InterFreqReportingQuantity ::= SEQUENCE {
15810 utra-Carrier-RSSI BOOLEAN,
15811 frequencyQualityEstimate BOOLEAN,
15812 nonFreqRelatedQuantities CellReportingQuantities
15813}
15814
15815InterFreqRepQuantityRACH-FDD ::= ENUMERATED {
15816 cpich-EcN0, cpich-RSCP }
15817
15818InterFreqRepQuantityRACH-TDD ::= ENUMERATED {
15819 timeslotISCP,
15820 primaryCCPCH-RSCP }
15821
15822InterFreqRepQuantityRACH-TDDList ::= SEQUENCE (SIZE (1..2)) OF
15823 InterFreqRepQuantityRACH-TDD
15824
15825InterFrequencyMeasurement ::= SEQUENCE {
15826 interFreqCellInfoList InterFreqCellInfoList,
15827 interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
15828 interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
15829 measurementValidity MeasurementValidity OPTIONAL,
15830 interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
15831 reportCriteria InterFreqReportCriteria
15832}
15833
15834InterFrequencyMeasurement-r4 ::= SEQUENCE {
15835 interFreqCellInfoList InterFreqCellInfoList-r4,
15836 interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
15837 interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
15838 measurementValidity MeasurementValidity OPTIONAL,
15839 interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
15840 reportCriteria InterFreqReportCriteria-r4
15841}
15842
15843InterFrequencyMeasurement-r6 ::= SEQUENCE {
15844 interFreqCellInfoList InterFreqCellInfoList-r4,
15845 interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
15846 interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
15847 measurementValidity MeasurementValidity OPTIONAL,
15848 interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
15849 reportCriteria InterFreqReportCriteria-r6
15850}
15851
15852InterRAT-TargetCellDescription ::= SEQUENCE {
15853 technologySpecificInfo CHOICE {
15854 gsm SEQUENCE {
15855 bsic BSIC,
15856 frequency-band Frequency-Band,
15857 bcch-ARFCN BCCH-ARFCN,
15858 ncMode NC-Mode OPTIONAL
15859 },
15860 is-2000 NULL,
15861 spare2 NULL,
15862 spare1 NULL
15863 }
15864}
15865
15866InterRATCellID ::= INTEGER (0..maxCellMeas-1)
15867
15868InterRATCellInfoIndication ::= INTEGER (0..3)
15869
15870InterRATCellInfoList ::= SEQUENCE {
15871 removedInterRATCellList RemovedInterRATCellList,
15872 -- NOTE: Future revisions of dedicated messages including IE newInterRATCellList
15873 -- should use a corrected version of this IE
15874 newInterRATCellList NewInterRATCellList,
15875 cellsForInterRATMeasList CellsForInterRATMeasList OPTIONAL
15876}
15877
15878InterRATCellInfoList-B ::= SEQUENCE {
15879 removedInterRATCellList RemovedInterRATCellList,
15880 -- NOTE: IE newInterRATCellList should be optional. However, system information
15881 -- does not support message versions. Hence, this can not be corrected
15882 newInterRATCellList NewInterRATCellList-B
15883}
15884
15885InterRATCellInfoList-r4 ::= SEQUENCE {
15886 removedInterRATCellList RemovedInterRATCellList,
15887 newInterRATCellList NewInterRATCellList OPTIONAL,
15888 cellsForInterRATMeasList CellsForInterRATMeasList OPTIONAL
15889}
15890
15891InterRATCellInfoList-r6 ::= SEQUENCE {
15892 removedInterRATCellList RemovedInterRATCellList,
15893 newInterRATCellList NewInterRATCellList OPTIONAL,
15894 cellsForInterRATMeasList CellsForInterRATMeasList OPTIONAL,
15895 interRATCellInfoIndication-r6 InterRATCellInfoIndication OPTIONAL
15896}
15897
15898InterRATCellIndividualOffset ::= INTEGER (-50..50)
15899
15900InterRATEvent ::= CHOICE {
15901 event3a Event3a,
15902 event3b Event3b,
15903 event3c Event3c,
15904 event3d Event3d
15905}
15906
15907InterRATEventList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
15908 InterRATEvent
15909
15910InterRATEventResults ::= SEQUENCE {
15911 eventID EventIDInterRAT,
15912 cellToReportList CellToReportList
15913}
15914
15915InterRATInfo ::= ENUMERATED {
15916 gsm }
15917
15918InterRATInfo-r6 ::= SEQUENCE {
15919 rat InterRATInfo,
15920 gsm-TargetCellInfoList GSM-TargetCellInfoList OPTIONAL
15921}
15922
15923InterRATMeasQuantity ::= SEQUENCE {
15924 measQuantityUTRAN-QualityEstimate IntraFreqMeasQuantity OPTIONAL,
15925 ratSpecificInfo CHOICE {
15926 gsm SEQUENCE {
15927 measurementQuantity MeasurementQuantityGSM,
15928 filterCoefficient FilterCoefficient DEFAULT fc0,
15929 bsic-VerificationRequired BSIC-VerificationRequired
15930 },
15931 is-2000 SEQUENCE {
15932 tadd-EcIo INTEGER (0..63),
15933 tcomp-EcIo INTEGER (0..15),
15934 softSlope INTEGER (0..63) OPTIONAL,
15935 addIntercept INTEGER (0..63) OPTIONAL
15936 }
15937 }
15938}
15939
15940InterRATMeasuredResults ::= CHOICE {
15941 gsm GSM-MeasuredResultsList,
15942 spare NULL
15943}
15944
15945InterRATMeasuredResultsList ::= SEQUENCE (SIZE (1..maxOtherRAT-16)) OF
15946 InterRATMeasuredResults
15947
15948InterRATMeasurement ::= SEQUENCE {
15949 interRATCellInfoList InterRATCellInfoList OPTIONAL,
15950 interRATMeasQuantity InterRATMeasQuantity OPTIONAL,
15951 interRATReportingQuantity InterRATReportingQuantity OPTIONAL,
15952 reportCriteria InterRATReportCriteria
15953}
15954
15955InterRATMeasurement-r4 ::= SEQUENCE {
15956 interRATCellInfoList InterRATCellInfoList-r4 OPTIONAL,
15957 interRATMeasQuantity InterRATMeasQuantity OPTIONAL,
15958 interRATReportingQuantity InterRATReportingQuantity OPTIONAL,
15959 reportCriteria InterRATReportCriteria
15960}
15961
15962InterRATMeasurement-r6 ::= SEQUENCE {
15963 interRATCellInfoList InterRATCellInfoList-r6 OPTIONAL,
15964 interRATMeasQuantity InterRATMeasQuantity OPTIONAL,
15965 interRATReportingQuantity InterRATReportingQuantity OPTIONAL,
15966 reportCriteria InterRATReportCriteria
15967}
15968
15969InterRATMeasurementSysInfo ::= SEQUENCE {
15970 interRATCellInfoList InterRATCellInfoList OPTIONAL
15971}
15972
15973InterRATMeasurementSysInfo-B ::= SEQUENCE {
15974 interRATCellInfoList InterRATCellInfoList-B OPTIONAL
15975}
15976
15977InterRATReportCriteria ::= CHOICE {
15978 interRATReportingCriteria InterRATReportingCriteria,
15979 periodicalReportingCriteria PeriodicalWithReportingCellStatus,
15980 noReporting ReportingCellStatusOpt
15981}
15982
15983InterRATReportingCriteria ::= SEQUENCE {
15984 interRATEventList InterRATEventList OPTIONAL
15985}
15986
15987InterRATReportingQuantity ::= SEQUENCE {
15988 utran-EstimatedQuality BOOLEAN,
15989 ratSpecificInfo CHOICE {
15990 gsm SEQUENCE {
15991 -- dummy and dummy2 are not used in this version of the specification
15992 -- and when received they should be ignored.
15993 dummy BOOLEAN,
15994 dummy2 BOOLEAN,
15995 gsm-Carrier-RSSI BOOLEAN
15996 }
15997 }
15998}
15999
16000IntraFreqCellID ::= INTEGER (0..maxCellMeas-1)
16001
16002IntraFreqCellInfoList ::= SEQUENCE {
16003 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16004 newIntraFreqCellList NewIntraFreqCellList OPTIONAL,
16005 cellsForIntraFreqMeasList CellsForIntraFreqMeasList OPTIONAL
16006}
16007
16008IntraFreqCellInfoList-r4 ::= SEQUENCE {
16009 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16010 newIntraFreqCellList NewIntraFreqCellList-r4 OPTIONAL,
16011 cellsForIntraFreqMeasList CellsForIntraFreqMeasList OPTIONAL
16012}
16013
16014IntraFreqCellInfoSI-List-RSCP ::= SEQUENCE {
16015 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16016 newIntraFreqCellList NewIntraFreqCellSI-List-RSCP
16017}
16018
16019IntraFreqCellInfoSI-List-ECN0 ::= SEQUENCE {
16020 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16021 newIntraFreqCellList NewIntraFreqCellSI-List-ECN0
16022}
16023
16024IntraFreqCellInfoSI-List-HCS-RSCP ::= SEQUENCE {
16025 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16026 newIntraFreqCellList NewIntraFreqCellSI-List-HCS-RSCP
16027}
16028
16029IntraFreqCellInfoSI-List-HCS-ECN0 ::= SEQUENCE {
16030 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16031 newIntraFreqCellList NewIntraFreqCellSI-List-HCS-ECN0
16032}
16033
16034IntraFreqCellInfoSI-List-RSCP-LCR-r4 ::= SEQUENCE {
16035 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16036 newIntraFreqCellList NewIntraFreqCellSI-List-RSCP-LCR-r4
16037}
16038
16039IntraFreqCellInfoSI-List-ECN0-LCR-r4 ::= SEQUENCE {
16040 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16041 newIntraFreqCellList NewIntraFreqCellSI-List-ECN0-LCR-r4
16042}
16043
16044IntraFreqCellInfoSI-List-HCS-RSCP-LCR-r4 ::= SEQUENCE {
16045 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16046 newIntraFreqCellList NewIntraFreqCellSI-List-HCS-RSCP-LCR-r4
16047}
16048
16049IntraFreqCellInfoSI-List-HCS-ECN0-LCR-r4 ::= SEQUENCE {
16050 removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
16051 newIntraFreqCellList NewIntraFreqCellSI-List-HCS-ECN0-LCR-r4
16052}
16053
16054IntraFreqEvent ::= CHOICE {
16055 e1a Event1a,
16056 e1b Event1b,
16057 e1c Event1c,
16058 e1d NULL,
16059 e1e Event1e,
16060 e1f Event1f,
16061 e1g NULL,
16062 e1h ThresholdUsedFrequency,
16063 e1i ThresholdUsedFrequency
16064}
16065
16066IntraFreqEvent-r4 ::= CHOICE {
16067 e1a Event1a-r4,
16068 e1b Event1b-r4,
16069 e1c Event1c,
16070 e1d NULL,
16071 e1e Event1e,
16072 e1f Event1f,
16073 e1g NULL,
16074 e1h ThresholdUsedFrequency,
16075 e1i ThresholdUsedFrequency
16076}
16077
16078IntraFreqEvent-LCR-r4 ::= CHOICE {
16079 e1a Event1a-LCR-r4,
16080 e1b Event1b-LCR-r4,
16081 e1c Event1c,
16082 e1d NULL,
16083 e1e Event1e,
16084 e1f Event1f,
16085 e1g NULL,
16086 e1h ThresholdUsedFrequency,
16087 e1i ThresholdUsedFrequency
16088}
16089
16090IntraFreqEvent-r6 ::= CHOICE {
16091 e1a Event1a-r4,
16092 e1b Event1b-r4,
16093 e1c Event1c,
16094 e1d Event1d,
16095 e1e Event1e-r6,
16096 e1f Event1f-r6,
16097 e1g NULL,
16098 e1h ThresholdUsedFrequency-r6,
16099 e1i ThresholdUsedFrequency-r6,
16100 e1j Event1j-r6
16101}
16102
16103IntraFreqEvent-1d-r5 ::= SEQUENCE {
16104 triggeringCondition TriggeringCondition2 OPTIONAL,
16105 useCIO BOOLEAN OPTIONAL
16106}
16107
16108IntraFreqEventCriteria ::= SEQUENCE {
16109 event IntraFreqEvent,
16110 hysteresis Hysteresis,
16111 timeToTrigger TimeToTrigger,
16112 reportingCellStatus ReportingCellStatus OPTIONAL
16113}
16114
16115IntraFreqEventCriteria-r4 ::= SEQUENCE {
16116 event IntraFreqEvent-r4,
16117 hysteresis Hysteresis,
16118 timeToTrigger TimeToTrigger,
16119 reportingCellStatus ReportingCellStatus OPTIONAL
16120}
16121
16122IntraFreqEventCriteria-LCR-r4 ::= SEQUENCE {
16123 event IntraFreqEvent-LCR-r4,
16124 hysteresis Hysteresis,
16125 timeToTrigger TimeToTrigger,
16126 reportingCellStatus ReportingCellStatus OPTIONAL
16127}
16128
16129IntraFreqEventCriteria-r6 ::= SEQUENCE {
16130 event IntraFreqEvent-r6,
16131 hysteresis Hysteresis,
16132 timeToTrigger TimeToTrigger,
16133 reportingCellStatus ReportingCellStatus OPTIONAL
16134}
16135
16136IntraFreqEventCriteriaList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
16137 IntraFreqEventCriteria
16138
16139IntraFreqEventCriteriaList-r4 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
16140 IntraFreqEventCriteria-r4
16141
16142IntraFreqEventCriteriaList-LCR-r4 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
16143 IntraFreqEventCriteria-LCR-r4
16144
16145IntraFreqEventCriteriaList-r6 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
16146 IntraFreqEventCriteria-r6
16147
16148IntraFreqEventResults ::= SEQUENCE {
16149 eventID EventIDIntraFreq,
16150 cellMeasurementEventResults CellMeasurementEventResults
16151}
16152
16153IntraFreqMeasQuantity ::= SEQUENCE {
16154 filterCoefficient FilterCoefficient DEFAULT fc0,
16155 modeSpecificInfo CHOICE {
16156 fdd SEQUENCE {
16157 intraFreqMeasQuantity-FDD IntraFreqMeasQuantity-FDD
16158 },
16159 tdd SEQUENCE {
16160 intraFreqMeasQuantity-TDDList IntraFreqMeasQuantity-TDDList
16161 }
16162 }
16163}
16164
16165-- If IntraFreqMeasQuantity-FDD is used in InterRATMeasQuantity, then only
16166-- cpich-Ec-N0 and cpich-RSCP are allowed.
16167-- dummy is not used in this version of the specification, it should
16168-- not be sent and if received the UE behaviour is not specified.
16169IntraFreqMeasQuantity-FDD ::= ENUMERATED {
16170 cpich-Ec-N0,
16171 cpich-RSCP,
16172 pathloss,
16173 dummy }
16174
16175-- dummy is not used in this version of the specification, it should
16176-- not be sent and if received the UE behaviour is not specified.
16177IntraFreqMeasQuantity-TDD ::= ENUMERATED {
16178 primaryCCPCH-RSCP,
16179 pathloss,
16180 timeslotISCP,
16181 dummy }
16182
16183IntraFreqMeasQuantity-TDDList ::= SEQUENCE (SIZE (1..4)) OF
16184 IntraFreqMeasQuantity-TDD
16185
16186IntraFreqMeasuredResultsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16187 CellMeasuredResults
16188
16189IntraFreqMeasurementSysInfo-RSCP ::= SEQUENCE {
16190 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16191 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-RSCP OPTIONAL,
16192 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16193 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16194 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16195 reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
16196}
16197
16198IntraFreqMeasurementSysInfo-ECN0 ::= SEQUENCE {
16199 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16200 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-ECN0 OPTIONAL,
16201 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16202 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16203 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16204 reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
16205}
16206
16207IntraFreqMeasurementSysInfo-HCS-RSCP ::= SEQUENCE {
16208 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16209 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-RSCP OPTIONAL,
16210 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16211 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16212 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16213 reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
16214}
16215
16216IntraFreqMeasurementSysInfo-HCS-ECN0 ::= SEQUENCE {
16217 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16218 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-ECN0 OPTIONAL,
16219 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16220 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16221 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16222 reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
16223}
16224
16225IntraFreqMeasurementSysInfo-RSCP-LCR-r4 ::= SEQUENCE {
16226 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16227 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-RSCP-LCR-r4 OPTIONAL,
16228 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16229 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16230 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16231 reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
16232}
16233
16234IntraFreqMeasurementSysInfo-ECN0-LCR-r4 ::= SEQUENCE {
16235 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16236 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-ECN0-LCR-r4 OPTIONAL,
16237 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16238 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16239 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16240 reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
16241}
16242
16243IntraFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 ::= SEQUENCE {
16244 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16245 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-RSCP-LCR-r4 OPTIONAL,
16246 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16247 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16248 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16249 reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
16250}
16251
16252IntraFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 ::= SEQUENCE {
16253 intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
16254 intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-ECN0-LCR-r4 OPTIONAL,
16255 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16256 intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
16257 maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
16258 reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
16259}
16260
16261IntraFreqReportCriteria ::= CHOICE {
16262 intraFreqReportingCriteria IntraFreqReportingCriteria,
16263 periodicalReportingCriteria PeriodicalWithReportingCellStatus,
16264 noReporting ReportingCellStatusOpt
16265}
16266
16267IntraFreqReportCriteria-r4 ::= CHOICE {
16268 intraFreqReportingCriteria IntraFreqReportingCriteria-r4,
16269 periodicalReportingCriteria PeriodicalWithReportingCellStatus,
16270 noReporting ReportingCellStatusOpt
16271}
16272
16273IntraFreqReportCriteria-r6 ::= CHOICE {
16274 intraFreqReportingCriteria IntraFreqReportingCriteria-r6,
16275 periodicalReportingCriteria PeriodicalWithReportingCellStatus,
16276 noReporting ReportingCellStatusOpt
16277}
16278
16279IntraFreqReportingCriteria ::= SEQUENCE {
16280 eventCriteriaList IntraFreqEventCriteriaList OPTIONAL
16281}
16282
16283IntraFreqReportingCriteria-r4 ::= SEQUENCE {
16284 eventCriteriaList IntraFreqEventCriteriaList-r4 OPTIONAL
16285}
16286
16287IntraFreqReportingCriteria-LCR-r4 ::= SEQUENCE {
16288 eventCriteriaList IntraFreqEventCriteriaList-LCR-r4 OPTIONAL
16289}
16290
16291IntraFreqReportingCriteria-r6 ::= SEQUENCE {
16292 eventCriteriaList IntraFreqEventCriteriaList-r6 OPTIONAL
16293}
16294
16295IntraFreqReportingQuantity ::= SEQUENCE {
16296 activeSetReportingQuantities CellReportingQuantities,
16297 monitoredSetReportingQuantities CellReportingQuantities,
16298 detectedSetReportingQuantities CellReportingQuantities OPTIONAL
16299}
16300
16301IntraFreqReportingQuantityForRACH ::= SEQUENCE {
16302 sfn-SFN-OTD-Type SFN-SFN-OTD-Type,
16303 modeSpecificInfo CHOICE {
16304 fdd SEQUENCE {
16305 intraFreqRepQuantityRACH-FDD IntraFreqRepQuantityRACH-FDD
16306 },
16307 tdd SEQUENCE {
16308 intraFreqRepQuantityRACH-TDDList IntraFreqRepQuantityRACH-TDDList
16309 }
16310 }
16311}
16312
16313IntraFreqRepQuantityRACH-FDD ::= ENUMERATED {
16314 cpich-EcN0, cpich-RSCP,
16315 pathloss, noReport }
16316
16317IntraFreqRepQuantityRACH-TDD ::= ENUMERATED {
16318 timeslotISCP,
16319 primaryCCPCH-RSCP,
16320 noReport }
16321
16322IntraFreqRepQuantityRACH-TDDList ::= SEQUENCE (SIZE (1..2)) OF
16323 IntraFreqRepQuantityRACH-TDD
16324
16325IntraFrequencyMeasurement ::= SEQUENCE {
16326 intraFreqCellInfoList IntraFreqCellInfoList OPTIONAL,
16327 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16328 intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
16329 measurementValidity MeasurementValidity OPTIONAL,
16330 reportCriteria IntraFreqReportCriteria OPTIONAL
16331}
16332
16333IntraFrequencyMeasurement-r4 ::= SEQUENCE {
16334 intraFreqCellInfoList IntraFreqCellInfoList-r4 OPTIONAL,
16335 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16336 intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
16337 measurementValidity MeasurementValidity OPTIONAL,
16338 reportCriteria IntraFreqReportCriteria-r4 OPTIONAL
16339}
16340
16341IntraFrequencyMeasurement-r6 ::= SEQUENCE {
16342 intraFreqCellInfoList IntraFreqCellInfoList-r4 OPTIONAL,
16343 intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
16344 intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
16345 measurementValidity MeasurementValidity OPTIONAL,
16346 reportCriteria IntraFreqReportCriteria-r6
16347}
16348
16349IODE ::= INTEGER (0..255)
16350
16351IP-Length ::= ENUMERATED {
16352 ipl5, ipl10 }
16353
16354IP-PCCPCH-r4 ::= BOOLEAN
16355
16356IP-Spacing ::= ENUMERATED {
16357 e5, e7, e10, e15, e20,
16358 e30, e40, e50 }
16359
16360IP-Spacing-TDD ::= ENUMERATED {
16361 e30, e40, e50, e70, e100}
16362
16363IS-2000SpecificMeasInfo ::= ENUMERATED {
16364 frequency, timeslot, colourcode,
16365 outputpower, pn-Offset }
16366
16367MaxNumberOfReportingCellsType1 ::= ENUMERATED {
16368 e1, e2, e3, e4, e5, e6}
16369
16370MaxNumberOfReportingCellsType2 ::= ENUMERATED {
16371 e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12}
16372
16373MaxNumberOfReportingCellsType3 ::= ENUMERATED {
16374 viactCellsPlus1,
16375 viactCellsPlus2,
16376 viactCellsPlus3,
16377 viactCellsPlus4,
16378 viactCellsPlus5,
16379 viactCellsPlus6 }
16380
16381MaxReportedCellsOnRACH ::= ENUMERATED {
16382 noReport,
16383 currentCell,
16384 currentAnd-1-BestNeighbour,
16385 currentAnd-2-BestNeighbour,
16386 currentAnd-3-BestNeighbour,
16387 currentAnd-4-BestNeighbour,
16388 currentAnd-5-BestNeighbour,
16389 currentAnd-6-BestNeighbour }
16390
16391MaxReportedCellsOnRACHinterFreq ::= INTEGER (1..8)
16392
16393MeasuredResults ::= CHOICE {
16394 intraFreqMeasuredResultsList IntraFreqMeasuredResultsList,
16395 interFreqMeasuredResultsList InterFreqMeasuredResultsList,
16396 interRATMeasuredResultsList InterRATMeasuredResultsList,
16397 trafficVolumeMeasuredResultsList TrafficVolumeMeasuredResultsList,
16398 qualityMeasuredResults QualityMeasuredResults,
16399 ue-InternalMeasuredResults UE-InternalMeasuredResults,
16400 ue-positioning-MeasuredResults UE-Positioning-MeasuredResults,
16401 spare NULL
16402}
16403
16404MeasuredResults-v390ext ::= SEQUENCE {
16405 ue-positioning-MeasuredResults-v390ext UE-Positioning-MeasuredResults-v390ext
16406}
16407
16408
16409MeasuredResults-v590ext ::= CHOICE {
16410 intraFrequencyMeasuredResultsList IntraFrequencyMeasuredResultsList-v590ext,
16411 interFrequencyMeasuredResultsList InterFrequencyMeasuredResultsList-v590ext
16412}
16413
16414MeasuredResults-v7xyext ::= CHOICE {
16415 ueInternalMeasuredResults UE-InternalMeasuredResults-r7
16416}
16417
16418MeasuredResults-LCR-r4 ::= CHOICE {
16419 intraFreqMeasuredResultsList IntraFreqMeasuredResultsList,
16420 interFreqMeasuredResultsList InterFreqMeasuredResultsList,
16421 interRATMeasuredResultsList InterRATMeasuredResultsList,
16422 trafficVolumeMeasuredResultsList TrafficVolumeMeasuredResultsList,
16423 qualityMeasuredResults QualityMeasuredResults,
16424 ue-InternalMeasuredResults UE-InternalMeasuredResults-LCR-r4,
16425 ue-positioniing-MeasuredResults UE-Positioning-MeasuredResults,
16426 spare NULL
16427}
16428
16429MeasuredResultsList ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
16430 MeasuredResults
16431
16432MeasuredResultsList-LCR-r4-ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
16433 MeasuredResults-LCR-r4
16434
16435MeasuredResultsOnRACH ::= SEQUENCE {
16436 currentCell SEQUENCE {
16437 modeSpecificInfo CHOICE {
16438 fdd SEQUENCE {
16439 measurementQuantity CHOICE {
16440 cpich-Ec-N0 CPICH-Ec-N0,
16441 cpich-RSCP CPICH-RSCP,
16442 pathloss Pathloss,
16443 spare NULL
16444 }
16445 },
16446 tdd SEQUENCE {
16447 -- For 3.84 Mcps and 7.68 Mcps TDD --
16448 timeslotISCP TimeslotISCP-List OPTIONAL,
16449 primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL
16450 }
16451 }
16452 },
16453 monitoredCells MonitoredCellRACH-List OPTIONAL
16454}
16455
16456MeasuredResultsOnRACHinterFreq ::= SEQUENCE {
16457 interFreqCellIndication-SIB11 INTEGER (0..1),
16458 interFreqCellIndication-SIB12 INTEGER (0..1),
16459 interFreqRACHRepCellsList InterFreqRACHRepCellsList
16460}
16461
16462MeasurementCommand ::= CHOICE {
16463 setup MeasurementType,
16464 modify SEQUENCE {
16465 measurementType MeasurementType OPTIONAL
16466 },
16467 release NULL
16468}
16469
16470MeasurementCommand-r4 ::= CHOICE {
16471 setup MeasurementType-r4,
16472 modify SEQUENCE {
16473 measurementType MeasurementType-r4 OPTIONAL
16474 },
16475 release NULL
16476}
16477
16478MeasurementCommand-r6 ::= CHOICE {
16479 setup MeasurementType-r6,
16480 modify SEQUENCE {
16481 measurementType MeasurementType-r6 OPTIONAL
16482 },
16483 release NULL
16484}
16485
16486MeasurementControlSysInfo ::= SEQUENCE {
16487 -- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
16488 use-of-HCS CHOICE {
16489 hcs-not-used SEQUENCE {
16490 cellSelectQualityMeasure CHOICE {
16491 cpich-RSCP SEQUENCE {
16492 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-RSCP OPTIONAL,
16493 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-RSCP OPTIONAL
16494 },
16495 cpich-Ec-N0 SEQUENCE {
16496 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-ECN0 OPTIONAL,
16497 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-ECN0 OPTIONAL
16498 }
16499 },
16500 interRATMeasurementSysInfo InterRATMeasurementSysInfo-B OPTIONAL
16501 },
16502 hcs-used SEQUENCE {
16503 cellSelectQualityMeasure CHOICE {
16504 cpich-RSCP SEQUENCE {
16505 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-RSCP OPTIONAL,
16506 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-RSCP OPTIONAL
16507 },
16508 cpich-Ec-N0 SEQUENCE {
16509 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-ECN0 OPTIONAL,
16510 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-ECN0 OPTIONAL }
16511 },
16512 interRATMeasurementSysInfo InterRATMeasurementSysInfo OPTIONAL
16513 }
16514 },
16515
16516 trafficVolumeMeasSysInfo TrafficVolumeMeasSysInfo OPTIONAL,
16517 -- dummy is not used in this version of specification and it shall be ignored by the UE.
16518 dummy UE-InternalMeasurementSysInfo OPTIONAL
16519}
16520
16521MeasurementControlSysInfo-LCR-r4-ext ::= SEQUENCE {
16522 -- CHOICE use-of-HCS shall have the same value as the use-of-HCS
16523 -- in MeasurementControlSysInfo
16524 -- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
16525 use-of-HCS CHOICE {
16526 hcs-not-used SEQUENCE {
16527 -- CHOICE cellSelectQualityMeasure shall have the same value as the
16528 -- cellSelectQualityMeasure in MeasurementControlSysInfo
16529 cellSelectQualityMeasure CHOICE {
16530 cpich-RSCP SEQUENCE {
16531 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-RSCP-LCR-r4 OPTIONAL,
16532 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-RSCP-LCR-r4 OPTIONAL
16533 },
16534 cpich-Ec-N0 SEQUENCE {
16535 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-ECN0-LCR-r4 OPTIONAL,
16536 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-ECN0-LCR-r4 OPTIONAL
16537 }
16538 }
16539 },
16540 hcs-used SEQUENCE {
16541 -- CHOICE cellSelectQualityMeasure shall have the same value as the
16542 -- cellSelectQualityMeasure in MeasurementControlSysInfo
16543 cellSelectQualityMeasure CHOICE {
16544 cpich-RSCP SEQUENCE {
16545 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 OPTIONAL,
16546 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 OPTIONAL
16547 },
16548 cpich-Ec-N0 SEQUENCE {
16549 intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 OPTIONAL,
16550 interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 OPTIONAL
16551 }
16552 }
16553 }
16554 }
16555}
16556
16557MeasurementIdentity ::= INTEGER (1..16)
16558
16559MeasurementQuantityGSM ::= ENUMERATED {
16560 gsm-CarrierRSSI,
16561 dummy }
16562
16563MeasurementReportingMode ::= SEQUENCE {
16564 measurementReportTransferMode TransferMode,
16565 periodicalOrEventTrigger PeriodicalOrEventTrigger
16566}
16567
16568MeasurementType ::= CHOICE {
16569 intraFrequencyMeasurement IntraFrequencyMeasurement,
16570 interFrequencyMeasurement InterFrequencyMeasurement,
16571 interRATMeasurement InterRATMeasurement,
16572 ue-positioning-Measurement UE-Positioning-Measurement,
16573 trafficVolumeMeasurement TrafficVolumeMeasurement,
16574 qualityMeasurement QualityMeasurement,
16575 ue-InternalMeasurement UE-InternalMeasurement
16576}
16577
16578MeasurementType-r4 ::= CHOICE {
16579 intraFrequencyMeasurement IntraFrequencyMeasurement-r4,
16580 interFrequencyMeasurement InterFrequencyMeasurement-r4,
16581 interRATMeasurement InterRATMeasurement-r4,
16582 up-Measurement UE-Positioning-Measurement-r4,
16583 trafficVolumeMeasurement TrafficVolumeMeasurement,
16584 qualityMeasurement QualityMeasurement,
16585 ue-InternalMeasurement UE-InternalMeasurement-r4
16586}
16587
16588MeasurementType-r6 ::= CHOICE {
16589 intraFrequencyMeasurement IntraFrequencyMeasurement-r6,
16590 interFrequencyMeasurement InterFrequencyMeasurement-r6,
16591 interRATMeasurement InterRATMeasurement-r6,
16592 up-Measurement UE-Positioning-Measurement-r4,
16593 trafficVolumeMeasurement TrafficVolumeMeasurement,
16594 qualityMeasurement QualityMeasurement,
16595 ue-InternalMeasurement UE-InternalMeasurement-r4
16596}
16597
16598MeasurementValidity ::= SEQUENCE {
16599 ue-State ENUMERATED {
16600 cell-DCH, all-But-Cell-DCH, all-States }
16601}
16602
16603MonitoredCellRACH-List ::= SEQUENCE (SIZE (1..8)) OF
16604 MonitoredCellRACH-Result
16605
16606MonitoredCellRACH-Result ::= SEQUENCE {
16607 sfn-SFN-ObsTimeDifference SFN-SFN-ObsTimeDifference OPTIONAL,
16608 modeSpecificInfo CHOICE {
16609 fdd SEQUENCE {
16610 primaryCPICH-Info PrimaryCPICH-Info,
16611 measurementQuantity CHOICE {
16612 cpich-Ec-N0 CPICH-Ec-N0,
16613 cpich-RSCP CPICH-RSCP,
16614 pathloss Pathloss,
16615 spare NULL
16616 } OPTIONAL
16617 },
16618 tdd SEQUENCE {
16619 cellParametersID CellParametersID,
16620 primaryCCPCH-RSCP PrimaryCCPCH-RSCP
16621 }
16622 }
16623}
16624
16625MultipathIndicator ::= ENUMERATED {
16626 nm,
16627 low,
16628 medium,
16629 high }
16630
16631N-CR-T-CRMaxHyst ::= SEQUENCE {
16632 n-CR INTEGER (1..16) DEFAULT 8,
16633 t-CRMaxHyst T-CRMaxHyst
16634}
16635
16636NavigationModelSatInfo ::= SEQUENCE {
16637 satID SatID,
16638 satelliteStatus SatelliteStatus,
16639 ephemerisParameter EphemerisParameter OPTIONAL
16640}
16641
16642NavigationModelSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
16643 NavigationModelSatInfo
16644
16645EphemerisParameter ::= SEQUENCE {
16646 codeOnL2 BIT STRING (SIZE (2)),
16647 uraIndex BIT STRING (SIZE (4)),
16648 satHealth BIT STRING (SIZE (6)),
16649 iodc BIT STRING (SIZE (10)),
16650 l2Pflag BIT STRING (SIZE (1)),
16651 sf1Revd SubFrame1Reserved,
16652 t-GD BIT STRING (SIZE (8)),
16653 t-oc BIT STRING (SIZE (16)),
16654 af2 BIT STRING (SIZE (8)),
16655 af1 BIT STRING (SIZE (16)),
16656 af0 BIT STRING (SIZE (22)),
16657 c-rs BIT STRING (SIZE (16)),
16658 delta-n BIT STRING (SIZE (16)),
16659 m0 BIT STRING (SIZE (32)),
16660 c-uc BIT STRING (SIZE (16)),
16661 e BIT STRING (SIZE (32)),
16662 c-us BIT STRING (SIZE (16)),
16663 a-Sqrt BIT STRING (SIZE (32)),
16664 t-oe BIT STRING (SIZE (16)),
16665 fitInterval BIT STRING (SIZE (1)),
16666 aodo BIT STRING (SIZE (5)),
16667 c-ic BIT STRING (SIZE (16)),
16668 omega0 BIT STRING (SIZE (32)),
16669 c-is BIT STRING (SIZE (16)),
16670 i0 BIT STRING (SIZE (32)),
16671 c-rc BIT STRING (SIZE (16)),
16672 omega BIT STRING (SIZE (32)),
16673 omegaDot BIT STRING (SIZE (24)),
16674 iDot BIT STRING (SIZE (14))
16675}
16676NC-Mode ::= BIT STRING (SIZE (3))
16677
16678Neighbour ::= SEQUENCE {
16679 modeSpecificInfo CHOICE {
16680 fdd SEQUENCE {
16681 neighbourIdentity PrimaryCPICH-Info OPTIONAL,
16682 uE-RX-TX-TimeDifferenceType2Info UE-RX-TX-TimeDifferenceType2Info OPTIONAL
16683 },
16684 tdd SEQUENCE {
16685 neighbourAndChannelIdentity CellAndChannelIdentity OPTIONAL
16686 }
16687 },
16688 neighbourQuality NeighbourQuality,
16689 sfn-SFN-ObsTimeDifference2 SFN-SFN-ObsTimeDifference2}
16690
16691Neighbour-v390ext ::= SEQUENCE {
16692 modeSpecificInfo CHOICE {
16693 fdd SEQUENCE {
16694 frequencyInfo FrequencyInfo
16695 },
16696 tdd NULL
16697 }
16698}
16699
16700NeighbourList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16701 Neighbour
16702
16703-- The order of the cells in IE NeighbourList-v390ext shall be the
16704-- same as the order in IE NeighbourList
16705NeighbourList-v390ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16706 Neighbour-v390ext
16707
16708NeighbourQuality ::= SEQUENCE {
16709 ue-Positioning-OTDOA-Quality UE-Positioning-OTDOA-Quality
16710}
16711
16712NewInterFreqCell ::= SEQUENCE {
16713 interFreqCellID InterFreqCellID OPTIONAL,
16714 frequencyInfo FrequencyInfo OPTIONAL,
16715 cellInfo CellInfo
16716}
16717
16718NewInterFreqCell-r4 ::= SEQUENCE {
16719 interFreqCellID InterFreqCellID OPTIONAL,
16720 frequencyInfo FrequencyInfo OPTIONAL,
16721 cellInfo CellInfo-r4
16722}
16723
16724NewInterFreqCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16725 NewInterFreqCell
16726
16727NewInterFreqCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16728 NewInterFreqCell-r4
16729
16730NewInterFreqCellSI-RSCP ::= SEQUENCE {
16731 interFreqCellID InterFreqCellID OPTIONAL,
16732 frequencyInfo FrequencyInfo OPTIONAL,
16733 cellInfo CellInfoSI-RSCP
16734}
16735
16736NewInterFreqCellSI-ECN0 ::= SEQUENCE {
16737 interFreqCellID InterFreqCellID OPTIONAL,
16738 frequencyInfo FrequencyInfo OPTIONAL,
16739 cellInfo CellInfoSI-ECN0
16740}
16741
16742NewInterFreqCellSI-HCS-RSCP ::= SEQUENCE {
16743 interFreqCellID InterFreqCellID OPTIONAL,
16744 frequencyInfo FrequencyInfo OPTIONAL,
16745 cellInfo CellInfoSI-HCS-RSCP
16746}
16747
16748NewInterFreqCellSI-HCS-ECN0 ::= SEQUENCE {
16749 interFreqCellID InterFreqCellID OPTIONAL,
16750 frequencyInfo FrequencyInfo OPTIONAL,
16751 cellInfo CellInfoSI-HCS-ECN0
16752}
16753
16754NewInterFreqCellSI-RSCP-LCR-r4 ::= SEQUENCE {
16755 interFreqCellID InterFreqCellID OPTIONAL,
16756 frequencyInfo FrequencyInfo OPTIONAL,
16757 cellInfo CellInfoSI-RSCP-LCR-r4
16758}
16759
16760NewInterFreqCellSI-ECN0-LCR-r4 ::= SEQUENCE {
16761 interFreqCellID InterFreqCellID OPTIONAL,
16762 frequencyInfo FrequencyInfo OPTIONAL,
16763 cellInfo CellInfoSI-ECN0-LCR-r4
16764}
16765
16766NewInterFreqCellSI-HCS-RSCP-LCR-r4 ::= SEQUENCE {
16767 interFreqCellID InterFreqCellID OPTIONAL,
16768 frequencyInfo FrequencyInfo OPTIONAL,
16769 cellInfo CellInfoSI-HCS-RSCP-LCR-r4
16770}
16771
16772NewInterFreqCellSI-HCS-ECN0-LCR-r4 ::= SEQUENCE {
16773 interFreqCellID InterFreqCellID OPTIONAL,
16774 frequencyInfo FrequencyInfo OPTIONAL,
16775 cellInfo CellInfoSI-HCS-ECN0-LCR-r4
16776}
16777
16778NewInterFreqCellSI-List-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16779 NewInterFreqCellSI-ECN0
16780
16781NewInterFreqCellSI-List-HCS-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16782 NewInterFreqCellSI-HCS-RSCP
16783
16784NewInterFreqCellSI-List-HCS-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16785 NewInterFreqCellSI-HCS-ECN0
16786
16787NewInterFreqCellSI-List-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16788 NewInterFreqCellSI-RSCP
16789
16790NewInterFreqCellSI-List-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16791 NewInterFreqCellSI-ECN0-LCR-r4
16792
16793NewInterFreqCellSI-List-HCS-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16794 NewInterFreqCellSI-HCS-RSCP-LCR-r4
16795
16796NewInterFreqCellSI-List-HCS-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16797 NewInterFreqCellSI-HCS-ECN0-LCR-r4
16798
16799NewInterFreqCellSI-List-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16800 NewInterFreqCellSI-RSCP-LCR-r4
16801
16802NewInterRATCell ::= SEQUENCE {
16803 interRATCellID InterRATCellID OPTIONAL,
16804 technologySpecificInfo CHOICE {
16805 gsm SEQUENCE {
16806 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12 OPTIONAL,
16807 interRATCellIndividualOffset InterRATCellIndividualOffset,
16808 bsic BSIC,
16809 frequency-band Frequency-Band,
16810 bcch-ARFCN BCCH-ARFCN,
16811 -- dummy is not used in this version of the specification, it should
16812 -- not be sent and if received it should be ignored.
16813 dummy NULL OPTIONAL
16814 },
16815 is-2000 SEQUENCE {
16816 is-2000SpecificMeasInfo IS-2000SpecificMeasInfo
16817 },
16818 -- ASN.1 inconsistency: NewInterRATCellList should be optional within
16819 -- InterRATCellInfoList. The UE shall consider IE NewInterRATCell with
16820 -- technologySpecificInfo set to "absent" as valid and handle the
16821 -- message as if the IE NewInterRATCell was absent
16822 absent NULL,
16823 spare1 NULL
16824 }
16825}
16826
16827NewInterRATCell-B ::= SEQUENCE {
16828 interRATCellID InterRATCellID OPTIONAL,
16829 technologySpecificInfo CHOICE {
16830 gsm SEQUENCE {
16831 cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12 OPTIONAL,
16832 interRATCellIndividualOffset InterRATCellIndividualOffset,
16833 bsic BSIC,
16834 frequency-band Frequency-Band,
16835 bcch-ARFCN BCCH-ARFCN,
16836 -- dummy is not used in this version of the specification, it should
16837 -- not be sent and if received it should be ignored.
16838 dummy NULL OPTIONAL
16839 },
16840 is-2000 SEQUENCE {
16841 is-2000SpecificMeasInfo IS-2000SpecificMeasInfo
16842 },
16843 -- ASN.1 inconsistency: NewInterRATCellList-B should be optional within
16844 -- InterRATCellInfoList-B. The UE shall consider IE NewInterRATCell-B with
16845 -- technologySpecificInfo set to "absent" as valid and handle the
16846 -- message as if the IE NewInterRATCell-B was absent
16847 absent NULL,
16848 spare1 NULL
16849 }
16850}
16851
16852NewInterRATCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16853 NewInterRATCell
16854
16855NewInterRATCellList-B ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16856 NewInterRATCell-B
16857
16858NewIntraFreqCell ::= SEQUENCE {
16859 intraFreqCellID IntraFreqCellID OPTIONAL,
16860 cellInfo CellInfo
16861}
16862
16863NewIntraFreqCell-r4 ::= SEQUENCE {
16864 intraFreqCellID IntraFreqCellID OPTIONAL,
16865 cellInfo CellInfo-r4
16866}
16867
16868NewIntraFreqCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16869 NewIntraFreqCell
16870
16871NewIntraFreqCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16872 NewIntraFreqCell-r4
16873
16874NewIntraFreqCellSI-RSCP ::= SEQUENCE {
16875 intraFreqCellID IntraFreqCellID OPTIONAL,
16876 cellInfo CellInfoSI-RSCP
16877}
16878
16879NewIntraFreqCellSI-ECN0 ::= SEQUENCE {
16880 intraFreqCellID IntraFreqCellID OPTIONAL,
16881 cellInfo CellInfoSI-ECN0
16882}
16883NewIntraFreqCellSI-HCS-RSCP ::= SEQUENCE {
16884 intraFreqCellID IntraFreqCellID OPTIONAL,
16885 cellInfo CellInfoSI-HCS-RSCP
16886}
16887
16888NewIntraFreqCellSI-HCS-ECN0 ::= SEQUENCE {
16889 intraFreqCellID IntraFreqCellID OPTIONAL,
16890 cellInfo CellInfoSI-HCS-ECN0
16891}
16892
16893NewIntraFreqCellSI-RSCP-LCR-r4 ::= SEQUENCE {
16894 intraFreqCellID IntraFreqCellID OPTIONAL,
16895 cellInfo CellInfoSI-RSCP-LCR-r4
16896}
16897
16898NewIntraFreqCellSI-ECN0-LCR-r4 ::= SEQUENCE {
16899 intraFreqCellID IntraFreqCellID OPTIONAL,
16900 cellInfo CellInfoSI-ECN0-LCR-r4
16901}
16902NewIntraFreqCellSI-HCS-RSCP-LCR-r4 ::= SEQUENCE {
16903 intraFreqCellID IntraFreqCellID OPTIONAL,
16904 cellInfo CellInfoSI-HCS-RSCP-LCR-r4
16905}
16906
16907NewIntraFreqCellSI-HCS-ECN0-LCR-r4 ::= SEQUENCE {
16908 intraFreqCellID IntraFreqCellID OPTIONAL,
16909 cellInfo CellInfoSI-HCS-ECN0-LCR-r4
16910}
16911
16912NewIntraFreqCellSI-List-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16913 NewIntraFreqCellSI-RSCP
16914
16915NewIntraFreqCellSI-List-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16916 NewIntraFreqCellSI-ECN0
16917
16918NewIntraFreqCellSI-List-HCS-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16919 NewIntraFreqCellSI-HCS-RSCP
16920
16921NewIntraFreqCellSI-List-HCS-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16922 NewIntraFreqCellSI-HCS-ECN0
16923
16924NewIntraFreqCellSI-List-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16925 NewIntraFreqCellSI-RSCP-LCR-r4
16926
16927NewIntraFreqCellSI-List-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16928 NewIntraFreqCellSI-ECN0-LCR-r4
16929
16930NewIntraFreqCellSI-List-HCS-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16931 NewIntraFreqCellSI-HCS-RSCP-LCR-r4
16932
16933NewIntraFreqCellSI-List-HCS-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
16934 NewIntraFreqCellSI-HCS-ECN0-LCR-r4
16935
16936 -- IE "nonUsedFreqThreshold" is not needed in case of event 2a
16937 -- In case of event 2a UTRAN should include value 0 within IE "nonUsedFreqThreshold"
16938 -- In case of event 2a, the UE shall be ignore IE "nonUsedFreqThreshold"
16939 -- In later versions of the message including this IE, a special version of
16940 -- IE "NonUsedFreqParameterList" may be defined for event 2a, namely a
16941 -- version not including IE "nonUsedFreqThreshold"
16942NonUsedFreqParameter ::= SEQUENCE {
16943 nonUsedFreqThreshold Threshold,
16944 nonUsedFreqW W
16945}
16946
16947NonUsedFreqParameter-r6 ::= SEQUENCE {
16948 nonUsedFreqThreshold Threshold-r6,
16949 nonUsedFreqW W
16950}
16951
16952NonUsedFreqParameterList ::= SEQUENCE (SIZE (1..maxFreq)) OF
16953 NonUsedFreqParameter
16954
16955NonUsedFreqParameterList-r6 ::= SEQUENCE (SIZE (1..maxFreq)) OF
16956 NonUsedFreqParameter-r6
16957
16958NonUsedFreqWList-r6 ::= SEQUENCE (SIZE (1..maxFreq)) OF W
16959
16960ObservedTimeDifferenceToGSM ::= INTEGER (0..4095)
16961
16962OTDOA-SearchWindowSize ::= ENUMERATED {
16963 c20, c40, c80, c160, c320,
16964 c640, c1280, moreThan1280 }
16965
16966-- SPARE: Pathloss, Max = 158
16967-- Values above Max are spare
16968Pathloss ::= INTEGER (46..173)
16969
16970PenaltyTime-RSCP ::= CHOICE {
16971 notUsed NULL,
16972 pt10 TemporaryOffset1,
16973 pt20 TemporaryOffset1,
16974 pt30 TemporaryOffset1,
16975 pt40 TemporaryOffset1,
16976 pt50 TemporaryOffset1,
16977 pt60 TemporaryOffset1
16978}
16979
16980PenaltyTime-ECN0 ::= CHOICE {
16981 notUsed NULL,
16982 pt10 TemporaryOffsetList,
16983 pt20 TemporaryOffsetList,
16984 pt30 TemporaryOffsetList,
16985 pt40 TemporaryOffsetList,
16986 pt50 TemporaryOffsetList,
16987 pt60 TemporaryOffsetList
16988}
16989
16990PendingTimeAfterTrigger ::= ENUMERATED {
16991 ptat0-25, ptat0-5, ptat1,
16992 ptat2, ptat4, ptat8, ptat16 }
16993
16994PeriodicalOrEventTrigger ::= ENUMERATED {
16995 periodical,
16996 eventTrigger }
16997
16998PeriodicalReportingCriteria ::= SEQUENCE {
16999 reportingAmount ReportingAmount DEFAULT ra-Infinity,
17000 reportingInterval ReportingIntervalLong
17001}
17002
17003PeriodicalWithReportingCellStatus ::= SEQUENCE {
17004 periodicalReportingCriteria PeriodicalReportingCriteria,
17005 reportingCellStatus ReportingCellStatus OPTIONAL
17006}
17007
17008PLMNIdentitiesOfNeighbourCells ::= SEQUENCE {
17009 plmnsOfIntraFreqCellsList PLMNsOfIntraFreqCellsList OPTIONAL,
17010 plmnsOfInterFreqCellsList PLMNsOfInterFreqCellsList OPTIONAL,
17011 plmnsOfInterRATCellsList PLMNsOfInterRATCellsList OPTIONAL
17012}
17013
17014PLMNsOfInterFreqCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
17015 SEQUENCE {
17016 plmn-Identity PLMN-Identity OPTIONAL
17017}
17018
17019PLMNsOfIntraFreqCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
17020 SEQUENCE {
17021 plmn-Identity PLMN-Identity OPTIONAL
17022}
17023
17024PLMNsOfInterRATCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
17025 SEQUENCE {
17026 plmn-Identity PLMN-Identity OPTIONAL
17027}
17028
17029PositionEstimate ::= CHOICE {
17030 ellipsoidPoint EllipsoidPoint,
17031 ellipsoidPointUncertCircle EllipsoidPointUncertCircle,
17032 ellipsoidPointUncertEllipse EllipsoidPointUncertEllipse,
17033 ellipsoidPointAltitude EllipsoidPointAltitude,
17034 ellipsoidPointAltitudeEllipse EllipsoidPointAltitudeEllipsoide
17035}
17036
17037PositioningMethod ::= ENUMERATED {
17038 otdoa,
17039 gps,
17040 otdoaOrGPS, cellID }
17041
17042-- Actual value PRC = IE value * 0.32
17043PRC ::= INTEGER (-2047..2047)
17044
17045-- SPARE: PrimaryCCPCH-RSCP, Max = 91
17046-- Values above Max are spare
17047PrimaryCCPCH-RSCP ::= INTEGER (0..127)
17048
17049Q-HCS ::= INTEGER (0..99)
17050
17051Q-OffsetS-N ::= INTEGER (-50..50)
17052
17053Q-QualMin ::= INTEGER (-24..0)
17054
17055-- Actual value Q-RxlevMin = (IE value * 2) + 1
17056Q-RxlevMin ::= INTEGER (-58..-13)
17057
17058QualityEventResults ::= SEQUENCE (SIZE (1..maxTrCH)) OF
17059 TransportChannelIdentity
17060
17061QualityMeasuredResults ::= SEQUENCE {
17062 blerMeasurementResultsList BLER-MeasurementResultsList OPTIONAL,
17063 modeSpecificInfo CHOICE {
17064 fdd NULL,
17065 tdd SEQUENCE {
17066 sir-MeasurementResults SIR-MeasurementList OPTIONAL
17067 }
17068 }
17069}
17070
17071QualityMeasurement ::= SEQUENCE {
17072 qualityReportingQuantity QualityReportingQuantity OPTIONAL,
17073 reportCriteria QualityReportCriteria
17074}
17075
17076QualityReportCriteria ::= CHOICE {
17077 qualityReportingCriteria QualityReportingCriteria,
17078 periodicalReportingCriteria PeriodicalReportingCriteria,
17079 noReporting NULL
17080}
17081
17082QualityReportingCriteria ::= SEQUENCE (SIZE (1..maxTrCH)) OF
17083 QualityReportingCriteriaSingle
17084
17085QualityReportingCriteriaSingle ::= SEQUENCE {
17086 transportChannelIdentity TransportChannelIdentity,
17087 totalCRC INTEGER (1..512),
17088 badCRC INTEGER (1..512),
17089 pendingAfterTrigger INTEGER (1..512)
17090}
17091
17092QualityReportingQuantity ::= SEQUENCE {
17093 dl-TransChBLER BOOLEAN,
17094 bler-dl-TransChIdList BLER-TransChIdList OPTIONAL,
17095 modeSpecificInfo CHOICE {
17096 fdd NULL,
17097 tdd SEQUENCE {
17098 sir-TFCS-List SIR-TFCS-List OPTIONAL
17099 }
17100 }
17101}
17102
17103RAT-Type ::= ENUMERATED {
17104 gsm, is2000 }
17105
17106ReferenceCellPosition ::= CHOICE {
17107 ellipsoidPoint EllipsoidPoint,
17108 ellipsoidPointWithAltitude EllipsoidPointAltitude
17109}
17110
17111-- ReferenceLocation, as defined in 23.032
17112ReferenceLocation ::= SEQUENCE {
17113 ellipsoidPointAltitudeEllipsoide EllipsoidPointAltitudeEllipsoide
17114}
17115
17116ReferenceTimeDifferenceToCell ::= CHOICE {
17117 -- Actual value accuracy40 = IE value * 40
17118 accuracy40 INTEGER (0..960),
17119 -- Actual value accuracy256 = IE value * 256
17120 accuracy256 INTEGER (0..150),
17121 -- Actual value accuracy2560 = IE value * 2560
17122 accuracy2560 INTEGER (0..15)
17123}
17124
17125RemovedInterFreqCellList ::= CHOICE {
17126 removeAllInterFreqCells NULL,
17127 removeSomeInterFreqCells SEQUENCE (SIZE (1..maxCellMeas)) OF
17128 InterFreqCellID,
17129 removeNoInterFreqCells NULL
17130}
17131
17132RemovedInterRATCellList ::= CHOICE {
17133 removeAllInterRATCells NULL,
17134 removeSomeInterRATCells SEQUENCE (SIZE (1..maxCellMeas)) OF
17135 InterRATCellID,
17136 removeNoInterRATCells NULL
17137}
17138
17139RemovedIntraFreqCellList ::= CHOICE {
17140 removeAllIntraFreqCells NULL,
17141 removeSomeIntraFreqCells SEQUENCE (SIZE (1..maxCellMeas)) OF
17142 IntraFreqCellID,
17143 removeNoIntraFreqCells NULL
17144}
17145
17146ReplacementActivationThreshold ::= ENUMERATED {
17147 notApplicable, t1, t2,
17148 t3, t4, t5, t6, t7 }
17149
17150ReportDeactivationThreshold ::= ENUMERATED {
17151 notApplicable, t1, t2,
17152 t3, t4, t5, t6, t7 }
17153
17154ReportingAmount ::= ENUMERATED {
17155 ra1, ra2, ra4, ra8, ra16, ra32,
17156 ra64, ra-Infinity }
17157
17158ReportingCellStatus ::= CHOICE{
17159 withinActiveSet MaxNumberOfReportingCellsType1,
17160 withinMonitoredSetUsedFreq MaxNumberOfReportingCellsType1,
17161 withinActiveAndOrMonitoredUsedFreq MaxNumberOfReportingCellsType1,
17162 withinDetectedSetUsedFreq MaxNumberOfReportingCellsType1,
17163 withinMonitoredAndOrDetectedUsedFreq
17164 MaxNumberOfReportingCellsType1,
17165 allActiveplusMonitoredSet MaxNumberOfReportingCellsType3,
17166 allActivePlusDetectedSet MaxNumberOfReportingCellsType3,
17167 allActivePlusMonitoredAndOrDetectedSet
17168 MaxNumberOfReportingCellsType3,
17169 withinVirtualActSet MaxNumberOfReportingCellsType1,
17170 withinMonitoredSetNonUsedFreq MaxNumberOfReportingCellsType1,
17171 withinMonitoredAndOrVirtualActiveSetNonUsedFreq
17172 MaxNumberOfReportingCellsType1,
17173 allVirtualActSetplusMonitoredSetNonUsedFreq
17174 MaxNumberOfReportingCellsType3,
17175 withinActSetOrVirtualActSet-InterRATcells
17176 MaxNumberOfReportingCellsType2,
17177 withinActSetAndOrMonitoredUsedFreqOrVirtualActSetAndOrMonitoredNonUsedFreq
17178 MaxNumberOfReportingCellsType2
17179}
17180
17181ReportingCellStatusOpt ::= SEQUENCE {
17182 reportingCellStatus ReportingCellStatus OPTIONAL
17183}
17184
17185
17186ReportingInfoForCellDCH ::= SEQUENCE {
17187 intraFreqReportingQuantity IntraFreqReportingQuantity,
17188 measurementReportingMode MeasurementReportingMode,
17189 reportCriteria CellDCH-ReportCriteria
17190}
17191
17192ReportingInfoForCellDCH-LCR-r4 ::= SEQUENCE {
17193 intraFreqReportingQuantity IntraFreqReportingQuantity,
17194 measurementReportingMode MeasurementReportingMode,
17195 reportCriteria CellDCH-ReportCriteria-LCR-r4
17196}
17197
17198ReportingInterval ::= ENUMERATED {
17199 noPeriodicalreporting, ri0-25,
17200 ri0-5, ri1, ri2, ri4, ri8, ri16 }
17201
17202ReportingIntervalLong ::= ENUMERATED {
17203 ril0, ril0-25, ril0-5, ril1,
17204 ril2, ril3, ril4, ril6, ril8,
17205 ril12, ril16, ril20, ril24,
17206 ril28, ril32, ril64 }
Lev Walkin9ab5c762013-04-07 01:33:33 -070017207 -- When the value “ril0” is used, the UE behaviour is not
Lev Walkin76289e12006-10-24 02:17:20 +000017208 -- defined.
17209
17210-- Actual value ReportingRange = IE value * 0.5
17211ReportingRange ::= INTEGER (0..29)
17212
17213RL-AdditionInfoList ::= SEQUENCE (SIZE (1..maxRL)) OF
17214 PrimaryCPICH-Info
17215
17216RL-InformationLists ::= SEQUENCE {
17217 rl-AdditionInfoList RL-AdditionInfoList OPTIONAL,
17218 rL-RemovalInformationList RL-RemovalInformationList OPTIONAL
17219}
17220
17221RLC-BuffersPayload ::= ENUMERATED {
17222 pl0, pl4, pl8, pl16, pl32,
17223 pl64, pl128, pl256, pl512, pl1024,
17224 pl2k, pl4k, pl8k, pl16k, pl32k,
17225 pl64k, pl128k, pl256k, pl512k, pl1024k,
17226 spare12, spare11, spare10, spare9, spare8,
17227 spare7, spare6, spare5, spare4, spare3,
17228 spare2, spare1 }
17229
17230-- Actual value RRC = IE value * 0.032
17231RRC ::= INTEGER (-127..127)
17232
17233SatData ::= SEQUENCE{
17234 satID SatID,
17235 iode IODE
17236}
17237
17238SatDataList ::= SEQUENCE (SIZE (0..maxSat)) OF
17239 SatData
17240
17241SatelliteStatus ::= ENUMERATED {
17242 ns-NN-U,
17243 es-SN,
17244 es-NN-U,
17245 rev2,
17246 rev }
17247
17248-- Identifies the satellite and is equal to (SV ID No - 1) where SV ID No is defined in [12].
17249SatID ::= INTEGER (0..63)
17250
17251SFN-Offset-Validity ::= ENUMERATED { false }
17252
17253SFN-SFN-Drift ::= ENUMERATED {
17254 sfnsfndrift0, sfnsfndrift1, sfnsfndrift2,
17255 sfnsfndrift3, sfnsfndrift4, sfnsfndrift5,
17256 sfnsfndrift8, sfnsfndrift10, sfnsfndrift15,
17257 sfnsfndrift25, sfnsfndrift35, sfnsfndrift50,
17258 sfnsfndrift65, sfnsfndrift80, sfnsfndrift100,
17259 sfnsfndrift-1, sfnsfndrift-2, sfnsfndrift-3,
17260 sfnsfndrift-4, sfnsfndrift-5, sfnsfndrift-8,
17261 sfnsfndrift-10, sfnsfndrift-15, sfnsfndrift-25,
17262 sfnsfndrift-35, sfnsfndrift-50, sfnsfndrift-65,
17263 sfnsfndrift-80, sfnsfndrift-100}
17264
17265SFN-SFN-ObsTimeDifference ::= CHOICE {
17266 type1 SFN-SFN-ObsTimeDifference1,
17267 type2 SFN-SFN-ObsTimeDifference2
17268}
17269
17270-- SPARE: SFN-SFN-ObsTimeDifference1, Max = 9830399
17271-- For 1.28Mcps TDD, Max value of SFN-SFN-ObsTimeDifference1 is 3276799.
17272-- Values above Max are spare
17273SFN-SFN-ObsTimeDifference1 ::= INTEGER (0..16777215)
17274
17275-- SPARE: SFN-SFN-ObsTimeDifference2, Max = 40961
17276-- For 1.28Mcps TDD, Max value of SFN-SFN-ObsTimeDifference2 is 27649.
17277-- Values above Max are spare
17278SFN-SFN-ObsTimeDifference2 ::= INTEGER (0..65535)
17279
17280SFN-SFN-OTD-Type ::= ENUMERATED {
17281 noReport,
17282 type1,
17283 type2 }
17284
17285SFN-SFN-RelTimeDifference1 ::= SEQUENCE {
17286 sfn-Offset INTEGER (0 .. 4095),
17287 sfn-sfn-Reltimedifference INTEGER (0.. 38399)
17288}
17289
17290SFN-TOW-Uncertainty ::= ENUMERATED {
17291 lessThan10,
17292 moreThan10 }
17293
17294
17295SIR ::= INTEGER (0..63)
17296
17297
17298SIR-MeasurementList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
17299 SIR-MeasurementResults
17300
17301
17302SIR-MeasurementResults ::= SEQUENCE {
17303 tfcs-ID TFCS-IdentityPlain,
17304 sir-TimeslotList SIR-TimeslotList
17305}
17306
17307SIR-TFCS ::= TFCS-IdentityPlain
17308
17309
17310SIR-TFCS-List ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
17311 SIR-TFCS
17312
17313SIR-TimeslotList ::= SEQUENCE (SIZE (1..maxTS)) OF
17314 SIR
17315
17316-- SubFrame1Reserved, reserved bits in subframe 1 of the GPS navigation message
17317SubFrame1Reserved ::= SEQUENCE {
17318 reserved1 BIT STRING (SIZE (23)),
17319 reserved2 BIT STRING (SIZE (24)),
17320 reserved3 BIT STRING (SIZE (24)),
17321 reserved4 BIT STRING (SIZE (16))
17322}
17323
17324T-ADVinfo ::= SEQUENCE {
17325 t-ADV INTEGER(0..2047),
17326 sfn INTEGER(0..4095)
17327}
17328
17329T-CRMax ::= CHOICE {
17330 notUsed NULL,
17331 t30 N-CR-T-CRMaxHyst,
17332 t60 N-CR-T-CRMaxHyst,
17333 t120 N-CR-T-CRMaxHyst,
17334 t180 N-CR-T-CRMaxHyst,
17335 t240 N-CR-T-CRMaxHyst
17336}
17337
17338T-CRMaxHyst ::= ENUMERATED {
17339 notUsed, t10, t20, t30,
17340 t40, t50, t60, t70 }
17341
17342TemporaryOffset1 ::= ENUMERATED {
17343 to3, to6, to9, to12, to15,
17344 to18, to21, infinite }
17345
17346TemporaryOffset2 ::= ENUMERATED {
17347 to2, to3, to4, to6, to8,
17348 to10, to12, infinite }
17349
17350TemporaryOffsetList ::= SEQUENCE {
17351 temporaryOffset1 TemporaryOffset1,
17352 temporaryOffset2 TemporaryOffset2
17353}
17354
17355Threshold ::= INTEGER (-115..0)
17356
17357Threshold-r6 ::= INTEGER (-120..0)
17358
17359-- The order of the list corresponds to the order of frequency defined in Inter-FreqEventCriteria
17360ThreholdNonUsedFrequency-deltaList ::= SEQUENCE (SIZE (1..maxFreq)) OF
17361 DeltaRSCPPerCell
17362
17363ThresholdPositionChange ::= ENUMERATED {
17364 pc10, pc20, pc30, pc40, pc50,
17365 pc100, pc200, pc300, pc500,
17366 pc1000, pc2000, pc5000, pc10000,
17367 pc20000, pc50000, pc100000 }
17368
17369ThresholdSFN-GPS-TOW ::= ENUMERATED {
17370 ms1, ms2, ms3, ms5, ms10,
17371 ms20, ms50, ms100 }
17372
17373ThresholdSFN-SFN-Change ::= ENUMERATED {
17374 c0-25, c0-5, c1, c2, c3, c4, c5,
17375 c10, c20, c50, c100, c200, c500,
17376 c1000, c2000, c5000 }
17377
17378ThresholdUsedFrequency ::= INTEGER (-115..165)
17379
17380ThresholdUsedFrequency-r6 ::= INTEGER (-120..165)
17381
17382-- Actual value TimeInterval = IE value * 20.
17383TimeInterval ::= INTEGER (1..13)
17384
17385
17386TimeslotInfo ::= SEQUENCE {
17387 timeslotNumber TimeslotNumber,
17388 burstType BurstType
17389}
17390
17391TimeslotInfo-LCR-r4 ::= SEQUENCE {
17392 timeslotNumber TimeslotNumber-LCR-r4
17393}
17394
17395TimeslotInfoList ::= SEQUENCE (SIZE (1..maxTS)) OF
17396 TimeslotInfo
17397
17398TimeslotInfoList-LCR-r4 ::= SEQUENCE (SIZE (1..maxTS-LCR)) OF
17399 TimeslotInfo-LCR-r4
17400
17401TimeslotInfoList-r4 ::= CHOICE {
17402 -- the choice for 7.68 Mcps TDD is the same as for 3.84 Mcps TDD --
17403 tdd384 SEQUENCE (SIZE (1..maxTS)) OF
17404 TimeslotInfo,
17405 tdd128 SEQUENCE (SIZE (1..maxTS-LCR)) OF
17406 TimeslotInfo-LCR-r4
17407}
17408
17409-- SPARE: TimeslotISCP, Max = 91
17410-- Values above Max are spare
17411TimeslotISCP ::= INTEGER (0..127)
17412
17413
17414-- TimeslotISCP-List shall not include more than 6 elements in 1.28Mcps TDD mode.
17415TimeslotISCP-List ::= SEQUENCE (SIZE (1..maxTS)) OF
17416 TimeslotISCP
17417
17418TimeslotListWithISCP ::= SEQUENCE (SIZE (1..maxTS)) OF
17419 TimeslotWithISCP
17420
17421TimeslotWithISCP ::= SEQUENCE {
17422 timeslot TimeslotNumber,
17423 timeslotISCP TimeslotISCP
17424}
17425
17426TimeToTrigger ::= ENUMERATED {
17427 ttt0, ttt10, ttt20, ttt40, ttt60,
17428 ttt80, ttt100, ttt120, ttt160,
17429 ttt200, ttt240, tt320, ttt640,
17430 ttt1280, ttt2560, ttt5000 }
17431
17432TrafficVolumeEventParam ::= SEQUENCE {
17433 eventID TrafficVolumeEventType,
17434 reportingThreshold TrafficVolumeThreshold,
17435 timeToTrigger TimeToTrigger OPTIONAL,
17436 pendingTimeAfterTrigger PendingTimeAfterTrigger OPTIONAL,
17437 tx-InterruptionAfterTrigger TX-InterruptionAfterTrigger OPTIONAL
17438}
17439
17440TrafficVolumeEventResults ::= SEQUENCE {
17441 ul-transportChannelCausingEvent UL-TrCH-Identity,
17442 trafficVolumeEventIdentity TrafficVolumeEventType
17443}
17444
17445TrafficVolumeEventType ::= ENUMERATED {
17446 e4a,
17447 e4b }
17448
17449TrafficVolumeMeasQuantity ::= CHOICE {
17450 rlc-BufferPayload NULL,
17451 averageRLC-BufferPayload TimeInterval,
17452 varianceOfRLC-BufferPayload TimeInterval
17453}
17454
17455TrafficVolumeMeasSysInfo ::= SEQUENCE {
17456 trafficVolumeMeasurementID MeasurementIdentity DEFAULT 4,
17457 trafficVolumeMeasurementObjectList TrafficVolumeMeasurementObjectList OPTIONAL,
17458 trafficVolumeMeasQuantity TrafficVolumeMeasQuantity OPTIONAL,
17459 trafficVolumeReportingQuantity TrafficVolumeReportingQuantity OPTIONAL,
17460 -- dummy is not used in this version of specification, it should
17461 -- not be sent and if received it should be ignored.
17462 dummy TrafficVolumeReportingCriteria OPTIONAL,
17463 measurementValidity MeasurementValidity OPTIONAL,
17464 measurementReportingMode MeasurementReportingMode,
17465 reportCriteriaSysInf TrafficVolumeReportCriteriaSysInfo
17466
17467}
17468
17469TrafficVolumeMeasuredResults ::= SEQUENCE {
17470 rb-Identity RB-Identity,
17471 rlc-BuffersPayload RLC-BuffersPayload OPTIONAL,
17472 averageRLC-BufferPayload AverageRLC-BufferPayload OPTIONAL,
17473 varianceOfRLC-BufferPayload VarianceOfRLC-BufferPayload OPTIONAL
17474}
17475
17476TrafficVolumeMeasuredResultsList ::= SEQUENCE (SIZE (1..maxRB)) OF
17477 TrafficVolumeMeasuredResults
17478
17479TrafficVolumeMeasurement ::= SEQUENCE {
17480 trafficVolumeMeasurementObjectList TrafficVolumeMeasurementObjectList OPTIONAL,
17481 trafficVolumeMeasQuantity TrafficVolumeMeasQuantity OPTIONAL,
17482 trafficVolumeReportingQuantity TrafficVolumeReportingQuantity OPTIONAL,
17483 measurementValidity MeasurementValidity OPTIONAL,
17484 reportCriteria TrafficVolumeReportCriteria
17485}
17486
17487TrafficVolumeMeasurementObjectList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
17488 UL-TrCH-Identity
17489
17490TrafficVolumeReportCriteria ::= CHOICE {
17491 trafficVolumeReportingCriteria TrafficVolumeReportingCriteria,
17492 periodicalReportingCriteria PeriodicalReportingCriteria,
17493 noReporting NULL
17494}
17495
17496TrafficVolumeReportCriteriaSysInfo ::= CHOICE {
17497 trafficVolumeReportingCriteria TrafficVolumeReportingCriteria,
17498 periodicalReportingCriteria PeriodicalReportingCriteria
17499}
17500
17501TrafficVolumeReportingCriteria ::= SEQUENCE {
17502 -- NOTE: transChCriteriaList should be mandatory in later versions of this message
17503 transChCriteriaList TransChCriteriaList OPTIONAL
17504}
17505
17506TrafficVolumeReportingQuantity ::= SEQUENCE {
17507 rlc-RB-BufferPayload BOOLEAN,
17508 rlc-RB-BufferPayloadAverage BOOLEAN,
17509 rlc-RB-BufferPayloadVariance BOOLEAN
17510}
17511
17512TrafficVolumeThreshold ::= ENUMERATED {
17513 th8, th16, th32, th64, th128,
17514 th256, th512, th1024, th2k, th3k,
17515 th4k, th6k, th8k, th12k, th16k,
17516 th24k, th32k, th48k, th64k, th96k,
17517 th128k, th192k, th256k, th384k,
17518 th512k, th768k }
17519
17520TransChCriteria ::= SEQUENCE {
17521 ul-transportChannelID UL-TrCH-Identity OPTIONAL,
17522 eventSpecificParameters SEQUENCE (SIZE (1..maxMeasParEvent)) OF
17523 TrafficVolumeEventParam OPTIONAL
17524}
17525
17526TransChCriteriaList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
17527 TransChCriteria
17528
17529TransferMode ::= ENUMERATED {
17530 acknowledgedModeRLC,
17531 unacknowledgedModeRLC }
17532
17533TransmittedPowerThreshold ::= INTEGER (-50..33)
17534
17535TriggeringCondition1 ::= ENUMERATED {
17536 activeSetCellsOnly,
17537 monitoredSetCellsOnly,
17538 activeSetAndMonitoredSetCells }
17539
17540TriggeringCondition2 ::= ENUMERATED {
17541 activeSetCellsOnly,
17542 monitoredSetCellsOnly,
17543 activeSetAndMonitoredSetCells,
17544 detectedSetCellsOnly,
17545 detectedSetAndMonitoredSetCells }
17546
17547TX-InterruptionAfterTrigger ::= ENUMERATED {
17548 txiat0-25, txiat0-5, txiat1,
17549 txiat2, txiat4, txiat8, txiat16 }
17550
17551UDRE ::= ENUMERATED {
17552 lessThan1,
17553 between1-and-4,
17554 between4-and-8,
17555 over8 }
17556
17557UE-6AB-Event ::= SEQUENCE {
17558 timeToTrigger TimeToTrigger,
17559 transmittedPowerThreshold TransmittedPowerThreshold
17560}
17561
17562UE-6FG-Event ::= SEQUENCE {
17563 timeToTrigger TimeToTrigger,
17564 -- in 1.28 Mcps TDD ue-RX-TX-TimeDifferenceThreshold corresponds to TADV Threshold
17565 ue-RX-TX-TimeDifferenceThreshold UE-RX-TX-TimeDifferenceThreshold
17566}
17567
17568-- dummy and dummy2 are not used in this version of the specification, they should
17569-- not be sent and if received the UE behaviour is not specified.
17570UE-AutonomousUpdateMode ::= CHOICE {
17571 dummy NULL,
17572 onWithNoReporting NULL,
17573 dummy2 RL-InformationLists
17574}
17575
17576UE-InternalEventParam ::= CHOICE {
17577 event6a UE-6AB-Event,
17578 event6b UE-6AB-Event,
17579 event6c TimeToTrigger,
17580 event6d TimeToTrigger,
17581 event6e TimeToTrigger,
17582 event6f UE-6FG-Event,
17583 event6g UE-6FG-Event
17584}
17585
17586UE-InternalEventParamList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
17587 UE-InternalEventParam
17588
17589UE-InternalEventResults ::= CHOICE {
17590 event6a NULL,
17591 event6b NULL,
17592 event6c NULL,
17593 event6d NULL,
17594 event6e NULL,
17595 event6f PrimaryCPICH-Info,
17596 event6g PrimaryCPICH-Info,
17597 spare NULL
17598}
17599
17600UE-InternalMeasQuantity ::= SEQUENCE {
17601 measurementQuantity UE-MeasurementQuantity,
17602 filterCoefficient FilterCoefficient DEFAULT fc0
17603}
17604
17605UE-InternalMeasuredResults ::= SEQUENCE {
17606 modeSpecificInfo CHOICE {
17607 fdd SEQUENCE {
17608 ue-TransmittedPowerFDD UE-TransmittedPower OPTIONAL,
17609 ue-RX-TX-ReportEntryList UE-RX-TX-ReportEntryList OPTIONAL
17610 },
17611 tdd SEQUENCE {
17612 ue-TransmittedPowerTDD-List UE-TransmittedPowerTDD-List OPTIONAL,
17613 appliedTA UL-TimingAdvance OPTIONAL
17614 }
17615 }
17616}
17617
17618UE-InternalMeasuredResults-r7 ::= SEQUENCE {
17619 modeSpecificInfo CHOICE {
17620 fdd SEQUENCE {
17621 ue-TransmittedPowerFDD UE-TransmittedPower OPTIONAL,
17622 ue-RX-TX-ReportEntryList UE-RX-TX-ReportEntryList OPTIONAL
17623 },
17624 tdd SEQUENCE {
17625 ue-TransmittedPowerTDD-List UE-TransmittedPowerTDD-List OPTIONAL,
17626 appliedTA UL-TimingAdvance-VHCR OPTIONAL
17627 }
17628 }
17629}
17630
17631UE-InternalMeasuredResults-LCR-r4 ::= SEQUENCE {
17632 ue-TransmittedPowerTDD-List UE-TransmittedPowerTDD-List OPTIONAL,
17633 t-ADVinfo T-ADVinfo OPTIONAL
17634}
17635
17636UE-InternalMeasurement ::= SEQUENCE {
17637 ue-InternalMeasQuantity UE-InternalMeasQuantity OPTIONAL,
17638 ue-InternalReportingQuantity UE-InternalReportingQuantity OPTIONAL,
17639 reportCriteria UE-InternalReportCriteria
17640}
17641
17642UE-InternalMeasurement-r4 ::= SEQUENCE {
17643 ue-InternalMeasQuantity UE-InternalMeasQuantity OPTIONAL,
17644 ue-InternalReportingQuantity UE-InternalReportingQuantity-r4 OPTIONAL,
17645 reportCriteria UE-InternalReportCriteria
17646}
17647
17648UE-InternalMeasurementSysInfo ::= SEQUENCE {
17649 ue-InternalMeasurementID MeasurementIdentity DEFAULT 5,
17650 ue-InternalMeasQuantity UE-InternalMeasQuantity
17651}
17652
17653UE-InternalReportCriteria ::= CHOICE {
17654 ue-InternalReportingCriteria UE-InternalReportingCriteria,
17655 periodicalReportingCriteria PeriodicalReportingCriteria,
17656 noReporting NULL
17657}
17658
17659UE-InternalReportingCriteria ::= SEQUENCE {
17660 ue-InternalEventParamList UE-InternalEventParamList OPTIONAL
17661}
17662
17663UE-InternalReportingQuantity ::= SEQUENCE {
17664 ue-TransmittedPower BOOLEAN,
17665 modeSpecificInfo CHOICE {
17666 fdd SEQUENCE {
17667 ue-RX-TX-TimeDifference BOOLEAN
17668 },
17669 tdd SEQUENCE {
17670 appliedTA BOOLEAN
17671 }
17672 }
17673}
17674
17675UE-InternalReportingQuantity-r4 ::= SEQUENCE {
17676 ue-TransmittedPower BOOLEAN,
17677 modeSpecificInfo CHOICE {
17678 fdd SEQUENCE {
17679 ue-RX-TX-TimeDifference BOOLEAN
17680 },
17681 tdd SEQUENCE {
17682 tddOption CHOICE {
17683 -- appliedTA applies to both 3.84 Mcps TDD and to 7.68 Mcps TDD.
17684 -- Therefore, no additional choice of TDD mode is necessary
17685 tdd384 SEQUENCE {
17686 appliedTA BOOLEAN
17687 },
17688 tdd128 SEQUENCE {
17689 t-ADVinfo BOOLEAN
17690 }
17691 }
17692 }
17693 }
17694}
17695
17696-- TABULAR: UE-MeasurementQuantity, for 3.84 Mcps TDD only the first two values
17697-- ue-TransmittedPower and utra-Carrier-RSSI are used.
17698-- For 1.28 Mcps TDD ue-RX-TX-TimeDifference corresponds to T-ADV in the tabular
17699UE-MeasurementQuantity ::= ENUMERATED {
17700 ue-TransmittedPower,
17701 utra-Carrier-RSSI,
17702 ue-RX-TX-TimeDifference }
17703
17704UE-RX-TX-ReportEntry ::= SEQUENCE {
17705 primaryCPICH-Info PrimaryCPICH-Info,
17706 ue-RX-TX-TimeDifferenceType1 UE-RX-TX-TimeDifferenceType1
17707}
17708
17709UE-RX-TX-ReportEntryList ::= SEQUENCE (SIZE (1..maxRL)) OF
17710 UE-RX-TX-ReportEntry
17711
17712-- SPARE: UE-RX-TX-TimeDifferenceType1, Max = 1280
17713-- Values above Max are spare
17714UE-RX-TX-TimeDifferenceType1 ::= INTEGER (768..1791)
17715
17716
17717UE-RX-TX-TimeDifferenceType2 ::= INTEGER (0..8191)
17718
17719UE-RX-TX-TimeDifferenceType2Info ::= SEQUENCE {
17720 ue-RX-TX-TimeDifferenceType2 UE-RX-TX-TimeDifferenceType2,
17721 neighbourQuality NeighbourQuality
17722}
17723
17724-- In 1.28 Mcps TDD, actual value for
17725-- T-ADV Threshold = (UE-RX-TX-TimeDifferenceThreshold - 768) * 0.125
17726UE-RX-TX-TimeDifferenceThreshold ::= INTEGER (768..1280)
17727
17728UE-TransmittedPower ::= INTEGER (0..104)
17729
17730UE-TransmittedPowerTDD-List ::= SEQUENCE (SIZE (1..maxTS)) OF
17731 UE-TransmittedPower
17732
17733UL-TrCH-Identity ::= CHOICE{
17734 dch TransportChannelIdentity,
17735 -- Note: the reference to CPCH in the element name below is incorrect. The name is not changed
17736 -- to keep it aligned with R99.
17737 rachorcpch NULL,
17738 usch TransportChannelIdentity
17739}
17740
17741UE-Positioning-Accuracy ::= BIT STRING (SIZE (7))
17742
17743
17744UE-Positioning-CipherParameters ::= SEQUENCE {
17745 cipheringKeyFlag BIT STRING (SIZE (1)),
17746 cipheringSerialNumber INTEGER (0..65535)
17747}
17748
17749UE-Positioning-Error ::= SEQUENCE {
17750 errorReason UE-Positioning-ErrorCause,
17751 ue-positioning-GPS-additionalAssistanceDataRequest UE-Positioning-GPS-AdditionalAssistanceDataRequest OPTIONAL
17752}
17753
17754UE-Positioning-ErrorCause ::= ENUMERATED {
17755 notEnoughOTDOA-Cells,
17756 notEnoughGPS-Satellites,
17757 assistanceDataMissing,
17758 notAccomplishedGPS-TimingOfCellFrames,
17759 undefinedError,
17760 requestDeniedByUser,
17761 notProcessedAndTimeout,
17762 referenceCellNotServingCell }
17763
17764UE-Positioning-EventParam ::= SEQUENCE {
17765 reportingAmount ReportingAmount,
17766 reportFirstFix BOOLEAN,
17767 measurementInterval UE-Positioning-MeasurementInterval,
17768 eventSpecificInfo UE-Positioning-EventSpecificInfo
17769}
17770
17771UE-Positioning-EventParamList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
17772 UE-Positioning-EventParam
17773
17774UE-Positioning-EventSpecificInfo ::= CHOICE {
17775 e7a ThresholdPositionChange,
17776 e7b ThresholdSFN-SFN-Change,
17777 e7c ThresholdSFN-GPS-TOW
17778}
17779
17780UE-Positioning-GPS-AcquisitionAssistance ::= SEQUENCE {
17781 gps-ReferenceTime INTEGER (0..604799999),
17782 utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
17783 satelliteInformationList AcquisitionSatInfoList
17784}
17785
17786UE-Positioning-GPS-AdditionalAssistanceDataRequest ::= SEQUENCE {
17787 almanacRequest BOOLEAN,
17788 utcModelRequest BOOLEAN,
17789 ionosphericModelRequest BOOLEAN,
17790 navigationModelRequest BOOLEAN,
17791 dgpsCorrectionsRequest BOOLEAN,
17792 referenceLocationRequest BOOLEAN,
17793 referenceTimeRequest BOOLEAN,
17794 aquisitionAssistanceRequest BOOLEAN,
17795 realTimeIntegrityRequest BOOLEAN,
17796 navModelAddDataRequest UE-Positioning-GPS-NavModelAddDataReq OPTIONAL
17797}
17798
17799UE-Positioning-GPS-Almanac ::= SEQUENCE {
17800 wn-a BIT STRING (SIZE (8)),
17801 almanacSatInfoList AlmanacSatInfoList,
17802 sv-GlobalHealth BIT STRING (SIZE (364)) OPTIONAL
17803}
17804
17805UE-Positioning-GPS-AssistanceData ::= SEQUENCE {
17806 ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime OPTIONAL,
17807 ue-positioning-GPS-ReferenceLocation ReferenceLocation OPTIONAL,
17808 ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections OPTIONAL,
17809 ue-positioning-GPS-NavigationModel UE-Positioning-GPS-NavigationModel OPTIONAL,
17810 ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
17811 ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
17812 ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac OPTIONAL,
17813 ue-positioning-GPS-AcquisitionAssistance UE-Positioning-GPS-AcquisitionAssistance OPTIONAL,
17814 ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL,
17815 -- dummy is not used in this version of the specification, it should
17816 -- not be sent and if received it should be ignored.
17817 dummy UE-Positioning-GPS-ReferenceCellInfo OPTIONAL
17818}
17819
17820UE-Positioning-GPS-DGPS-Corrections ::= SEQUENCE {
17821 gps-TOW INTEGER (0..604799),
17822 statusHealth DiffCorrectionStatus,
17823 dgps-CorrectionSatInfoList DGPS-CorrectionSatInfoList
17824}
17825
17826UE-Positioning-GPS-IonosphericModel ::= SEQUENCE {
17827 alfa0 BIT STRING (SIZE (8)),
17828 alfa1 BIT STRING (SIZE (8)),
17829 alfa2 BIT STRING (SIZE (8)),
17830 alfa3 BIT STRING (SIZE (8)),
17831 beta0 BIT STRING (SIZE (8)),
17832 beta1 BIT STRING (SIZE (8)),
17833 beta2 BIT STRING (SIZE (8)),
17834 beta3 BIT STRING (SIZE (8))
17835}
17836
17837UE-Positioning-GPS-MeasurementResults ::= SEQUENCE {
17838 referenceTime CHOICE {
17839 utran-GPSReferenceTimeResult UTRAN-GPSReferenceTimeResult,
17840 gps-ReferenceTimeOnly INTEGER (0..604799999)
17841 },
17842 gps-MeasurementParamList GPS-MeasurementParamList
17843}
17844
17845UE-Positioning-GPS-NavigationModel ::= SEQUENCE {
17846 navigationModelSatInfoList NavigationModelSatInfoList
17847}
17848
17849UE-Positioning-GPS-NavModelAddDataReq ::= SEQUENCE {
17850 gps-Week INTEGER (0..1023),
17851 -- SPARE: gps-Toe, Max = 167
17852 -- Values above Max are spare
17853 gps-Toe INTEGER (0..255),
17854 -- SPARE: tToeLimit, Max = 10
17855 -- Values above Max are spare
17856 tToeLimit INTEGER (0..15),
17857 satDataList SatDataList
17858}
17859
17860UE-Positioning-GPS-ReferenceCellInfo ::= SEQUENCE{
17861 modeSpecificInfo CHOICE {
17862 fdd SEQUENCE {
17863 referenceIdentity PrimaryCPICH-Info
17864 },
17865 tdd SEQUENCE {
17866 referenceIdentity CellParametersID
17867 }
17868 }
17869}
17870
17871UE-Positioning-GPS-ReferenceTime ::= SEQUENCE {
17872 gps-Week INTEGER (0..1023),
17873 gps-tow-1msec GPS-TOW-1msec, utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
17874 sfn-tow-Uncertainty SFN-TOW-Uncertainty OPTIONAL,
17875 utran-GPS-DriftRate UTRAN-GPS-DriftRate OPTIONAL,
17876 gps-TOW-AssistList GPS-TOW-AssistList OPTIONAL
17877}
17878
17879UE-Positioning-GPS-UTC-Model ::= SEQUENCE {
17880 a1 BIT STRING (SIZE (24)),
17881 a0 BIT STRING (SIZE (32)),
17882 t-ot BIT STRING (SIZE (8)),
17883 wn-t BIT STRING (SIZE (8)),
17884 delta-t-LS BIT STRING (SIZE (8)),
17885 wn-lsf BIT STRING (SIZE (8)),
17886 dn BIT STRING (SIZE (8)),
17887 delta-t-LSF BIT STRING (SIZE (8))
17888}
17889
17890UE-Positioning-IPDL-Parameters ::= SEQUENCE {
17891 ip-Spacing IP-Spacing,
17892 ip-Length IP-Length,
17893 ip-Offset INTEGER (0..9),
17894 seed INTEGER (0..63),
17895 burstModeParameters BurstModeParameters OPTIONAL
17896}
17897
17898UE-Positioning-IPDL-Parameters-r4 ::= SEQUENCE {
17899 modeSpecificInfo CHOICE {
17900 fdd SEQUENCE {
17901 ip-Spacing IP-Spacing,
17902 ip-Length IP-Length,
17903 ip-Offset INTEGER (0..9),
17904 seed INTEGER (0..63)
17905 },
17906 tdd SEQUENCE {
17907 ip-Spacing-TDD IP-Spacing-TDD,
17908 ip-slot INTEGER (0..14),
17909 ip-Start INTEGER (0..4095),
17910 ip-PCCPCG IP-PCCPCH-r4 OPTIONAL
17911 }
17912 },
17913 burstModeParameters BurstModeParameters OPTIONAL
17914}
17915
17916UE-Positioning-IPDL-Parameters-TDD-r4-ext ::= SEQUENCE {
17917 ip-Spacing IP-Spacing-TDD,
17918 ip-slot INTEGER (0..14),
17919 ip-Start INTEGER (0..4095),
17920 ip-PCCPCG IP-PCCPCH-r4 OPTIONAL,
17921 burstModeParameters BurstModeParameters
17922}
17923
17924UE-Positioning-MeasuredResults ::= SEQUENCE {
17925 ue-positioning-OTDOA-Measurement UE-Positioning-OTDOA-Measurement OPTIONAL,
17926 ue-positioning-PositionEstimateInfo UE-Positioning-PositionEstimateInfo OPTIONAL,
17927 ue-positioning-GPS-Measurement UE-Positioning-GPS-MeasurementResults OPTIONAL,
17928 ue-positioning-Error UE-Positioning-Error OPTIONAL
17929}
17930
17931UE-Positioning-MeasuredResults-v390ext ::= SEQUENCE {
17932 ue-Positioning-OTDOA-Measurement-v390ext UE-Positioning-OTDOA-Measurement-v390ext
17933}
17934
17935UE-Positioning-Measurement ::= SEQUENCE {
17936 ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity,
17937 reportCriteria UE-Positioning-ReportCriteria,
17938 ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData OPTIONAL,
17939 ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData OPTIONAL
17940}
17941
17942UE-Positioning-Measurement-v390ext ::= SEQUENCE {
17943 ue-positioning-ReportingQuantity-v390ext UE-Positioning-ReportingQuantity-v390ext OPTIONAL,
17944 measurementValidity MeasurementValidity OPTIONAL,
17945 ue-positioning-OTDOA-AssistanceData-UEB UE-Positioning-OTDOA-AssistanceData-UEB
17946 OPTIONAL
17947}
17948
17949UE-Positioning-Measurement-r4 ::= SEQUENCE {
17950 ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r4,
17951 measurementValidity MeasurementValidity OPTIONAL,
17952 reportCriteria UE-Positioning-ReportCriteria,
17953 ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r4 OPTIONAL,
17954 ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData OPTIONAL
17955}
17956
17957UE-Positioning-Measurement-v7xyext ::= SEQUENCE {
17958 ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-v7xyext
17959}
17960
17961UE-Positioning-MeasurementEventResults ::= CHOICE {
17962 event7a UE-Positioning-PositionEstimateInfo,
17963 event7b UE-Positioning-OTDOA-Measurement,
17964 event7c UE-Positioning-GPS-MeasurementResults,
17965 spare NULL
17966}
17967
17968UE-Positioning-MeasurementInterval ::= ENUMERATED {
17969 e5, e15, e60, e300,
17970 e900, e1800, e3600, e7200 }
17971
17972UE-Positioning-MethodType ::= ENUMERATED {
17973 ue-Assisted,
17974 ue-Based,
17975 ue-BasedPreferred,
17976 ue-AssistedPreferred }
17977
17978UE-Positioning-OTDOA-AssistanceData ::= SEQUENCE {
17979 ue-positioning-OTDOA-ReferenceCellInfo UE-Positioning-OTDOA-ReferenceCellInfo OPTIONAL,
17980 ue-positioning-OTDOA-NeighbourCellList UE-Positioning-OTDOA-NeighbourCellList OPTIONAL
17981}
17982
17983UE-Positioning-OTDOA-AssistanceData-r4 ::= SEQUENCE {
17984 ue-positioning-OTDOA-ReferenceCellInfo UE-Positioning-OTDOA-ReferenceCellInfo-r4 OPTIONAL,
17985 ue-positioning-OTDOA-NeighbourCellList UE-Positioning-OTDOA-NeighbourCellList-r4 OPTIONAL
17986}
17987
17988UE-Positioning-OTDOA-AssistanceData-r4ext ::= SEQUENCE {
17989 -- In case of TDD these IPDL parameters shall be used for the reference cell instead of
17990 -- IPDL Parameters in IE UE-Positioning-OTDOA-ReferenceCellInfo
17991 ue-Positioning-IPDL-Parameters-TDD-r4-ext UE-Positioning-IPDL-Parameters-TDD-r4-ext OPTIONAL,
17992 -- These IPDL parameters shall be used for the neighbour cells in case of TDD instead of
17993 -- IPDL Parameters in IE UE-Positioning-OTDOA-NeighbourCellInfoList. The cells shall be
17994 -- listed in the same order as in IE UE-Positioning-OTDOA-NeighbourCellInfoList
17995 ue-Positioning-IPDL-Parameters-TDDList-r4-ext UE-Positioning-IPDL-Parameters-TDDList-r4-ext OPTIONAL
17996}
17997
17998UE-Positioning-OTDOA-AssistanceData-UEB ::= SEQUENCE {
17999 ue-positioning-OTDOA-ReferenceCellInfo-UEB UE-Positioning-OTDOA-ReferenceCellInfo-UEB OPTIONAL,
18000 ue-positioning-OTDOA-NeighbourCellList-UEB UE-Positioning-OTDOA-NeighbourCellList-UEB OPTIONAL
18001}
18002
18003UE-Positioning-IPDL-Parameters-TDDList-r4-ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
18004 UE-Positioning-IPDL-Parameters-TDD-r4-ext
18005
18006UE-Positioning-OTDOA-Measurement ::= SEQUENCE {
18007 sfn INTEGER (0..4095),
18008 modeSpecificInfo CHOICE {
18009 fdd SEQUENCE {
18010 referenceCellIDentity PrimaryCPICH-Info,
18011 ue-RX-TX-TimeDifferenceType2Info UE-RX-TX-TimeDifferenceType2Info
18012 },
18013 tdd SEQUENCE {
18014 referenceCellIdentity CellParametersID
18015 }
18016 },
18017 neighbourList NeighbourList OPTIONAL
18018}
18019
18020UE-Positioning-OTDOA-Measurement-v390ext ::= SEQUENCE {
18021 neighbourList-v390ext NeighbourList-v390ext
18022}
18023
18024UE-Positioning-OTDOA-NeighbourCellInfo ::= SEQUENCE {
18025 modeSpecificInfo CHOICE {
18026 fdd SEQUENCE {
18027 primaryCPICH-Info PrimaryCPICH-Info
18028 },
18029 tdd SEQUENCE{
18030 cellAndChannelIdentity CellAndChannelIdentity
18031 }
18032 },
18033 frequencyInfo FrequencyInfo OPTIONAL,
18034 ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL,
18035 sfn-SFN-RelTimeDifference SFN-SFN-RelTimeDifference1,
18036 sfn-SFN-Drift SFN-SFN-Drift OPTIONAL,
18037 searchWindowSize OTDOA-SearchWindowSize,
18038 positioningMode CHOICE{
18039 ueBased SEQUENCE {},
18040 ueAssisted SEQUENCE {}
18041 }
18042}
18043
18044UE-Positioning-OTDOA-NeighbourCellInfo-r4 ::= SEQUENCE {
18045 modeSpecificInfo CHOICE {
18046 fdd SEQUENCE {
18047 primaryCPICH-Info PrimaryCPICH-Info
18048 },
18049 tdd SEQUENCE{
18050 cellAndChannelIdentity CellAndChannelIdentity
18051 }
18052 },
18053 frequencyInfo FrequencyInfo OPTIONAL,
18054 ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters-r4 OPTIONAL,
18055 sfn-SFN-RelTimeDifference SFN-SFN-RelTimeDifference1,
18056 sfn-Offset-Validity SFN-Offset-Validity OPTIONAL,
18057 sfn-SFN-Drift SFN-SFN-Drift OPTIONAL,
18058 searchWindowSize OTDOA-SearchWindowSize,
18059 positioningMode CHOICE {
18060 ueBased SEQUENCE {
18061 relativeNorth INTEGER (-20000..20000) OPTIONAL,
18062 relativeEast INTEGER (-20000..20000) OPTIONAL,
18063 relativeAltitude INTEGER (-4000..4000) OPTIONAL,
18064 fineSFN-SFN FineSFN-SFN OPTIONAL,
18065 -- actual value roundTripTime = (IE value * 0.0625) + 876
18066 roundTripTime INTEGER (0.. 32766) OPTIONAL
18067 },
18068 ueAssisted SEQUENCE {}
18069 }
18070}
18071
18072UE-Positioning-OTDOA-NeighbourCellInfo-UEB ::= SEQUENCE {
18073 modeSpecificInfo CHOICE {
18074 fdd SEQUENCE {
18075 primaryCPICH-Info PrimaryCPICH-Info
18076 },
18077 tdd SEQUENCE{
18078 cellAndChannelIdentity CellAndChannelIdentity
18079 }
18080 },
18081 frequencyInfo FrequencyInfo OPTIONAL,
18082 ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL,
18083 sfn-SFN-RelTimeDifference SFN-SFN-RelTimeDifference1,
18084 sfn-SFN-Drift SFN-SFN-Drift OPTIONAL,
18085 searchWindowSize OTDOA-SearchWindowSize,
18086 relativeNorth INTEGER (-20000..20000) OPTIONAL,
18087 relativeEast INTEGER (-20000..20000) OPTIONAL,
18088 relativeAltitude INTEGER (-4000..4000) OPTIONAL,
18089 fineSFN-SFN FineSFN-SFN,
18090 -- actual value roundTripTime = (IE value * 0.0625) + 876
18091 roundTripTime INTEGER (0..32766) OPTIONAL
18092}
18093
18094UE-Positioning-OTDOA-NeighbourCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
18095 UE-Positioning-OTDOA-NeighbourCellInfo
18096
18097UE-Positioning-OTDOA-NeighbourCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
18098 UE-Positioning-OTDOA-NeighbourCellInfo-r4
18099
18100UE-Positioning-OTDOA-NeighbourCellList-UEB ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
18101 UE-Positioning-OTDOA-NeighbourCellInfo-UEB
18102
18103UE-Positioning-OTDOA-Quality ::= SEQUENCE {
18104 stdResolution BIT STRING (SIZE (2)),
18105 numberOfOTDOA-Measurements BIT STRING (SIZE (3)),
18106 stdOfOTDOA-Measurements BIT STRING (SIZE (5))
18107}
18108
18109UE-Positioning-OTDOA-ReferenceCellInfo ::= SEQUENCE {
18110 sfn INTEGER (0..4095) OPTIONAL,
18111 modeSpecificInfo CHOICE {
18112 fdd SEQUENCE {
18113 primaryCPICH-Info PrimaryCPICH-Info
18114 },
18115 tdd SEQUENCE{
18116 cellAndChannelIdentity CellAndChannelIdentity
18117 }
18118 },
18119 frequencyInfo FrequencyInfo OPTIONAL,
18120 positioningMode CHOICE {
18121 ueBased SEQUENCE {},
18122 ueAssisted SEQUENCE {}
18123 },
18124 ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL
18125}
18126
18127UE-Positioning-OTDOA-ReferenceCellInfo-r4 ::= SEQUENCE {
18128 sfn INTEGER (0..4095) OPTIONAL,
18129 modeSpecificInfo CHOICE {
18130 fdd SEQUENCE {
18131 primaryCPICH-Info PrimaryCPICH-Info
18132 },
18133 tdd SEQUENCE{
18134 cellAndChannelIdentity CellAndChannelIdentity
18135 }
18136 },
18137 frequencyInfo FrequencyInfo OPTIONAL,
18138 positioningMode CHOICE {
18139 ueBased SEQUENCE {
18140 cellPosition ReferenceCellPosition OPTIONAL,
18141 -- actual value roundTripTime = (IE value * 0.0625) + 876
18142 roundTripTime INTEGER (0..32766) OPTIONAL
18143 },
18144 ueAssisted SEQUENCE {}
18145 },
18146 ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters-r4 OPTIONAL
18147}
18148
18149UE-Positioning-OTDOA-ReferenceCellInfo-UEB ::= SEQUENCE {
18150 sfn INTEGER (0..4095) OPTIONAL,
18151 modeSpecificInfo CHOICE {
18152 fdd SEQUENCE {
18153 primaryCPICH-Info PrimaryCPICH-Info
18154 },
18155 tdd SEQUENCE{
18156 cellAndChannelIdentity CellAndChannelIdentity
18157 }
18158 },
18159 frequencyInfo FrequencyInfo OPTIONAL,
18160 cellPosition ReferenceCellPosition OPTIONAL,
18161 -- actual value roundTripTime = (IE value * 0.0625) + 876
18162 roundTripTime INTEGER (0..32766) OPTIONAL,
18163 ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL
18164}
18165
18166UE-Positioning-PositionEstimateInfo ::= SEQUENCE {
18167 referenceTime CHOICE {
18168 utran-GPSReferenceTimeResult UTRAN-GPSReferenceTimeResult,
18169 gps-ReferenceTimeOnly INTEGER (0..604799999),
18170 cell-Timing SEQUENCE {
18171 sfn INTEGER (0..4095),
18172 modeSpecificInfo CHOICE {
18173 fdd SEQUENCE {
18174 primaryCPICH-Info PrimaryCPICH-Info
18175 },
18176 tdd SEQUENCE{
18177 cellAndChannelIdentity CellAndChannelIdentity
18178 }
18179 }
18180 }
18181 },
18182 positionEstimate PositionEstimate
18183}
18184
18185UE-Positioning-ReportCriteria ::= CHOICE {
18186 ue-positioning-ReportingCriteria UE-Positioning-EventParamList,
18187 periodicalReportingCriteria PeriodicalReportingCriteria,
18188 noReporting NULL
18189}
18190
18191UE-Positioning-ReportingQuantity ::= SEQUENCE {
18192 methodType UE-Positioning-MethodType,
18193 positioningMethod PositioningMethod,
18194 -- dummy1 is not used in this version of specification and it should
18195 -- be ignored.
18196 dummy1 UE-Positioning-ResponseTime,
18197 horizontal-Accuracy UE-Positioning-Accuracy OPTIONAL,
18198 gps-TimingOfCellWanted BOOLEAN,
18199 -- dummy2 is not used in this version of specification and it should
18200 -- be ignored.
18201 dummy2 BOOLEAN,
18202 additionalAssistanceDataRequest BOOLEAN,
18203 environmentCharacterisation EnvironmentCharacterisation OPTIONAL
18204}
18205
18206UE-Positioning-ReportingQuantity-v390ext ::= SEQUENCE {
18207 vertical-Accuracy UE-Positioning-Accuracy
18208}
18209
18210UE-Positioning-ReportingQuantity-r4 ::= SEQUENCE {
18211 methodType UE-Positioning-MethodType,
18212 positioningMethod PositioningMethod,
18213 horizontalAccuracy UE-Positioning-Accuracy OPTIONAL,
18214 verticalAccuracy UE-Positioning-Accuracy OPTIONAL,
18215 gps-TimingOfCellWanted BOOLEAN,
18216 additionalAssistanceDataReq BOOLEAN,
18217 environmentCharacterisation EnvironmentCharacterisation OPTIONAL
18218}
18219
18220UE-Positioning-ReportingQuantity-v7xyext ::= SEQUENCE {
18221 velocityRequested ENUMERATED { true } OPTIONAL
18222}
18223
18224UE-Positioning-ResponseTime ::= ENUMERATED {
18225 s1, s2, s4, s8, s16,
18226 s32, s64, s128 }
18227
18228-- SPARE: UTRA-CarrierRSSI, Max = 76
18229-- Values above Max are spare
18230UTRA-CarrierRSSI ::= INTEGER (0..127)
18231
18232UTRAN-GPS-DriftRate ::= ENUMERATED {
18233 utran-GPSDrift0, utran-GPSDrift1, utran-GPSDrift2,
18234 utran-GPSDrift5, utran-GPSDrift10, utran-GPSDrift15,
18235 utran-GPSDrift25, utran-GPSDrift50, utran-GPSDrift-1,
18236 utran-GPSDrift-2, utran-GPSDrift-5, utran-GPSDrift-10,
18237 utran-GPSDrift-15, utran-GPSDrift-25, utran-GPSDrift-50}
18238
18239UTRAN-GPSReferenceTime ::= SEQUENCE {
18240 -- For utran-GPSTimingOfCell values above 2322431999999 are not
18241 -- used in this version of the specification
18242 -- Actual value utran-GPSTimingOfCell = (ms-part * 4294967296) + ls-part
18243 utran-GPSTimingOfCell SEQUENCE {
18244 ms-part INTEGER (0..1023),
18245 ls-part INTEGER (0..4294967295)
18246 },
18247 modeSpecificInfo CHOICE {
18248 fdd SEQUENCE {
18249 referenceIdentity PrimaryCPICH-Info
18250 },
18251 tdd SEQUENCE {
18252 referenceIdentity CellParametersID
18253 }
18254 } OPTIONAL,
18255 sfn INTEGER (0..4095)
18256}
18257
18258UTRAN-GPSReferenceTimeResult ::= SEQUENCE {
18259 -- For ue-GPSTimingOfCell values above 37158911999999 are not
18260 -- used in this version of the specification
18261 -- Actual value ue-GPSTimingOfCell = (ms-part * 4294967296) + ls-part
18262 ue-GPSTimingOfCell SEQUENCE {
18263 ms-part INTEGER (0.. 16383),
18264 ls-part INTEGER (0..4294967295)
18265 },
18266 modeSpecificInfo CHOICE {
18267 fdd SEQUENCE {
18268 referenceIdentity PrimaryCPICH-Info
18269 },
18270 tdd SEQUENCE {
18271 referenceIdentity CellParametersID
18272 }
18273 },
18274 sfn INTEGER (0..4095)
18275}
18276
18277VarianceOfRLC-BufferPayload ::= ENUMERATED {
18278 plv0, plv4, plv8, plv16, plv32, plv64,
18279 plv128, plv256, plv512, plv1024,
18280 plv2k, plv4k, plv8k, plv16k, spare2, spare1 }
18281
18282VelocityEstimate ::= CHOICE {
18283 horizontalVelocity HorizontalVelocity,
18284 horizontalWithVerticalVelocity HorizontalWithVerticalVelocity,
18285 horizontalVelocityWithUncertainty HorizontalVelocityWithUncertainty,
18286 horizontalWithVerticalVelocityAndUncertainty HorizontalWithVerticalVelocityAndUncertainty
18287}
18288
18289-- Actual value W = IE value * 0.1
18290W ::= INTEGER (0..20)
18291
18292-- ***************************************************
18293--
18294-- OTHER INFORMATION ELEMENTS (10.3.8)
18295--
18296-- ***************************************************
18297
18298BCC ::= INTEGER (0..7)
18299
18300BCCH-ModificationInfo ::= SEQUENCE {
18301 mib-ValueTag MIB-ValueTag,
18302 bcch-ModificationTime BCCH-ModificationTime OPTIONAL
18303}
18304
18305-- Actual value BCCH-ModificationTime = IE value * 8
18306BCCH-ModificationTime ::= INTEGER (0..511)
18307
18308BSIC ::= SEQUENCE {
18309 ncc NCC,
18310 bcc BCC
18311}
18312
18313CBS-DRX-Level1Information ::= SEQUENCE {
18314 ctch-AllocationPeriod INTEGER (1..256),
18315 cbs-FrameOffset INTEGER (0..255)
18316}
18317
18318CBS-DRX-Level1Information-extension-r6 ::= ENUMERATED {p8, p16, p32, p64, p128, p256}
18319
18320CDMA2000-Message ::= SEQUENCE {
18321 msg-Type BIT STRING (SIZE (8)),
18322 payload BIT STRING (SIZE (1..512))
18323}
18324
18325CDMA2000-MessageList ::= SEQUENCE (SIZE (1..maxInterSysMessages)) OF
18326 CDMA2000-Message
18327
18328CDMA2000-UMTS-Frequency-List ::= SEQUENCE (SIZE (1..maxNumCDMA2000Freqs)) OF
18329 FrequencyInfoCDMA2000
18330
18331CellValueTag ::= INTEGER (1..4)
18332
18333--Actual value = 2^(IE value)
18334ExpirationTimeFactor ::= INTEGER (1..8)
18335
18336FDD-UMTS-Frequency-List ::= SEQUENCE (SIZE (1..maxNumFDDFreqs)) OF
18337 FrequencyInfoFDD
18338
18339FrequencyInfoCDMA2000 ::= SEQUENCE {
18340 band-Class BIT STRING (SIZE (5)),
18341 cdma-Freq BIT STRING (SIZE(11))
18342}
18343
18344GERAN-SystemInfoBlock ::= OCTET STRING (SIZE (1..23))
18345
18346GERAN-SystemInformation ::= SEQUENCE (SIZE (1..maxGERAN-SI)) OF GERAN-SystemInfoBlock
18347
18348GSM-BA-Range ::= SEQUENCE {
18349 gsmLowRangeUARFCN UARFCN,
18350 gsmUpRangeUARFCN UARFCN
18351}
18352
18353GSM-BA-Range-List ::= SEQUENCE (SIZE (1..maxNumGSMFreqRanges)) OF
18354 GSM-BA-Range
18355
18356
18357-- This IE is formatted as 'TLV' and is coded in the same way as the Mobile Station Classmark 2
18358-- information element in [5]. The first octet is the Mobile station classmark 2 IEI and its value
18359-- shall be set to 33H. The second octet is the Length of mobile station classmark 2 and its value
18360-- shall be set to 3. The octet 3 contains the first octet of the value part of the Mobile Station
18361-- Classmark 2 information element, the octet 4 contains the second octet of the value part of the
18362-- Mobile Station Classmark 2 information element and so on. For each of these octets, the first/
18363-- leftmost/ most significant bit of the octet contains b8 of the corresponding octet of the Mobile
18364-- Station Classmark 2.
18365GSM-Classmark2 ::= OCTET STRING (SIZE (5))
18366
18367-- This IE is formatted as 'V' and is coded in the same way as the value part in the Mobile station
18368-- classmark 3 information element in [5]
18369-- The value part is specified by means of CSN.1, which encoding results in a bit string, to which
18370-- final padding may be appended upto the next octet boundary [5]. The first/ leftmost bit of the
18371-- CSN.1 bit string is placed in the first/ leftmost/ most significant bit of the first
18372-- octet. This continues until the last bit of the CSN.1 bit string, which is placed in the last/
18373-- rightmost/ least significant bit of the last octet.
18374GSM-Classmark3 ::= OCTET STRING (SIZE (1..32))
18375
18376GSM-MessageList ::= SEQUENCE (SIZE (1..maxInterSysMessages)) OF
18377 BIT STRING (SIZE (1..512))
18378
18379GSM-MS-RadioAccessCapability ::= OCTET STRING (SIZE (1..64))
18380
18381GsmSecurityCapability ::= BIT STRING {
Lev Walkin9ab5c762013-04-07 01:33:33 -070018382 -- For each bit value “0” means false/ not supported
Lev Walkin76289e12006-10-24 02:17:20 +000018383 a5-7(0),
18384 a5-6(1),
18385 a5-5(2),
18386 a5-4(3),
18387 a5-3(4),
18388 a5-2(5),
18389 a5-1(6)
18390 } (SIZE (7))
18391
18392GSM-TargetCellInfoList ::= SEQUENCE (SIZE (1..maxGSMTargetCells)) OF
18393 GSM-TargetCellInfo
18394
18395
18396GSM-TargetCellInfo ::= SEQUENCE {
18397 bcch-ARFCN BCCH-ARFCN,
18398 frequency-band Frequency-Band,
18399 bsic BSIC OPTIONAL
18400}
18401
18402IdentificationOfReceivedMessage ::= SEQUENCE {
18403 rrc-TransactionIdentifier RRC-TransactionIdentifier,
18404 receivedMessageType ReceivedMessageType
18405}
18406
18407InterRAT-ChangeFailureCause ::= CHOICE {
18408 configurationUnacceptable NULL,
18409 physicalChannelFailure NULL,
18410 protocolError ProtocolErrorInformation,
18411 unspecified NULL,
18412 spare4 NULL,
18413 spare3 NULL,
18414 spare2 NULL,
18415 spare1 NULL
18416}
18417
18418GERANIu-MessageList ::= SEQUENCE (SIZE (1..maxInterSysMessages)) OF
18419 BIT STRING (SIZE (1..32768))
18420
18421GERANIu-RadioAccessCapability ::= BIT STRING (SIZE (1..170))
18422
18423InterRAT-UE-RadioAccessCapability ::= CHOICE {
18424 gsm SEQUENCE {
18425 gsm-Classmark2 GSM-Classmark2,
18426 gsm-Classmark3 GSM-Classmark3
18427 },
18428 cdma2000 SEQUENCE {
18429 cdma2000-MessageList CDMA2000-MessageList
18430 }
18431}
18432
18433InterRAT-UE-RadioAccessCapabilityList ::= SEQUENCE (SIZE(1..maxInterSysMessages)) OF
18434 InterRAT-UE-RadioAccessCapability
18435
18436InterRAT-UE-RadioAccessCapability-v590ext ::= SEQUENCE {
18437 geranIu-RadioAccessCapability GERANIu-RadioAccessCapability
18438}
18439
18440InterRAT-UE-RadioAccessCapability-v690ext ::= SEQUENCE {
18441 supportOfInter-RAT-PS-Handover ENUMERATED { doesSupporInter-RAT-PS-Handover } OPTIONAL,
18442 gsm-MS-RadioAccessCapability GSM-MS-RadioAccessCapability
18443}
18444
18445InterRAT-UE-SecurityCapability ::= CHOICE {
18446 gsm SEQUENCE {
18447 gsmSecurityCapability GsmSecurityCapability
18448 }
18449}
18450
18451InterRAT-UE-SecurityCapList ::= SEQUENCE (SIZE(1..maxInterSysMessages)) OF
18452 InterRAT-UE-SecurityCapability
18453
18454InterRAT-HO-FailureCause ::= CHOICE {
18455 configurationUnacceptable NULL,
18456 physicalChannelFailure NULL,
18457 protocolError ProtocolErrorInformation,
18458 interRAT-ProtocolError NULL,
18459 unspecified NULL,
18460 spare11 NULL,
18461 spare10 NULL,
18462 spare9 NULL,
18463 spare8 NULL,
18464 spare7 NULL,
18465 spare6 NULL,
18466 spare5 NULL,
18467 spare4 NULL,
18468 spare3 NULL,
18469 spare2 NULL,
18470 spare1 NULL
18471}
18472
18473MasterInformationBlock ::= SEQUENCE {
18474 mib-ValueTag MIB-ValueTag,
18475 -- TABULAR: The PLMN identity and ANSI-41 core network information
18476 -- are included in PLMN-Type.
18477 plmn-Type PLMN-Type,
18478 sibSb-ReferenceList SIBSb-ReferenceList,
18479 -- Extension mechanism for non- release99 information
18480 v690NonCriticalExtensions SEQUENCE {
18481 masterInformationBlock-v690ext MasterInformationBlock-v690ext,
18482 nonCriticalExtensions SEQUENCE {} OPTIONAL
18483 } OPTIONAL
18484}
18485
18486MasterInformationBlock-v690ext ::= SEQUENCE {
18487 multiplePLMN-List MultiplePLMN-List-r6 OPTIONAL
18488}
18489
18490MIB-ValueTag ::= INTEGER (1..8)
18491
18492NCC ::= INTEGER (0..7)
18493
18494PLMN-ValueTag ::= INTEGER (1..256)
18495
18496
18497PredefinedConfigIdentityAndValueTag ::= SEQUENCE {
18498 predefinedConfigIdentity PredefinedConfigIdentity,
18499 predefinedConfigValueTag PredefinedConfigValueTag
18500}
18501
18502ProtocolErrorInformation ::= SEQUENCE {
18503 diagnosticsType CHOICE {
18504 type1 SEQUENCE {
18505 protocolErrorCause ProtocolErrorCause
18506 },
18507 spare NULL
18508 }
18509}
18510
18511ReceivedMessageType ::= ENUMERATED {
18512 activeSetUpdate,
18513 cellChangeOrderFromUTRAN,
18514 cellUpdateConfirm,
18515 counterCheck,
18516 downlinkDirectTransfer,
18517 interRATHandoverCommand,
18518 measurementControl,
18519 pagingType2,
18520 physicalChannelReconfiguration,
18521 physicalSharedChannelAllocation,
18522 radioBearerReconfiguration,
18523 radioBearerRelease,
18524 radioBearerSetup,
18525 rrcConnectionRelease,
18526 rrcConnectionReject,
18527 rrcConnectionSetup,
18528 securityModeCommand,
18529 signallingConnectionRelease,
18530 transportChannelReconfiguration,
18531 transportFormatCombinationControl,
18532 ueCapabilityEnquiry,
18533 ueCapabilityInformationConfirm,
18534 uplinkPhysicalChannelControl,
18535 uraUpdateConfirm,
18536 utranMobilityInformation,
18537 assistanceDataDelivery,
18538 spare6, spare5, spare4, spare3, spare2,
18539 spare1
18540}
18541
18542Rplmn-Information ::= SEQUENCE {
18543 gsm-BA-Range-List GSM-BA-Range-List OPTIONAL,
18544 fdd-UMTS-Frequency-List FDD-UMTS-Frequency-List OPTIONAL,
18545 tdd-UMTS-Frequency-List TDD-UMTS-Frequency-List OPTIONAL,
18546 cdma2000-UMTS-Frequency-List CDMA2000-UMTS-Frequency-List OPTIONAL
18547}
18548
18549Rplmn-Information-r4 ::= SEQUENCE {
18550 gsm-BA-Range-List GSM-BA-Range-List OPTIONAL,
18551 fdd-UMTS-Frequency-List FDD-UMTS-Frequency-List OPTIONAL,
18552 -- the option is the same for 7.68 Mcps TDD as for 3.84 Mcps TDD
18553 -- i.e. TDD-UMTS-Frequency-List applies
18554 tdd384-UMTS-Frequency-List TDD-UMTS-Frequency-List OPTIONAL,
18555 tdd128-UMTS-Frequency-List TDD-UMTS-Frequency-List OPTIONAL,
18556 cdma2000-UMTS-Frequency-List CDMA2000-UMTS-Frequency-List OPTIONAL
18557}
18558
18559SchedulingInformation ::= SEQUENCE {
18560 scheduling SEQUENCE {
18561 segCount SegCount DEFAULT 1,
18562 sib-Pos CHOICE {
18563 -- The element name indicates the repetition period and the value
18564 -- (multiplied by two) indicates the position of the first segment.
18565 rep4 INTEGER (0..1),
18566 rep8 INTEGER (0..3),
18567 rep16 INTEGER (0..7),
18568 rep32 INTEGER (0..15),
18569 rep64 INTEGER (0..31),
18570 rep128 INTEGER (0..63),
18571 rep256 INTEGER (0..127),
18572 rep512 INTEGER (0..255),
18573 rep1024 INTEGER (0..511),
18574 rep2048 INTEGER (0..1023),
18575 rep4096 INTEGER (0..2047)
18576 },
18577 sib-PosOffsetInfo SibOFF-List OPTIONAL
18578 }
18579}
18580
18581SchedulingInformationSIB ::= SEQUENCE {
18582 sib-Type SIB-TypeAndTag,
18583 scheduling SchedulingInformation
18584}
18585
18586SchedulingInformationSIBSb ::= SEQUENCE {
18587 sibSb-Type SIBSb-TypeAndTag,
18588 scheduling SchedulingInformation
18589}
18590
18591SegCount ::= INTEGER (1..16)
18592
18593SegmentIndex ::= INTEGER (1..15)
18594
18595-- Actual value SFN-Prime = 2 * IE value
18596SFN-Prime ::= INTEGER (0..2047)
18597
18598
18599SIB-Data-fixed ::= BIT STRING (SIZE (222))
18600
18601
18602SIB-Data-variable ::= BIT STRING (SIZE (1..214))
18603
18604SIBOccurIdentity ::= INTEGER (0..15)
18605
18606SIBOccurrenceIdentityAndValueTag ::= SEQUENCE {
18607 sibOccurIdentity SIBOccurIdentity,
18608 sibOccurValueTag SIBOccurValueTag
18609}
18610
18611SIBOccurValueTag ::= INTEGER (0..15)
18612
18613SIB-ReferenceList ::= SEQUENCE (SIZE (1..maxSIB)) OF
18614 SchedulingInformationSIB
18615
18616SIBSb-ReferenceList ::= SEQUENCE (SIZE (1..maxSIB)) OF
18617 SchedulingInformationSIBSb
18618
18619SIB-ReferenceListFACH ::= SEQUENCE (SIZE (1..maxSIB-FACH)) OF
18620 SchedulingInformationSIB
18621
18622SIB-Type ::= ENUMERATED {
18623 masterInformationBlock,
18624 systemInformationBlockType1,
18625 systemInformationBlockType2,
18626 systemInformationBlockType3,
18627 systemInformationBlockType4,
18628 systemInformationBlockType5,
18629 systemInformationBlockType6,
18630 systemInformationBlockType7,
18631 -- dummy, dummy2 and dummy3 are not used in this version of the specification,
18632 -- they should not be sent. If they are received the UE behaviour is not specified.
18633 dummy,
18634 dummy2,
18635 dummy3,
18636 systemInformationBlockType11,
18637 systemInformationBlockType12,
18638 systemInformationBlockType13,
18639 systemInformationBlockType13-1,
18640 systemInformationBlockType13-2,
18641 systemInformationBlockType13-3,
18642 systemInformationBlockType13-4,
18643 systemInformationBlockType14,
18644 systemInformationBlockType15,
18645 systemInformationBlockType15-1,
18646 systemInformationBlockType15-2,
18647 systemInformationBlockType15-3,
18648 systemInformationBlockType16,
18649 systemInformationBlockType17,
18650 systemInformationBlockType15-4,
18651 systemInformationBlockType18,
18652 schedulingBlock1,
18653 schedulingBlock2,
18654 systemInformationBlockType15-5,
18655 systemInformationBlockType5bis,
18656 spare1 }
18657
18658SIB-TypeAndTag ::= CHOICE {
18659 sysInfoType1 PLMN-ValueTag,
18660 sysInfoType2 CellValueTag,
18661 sysInfoType3 CellValueTag,
18662 sysInfoType4 CellValueTag,
18663 sysInfoType5 CellValueTag,
18664 sysInfoType6 CellValueTag,
18665 sysInfoType7 NULL,
18666 -- dummy, dummy2 and dummy3 are not used in this version of the specification,
18667 -- they should not be sent. If they are received the UE behaviour is not specified.
18668 dummy CellValueTag,
18669 dummy2 NULL,
18670 dummy3 NULL,
18671 sysInfoType11 CellValueTag,
18672 sysInfoType12 CellValueTag,
18673 sysInfoType13 CellValueTag,
18674 sysInfoType13-1 CellValueTag,
18675 sysInfoType13-2 CellValueTag,
18676 sysInfoType13-3 CellValueTag,
18677 sysInfoType13-4 CellValueTag,
18678 sysInfoType14 NULL,
18679 sysInfoType15 CellValueTag,
18680 sysInfoType16 PredefinedConfigIdentityAndValueTag,
18681 sysInfoType17 NULL,
18682 sysInfoType15-1 CellValueTag,
18683 sysInfoType15-2 SIBOccurrenceIdentityAndValueTag,
18684 sysInfoType15-3 SIBOccurrenceIdentityAndValueTag,
18685 sysInfoType15-4 CellValueTag,
18686 sysInfoType18 CellValueTag,
18687 sysInfoType15-5 CellValueTag,
18688 sysInfoType5bis CellValueTag,
18689 spare4 NULL,
18690 spare3 NULL,
18691 spare2 NULL,
18692 spare1 NULL
18693}
18694
18695SIBSb-TypeAndTag ::= CHOICE {
18696 sysInfoType1 PLMN-ValueTag,
18697 sysInfoType2 CellValueTag,
18698 sysInfoType3 CellValueTag,
18699 sysInfoType4 CellValueTag,
18700 sysInfoType5 CellValueTag,
18701 sysInfoType6 CellValueTag,
18702 sysInfoType7 NULL,
18703 -- dummy, dummy2 and dummy3 are not used in this version of the specification,
18704 -- they should not be sent. If they are received the UE behaviour is not specified.
18705 dummy CellValueTag,
18706 dummy2 NULL,
18707 dummy3 NULL,
18708 sysInfoType11 CellValueTag,
18709 sysInfoType12 CellValueTag,
18710 sysInfoType13 CellValueTag,
18711 sysInfoType13-1 CellValueTag,
18712 sysInfoType13-2 CellValueTag,
18713 sysInfoType13-3 CellValueTag,
18714 sysInfoType13-4 CellValueTag,
18715 sysInfoType14 NULL,
18716 sysInfoType15 CellValueTag,
18717 sysInfoType16 PredefinedConfigIdentityAndValueTag,
18718 sysInfoType17 NULL,
18719 sysInfoTypeSB1 CellValueTag,
18720 sysInfoTypeSB2 CellValueTag,
18721 sysInfoType15-1 CellValueTag,
18722 sysInfoType15-2 SIBOccurrenceIdentityAndValueTag,
18723 sysInfoType15-3 SIBOccurrenceIdentityAndValueTag,
18724 sysInfoType15-4 CellValueTag,
18725 sysInfoType18 CellValueTag,
18726 sysInfoType15-5 CellValueTag,
18727 sysInfoType5bis CellValueTag,
18728 spare2 NULL,
18729 spare1 NULL
18730}
18731
18732SibOFF ::= ENUMERATED {
18733 so2, so4, so6, so8, so10,
18734 so12, so14, so16, so18,
18735 so20, so22, so24, so26,
18736 so28, so30, so32 }
18737
18738SibOFF-List ::= SEQUENCE (SIZE (1..15)) OF
18739 SibOFF
18740
18741SysInfoType1 ::= SEQUENCE {
18742 -- Core network IEs
18743 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
18744 cn-DomainSysInfoList CN-DomainSysInfoList,
18745 -- User equipment IEs
18746 ue-ConnTimersAndConstants UE-ConnTimersAndConstants OPTIONAL,
18747 ue-IdleTimersAndConstants UE-IdleTimersAndConstants OPTIONAL,
18748 -- Extension mechanism for non- release99 information
18749 v3a0NonCriticalExtensions SEQUENCE {
18750 sysInfoType1-v3a0ext SysInfoType1-v3a0ext-IEs,
18751 nonCriticalExtensions SEQUENCE {} OPTIONAL
18752 } OPTIONAL
18753}
18754
18755SysInfoType1-v3a0ext-IEs ::= SEQUENCE {
18756 ue-ConnTimersAndConstants-v3a0ext UE-ConnTimersAndConstants-v3a0ext,
18757 ue-IdleTimersAndConstants-v3a0ext UE-IdleTimersAndConstants-v3a0ext
18758}
18759
18760SysInfoType2 ::= SEQUENCE {
18761 -- UTRAN mobility IEs
18762 ura-IdentityList URA-IdentityList,
18763 -- Extension mechanism for non- release99 information
18764 nonCriticalExtensions SEQUENCE {} OPTIONAL
18765}
18766
18767SysInfoType3 ::= SEQUENCE {
18768 sib4indicator BOOLEAN,
18769 -- UTRAN mobility IEs
18770 cellIdentity CellIdentity,
18771 cellSelectReselectInfo CellSelectReselectInfoSIB-3-4,
18772 cellAccessRestriction CellAccessRestriction,
18773 -- Extension mechanism for non- release99 information
18774 v4b0NonCriticalExtensions SEQUENCE {
18775 sysInfoType3-v4b0ext SysInfoType3-v4b0ext-IEs,
18776 v590NonCriticalExtension SEQUENCE {
18777 sysInfoType3-v590ext SysInfoType3-v590ext,
18778 v5c0NoncriticalExtension SEQUENCE {
18779 sysInfoType3-v5c0ext SysInfoType3-v5c0ext-IEs,
18780 v670NonCriticalExtension SEQUENCE {
18781 sysInfoType3-v670ext SysInfoType3-v670ext,
18782 nonCriticalExtensions SEQUENCE {} OPTIONAL
18783 } OPTIONAL
18784 } OPTIONAL
18785 } OPTIONAL
18786 } OPTIONAL
18787}
18788
18789SysInfoType3-v4b0ext-IEs ::= SEQUENCE {
18790 mapping-LCR Mapping-LCR-r4 OPTIONAL
18791}
18792
18793SysInfoType3-v590ext ::= SEQUENCE {
18794 cellSelectReselectInfo-v590ext CellSelectReselectInfo-v590ext OPTIONAL
18795}
18796
18797SysInfoType3-v5c0ext-IEs ::= SEQUENCE {
18798 cellSelectReselectInfoTreselectionScaling-v5c0ext
18799 CellSelectReselectInfoTreselectionScaling-v5c0ext OPTIONAL
18800}
18801
18802SysInfoType3-v670ext ::= SEQUENCE {
18803 domainSpecificAccessRestrictionParametersForPLMNOfMIB
18804 DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
18805 domainSpecificAccessRestictionForSharedNetwork
18806 DomainSpecificAccessRestrictionForSharedNetwork-v670ext OPTIONAL
18807}
18808
18809SysInfoType4 ::= SEQUENCE {
18810 -- UTRAN mobility IEs
18811 cellIdentity CellIdentity,
18812 cellSelectReselectInfo CellSelectReselectInfoSIB-3-4,
18813 cellAccessRestriction CellAccessRestriction,
18814 -- Extension mechanism for non- release99 information
18815 v4b0NonCriticalExtensions SEQUENCE {
18816 sysInfoType4-v4b0ext SysInfoType4-v4b0ext-IEs,
18817 v590NonCriticalExtension SEQUENCE {
18818 sysInfoType4-v590ext SysInfoType4-v590ext,
18819 v5b0NonCriticalExtension SEQUENCE {
18820 sysInfoType4-v5b0ext SysInfoType4-v5b0ext-IEs,
18821 v5c0NonCriticalExtension SEQUENCE {
18822 sysInfoType4-v5c0ext SysInfoType4-v5c0ext-IEs,
18823 nonCriticalExtensions SEQUENCE {} OPTIONAL
18824 } OPTIONAL
18825 } OPTIONAL
18826 } OPTIONAL
18827 } OPTIONAL
18828}
18829
18830SysInfoType4-v4b0ext-IEs ::= SEQUENCE {
18831 mapping-LCR Mapping-LCR-r4 OPTIONAL
18832}
18833
18834
18835SysInfoType4-v590ext ::= SEQUENCE {
18836 cellSelectReselectInfo-v590ext CellSelectReselectInfo-v590ext OPTIONAL
18837}
18838
18839SysInfoType4-v5b0ext-IEs ::= SEQUENCE {
18840 cellSelectReselectInfoPCHFACH-v5b0ext CellSelectReselectInfoPCHFACH-v5b0ext OPTIONAL
18841}
18842
18843SysInfoType4-v5c0ext-IEs ::= SEQUENCE {
18844 cellSelectReselectInfoTreselectionScaling-v5c0ext
18845 CellSelectReselectInfoTreselectionScaling-v5c0ext OPTIONAL
18846}
18847
18848SysInfoType5 ::= SEQUENCE {
18849 sib6indicator BOOLEAN,
18850 -- Physical channel IEs
18851 pich-PowerOffset PICH-PowerOffset,
18852 modeSpecificInfo CHOICE {
18853 fdd SEQUENCE {
18854 aich-PowerOffset AICH-PowerOffset
18855 },
18856 tdd SEQUENCE {
18857 -- If PDSCH/PUSCH is configured for 1.28Mcps TDD, the following IEs should be absent
18858 -- and the info included in the tdd128SpecificInfo instead.
18859 -- If PDSCH/PUSCH is configured for 3.84Mcps TDD in R5, HCR-r5-SpecificInfo should also be
18860 -- included.
18861 pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN OPTIONAL,
18862 pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN OPTIONAL,
18863 openLoopPowerControl-TDD OpenLoopPowerControl-TDD
18864 }
18865 },
18866 primaryCCPCH-Info PrimaryCCPCH-Info OPTIONAL,
18867 prach-SystemInformationList PRACH-SystemInformationList,
18868 sCCPCH-SystemInformationList SCCPCH-SystemInformationList,
18869 -- cbs-DRX-Level1Information is conditional on any of the CTCH indicator IEs in
18870 -- sCCPCH-SystemInformationList
18871 cbs-DRX-Level1Information CBS-DRX-Level1Information OPTIONAL,
18872 -- Extension mechanism for non- release99 information
18873 v4b0NonCriticalExtensions SEQUENCE {
18874 sysInfoType5-v4b0ext SysInfoType5-v4b0ext-IEs OPTIONAL,
18875 -- Extension mechanism for non- rel-4 information
18876 v590NonCriticalExtensions SEQUENCE {
18877 sysInfoType5-v590ext SysInfoType5-v590ext-IEs OPTIONAL,
18878 v650NonCriticalExtensions SEQUENCE {
18879 sysInfoType5-v650ext SysInfoType5-v650ext-IEs OPTIONAL,
18880 v680NonCriticalExtensions SEQUENCE {
18881 sysInfoType5-v680ext SysInfoType5-v680ext-IEs OPTIONAL,
18882 v690NonCriticalExtensions SEQUENCE {
18883 sysInfoType5-v690ext SysInfoType5-v690ext-IEs,
18884 v7xyNonCriticalExtensions SEQUENCE {
18885 sysInfoType5-v7xyext SysInfoType5-v7xyext-IEs,
18886 nonCriticalExtensions SEQUENCE {} OPTIONAL
18887 } OPTIONAL
18888 } OPTIONAL
18889 } OPTIONAL
18890 } OPTIONAL
18891 } OPTIONAL
18892 } OPTIONAL
18893}
18894
18895SysInfoType5-v4b0ext-IEs ::= SEQUENCE {
18896 --The following IE PNBSCH-Allocation-r4 shall be used for 3.84Mcps TDD only.
18897 pNBSCH-Allocation-r4 PNBSCH-Allocation-r4 OPTIONAL,
18898 -- In case of TDD, the following IE is included instead of the
18899 -- IE up-IPDL-Parameter in up-OTDOA-AssistanceData.
18900 openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
18901-- If SysInfoType5 is sent to describe a 1.28Mcps TDD cell, the IE PRACH-RACH-Info included in
18902-- PRACH-SystemInformationList shall be ignored, the IE PRACH-Partitioning and the
18903-- IE rach-TransportFormatSet shall be absent and the corresponding IE in the following
18904-- PRACH-SystemInformationList-LCR-r4 shall be used
18905 prach-SystemInformationList-LCR-r4 PRACH-SystemInformationList-LCR-r4 OPTIONAL,
18906 tdd128SpecificInfo SEQUENCE {
18907 pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
18908 pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
18909 pCCPCH-LCR-Extensions PrimaryCCPCH-Info-LCR-r4-ext OPTIONAL,
18910 sCCPCH-LCR-ExtensionsList SCCPCH-SystemInformationList-LCR-r4-ext
18911 } OPTIONAL,
18912 frequencyBandIndicator RadioFrequencyBandFDD OPTIONAL
18913}
18914
18915SysInfoType5-v590ext-IEs ::= SEQUENCE {
18916 hcr-r5-SpecificInfo SEQUENCE {
18917 pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-HCR-r5 OPTIONAL,
18918 pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-HCR-r5 OPTIONAL
18919 } OPTIONAL
18920}
18921
18922SysInfoType5-v650ext-IEs ::= SEQUENCE {
18923 frequencyBandIndicator2 RadioFrequencyBandFDD2
18924}
18925
18926SysInfoType5-v680ext-IEs ::= SEQUENCE {
18927 -- TABULAR: HSDPA Cell Indicator is MD in tabular description
Lev Walkin9ab5c762013-04-07 01:33:33 -070018928 -- Default value is ’HSDPA Capability not indicated’
Lev Walkin76289e12006-10-24 02:17:20 +000018929 hsdpa-CellIndicator ENUMERATED { hsdpa-CapableCell } OPTIONAL
18930}
18931
18932SysInfoType5-v690ext-IEs ::= SEQUENCE {
18933 -- TABULAR: E-DCH Cell Indicator is MD in tabular description
Lev Walkin9ab5c762013-04-07 01:33:33 -070018934 -- Default value is ’E-DCH Capability not indicated’
Lev Walkin76289e12006-10-24 02:17:20 +000018935 edch-CellIndicator ENUMERATED { edch-CapableCell } OPTIONAL,
18936 sccpch-SystemInformation-MBMS CHOICE {
18937 mcchOnSCCPCHusedForNonMBMS MBMS-MCCH-ConfigurationInfo-r6,
18938 mcchOnSCCPCHusedOnlyForMBMS SCCPCH-SystemInformation-MBMS-r6
18939 } OPTIONAL,
18940 additionalPRACH-TF-and-TFCS-CCCH-List AdditionalPRACH-TF-and-TFCS-CCCH-List OPTIONAL,
18941 cBS-DRX-Level1Information-extension CBS-DRX-Level1Information-extension-r6 OPTIONAL
18942}
18943
18944SysInfoType5-v7xyext-IEs ::= SEQUENCE {
18945 pusch-SysInfoList-SFN-VHCR PUSCH-SysInfoList-SFN-VHCR OPTIONAL,
18946 prach-SystemInformationList-r7 PRACH-SystemInformationList-r7 OPTIONAL,
18947 pdsch-SysInfoList-SFN-r7 PDSCH-SysInfoList-r7 OPTIONAL,
18948 sccpch-SystemInformation-MBMS CHOICE {
18949 mcchOnSCCPCHusedForNonMBMS MBMS-MCCH-ConfigurationInfo-r6,
18950 mcchOnSCCPCHusedOnlyForMBMS SCCPCH-SystemInformation-MBMS-r7
18951 } OPTIONAL,
18952 sCCPCH-SystemInformationList-r7 SCCPCH-SystemInformationList-r7 OPTIONAL
18953}
18954
18955
18956-- SysInfoType5bis uses the same structure as SysInfoType5
18957SysInfoType5bis ::= SysInfoType5
18958
18959SysInfoType6 ::= SEQUENCE {
18960 -- Physical channel IEs
18961 pich-PowerOffset PICH-PowerOffset,
18962 modeSpecificInfo CHOICE {
18963 fdd SEQUENCE {
18964 aich-PowerOffset AICH-PowerOffset,
18965 -- dummy is not used in this version of specification, it should
18966 -- not be sent and if received it should be ignored.
18967 dummy CSICH-PowerOffset OPTIONAL
18968 },
18969 tdd SEQUENCE {
18970 -- If PDSCH/PUSCH is configured for 1.28Mcps TDD, pusch-SysInfoList-SFN,
18971 -- pdsch-SysInfoList-SFN and openLoopPowerControl-TDD should be absent
18972 -- and the info included in the tdd128SpecificInfo instead.
18973 -- If PDSCH/PUSCH is configured for 3.84Mcps TDD in R5, HCR-r5-SpecificInfo should
18974 -- also be included.
18975 pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN OPTIONAL,
18976 pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN OPTIONAL,
18977 openLoopPowerControl-TDD OpenLoopPowerControl-TDD
18978 }
18979 },
18980 primaryCCPCH-Info PrimaryCCPCH-Info OPTIONAL,
18981 prach-SystemInformationList PRACH-SystemInformationList OPTIONAL,
18982 sCCPCH-SystemInformationList SCCPCH-SystemInformationList OPTIONAL,
18983 cbs-DRX-Level1Information CBS-DRX-Level1Information OPTIONAL,
18984 -- Conditional on any of the CTCH indicator IEs in
18985 -- sCCPCH-SystemInformationList
18986 -- Extension mechanism for non- release99 information
18987 v4b0NonCriticalExtensions SEQUENCE {
18988 sysInfoType6-v4b0ext SysInfoType6-v4b0ext-IEs OPTIONAL,
18989 -- Extension mechanism for non- rel-4 information
18990 v590NonCriticalExtensions SEQUENCE {
18991 sysInfoType6-v590ext SysInfoType6-v590ext-IEs OPTIONAL,
18992 v650nonCriticalExtensions SEQUENCE {
18993 sysInfoType6-v650ext SysInfoType6-v650ext-IEs OPTIONAL,
18994 v690nonCriticalExtensions SEQUENCE {
18995 sysInfoType6-v690ext SysInfoType6-v690ext-IEs,
18996 v7xyNonCriticalExtensions SEQUENCE {
18997 sysInfoType6-v7xyext SysInfoType6-v7xyext-IEs,
18998 nonCriticalExtensions SEQUENCE {} OPTIONAL
18999 } OPTIONAL
19000 } OPTIONAL
19001 } OPTIONAL
19002 } OPTIONAL
19003 } OPTIONAL
19004}
19005
19006SysInfoType6-v4b0ext-IEs ::= SEQUENCE {
19007 -- openLoopPowerControl-IPDL-TDD is present only if IPDLs are applied for TDD
19008 openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
19009 -- If SysInfoType6 is sent to describe a 1.28Mcps TDD cell, the IE PRACH-RACH-Info included
19010 -- in PRACH-SystemInformationList shall be ignored, the IE PRACH-Partitioning and the
19011 -- IE rach-TransportFormatSet shall be absent and the corresponding IEs in the following
19012 -- PRACH-SystemInformationList-LCR-r4 shall be used
19013 prach-SystemInformationList-LCR-r4 PRACH-SystemInformationList-LCR-r4 OPTIONAL,
19014 tdd128SpecificInfo SEQUENCE {
19015 pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
19016 pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
19017 pCCPCH-LCR-Extensions PrimaryCCPCH-Info-LCR-r4-ext OPTIONAL,
19018 sCCPCH-LCR-ExtensionsList SCCPCH-SystemInformationList-LCR-r4-ext OPTIONAL
19019 } OPTIONAL,
19020 frequencyBandIndicator RadioFrequencyBandFDD OPTIONAL
19021}
19022
19023SysInfoType6-v590ext-IEs ::= SEQUENCE {
19024 hcr-r5-SpecificInfo SEQUENCE {
19025 pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-HCR-r5 OPTIONAL,
19026 pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-HCR-r5 OPTIONAL
19027 } OPTIONAL
19028}
19029
19030SysInfoType6-v650ext-IEs ::= SEQUENCE {
19031 frequencyBandIndicator2 RadioFrequencyBandFDD2
19032}
19033
19034SysInfoType6-v690ext-IEs ::= SEQUENCE {
19035 additionalPRACH-TF-and-TFCS-CCCH-List AdditionalPRACH-TF-and-TFCS-CCCH-List OPTIONAL
19036}
19037
19038SysInfoType6-v7xyext-IEs ::= SEQUENCE {
19039 pusch-SysInfoList-SFN-VHCR PUSCH-SysInfoList-SFN-VHCR OPTIONAL,
19040 pdsch-SysInfoList-SFN-r7 PDSCH-SysInfoList-r7 OPTIONAL,
19041 prach-SystemInformationList-r7 PRACH-SystemInformationList-r7 OPTIONAL,
19042 sCCPCH-SystemInformationList-r7 SCCPCH-SystemInformationList-r7 OPTIONAL
19043}
19044
19045SysInfoType7 ::= SEQUENCE {
19046 -- Physical channel IEs
19047 modeSpecificInfo CHOICE {
19048 fdd SEQUENCE {
19049 ul-Interference UL-Interference
19050 },
19051 tdd NULL
19052 },
19053 prach-Information-SIB5-List DynamicPersistenceLevelList,
19054 prach-Information-SIB6-List DynamicPersistenceLevelList OPTIONAL,
19055 expirationTimeFactor ExpirationTimeFactor OPTIONAL,
19056 -- Extension mechanism for non- release99 information
19057 nonCriticalExtensions SEQUENCE {} OPTIONAL
19058}
19059
19060-- This IE is not used in this version of the specification.
19061-- It was kept only for backwards compatibility reasons
19062SysInfoType8 ::= SEQUENCE {
19063 -- User equipment IEs
19064 -- dummy1, dummy2, dummy3 are not used in this version of the specification and
19065 -- they should be ignored by the receiver.
19066 dummy1 CPCH-Parameters,
19067 -- Physical channel IEs
19068 dummy2 CPCH-SetInfoList,
19069 dummy3 CSICH-PowerOffset,
19070 -- Extension mechanism for non- release99 information
19071 nonCriticalExtensions SEQUENCE {} OPTIONAL
19072}
19073
19074-- This IE is not used in this version of the specification.
19075-- It was kept only for backwards compatibility reasons
19076SysInfoType9 ::= SEQUENCE {
19077 -- Physical channel IEs
19078 -- dummy is not used in this version of the specification and
19079 -- it should be ignored by the receiver.
19080 dummy CPCH-PersistenceLevelsList,
19081 -- Extension mechanism for non- release99 information
19082 nonCriticalExtensions SEQUENCE {} OPTIONAL
19083}
19084
19085-- This IE is not used in this version of the specification.
19086-- It was kept only for backwards compatibility reasons
19087SysInfoType10 ::= SEQUENCE {
19088 -- User equipment IEs
19089 -- dummy is not used in this version of the specification, it should
19090 -- not be sent and if received it should be ignored.
19091 dummy DRAC-SysInfoList,
19092 -- Extension mechanism for non- release99 information
19093 nonCriticalExtensions SEQUENCE {} OPTIONAL
19094}
19095
19096SysInfoType11 ::= SEQUENCE {
19097 sib12indicator BOOLEAN,
19098 -- Measurement IEs
19099 fach-MeasurementOccasionInfo FACH-MeasurementOccasionInfo OPTIONAL,
19100 measurementControlSysInfo MeasurementControlSysInfo,
19101 -- Extension mechanism for non- release99 information
19102 v4b0NonCriticalExtensions SEQUENCE {
19103 sysInfoType11-v4b0ext SysInfoType11-v4b0ext-IEs OPTIONAL,
19104 v590NonCriticalExtension SEQUENCE {
19105 sysInfoType11-v590ext SysInfoType11-v590ext-IEs,
19106 v690NonCriticalExtensions SEQUENCE {
19107 sysInfoType11-v690ext SysInfoType11-v690ext-IEs,
19108 nonCriticalExtensions SEQUENCE {} OPTIONAL
19109 } OPTIONAL
19110 } OPTIONAL
19111 } OPTIONAL
19112}
19113
19114SysInfoType11-v4b0ext-IEs ::= SEQUENCE {
19115 fach-MeasurementOccasionInfo-LCR-Ext FACH-MeasurementOccasionInfo-LCR-r4-ext OPTIONAL,
19116 measurementControlSysInfo-LCR MeasurementControlSysInfo-LCR-r4-ext
19117}
19118
19119SysInfoType11-v590ext-IEs ::= SEQUENCE {
19120 --The order of the list corresponds to the order of cell in newIntraFrequencyCellInfoList
19121 newIntraFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
19122 CellSelectReselectInfo-v590ext OPTIONAL,
19123 --The order of the list corresponds to the order of cell in newInterFrequencyCellInfoList
19124 newInterFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
19125 CellSelectReselectInfo-v590ext OPTIONAL,
19126 --The order of the list corresponds to the order of cell in newInterRATCellInfoList
19127 newInterRATCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
19128 CellSelectReselectInfo-v590ext OPTIONAL,
19129 intraFreqEventCriteriaList-v590ext Intra-FreqEventCriteriaList-v590ext OPTIONAL,
19130 intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
19131 intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL
19132}
19133
19134SysInfoType11-v690ext-IEs ::= SEQUENCE {
19135 -- Measurement IEs
19136 interFreqRACHReportingInfo InterFreqRACHReportingInfo OPTIONAL
19137}
19138
19139SysInfoType12 ::= SEQUENCE {
19140 -- Measurement IEs
19141 fach-MeasurementOccasionInfo FACH-MeasurementOccasionInfo OPTIONAL,
19142 measurementControlSysInfo MeasurementControlSysInfo,
19143 -- Extension mechanism for non- release99 information
19144 v4b0NonCriticalExtensions SEQUENCE {
19145 sysInfoType12-v4b0ext SysInfoType12-v4b0ext-IEs OPTIONAL,
19146 v590NonCriticalExtension SEQUENCE {
19147 sysInfoType12-v590ext SysInfoType12-v590ext-IEs,
19148 v690NonCriticalExtensions SEQUENCE {
19149 sysInfoType12-v690ext SysInfoType12-v690ext-IEs,
19150 nonCriticalExtensions SEQUENCE {} OPTIONAL
19151 } OPTIONAL
19152 } OPTIONAL
19153 } OPTIONAL
19154}
19155
19156SysInfoType12-v4b0ext-IEs ::= SEQUENCE {
19157 fach-MeasurementOccasionInfo-LCR-Ext FACH-MeasurementOccasionInfo-LCR-r4-ext OPTIONAL,
19158 measurementControlSysInfo-LCR MeasurementControlSysInfo-LCR-r4-ext
19159}
19160
19161SysInfoType12-v590ext-IEs ::= SEQUENCE {
19162 --The order of the list corresponds to the order of cell in newIntraFrequencyCellInfoList
19163 newIntraFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
19164 CellSelectReselectInfo-v590ext OPTIONAL,
19165 --The order of the list corresponds to the order of cell in newInterFrequencyCellInfoList
19166 newInterFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
19167 CellSelectReselectInfo-v590ext OPTIONAL,
19168 --The order of the list corresponds to the order of cell in newInterRATCellInfoList
19169 newInterRATCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
19170 CellSelectReselectInfo-v590ext OPTIONAL,
19171 intraFreqEventCriteriaList-v590ext Intra-FreqEventCriteriaList-v590ext OPTIONAL,
19172 intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
19173 intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL
19174}
19175
19176SysInfoType12-v690ext-IEs ::= SEQUENCE {
19177 -- Measurement IEs
19178 interFreqRACHReportingInfo InterFreqRACHReportingInfo OPTIONAL
19179}
19180
19181SysInfoType13 ::= SEQUENCE {
19182 -- Core network IEs
19183 cn-DomainSysInfoList CN-DomainSysInfoList,
19184 -- User equipment IEs
19185 ue-IdleTimersAndConstants UE-IdleTimersAndConstants OPTIONAL,
19186 capabilityUpdateRequirement CapabilityUpdateRequirement OPTIONAL,
19187 -- Extension mechanism for non- release99 information
19188 v3a0NonCriticalExtensions SEQUENCE {
19189 sysInfoType13-v3a0ext SysInfoType13-v3a0ext-IEs,
19190 v4b0NonCriticalExtensions SEQUENCE {
19191 sysInfoType13-v4b0ext SysInfoType13-v4b0ext-IEs,
19192 -- Extension mechanism for non- release99 information
19193 v7xyNonCriticalExtensions SEQUENCE {
19194 sysInfoType13-v7xyext SysInfoType13-v7xyext-IEs,
19195 nonCriticalExtensions SEQUENCE {} OPTIONAL
19196 } OPTIONAL
19197 } OPTIONAL
19198 } OPTIONAL
19199}
19200
19201SysInfoType13-v3a0ext-IEs ::= SEQUENCE {
19202 ue-IdleTimersAndConstants-v3a0ext UE-IdleTimersAndConstants-v3a0ext
19203}
19204
19205SysInfoType13-v4b0ext-IEs ::= SEQUENCE {
19206 capabilityUpdateRequirement-r4Ext CapabilityUpdateRequirement-r4-ext OPTIONAL
19207}
19208
19209SysInfoType13-v7xyext-IEs ::= SEQUENCE {
19210 capabilityUpdateRequirement-r7Ext CapabilityUpdateRequirement-r7-ext OPTIONAL
19211}
19212
19213SysInfoType13-1 ::= SEQUENCE {
19214 -- ANSI-41 IEs
19215 ansi-41-RAND-Information ANSI-41-RAND-Information,
19216 -- Extension mechanism for non- release99 information
19217 nonCriticalExtensions SEQUENCE {} OPTIONAL
19218}
19219
19220SysInfoType13-2 ::= SEQUENCE {
19221 -- ANSI-41 IEs
19222 ansi-41-UserZoneID-Information ANSI-41-UserZoneID-Information,
19223 -- Extension mechanism for non- release99 information
19224 nonCriticalExtensions SEQUENCE {} OPTIONAL
19225}
19226
19227SysInfoType13-3 ::= SEQUENCE {
19228 -- ANSI-41 IEs
19229 ansi-41-PrivateNeighbourListInfo ANSI-41-PrivateNeighbourListInfo,
19230 -- Extension mechanism for non- release99 information
19231 nonCriticalExtensions SEQUENCE {} OPTIONAL
19232}
19233
19234SysInfoType13-4 ::= SEQUENCE {
19235 -- ANSI-41 IEs
19236 ansi-41-GlobalServiceRedirectInfo
19237 ANSI-41-GlobalServiceRedirectInfo,
19238 -- Extension mechanism for non- release99 information
19239 nonCriticalExtensions SEQUENCE {} OPTIONAL
19240}
19241
19242SysInfoType14 ::= SEQUENCE {
19243 -- Physical channel IEs
19244 individualTS-InterferenceList IndividualTS-InterferenceList,
19245 expirationTimeFactor ExpirationTimeFactor OPTIONAL,
19246 -- Extension mechanism for non- release99 information
19247 nonCriticalExtensions SEQUENCE {} OPTIONAL
19248}
19249
19250SysInfoType15 ::= SEQUENCE {
19251 -- Measurement IEs
19252
19253 ue-positioning-GPS-CipherParameters UE-Positioning-CipherParameters OPTIONAL,
19254 ue-positioning-GPS-ReferenceLocation ReferenceLocation,
19255 ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime,
19256
19257 ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL,
19258 -- Extension mechanism for non- release99 information
19259 v4b0NonCriticalExtensions SEQUENCE {
19260 sysInfoType15-v4b0ext SysInfoType15-v4b0ext-IEs,
19261 -- Extension mechanism for non- release4 information
19262 nonCriticalExtensions SEQUENCE {} OPTIONAL
19263 } OPTIONAL
19264}
19265
19266SysInfoType15-v4b0ext-IEs ::= SEQUENCE {
19267 up-Ipdl-Parameters-TDD UE-Positioning-IPDL-Parameters-TDD-r4-ext OPTIONAL
19268}
19269
19270SysInfoType15-1 ::= SEQUENCE {
19271 -- DGPS corrections
19272 ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections,
19273
19274 -- Extension mechanism for non- release99 information
19275 nonCriticalExtensions SEQUENCE {} OPTIONAL
19276}
19277
19278SysInfoType15-2 ::= SEQUENCE {
19279 -- Ephemeris and clock corrections
19280 transmissionTOW INTEGER (0..604799),
19281 satID SatID,
19282 ephemerisParameter EphemerisParameter,
19283
19284 -- Extension mechanism for non- release99 information
19285 nonCriticalExtensions SEQUENCE {} OPTIONAL
19286}
19287
19288SysInfoType15-3 ::= SEQUENCE {
19289 -- Almanac and other data
19290 transmissionTOW INTEGER (0.. 604799),
19291 ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac OPTIONAL,
19292 ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
19293 ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
19294 satMask BIT STRING (SIZE (1..32)) OPTIONAL,
19295 lsbTOW BIT STRING (SIZE (8)) OPTIONAL,
19296 -- Extension mechanism for non- release99 information
19297 nonCriticalExtensions SEQUENCE {} OPTIONAL
19298}
19299
19300SysInfoType15-4 ::= SEQUENCE {
19301 -- Measurement IEs
19302 ue-positioning-OTDOA-CipherParameters UE-Positioning-CipherParameters OPTIONAL,
19303 ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData,
19304 v3a0NonCriticalExtensions SEQUENCE {
19305 sysInfoType15-4-v3a0ext SysInfoType15-4-v3a0ext,
19306 -- Extension mechanism for non- release99 information
19307 v4b0NonCriticalExtensions SEQUENCE {
19308 sysInfoType15-4-v4b0ext SysInfoType15-4-v4b0ext,
19309 nonCriticalExtensions SEQUENCE {} OPTIONAL
19310 } OPTIONAL
19311 } OPTIONAL
19312}
19313
19314SysInfoType15-4-v3a0ext ::= SEQUENCE {
19315 sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
19316}
19317
19318SysInfoType15-4-v4b0ext ::= SEQUENCE {
19319 ue-Positioning-OTDOA-AssistanceData-r4ext UE-Positioning-OTDOA-AssistanceData-r4ext OPTIONAL
19320}
19321
19322SysInfoType15-5 ::= SEQUENCE {
19323 -- Measurement IEs
19324 ue-positioning-OTDOA-AssistanceData-UEB UE-Positioning-OTDOA-AssistanceData-UEB,
19325 v3a0NonCriticalExtensions SEQUENCE {
19326 sysInfoType15-5-v3a0ext SysInfoType15-5-v3a0ext,
19327 -- Extension mechanism for non- release99 information
19328 nonCriticalExtensions SEQUENCE {} OPTIONAL
19329 } OPTIONAL
19330}
19331
19332SysInfoType15-5-v3a0ext ::= SEQUENCE {
19333 sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
19334}
19335
19336SysInfoType16 ::= SEQUENCE {
19337 -- Radio bearer IEs
19338 preDefinedRadioConfiguration PreDefRadioConfiguration,
19339 -- Extension mechanism for non- release99 information
19340 nonCriticalExtensions SEQUENCE {} OPTIONAL
19341}
19342
19343SysInfoType17 ::= SEQUENCE {
19344 -- Physical channel IEs
19345 -- If PDSCH/PUSCH is configured for 1.28Mcps TDD, pusch-SysInfoList and
19346 -- pdsch-SysInfoList should be absent and the info included in the
19347 -- tdd128SpecificInfo instead.
19348 -- If PDSCH/PUSCH is configured for 3.84Mcps TDD in R5, HCR-r5-SpecificInfo should also be
19349 -- included.
19350 pusch-SysInfoList PUSCH-SysInfoList OPTIONAL,
19351 pdsch-SysInfoList PDSCH-SysInfoList OPTIONAL,
19352 -- Extension mechanism for non- release99 information
19353 v4b0NonCriticalExtensions SEQUENCE {
19354 sysInfoType17-v4b0ext SysInfoType17-v4b0ext-IEs,
19355 v590NonCriticalExtensions SEQUENCE {
19356 sysInfoType17-v590ext SysInfoType17-v590ext-IEs OPTIONAL,
19357 v7xyNonCriticalExtensions SEQUENCE {
19358 sysInfoType17-v7xyext SysInfoType17-v7xyext-IEs,
19359 nonCriticalExtensions SEQUENCE {} OPTIONAL
19360 } OPTIONAL
19361 } OPTIONAL
19362 } OPTIONAL
19363}
19364
19365SysInfoType17-v4b0ext-IEs ::= SEQUENCE {
19366 tdd128SpecificInfo SEQUENCE {
19367 pusch-SysInfoList PUSCH-SysInfoList-LCR-r4 OPTIONAL,
19368 pdsch-SysInfoList PDSCH-SysInfoList-LCR-r4 OPTIONAL
19369 } OPTIONAL
19370}
19371
19372SysInfoType17-v590ext-IEs ::= SEQUENCE {
19373 hcr-r5-SpecificInfo SEQUENCE {
19374 pusch-SysInfoList PUSCH-SysInfoList-HCR-r5 OPTIONAL,
19375 pdsch-SysInfoList PDSCH-SysInfoList-HCR-r5 OPTIONAL
19376 } OPTIONAL
19377}
19378
19379SysInfoType17-v7xyext-IEs ::= SEQUENCE {
19380 pusch-SysInfoList-SFN-VHCR PUSCH-SysInfoList-SFN-VHCR OPTIONAL,
19381 pdsch-SysInfoList-r7 PDSCH-SysInfoList-r7 OPTIONAL
19382}
19383
19384SysInfoType18 ::= SEQUENCE {
19385 idleModePLMNIdentities PLMNIdentitiesOfNeighbourCells OPTIONAL,
19386 connectedModePLMNIdentities PLMNIdentitiesOfNeighbourCells OPTIONAL,
19387 -- Extension mechanism for non- release99 information
19388 nonCriticalExtensions SEQUENCE {} OPTIONAL
19389}
19390
19391SysInfoTypeSB1 ::= SEQUENCE {
19392 -- Other IEs
19393 sib-ReferenceList SIB-ReferenceList,
19394 -- Extension mechanism for non- release99 information
19395 nonCriticalExtensions SEQUENCE {} OPTIONAL
19396}
19397
19398SysInfoTypeSB2 ::= SEQUENCE {
19399 -- Other IEs
19400 sib-ReferenceList SIB-ReferenceList,
19401 -- Extension mechanism for non- release99 information
19402 nonCriticalExtensions SEQUENCE {} OPTIONAL
19403}
19404
19405TDD-UMTS-Frequency-List ::= SEQUENCE (SIZE (1..maxNumTDDFreqs)) OF
19406 FrequencyInfoTDD
19407
19408-- ***************************************************
19409--
19410-- ANSI-41 INFORMATION ELEMENTS (10.3.9)
19411--
19412-- ***************************************************
19413
19414ANSI-41-GlobalServiceRedirectInfo ::= ANSI-41-NAS-Parameter
19415ANSI-41-PrivateNeighbourListInfo ::= ANSI-41-NAS-Parameter
19416ANSI-41-RAND-Information ::= ANSI-41-NAS-Parameter
19417ANSI-41-UserZoneID-Information ::= ANSI-41-NAS-Parameter
19418ANSI-41-NAS-Parameter ::= BIT STRING (SIZE (1..2048))
19419
19420Min-P-REV ::= BIT STRING (SIZE (8))
19421
19422NAS-SystemInformationANSI-41 ::= ANSI-41-NAS-Parameter
19423NID ::= BIT STRING (SIZE (16))
19424
19425P-REV ::= BIT STRING (SIZE (8))
19426
19427SID ::= BIT STRING (SIZE (15))
19428
19429-- ***************************************************
19430--
19431-- MBMS INFORMATION ELEMENTS (10.3.9a)
19432--
19433-- ***************************************************
19434
19435MBMS-AccessProbabilityFactor ::= ENUMERATED {
19436 apf0, apf32, apf64, apf96, apf128, apf160, apf192,
19437 apf224, apf256, apf288, apf320, apf352, apf384, apf416,
19438 apf448, apf480, apf512, apf544, apf576, apf608, apf640,
19439 apf672, apf704, apf736, apf768, apf800, apf832, apf864,
19440 apf896, apf928, apf960, apf1000 }
19441
19442MBMS-CellGroupIdentity-r6 ::= BIT STRING (SIZE (12))
19443
19444MBMS-CommonCCTrChIdentity ::= INTEGER (1..32)
19445
19446MBMS-CommonPhyChIdentity ::= INTEGER (1..32)
19447
19448MBMS-CommonRBIdentity ::= INTEGER (1..32)
19449
19450MBMS-CommonRBInformation-r6 ::= SEQUENCE {
19451 commonRBIdentity MBMS-CommonRBIdentity,
19452 pdcp-Info PDCP-Info-r4,
19453 rlc-Info RLC-Info-MTCH-r6
19454}
19455
19456MBMS-CommonRBInformationList-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonRB)) OF
19457 MBMS-CommonRBInformation-r6
19458
19459MBMS-CommonTrChIdentity ::= INTEGER (1..32)
19460
19461MBMS-ConnectedModeCountingScope ::= SEQUENCE {
19462 countingForUraPCH BOOLEAN,
19463 countingForCellPCH BOOLEAN,
19464 countingForCellFACH BOOLEAN
19465}
19466
19467MBMS-CurrentCell-SCCPCH-r6 ::= SEQUENCE {
19468 sccpchIdentity MBMS-SCCPCHIdentity OPTIONAL,
19469 secondaryCCPCH-Info MBMS-CommonPhyChIdentity,
19470 softComb-TimingOffset MBMS-SoftComb-TimingOffset OPTIONAL,
19471 -- If the IE transpCh-InfoCommonForAllTrCh is absent, the default TFCS as specified
19472 -- in 14.10.1 applies
19473 transpCh-InfoCommonForAllTrCh MBMS-CommonCCTrChIdentity OPTIONAL,
19474 transpCHInformation MBMS-TrCHInformation-CurrList
19475}
19476
19477MBMS-CurrentCell-SCCPCHList-r6 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
19478 MBMS-CurrentCell-SCCPCH-r6
19479
19480MBMS-FACHCarryingMTCH-List ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
19481 TransportFormatSet
19482
19483MBMS-JoinedInformation-r6 ::= SEQUENCE {
19484 p-TMSI P-TMSI-GSM-MAP OPTIONAL
19485}
19486
19487MBMS-L1CombiningSchedule-32 ::= SEQUENCE {
19488 -- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
19489 cycleOffset INTEGER (0..7) OPTIONAL,
19490 mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
19491 periodStart INTEGER (0..7),
19492 periodDuration INTEGER (1..8)
19493 }
19494}
19495
19496MBMS-L1CombiningSchedule-64 ::= SEQUENCE {
19497 -- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
19498 cycleOffset INTEGER (0..15) OPTIONAL,
19499 mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
19500 periodStart INTEGER (0..15),
19501 periodDuration INTEGER (1..16)
19502 }
19503}
19504
19505MBMS-L1CombiningSchedule-128 ::= SEQUENCE {
19506 -- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
19507 cycleOffset INTEGER (0..31) OPTIONAL,
19508 mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
19509 periodStart INTEGER (0..31),
19510 periodDuration INTEGER (1..32)
19511 }
19512}
19513
19514MBMS-L1CombiningSchedule-256 ::= SEQUENCE {
19515 -- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
19516 cycleOffset INTEGER (0..63) OPTIONAL,
19517 mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
19518 periodStart INTEGER (0..63),
19519 periodDuration INTEGER (1..64)
19520 }
19521}
19522
19523MBMS-L1CombiningSchedule-512 ::= SEQUENCE {
19524 -- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
19525 cycleOffset INTEGER (0..127) OPTIONAL,
19526 mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
19527 periodStart INTEGER (0..127),
19528 periodDuration INTEGER (1..128)
19529 }
19530}
19531
19532MBMS-L1CombiningSchedule-1024 ::= SEQUENCE {
19533 -- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
19534 cycleOffset INTEGER (0..255) OPTIONAL,
19535 mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
19536 periodStart INTEGER (0..255),
19537 periodDuration INTEGER (1..256)
19538 }
19539}
19540
19541MBMS-L1CombiningSchedule ::= CHOICE {
19542 cycleLength-32 MBMS-L1CombiningSchedule-32,
19543 cycleLength-64 MBMS-L1CombiningSchedule-64,
19544 cycleLength-128 MBMS-L1CombiningSchedule-128,
19545 cycleLength-256 MBMS-L1CombiningSchedule-256,
19546 cycleLength-512 MBMS-L1CombiningSchedule-512,
19547 cycleLength-1024 MBMS-L1CombiningSchedule-1024
19548}
19549
19550MBMS-L1CombiningTransmTimeDiff ::= INTEGER (0..3)
19551
19552MBMS-L23Configuration ::= CHOICE {
19553 sameAsCurrent SEQUENCE {
19554 currentCell-SCCPCH MBMS-SCCPCHIdentity,
19555 msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
19556 },
19557 different SEQUENCE {
19558 -- If the IE transpCh-InfoCommonForAllTrCh is absent, the default TFCS as specified
19559 -- in 14.10.1 applies
19560 transpCh-InfoCommonForAllTrCh MBMS-CommonCCTrChIdentity OPTIONAL,
19561 transpCHInformation MBMS-TrCHInformation-NeighbList
19562 }
19563}
19564
19565MBMS-LogicalChIdentity ::= INTEGER (1..15)
19566
19567MBMS-MCCH-ConfigurationInfo-r6 ::= SEQUENCE {
19568 accessInfoPeriodCoefficient INTEGER (0..3),
19569 repetitionPeriodCoefficient INTEGER (0..3),
19570 modificationPeriodCoefficient INTEGER (7..10),
19571 rlc-Info RLC-Info-MCCH-r6,
19572 tctf-Presence MBMS-TCTF-Presence OPTIONAL
19573}
19574
19575MBMS-MICHConfigurationInfo-r6 ::= SEQUENCE {
19576 michPowerOffset MBMS-MICHPowerOffset,
19577 mode CHOICE {
19578 fdd SEQUENCE {
19579 channelisationCode256 ChannelisationCode256,
19580 ni-CountPerFrame MBMS-NI-CountPerFrame,
19581 sttd-Indicator BOOLEAN
19582 },
19583 tdd384 SEQUENCE {
19584 timeslot TimeslotNumber,
19585 midambleShiftAndBurstType MidambleShiftAndBurstType,
19586 channelisationCode DL-TS-ChannelisationCode,
19587 repetitionPeriodLengthOffset RepPerLengthOffset-MICH OPTIONAL,
19588 mbmsNotificationIndLength MBMS-MICHNotificationIndLength DEFAULT mn4
19589 },
19590 tdd128 SEQUENCE {
19591 timeslot TimeslotNumber-LCR-r4,
19592 midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
19593 channelisationCodeList SEQUENCE (SIZE (1..2)) OF
19594 DL-TS-ChannelisationCode,
19595 repetitionPeriodLengthOffset RepPerLengthOffset-MICH OPTIONAL,
19596 mbmsNotificationIndLength MBMS-MICHNotificationIndLength DEFAULT mn4
19597 }
19598 }
19599}
19600
19601MBMS-MICHConfigurationInfo-r7 ::= SEQUENCE {
19602 michPowerOffset MBMS-MICHPowerOffset,
19603 mode CHOICE {
19604 fdd SEQUENCE {
19605 channelisationCode256 ChannelisationCode256,
19606 ni-CountPerFrame MBMS-NI-CountPerFrame,
19607 sttd-Indicator BOOLEAN
19608 },
19609 tdd384 SEQUENCE {
19610 timeslot TimeslotNumber,
19611 midambleShiftAndBurstType MidambleShiftAndBurstType,
19612 channelisationCode DL-TS-ChannelisationCode,
19613 repetitionPeriodLengthOffset RepPerLengthOffset-MICH OPTIONAL,
19614 mbmsNotificationIndLength MBMS-MICHNotificationIndLength DEFAULT mn4
19615 },
19616 tdd768 SEQUENCE {
19617 timeslot TimeslotNumber,
19618 midambleShiftAndBurstType MidambleShiftAndBurstType-VHCR,
19619 channelisationCode DL-TS-ChannelisationCode,
19620 repetitionPeriodLengthOffset RepPerLengthOffset-MICH OPTIONAL,
19621 mbmsNotificationIndLength MBMS-MICHNotificationIndLength DEFAULT mn4
19622 },
19623 tdd128 SEQUENCE {
19624 timeslot TimeslotNumber-LCR-r4,
19625 midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
19626 channelisationCodeList SEQUENCE (SIZE (1..2)) OF
19627 DL-TS-ChannelisationCode,
19628 repetitionPeriodLengthOffset RepPerLengthOffset-MICH OPTIONAL,
19629 mbmsNotificationIndLength MBMS-MICHNotificationIndLength DEFAULT mn4
19630 }
19631 }
19632}
19633
19634MBMS-MICHNotificationIndLength ::= ENUMERATED { mn4, mn8, mn16 }
19635
19636MBMS-MICHPowerOffset ::= INTEGER (-10..5)
19637
19638MBMS-ModifedService-r6 ::= SEQUENCE {
19639 mbms-TransmissionIdentity MBMS-TransmissionIdentity,
19640 mbms-RequiredUEAction MBMS-RequiredUEAction-Mod,
19641 mbms-PreferredFrequency CHOICE {
19642 mcch MBMS-PFLIndex,
19643 dcch MBMS-PFLInfo
19644 } OPTIONAL,
19645 mbms-DispersionIndicator ENUMERATED { true } OPTIONAL,
19646 continueMCCHReading BOOLEAN
19647}
19648
19649MBMS-ModifedServiceList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservModif)) OF
19650 MBMS-ModifedService-r6
19651
19652MBMS-MSCH-ConfigurationInfo-r6 ::= SEQUENCE {
19653 mschShedulingInfo MBMS-MSCHSchedulingInfo OPTIONAL,
19654 rlc-Info RLC-Info-MSCH-r6 OPTIONAL,
19655 tctf-Presence MBMS-TCTF-Presence OPTIONAL
19656}
19657
19658MBMS-MSCHSchedulingInfo ::= CHOICE {
19659 schedulingPeriod-32-Offset INTEGER (0..31),
19660 schedulingPeriod-64-Offset INTEGER (0..63),
19661 schedulingPeriod-128-Offset INTEGER (0..127),
19662 schedulingPeriod-256-Offset INTEGER (0..255),
19663 schedulingPeriod-512-Offset INTEGER (0..511),
19664 schedulingPeriod-1024-Offset INTEGER (0..1023)
19665}
19666
19667MBMS-NeighbouringCellSCCPCH-r6 ::= SEQUENCE {
19668 secondaryCCPCH-Info MBMS-CommonPhyChIdentity,
19669 secondaryCCPCHPwrOffsetDiff MBMS-SCCPCHPwrOffsetDiff OPTIONAL,
19670 layer1Combining CHOICE {
19671 fdd SEQUENCE {
19672 softComb-TimingOffset MBMS-SoftComb-TimingOffset,
19673 mbms-L1CombiningTransmTimeDiff MBMS-L1CombiningTransmTimeDiff,
19674 mbms-L1CombiningSchedule MBMS-L1CombiningSchedule OPTIONAL
19675 },
19676 tdd NULL
19677 } OPTIONAL,
19678 mbms-L23Configuration MBMS-L23Configuration
19679}
19680
19681MBMS-NeighbouringCellSCCPCHList-r6 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
19682 MBMS-NeighbouringCellSCCPCH-r6
19683
19684MBMS-NI-CountPerFrame ::= ENUMERATED { ni18, ni36, ni72, ni144 }
19685
19686MBMS-NumberOfNeighbourCells-r6 ::= INTEGER (0..32)
19687
19688MBMS-PFLIndex ::= INTEGER (1..maxMBMS-Freq)
19689
19690MBMS-PFLInfo ::= FrequencyInfo
19691
19692MBMS-PhyChInformation-r6 ::= SEQUENCE {
19693 mbms-CommonPhyChIdentity MBMS-CommonPhyChIdentity,
19694 secondaryCCPCHInfo-MBMS SecondaryCCPCHInfo-MBMS-r6
19695}
19696
19697MBMS-PhyChInformationList-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonPhyCh)) OF
19698 MBMS-PhyChInformation-r6
19699
19700MBMS-PL-ServiceRestrictInfo-r6 ::= ENUMERATED { true }
19701
19702MBMS-PreferredFreqRequest-r6 ::= SEQUENCE {
19703 preferredFreqRequest FrequencyInfo
19704}
19705
19706MBMS-PreferredFrequencyInfo-r6 ::= SEQUENCE {
19707 mbmsPreferredFrequency INTEGER (1..maxMBMS-Freq) OPTIONAL,
19708 layerConvergenceInformation CHOICE {
19709 mbms-Qoffset MBMS-Qoffset,
19710 mbms-HCSoffset INTEGER (0..7)
19711 },
19712 mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
19713}
19714
19715MBMS-PreferredFrequencyList-r6 ::= SEQUENCE (SIZE (1..maxMBMS-Freq)) OF
19716 MBMS-PreferredFrequencyInfo-r6
19717
19718MBMS-PTMActivationTime-r6 ::= INTEGER (0..2047)
19719
19720MBMS-PTM-RBInformation-C ::= SEQUENCE {
19721 rbInformation MBMS-CommonRBIdentity,
19722 shortTransmissionID MBMS-ShortTransmissionID,
19723 logicalChIdentity MBMS-LogicalChIdentity
19724}
19725
19726MBMS-PTM-RBInformation-CList ::= SEQUENCE (SIZE (1..maxRBperTrCh)) OF
19727 MBMS-PTM-RBInformation-C
19728
19729MBMS-PTM-RBInformation-N ::= SEQUENCE {
19730 shortTransmissionID MBMS-ShortTransmissionID,
19731 logicalChIdentity MBMS-LogicalChIdentity,
19732 layer1-CombiningStatus BOOLEAN}
19733
19734MBMS-PTM-RBInformation-NList ::= SEQUENCE (SIZE (1..maxRBperTrCh)) OF
19735 MBMS-PTM-RBInformation-N
19736
19737MBMS-Qoffset ::= ENUMERATED { q4, q8, q12, q16, q20, q30, q40, qInfinity }
19738
19739MBMS-RequiredUEAction-Mod ::= ENUMERATED {
19740 none,
19741 acquireCountingInfo,
19742 acquireCountingInfoPTM-RBsUnmodified,
19743 acquirePTM-RBInfo,
19744 requestPTPRB,
19745 releasePTM-RB }
19746
19747MBMS-RequiredUEAction-UMod ::= ENUMERATED {
19748 none,
19749 acquirePTM-RBInfo,
19750 requestPTPRB }
19751
19752MBMS-SCCPCHIdentity ::= INTEGER (1..maxSCCPCH)
19753
19754MBMS-SCCPCHPwrOffsetDiff ::= ENUMERATED { mcpo-minus6, mcpo-minus3, mcpo-plus3, mcpo-plus6 }
19755
19756MBMS-ServiceAccessInfo-r6 ::= SEQUENCE {
19757 shortTransmissionID MBMS-ShortTransmissionID,
19758 accessprobabilityFactor-Idle MBMS-AccessProbabilityFactor,
19759 accessprobabilityFactor-UraPCH MBMS-AccessProbabilityFactor OPTIONAL,
19760 mbms-ConnectedModeCountingScope MBMS-ConnectedModeCountingScope
19761}
19762
19763MBMS-ServiceAccessInfoList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservCount)) OF
19764 MBMS-ServiceAccessInfo-r6
19765
19766MBMS-ServiceIdentity-r6 ::= SEQUENCE {
19767 serviceIdentity OCTET STRING (SIZE (3)),
19768 plmn-Identity CHOICE {
19769 -- The 'sameAsMIB-PLMN-Id' choice refers to the 'PLMN Identity' (R99) in MIB.
19770 sameAsMIB-PLMN-Id NULL,
19771 other CHOICE {
19772 -- The 'sameAsMIB-MultiPLMN-Id' choice refers to one of the (1..5) PLMN Identities
19773 -- provided in the 'Multiple PLMN List' (REL-6) in MIB.
19774 sameAsMIB-MultiPLMN-Id INTEGER (1..5),
19775 explicitPLMN-Id PLMN-Identity
19776 }
19777 }
19778}
19779
19780MBMS-ServiceSchedulingInfo-r6 ::= SEQUENCE {
19781 mbms-TransmissionIdentity MBMS-TransmissionIdentity,
19782 mbms-ServiceTransmInfoList MBMS-ServiceTransmInfoList OPTIONAL,
19783 nextSchedulingperiod INTEGER (0..31)
19784}
19785
19786MBMS-ServiceSchedulingInfoList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservSched)) OF
19787 MBMS-ServiceSchedulingInfo-r6
19788
19789MBMS-ServiceTransmInfo ::= SEQUENCE {
19790 -- Actual values (start, duration) = IE values * 4
19791 start INTEGER (0..255),
19792 duration INTEGER (1..256)
19793}
19794
19795MBMS-ServiceTransmInfoList ::= SEQUENCE (SIZE (1..maxMBMSTransmis)) OF
19796 MBMS-ServiceTransmInfo
19797
19798MBMS-SessionIdentity ::= OCTET STRING (SIZE (1))
19799
19800MBMS-ShortTransmissionID ::= INTEGER (1..maxMBMSservUnmodif)
19801
19802MBMS-SIBType5-SCCPCH-r6 ::= SEQUENCE {
19803 sccpchIdentity MBMS-SCCPCHIdentity,
19804 transpCHInformation MBMS-TrCHInformation-SIB5List
19805}
19806
19807MBMS-SIBType5-SCCPCHList-r6 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
19808 MBMS-SIBType5-SCCPCH-r6
19809
19810MBMS-SoftComb-TimingOffset ::= ENUMERATED { ms0, ms10, ms20, ms40 }
19811
19812MBMS-TCTF-Presence ::= ENUMERATED { false }
19813
19814MBMS-TimersAndCounters-r6 ::= SEQUENCE {
19815 t-318 T-318 DEFAULT ms1000
19816}
19817
19818MBMS-TransmissionIdentity ::= SEQUENCE {
19819 mbms-ServiceIdentity MBMS-ServiceIdentity-r6,
19820 mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL
19821}
19822
19823MBMS-TranspChInfoForCCTrCh-r6 ::= SEQUENCE {
19824 commonCCTrChIdentity MBMS-CommonCCTrChIdentity,
19825 transportFormatCombinationSet TFCS
19826}
19827
19828
19829MBMS-TranspChInfoForEachCCTrCh-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonCCTrCh)) OF
19830 MBMS-TranspChInfoForCCTrCh-r6
19831
19832MBMS-TranspChInfoForEachTrCh-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonTrCh)) OF
19833 MBMS-TranspChInfoForTrCh-r6
19834
19835MBMS-TranspChInfoForTrCh-r6 ::= SEQUENCE {
19836 commonTrChIdentity MBMS-CommonTrChIdentity,
19837 transportFormatSet TransportFormatSet
19838}
19839
19840MBMS-TrCHInformation-Curr ::= SEQUENCE {
19841 transpCh-Info MBMS-CommonTrChIdentity,
19842 rbInformation MBMS-PTM-RBInformation-CList OPTIONAL,
19843 msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
19844}
19845
19846MBMS-TrCHInformation-CurrList ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
19847 MBMS-TrCHInformation-Curr
19848
19849MBMS-TrCHInformation-Neighb ::= SEQUENCE {
19850 transpCh-Info MBMS-CommonTrChIdentity,
19851 transpCh-CombiningStatus BOOLEAN,
19852 rbInformation MBMS-PTM-RBInformation-NList OPTIONAL,
19853 msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
19854}
19855
19856MBMS-TrCHInformation-NeighbList ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
19857 MBMS-TrCHInformation-Neighb
19858
19859MBMS-TrCHInformation-SIB5 ::= SEQUENCE {
19860 transpCh-Identity INTEGER (1..maxFACHPCH),
19861 rbInformation MBMS-PTM-RBInformation-CList OPTIONAL,
19862 msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
19863}
19864
19865MBMS-TrCHInformation-SIB5List ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
19866 MBMS-TrCHInformation-SIB5
19867
19868MBMS-UnmodifiedService-r6 ::= SEQUENCE {
19869 mbms-TransmissionIdentity MBMS-TransmissionIdentity,
19870 mbms-RequiredUEAction MBMS-RequiredUEAction-UMod,
19871 mbms-PreferredFrequency MBMS-PFLIndex OPTIONAL
19872}
19873
19874MBMS-UnmodifiedServiceList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservUnmodif)) OF
19875 MBMS-UnmodifiedService-r6
19876
19877END
19878
19879Constant-definitions DEFINITIONS AUTOMATIC TAGS ::=
19880
19881BEGIN
19882
19883hiPDSCHidentities INTEGER ::= 64
19884hiPUSCHidentities INTEGER ::= 64
19885hiRM INTEGER ::= 256
19886maxAC INTEGER ::= 16
19887maxAdditionalMeas INTEGER ::= 4
19888maxASC INTEGER ::= 8
19889maxASCmap INTEGER ::= 7
19890maxASCpersist INTEGER ::= 6
19891maxCCTrCH INTEGER ::= 8
19892maxCellMeas INTEGER ::= 32
19893maxCellMeas-1 INTEGER ::= 31
19894maxCNdomains INTEGER ::= 4
19895maxCPCHsets INTEGER ::= 16
19896maxDPCH-DLchan INTEGER ::= 8
19897maxDPDCH-UL INTEGER ::= 6
19898maxDRACclasses INTEGER ::= 8
19899maxE-DCHMACdFlow INTEGER ::= 8
19900maxE-DCHMACdFlow-1 INTEGER ::= 7
19901maxEDCHRL INTEGER ::= 4
19902maxFACHPCH INTEGER ::= 8
19903maxFreq INTEGER ::= 8
19904maxFreqBandsFDD INTEGER ::= 8
Lev Walkin9ab5c762013-04-07 01:33:33 -070019905maxFreqBandsFDD-ext INTEGER ::= 15 -- maxFreqBandsFDD-ext ::= 22 – (maxFreqBandsFDD – 1)
Lev Walkin76289e12006-10-24 02:17:20 +000019906maxFreqBandsTDD INTEGER ::= 4
19907maxFreqBandsGSM INTEGER ::= 16
19908maxGERAN-SI INTEGER ::= 8
19909maxGSMTargetCells INTEGER ::= 32
19910maxHProcesses INTEGER ::= 8
19911maxHSDSCHTBIndex INTEGER ::= 64
19912maxHSDSCHTBIndex-tdd384 INTEGER ::= 512
19913maxHSSCCHs INTEGER ::= 4
19914maxInterSysMessages INTEGER ::= 4
19915maxLoCHperRLC INTEGER ::= 2
19916maxMAC-d-PDUsizes INTEGER ::= 8
19917maxMBMS-CommonCCTrCh INTEGER ::= 32
19918maxMBMS-CommonPhyCh INTEGER ::= 32
19919maxMBMS-CommonRB INTEGER ::= 32
19920maxMBMS-CommonTrCh INTEGER ::= 32
19921maxMBMS-Freq INTEGER ::= 4
19922maxMBMS-L1CP INTEGER ::= 4
19923maxMBMSservCount INTEGER ::= 8
19924maxMBMSservModif INTEGER ::= 32
19925maxMBMSservSched INTEGER ::= 16
19926maxMBMSservUnmodif INTEGER ::= 64
19927maxMBMSTransmis INTEGER ::= 4
19928maxMeasEvent INTEGER ::= 8
19929maxMeasIntervals INTEGER ::= 3
19930maxMeasParEvent INTEGER ::= 2
19931maxNumCDMA2000Freqs INTEGER ::= 8
19932maxNumGSMFreqRanges INTEGER ::= 32
19933maxNumFDDFreqs INTEGER ::= 8
19934maxNumTDDFreqs INTEGER ::= 8
19935maxNoOfMeas INTEGER ::= 16
19936maxOtherRAT INTEGER ::= 15
19937maxOtherRAT-16 INTEGER ::= 16
19938maxPage1 INTEGER ::= 8
19939maxPCPCH-APsig INTEGER ::= 16
19940maxPCPCH-APsubCh INTEGER ::= 12
19941maxPCPCH-CDsig INTEGER ::= 16
19942maxPCPCH-CDsubCh INTEGER ::= 12
19943maxPCPCH-SF INTEGER ::= 7
19944maxPCPCHs INTEGER ::= 64
19945maxPDCPAlgoType INTEGER ::= 8
19946maxPDSCH INTEGER ::= 8
19947maxPDSCH-TFCIgroups INTEGER ::= 256
19948maxPRACH INTEGER ::= 16
19949maxPRACH-FPACH INTEGER ::= 8
19950maxPredefConfig INTEGER ::= 16
19951maxPUSCH INTEGER ::= 8
19952maxQueueIDs INTEGER ::= 8
19953maxRABsetup INTEGER ::= 16
19954maxRAT INTEGER ::= 16
19955maxRB INTEGER ::= 32
19956maxRBallRABs INTEGER ::= 27
19957maxRBMuxOptions INTEGER ::= 8
19958maxRBperRAB INTEGER ::= 8
19959maxRBperTrCh INTEGER ::= 16
19960maxReportedGSMCells INTEGER ::= 8
19961maxRL INTEGER ::= 8
19962maxRL-1 INTEGER ::= 7
19963maxRLCPDUsizePerLogChan INTEGER ::= 32
19964maxRFC3095-CID INTEGER ::= 16384
19965maxROHC-PacketSizes-r4 INTEGER ::= 16
19966maxROHC-Profile-r4 INTEGER ::= 8
19967maxSat INTEGER ::= 16
19968maxSCCPCH INTEGER ::= 16
19969maxSIB INTEGER ::= 32
19970maxSIB-FACH INTEGER ::= 8
19971maxSIBperMsg INTEGER ::= 16
19972maxSRBsetup INTEGER ::= 8
19973maxSystemCapability INTEGER ::= 16
19974maxTF INTEGER ::= 32
19975maxTF-CPCH INTEGER ::= 16
19976maxTFC INTEGER ::= 1024
19977maxTFCsub INTEGER ::= 1024
19978maxTFCI-2-Combs INTEGER ::= 512
19979maxTGPS INTEGER ::= 6
19980maxTrCH INTEGER ::= 32
19981-- maxTrCHpreconf should be 16 but has been set to 32 for compatibility
19982maxTrCHpreconf INTEGER ::= 32
19983maxTS INTEGER ::= 14
19984maxTS-1 INTEGER ::= 13
19985maxTS-2 INTEGER ::= 12
19986maxTS-LCR INTEGER ::= 6
19987maxTS-LCR-1 INTEGER ::= 5
19988maxURA INTEGER ::= 8
19989maxURNTI-Group INTEGER ::= 8
19990
19991END
19992
19993Internode-definitions DEFINITIONS AUTOMATIC TAGS ::=
19994
19995BEGIN
19996
19997IMPORTS
19998
19999 HandoverToUTRANCommand,
20000 MeasurementReport,
20001 PhysicalChannelReconfiguration,
20002 RadioBearerReconfiguration,
20003 RadioBearerRelease,
20004 RadioBearerSetup,
20005 RRCConnectionSetupComplete-r3-add-ext-IEs,
20006 RRC-FailureInfo,
20007 TransportChannelReconfiguration,
20008 UECapabilityInformation-r3-add-ext-IEs
20009FROM PDU-definitions
20010
20011-- Core Network IEs :
20012 CN-DomainIdentity,
20013 CN-DomainInformationList,
20014 CN-DomainInformationListFull,
20015 CN-DRX-CycleLengthCoefficient,
20016 NAS-SystemInformationGSM-MAP,
20017-- UTRAN Mobility IEs :
20018 CellIdentity,
20019 URA-Identity,
20020-- User Equipment IEs :
20021 AccessStratumReleaseIndicator,
20022 C-RNTI,
20023 ChipRateCapability,
20024 DL-CapabilityWithSimultaneousHS-DSCHConfig,
20025 DL-PhysChCapabilityFDD-v380ext,
20026 DL-PhysChCapabilityTDD,
20027 DL-PhysChCapabilityTDD-LCR-r4,
20028 GSM-Measurements,
20029 HSDSCH-physical-layer-category,
20030 FailureCauseWithProtErr,
20031 MaxHcContextSpace,
20032 MaximumAM-EntityNumberRLC-Cap,
20033 MaximumRLC-WindowSize,
20034 MaxNoPhysChBitsReceived,
20035 MaxNoDPDCH-BitsTransmitted,
20036 MaxPhysChPerFrame,
20037 MaxPhysChPerSubFrame-r4,
20038 MaxPhysChPerTS,
20039 MaxROHC-ContextSessions-r4,
20040 MaxTS-PerFrame,
20041 MaxTS-PerSubFrame-r4,
20042 MinimumSF-DL,
20043 MultiModeCapability,
20044 MultiRAT-Capability,
20045 NetworkAssistedGPS-Supported,
20046 PhysicalChannelCapability-edch-r6,
20047 PhysicalChannelCapability-r7,
20048 RadioFrequencyBandTDDList,
20049 RF-Capability-r7,
20050 RLC-Capability,
20051 RRC-MessageSequenceNumber,
20052 SecurityCapability,
20053 SimultaneousSCCPCH-DPCH-Reception,
20054 STARTList,
20055 STARTSingle,
20056 START-Value,
20057 SupportOfDedicatedPilotsForChEstimation,
20058 TransportChannelCapability,
20059 TxRxFrequencySeparation,
20060 U-RNTI,
20061 UE-CapabilityContainer-IEs,
20062 UE-MultiModeRAT-Capability,
20063 UE-PowerClassExt,
20064 UE-RadioAccessCapabBandFDDList,
20065 UE-RadioAccessCapabBandFDDList2,
20066 UE-RadioAccessCapabBandFDDList-ext,
20067 UE-RadioAccessCapability,
20068 UE-RadioAccessCapability-v370ext,
20069 UE-RadioAccessCapability-v380ext,
20070 UE-RadioAccessCapability-v3a0ext,
20071 UE-RadioAccessCapability-v3g0ext,
20072 UE-RadioAccessCapability-v4b0ext,
20073 UE-RadioAccessCapability-v590ext,
20074 UE-RadioAccessCapability-v5c0ext,
20075 UE-RadioAccessCapability-v7xyext,
20076 UL-PhysChCapabilityFDD,
20077 UL-PhysChCapabilityFDD-r6,
20078 UL-PhysChCapabilityTDD,
20079 UL-PhysChCapabilityTDD-LCR-r4,
20080-- Radio Bearer IEs :
20081 PredefinedConfigStatusList,
20082 PredefinedConfigValueTag,
20083 RAB-InformationSetupList,
20084 RAB-InformationSetupList-r4,
20085 RAB-InformationSetupList-r5,
20086 RAB-InformationSetupList-r6-ext,
20087 RAB-InformationSetupList-r6,
20088 RB-Identity,
20089 SRB-InformationSetupList,
20090 SRB-InformationSetupList-r5,
20091 SRB-InformationSetupList-r6,
20092-- Transport Channel IEs :
20093 CPCH-SetID,
20094 DL-CommonTransChInfo,
20095 DL-CommonTransChInfo-r4,
20096 DL-AddReconfTransChInfoList,
20097 DL-AddReconfTransChInfoList-r4,
20098 DL-AddReconfTransChInfoList-r5,
20099 DRAC-StaticInformationList,
20100 UL-CommonTransChInfo,
20101 UL-CommonTransChInfo-r4,
20102 UL-AddReconfTransChInfoList,
20103 UL-AddReconfTransChInfoList-r6,
20104-- Physical Channel IEs :
20105 PrimaryCPICH-Info,
20106 TPC-CombinationIndex,
20107 ScramblingCodeChange,
20108 TGCFN,
20109 TGPSI,
20110 TGPS-ConfigurationParams,
20111-- Measurement IEs :
20112 Event1j-r6,
20113 Hysteresis,
20114 Inter-FreqEventCriteriaList-v590ext,
20115 Intra-FreqEventCriteriaList-v590ext,
20116 IntraFreqEvent-1d-r5,
20117 IntraFreqReportingCriteria-1b-r5,
20118 InterRATCellInfoIndication,
20119 MeasuredResultsOnRACHinterFreq,
20120 MeasurementIdentity,
20121 MeasurementReportingMode,
20122 MeasurementType,
20123 MeasurementType-r4,
20124 MeasurementType-r6,
20125 AdditionalMeasurementID-List,
20126 PositionEstimate,
20127 ReportingCellStatus,
20128 TimeToTrigger,
20129-- MBMS IEs :
20130 MBMS-JoinedInformation-r6,
20131-- Other IEs :
20132 GERANIu-RadioAccessCapability,
20133 GSM-MS-RadioAccessCapability,
20134 InterRAT-UE-RadioAccessCapabilityList,
20135 InterRAT-UE-RadioAccessCapability-v590ext,
20136 InterRAT-UE-RadioAccessCapability-v690ext,
20137 UESpecificBehaviourInformation1idle,
20138 UESpecificBehaviourInformation1interRAT
20139
20140FROM InformationElements
20141
20142 maxCNdomains,
20143 maxNoOfMeas,
20144
20145 maxRB,
20146 maxRBallRABs,
20147 maxRFC3095-CID,
20148 maxSRBsetup,
20149 maxRL,
20150 maxTGPS
20151FROM Constant-definitions
20152;
20153
20154-- Part 1: Class definitions similar to what has been defined in 11.1 for RRC messages
20155-- Information that is tranferred in the same direction and across the same path is grouped
20156
20157-- ***************************************************
20158--
20159-- RRC information, to target RNC
20160--
20161-- ***************************************************
20162-- RRC Information to target RNC sent either from source RNC or from another RAT
20163
20164ToTargetRNC-Container ::= CHOICE {
20165 interRATHandoverInfo InterRATHandoverInfoWithInterRATCapabilities-r3,
20166 srncRelocation SRNC-RelocationInfo-r3,
20167 rfc3095-ContextInfo RFC3095-ContextInfo-r5,
20168 extension NULL
20169}
20170
20171-- ***************************************************
20172--
20173-- RRC information, target RNC to source RNC
20174--
20175-- ***************************************************
20176
20177
20178TargetRNC-ToSourceRNC-Container ::= CHOICE {
20179 radioBearerSetup RadioBearerSetup,
20180 radioBearerReconfiguration RadioBearerReconfiguration,
20181 radioBearerRelease RadioBearerRelease,
20182 transportChannelReconfiguration TransportChannelReconfiguration,
20183 physicalChannelReconfiguration PhysicalChannelReconfiguration,
20184 rrc-FailureInfo RRC-FailureInfo,
20185 -- IE dl-DCCHmessage consists of an octet string that includes the IE DL-DCCH-Message
20186 dL-DCCHmessage OCTET STRING,
20187 extension NULL
20188}
20189
20190-- Part 2: Container definitions, similar to the PDU definitions in 11.2 for RRC messages
20191-- In alphabetical order
20192
20193
20194-- ***************************************************
20195--
20196-- Handover to UTRAN information
20197--
20198-- ***************************************************
20199
20200InterRATHandoverInfoWithInterRATCapabilities-r3 ::= CHOICE {
20201 r3 SEQUENCE {
20202 -- IE InterRATHandoverInfoWithInterRATCapabilities-r3-IEs also
20203 -- includes non critical extensions
20204 interRATHandoverInfo-r3 InterRATHandoverInfoWithInterRATCapabilities-r3-IEs,
20205 v390NonCriticalExtensions SEQUENCE {
20206 interRATHandoverInfoWithInterRATCapabilities-v390ext
20207 InterRATHandoverInfoWithInterRATCapabilities-v390ext-IEs,
20208 -- Reserved for future non critical extension
20209 v690NonCriticalExtensions SEQUENCE {
20210 interRATHandoverInfoWithInterRATCapabilities-v690ext
20211 InterRATHandoverInfoWithInterRATCapabilities-v690ext-IEs,
20212 nonCriticalExtensions SEQUENCE {} OPTIONAL
20213 } OPTIONAL
20214 } OPTIONAL
20215 },
20216 criticalExtensions SEQUENCE {}
20217}
20218
20219InterRATHandoverInfoWithInterRATCapabilities-r3-IEs ::= SEQUENCE {
20220 -- The order of the IEs may not reflect the tabular format
20221 -- but has been chosen to simplify the handling of the information in the BSC
20222 -- Other IEs
20223 ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
20224 -- interRATHandoverInfo, Octet string is used to obtain 8 bit length field prior to
20225 -- actual information. This makes it possible for BSS to transparently handle information
20226 -- received via GSM air interface even when it includes non critical extensions.
20227 -- The octet string shall include the InterRATHandoverInfo information
20228 -- The BSS can re-use the 44.018 length field received from the MS
20229 interRATHandoverInfo OCTET STRING (SIZE (0..255))
20230}
20231
20232InterRATHandoverInfoWithInterRATCapabilities-v390ext-IEs ::= SEQUENCE {
20233 -- User equipment IEs
20234 failureCauseWithProtErr FailureCauseWithProtErr OPTIONAL
20235}
20236
20237InterRATHandoverInfoWithInterRATCapabilities-v690ext-IEs ::= SEQUENCE {
20238 -- Other IEs
20239 ue-RATSpecificCapability-v690ext InterRAT-UE-RadioAccessCapability-v690ext OPTIONAL
20240}
20241
20242-- ***************************************************
20243--
20244-- RFC3095 context, source RNC to target RNC
20245--
20246-- ***************************************************
20247
20248RFC3095-ContextInfo-r5 ::= CHOICE {
20249 r5 SEQUENCE {
20250 rFC3095-ContextInfoList-r5 RFC3095-ContextInfoList-r5,
20251 -- Reserved for future non critical extension
20252 nonCriticalExtensions SEQUENCE {} OPTIONAL
20253 },
20254 criticalExtensions SEQUENCE {}
20255}
20256
20257RFC3095-ContextInfoList-r5 ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
20258 RFC3095-ContextInfo
20259
20260
20261-- ***************************************************
20262--
20263-- SRNC Relocation information
20264--
20265-- ***************************************************
20266
20267SRNC-RelocationInfo-r3 ::= CHOICE {
20268 r3 SEQUENCE {
20269 sRNC-RelocationInfo-r3 SRNC-RelocationInfo-r3-IEs,
20270 v380NonCriticalExtensions SEQUENCE {
20271 sRNC-RelocationInfo-v380ext SRNC-RelocationInfo-v380ext-IEs,
20272 -- Reserved for future non critical extension
20273 v390NonCriticalExtensions SEQUENCE {
20274 sRNC-RelocationInfo-v390ext SRNC-RelocationInfo-v390ext-IEs,
20275 v3a0NonCriticalExtensions SEQUENCE {
20276 sRNC-RelocationInfo-v3a0ext SRNC-RelocationInfo-v3a0ext-IEs,
20277 v3b0NonCriticalExtensions SEQUENCE {
20278 sRNC-RelocationInfo-v3b0ext SRNC-RelocationInfo-v3b0ext-IEs,
20279 v3c0NonCriticalExtensions SEQUENCE {
20280 sRNC-RelocationInfo-v3c0ext SRNC-RelocationInfo-v3c0ext-IEs,
20281 laterNonCriticalExtensions SEQUENCE {
20282 sRNC-RelocationInfo-v3d0ext SRNC-RelocationInfo-v3d0ext-IEs,
20283 -- Container for additional R99 extensions
20284 sRNC-RelocationInfo-r3-add-ext BIT STRING
20285 (CONTAINING SRNC-RelocationInfo-v3h0ext-IEs) OPTIONAL,
20286 v3g0NonCriticalExtensions SEQUENCE {
20287 sRNC-RelocationInfo-v3g0ext SRNC-RelocationInfo-v3g0ext-IEs,
20288 v4b0NonCriticalExtensions SEQUENCE {
20289 sRNC-RelocationInfo-v4b0ext SRNC-RelocationInfo-v4b0ext-IEs,
20290 v590NonCriticalExtensions SEQUENCE {
20291 sRNC-RelocationInfo-v590ext
20292 SRNC-RelocationInfo-v590ext-IEs,
20293 v5a0NonCriticalExtensions SEQUENCE {
20294 sRNC-RelocationInfo-v5a0ext
20295 SRNC-RelocationInfo-v5a0ext-IEs,
20296 v5b0NonCriticalExtensions SEQUENCE {
20297 sRNC-RelocationInfo-v5b0ext
20298 SRNC-RelocationInfo-v5b0ext-IEs,
20299 v5c0NonCriticalExtensions SEQUENCE {
20300 sRNC-RelocationInfo-v5c0ext
20301 SRNC-RelocationInfo-v5c0ext-IEs,
20302 v690NonCriticalExtensions SEQUENCE {
20303 sRNC-RelocationInfo-v690ext
20304 SRNC-RelocationInfo-v690ext-IEs,
20305 v7xyNonCriticalExtensions SEQUENCE {
20306 sRNC-RelocationInfo-v7xyext
20307 SRNC-RelocationInfo-v7xyext-IEs,
20308 -- Reserved for future non critical extension
20309 nonCriticalExtensions SEQUENCE {} OPTIONAL
20310 } OPTIONAL
20311 } OPTIONAL
20312 } OPTIONAL
20313 } OPTIONAL
20314 } OPTIONAL
20315 } OPTIONAL
20316 } OPTIONAL
20317 } OPTIONAL
20318 } OPTIONAL
20319 } OPTIONAL
20320 } OPTIONAL
20321 } OPTIONAL
20322 } OPTIONAL
20323 } OPTIONAL
20324 },
20325 later-than-r3 CHOICE {
20326 r4 SEQUENCE {
20327 sRNC-RelocationInfo-r4 SRNC-RelocationInfo-r4-IEs,
20328 v4d0NonCriticalExtensions SEQUENCE {
20329 sRNC-RelocationInfo-v4d0ext SRNC-RelocationInfo-v4d0ext-IEs,
20330 -- Container for adding non critical extensions after freezing REL-5
20331 sRNC-RelocationInfo-r4-add-ext BIT STRING OPTIONAL,
20332 v590NonCriticalExtensions SEQUENCE {
20333 sRNC-RelocationInfo-v590ext SRNC-RelocationInfo-v590ext-IEs,
20334 v5a0NonCriticalExtensions SEQUENCE {
20335 sRNC-RelocationInfo-v5a0ext SRNC-RelocationInfo-v5a0ext-IEs,
20336 v5b0NonCriticalExtensions SEQUENCE {
20337 sRNC-RelocationInfo-v5b0ext SRNC-RelocationInfo-v5b0ext-IEs,
20338 v5c0NonCriticalExtensions SEQUENCE {
20339 sRNC-RelocationInfo-v5c0ext SRNC-RelocationInfo-v5c0ext-IEs,
20340 v690NonCriticalExtensions SEQUENCE {
20341 sRNC-RelocationInfo-v690ext SRNC-RelocationInfo-v690ext-IEs,
20342 v7xyNonCriticalExtensions SEQUENCE {
20343 sRNC-RelocationInfo-v7xyext
20344 SRNC-RelocationInfo-v7xyext-IEs,
20345 nonCriticalExtensions SEQUENCE {} OPTIONAL
20346 } OPTIONAL
20347 } OPTIONAL
20348 } OPTIONAL
20349 } OPTIONAL
20350 } OPTIONAL
20351 } OPTIONAL
20352 } OPTIONAL
20353 },
20354 criticalExtensions CHOICE {
20355 r5 SEQUENCE {
20356 sRNC-RelocationInfo-r5 SRNC-RelocationInfo-r5-IEs,
20357 sRNC-RelocationInfo-r5-add-ext BIT STRING OPTIONAL,
20358 v5a0NonCriticalExtensions SEQUENCE {
20359 sRNC-RelocationInfo-v5a0ext SRNC-RelocationInfo-v5a0ext-IEs,
20360 v5b0NonCriticalExtensions SEQUENCE {
20361 sRNC-RelocationInfo-v5b0ext SRNC-RelocationInfo-v5b0ext-IEs,
20362 v5c0NonCriticalExtensions SEQUENCE {
20363 sRNC-RelocationInfo-v5c0ext SRNC-RelocationInfo-v5c0ext-IEs,
20364 v690NonCriticalExtensions SEQUENCE {
20365 sRNC-RelocationInfo-v690ext SRNC-RelocationInfo-v690ext-IEs,
20366 v7xyNonCriticalExtensions SEQUENCE {
20367 sRNC-RelocationInfo-v7xyext
20368 SRNC-RelocationInfo-v7xyext-IEs,
20369 nonCriticalExtensions SEQUENCE {} OPTIONAL
20370 } OPTIONAL
20371 } OPTIONAL
20372 } OPTIONAL
20373 } OPTIONAL
20374 } OPTIONAL
20375 },
20376 criticalExtensions CHOICE {
20377 r6 SEQUENCE {
20378 sRNC-RelocationInfo-r6 SRNC-RelocationInfo-r6-IEs,
20379 sRNC-RelocationInfo-r6-add-ext BIT STRING OPTIONAL,
20380 v7xyNonCriticalExtensions SEQUENCE {
20381 sRNC-RelocationInfo-v7xyext SRNC-RelocationInfo-v7xyext-IEs,
20382 nonCriticalExtensions SEQUENCE {} OPTIONAL
20383 } OPTIONAL
20384 },
20385 criticalExtensions SEQUENCE {}
20386 }
20387 }
20388 }
20389}
20390
20391SRNC-RelocationInfo-r3-IEs ::= SEQUENCE {
20392 -- Non-RRC IEs
20393 stateOfRRC StateOfRRC,
20394 stateOfRRC-Procedure StateOfRRC-Procedure,
20395 -- Ciphering related information IEs
20396 -- If the extension v380 is included use the extension for the ciphering status per CN domain
20397 cipheringStatus CipheringStatus,
20398 -- If ciphering status is started and the IE latestConfiguredCN-Domain should be included,
20399 -- the IE cn-DomainIdentity (in SRNC-RelocationInfo-v380ext-IEs) shall be used instead.
20400 calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
20401 -- The order of occurrence in the IE cipheringInfoPerRB-List is the
20402 -- same as the RBs in SRB-InformationSetupList in RAB-InformationSetupList.
20403 -- The signalling RBs are supposed to be listed
20404 -- first. Only UM and AM RBs that are ciphered are listed here
20405 cipheringInfoPerRB-List CipheringInfoPerRB-List OPTIONAL,
20406 count-C-List COUNT-C-List OPTIONAL,
20407 integrityProtectionStatus IntegrityProtectionStatus,
20408 -- In the IE srb-SpecificIntegrityProtInfo, the first information listed corresponds to
20409 -- signalling radio bearer RB0 and after the order of occurrence is the same as the SRBs in
20410 -- SRB-InformationSetupList
20411 -- The target RNC may ignore the IE srb-SpecificIntegrityProtInfo if the
20412 -- IE integrityProtectionStatus has the value "not started".
20413 srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList,
20414 implementationSpecificParams ImplementationSpecificParams OPTIONAL,
20415 -- User equipment IEs
20416 u-RNTI U-RNTI,
20417 c-RNTI C-RNTI OPTIONAL,
20418 ue-RadioAccessCapability UE-RadioAccessCapability,
20419 ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
20420 -- Other IEs
20421 ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
20422 -- UTRAN mobility IEs
20423 ura-Identity URA-Identity OPTIONAL,
20424 -- Core network IEs
20425 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
20426 cn-DomainInformationList CN-DomainInformationList OPTIONAL,
20427 -- Measurement IEs
20428 ongoingMeasRepList OngoingMeasRepList OPTIONAL,
20429 -- Radio bearer IEs
20430 predefinedConfigStatusList PredefinedConfigStatusList,
20431 srb-InformationList SRB-InformationSetupList,
20432 rab-InformationList RAB-InformationSetupList OPTIONAL,
20433 -- Transport channel IEs
20434 ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
20435 ul-TransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
20436 modeSpecificInfo CHOICE {
20437 fdd SEQUENCE {
20438 -- dummy and dummy2 are not used in this version of the specification, they should
20439 -- not be sent and if received they should be ignored.
20440 dummy CPCH-SetID OPTIONAL,
20441 dummy2 DRAC-StaticInformationList OPTIONAL
20442 },
20443 tdd NULL
20444 },
20445 dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
20446 dl-TransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
20447 -- Measurement report
20448 measurementReport MeasurementReport OPTIONAL
20449}
20450
20451SRNC-RelocationInfo-v380ext-IEs ::= SEQUENCE {
20452 -- Ciphering related information IEs
20453 -- In the SRNC-RelocationInfo-r3-IEs, the IE 'cn-DomainIdentity' is used to represent the
20454 -- IE 'Latest configured CN domain' in the tabular.
20455 cn-DomainIdentity CN-DomainIdentity,
20456 cipheringStatusList CipheringStatusList
20457}
20458
20459SRNC-RelocationInfo-v390ext-IEs ::= SEQUENCE {
20460 cn-DomainInformationList-v390ext CN-DomainInformationList-v390ext OPTIONAL,
20461 ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext OPTIONAL,
20462 ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
20463 dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext,
20464 failureCauseWithProtErr FailureCauseWithProtErr OPTIONAL
20465}
20466
20467SRNC-RelocationInfo-v3a0ext-IEs ::= SEQUENCE {
20468 cipheringInfoForSRB1-v3a0ext CipheringInfoPerRB-List-v3a0ext,
20469 ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL,
20470 -- cn-domain identity for IE startValueForCiphering-v3a0ext is specified
20471 -- in subsequent extension (SRNC-RelocationInfo-v3b0ext-IEs)
20472 startValueForCiphering-v3a0ext START-Value
20473}
20474
20475SRNC-RelocationInfo-v3b0ext-IEs ::= SEQUENCE {
20476 -- cn-domain identity for IE startValueForCiphering-v3a0ext included in previous extension
20477 cn-DomainIdentity CN-DomainIdentity,
20478 -- the IE startValueForCiphering-v3b0ext contains the start values for each CN Domain. The
20479 -- value of start indicated by the IE startValueForCiphering-v3a0ext should be set to the
20480 -- same value as the start-Value for the corresponding cn-DomainIdentity in the IE
20481 -- startValueForCiphering-v3b0ext
20482 startValueForCiphering-v3b0ext STARTList2 OPTIONAL
20483}
20484
20485SRNC-RelocationInfo-v3c0ext-IEs ::= SEQUENCE {
20486 -- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
Lev Walkin9ab5c762013-04-07 01:33:33 -070020487 -- to send the message contained in the IE “TargetRNC-ToSourceRNC-Container”.
20488 -- Only included if type is “UE involved”
Lev Walkin76289e12006-10-24 02:17:20 +000020489 rb-IdentityForHOMessage RB-Identity OPTIONAL
20490}
20491
20492SRNC-RelocationInfo-v3d0ext-IEs ::= SEQUENCE {
20493 -- User equipment IEs
20494 uESpecificBehaviourInformation1idle UESpecificBehaviourInformation1idle OPTIONAL,
20495 uESpecificBehaviourInformation1interRAT UESpecificBehaviourInformation1interRAT OPTIONAL
20496}
20497
20498SRNC-RelocationInfo-v3g0ext-IEs ::= SEQUENCE {
20499 ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL
20500}
20501
20502SRNC-RelocationInfo-v3h0ext-IEs ::= SEQUENCE {
20503 tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
20504 nonCriticalExtension SEQUENCE {} OPTIONAL
20505}
20506
20507SRNC-RelocationInfo-v4d0ext-IEs ::= SEQUENCE {
20508 tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL
20509}
20510
20511TPC-CombinationInfoList ::= SEQUENCE (SIZE (1..maxRL)) OF
20512 TPC-Combination-Info
20513
20514STARTList2 ::= SEQUENCE (SIZE (2..maxCNdomains)) OF
20515 STARTSingle
20516
20517SRNC-RelocationInfo-v4b0ext-IEs ::= SEQUENCE {
20518 ue-RadioAccessCapability-v4b0ext UE-RadioAccessCapability-v4b0ext OPTIONAL
20519}
20520
20521SRNC-RelocationInfo-v590ext-IEs ::= SEQUENCE {
20522 ue-RadioAccessCapability-v590ext UE-RadioAccessCapability-v590ext OPTIONAL,
20523 ue-RATSpecificCapability-v590ext InterRAT-UE-RadioAccessCapability-v590ext OPTIONAL
20524}
20525
20526SRNC-RelocationInfo-v5a0ext-IEs ::= SEQUENCE {
20527 storedCompressedModeInfo StoredCompressedModeInfo OPTIONAL
20528}
20529
20530SRNC-RelocationInfo-v5b0ext-IEs ::= SEQUENCE {
20531 interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL
20532}
20533
20534SRNC-RelocationInfo-v5c0ext-IEs ::= SEQUENCE {
20535 ue-RadioAccessCapability-v5c0ext UE-RadioAccessCapability-v5c0ext OPTIONAL
20536}
20537
20538SRNC-RelocationInfo-v7xyext-IEs ::= SEQUENCE {
20539 ue-RadioAccessCapability-v7xyext UE-RadioAccessCapability-v7xyext OPTIONAL
20540}
20541
20542CipheringInfoPerRB-List-v3a0ext ::= SEQUENCE {
20543 dl-UM-SN BIT STRING (SIZE (7))
20544}
20545
20546CipheringStatusList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
20547 CipheringStatusCNdomain
20548
20549CipheringStatusCNdomain ::= SEQUENCE {
20550 cn-DomainIdentity CN-DomainIdentity,
20551 cipheringStatus CipheringStatus
20552}
20553
20554CodeChangeStatusList ::= SEQUENCE (SIZE (1..maxRL)) OF
20555 CodeChangeStatus
20556
20557CodeChangeStatus ::= SEQUENCE {
20558 primaryCPICH-Info PrimaryCPICH-Info,
20559 scramblingCodeChange ScramblingCodeChange
20560}
20561
20562StoredCompressedModeInfo ::= SEQUENCE {
20563 storedTGP-SequenceList StoredTGP-SequenceList,
20564 codeChangeStatusList CodeChangeStatusList OPTIONAL
20565}
20566
20567StoredTGP-SequenceList ::= SEQUENCE (SIZE (1..maxTGPS)) OF
20568 StoredTGP-Sequence
20569
20570StoredTGP-Sequence ::= SEQUENCE {
20571 tgpsi TGPSI,
20572 current-tgps-Status CHOICE {
20573 active SEQUENCE {
20574 tgcfn TGCFN
20575 },
20576 inactive NULL
20577 },
20578 tgps-ConfigurationParams TGPS-ConfigurationParams OPTIONAL
20579}
20580
20581SRNC-RelocationInfo-r4-IEs ::= SEQUENCE {
20582 -- Non-RRC IEs
20583 -- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
Lev Walkin9ab5c762013-04-07 01:33:33 -070020584 -- to send the message contained in the IE “TargetRNC-ToSourceRNC-Container”.
20585 -- Only included if type is “UE involved”
Lev Walkin76289e12006-10-24 02:17:20 +000020586 rb-IdentityForHOMessage RB-Identity OPTIONAL,
20587 stateOfRRC StateOfRRC,
20588 stateOfRRC-Procedure StateOfRRC-Procedure,
20589 -- Ciphering related information IEs
20590 cipheringStatusList CipheringStatusList-r4,
20591 latestConfiguredCN-Domain CN-DomainIdentity,
20592 calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
20593 count-C-List COUNT-C-List OPTIONAL,
20594 cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
20595 -- Integrity protection related information IEs
20596 integrityProtectionStatus IntegrityProtectionStatus,
20597 -- The target RNC may ignore the IE srb-SpecificIntegrityProtInfo if the
20598 -- IE integrityProtectionStatus has the value "not started".
20599 srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList,
20600 implementationSpecificParams ImplementationSpecificParams OPTIONAL,
20601 -- User equipment IEs
20602 u-RNTI U-RNTI,
20603 c-RNTI C-RNTI OPTIONAL,
20604 ue-RadioAccessCapability UE-RadioAccessCapability-r4,
20605 ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
20606 ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
20607 uESpecificBehaviourInformation1idle UESpecificBehaviourInformation1idle OPTIONAL,
20608 uESpecificBehaviourInformation1interRAT UESpecificBehaviourInformation1interRAT OPTIONAL,
20609 -- Other IEs
20610 ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
20611 -- UTRAN mobility IEs
20612 ura-Identity URA-Identity OPTIONAL,
20613 -- Core network IEs
20614 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
20615 cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
20616 -- Measurement IEs
20617 ongoingMeasRepList OngoingMeasRepList-r4 OPTIONAL,
20618 -- Radio bearer IEs
20619 predefinedConfigStatusList PredefinedConfigStatusList,
20620 srb-InformationList SRB-InformationSetupList,
20621 rab-InformationList RAB-InformationSetupList-r4 OPTIONAL,
20622 -- Transport channel IEs
20623 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
20624 ul-TransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
20625 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
20626 -- they should not be sent and if received they should be ignored.
20627 dummy CHOICE {
20628 fdd SEQUENCE {
20629 dummy1 CPCH-SetID OPTIONAL,
20630 dummy2 DRAC-StaticInformationList OPTIONAL
20631 },
20632 tdd NULL
20633 } OPTIONAL,
20634 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
20635 dl-TransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
20636 -- Measurement report
20637 measurementReport MeasurementReport OPTIONAL,
20638 failureCause FailureCauseWithProtErr OPTIONAL
20639}
20640
20641SRNC-RelocationInfo-r5-IEs ::= SEQUENCE {
20642 -- Non-RRC IEs
20643 -- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
Lev Walkin9ab5c762013-04-07 01:33:33 -070020644 -- to send the message contained in the IE “TargetRNC-ToSourceRNC-Container”.
Lev Walkin76289e12006-10-24 02:17:20 +000020645 -- Only included if type is "UE involved"
20646 rb-IdentityForHOMessage RB-Identity OPTIONAL,
20647 stateOfRRC StateOfRRC,
20648 stateOfRRC-Procedure StateOfRRC-Procedure,
20649 -- Ciphering related information IEs
20650 cipheringStatusList CipheringStatusList-r4,
20651 latestConfiguredCN-Domain CN-DomainIdentity,
20652 calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
20653 count-C-List COUNT-C-List OPTIONAL,
20654 cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
20655 -- Integrity protection related information IEs
20656 integrityProtectionStatus IntegrityProtectionStatus,
20657 srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
20658 implementationSpecificParams ImplementationSpecificParams OPTIONAL,
20659 -- User equipment IEs
20660 u-RNTI U-RNTI,
20661 c-RNTI C-RNTI OPTIONAL,
20662 ue-RadioAccessCapability UE-RadioAccessCapability-r5,
20663 ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
20664 ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
20665 uESpecificBehaviourInformation1idle
20666 UESpecificBehaviourInformation1idle OPTIONAL,
20667 uESpecificBehaviourInformation1interRAT
20668 UESpecificBehaviourInformation1interRAT OPTIONAL,
20669 -- Other IEs
20670 ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
20671 -- UTRAN mobility IEs
20672 ura-Identity URA-Identity OPTIONAL,
20673 -- Core network IEs
20674 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
20675 cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
20676 -- Measurement IEs
20677 ongoingMeasRepList OngoingMeasRepList-r5 OPTIONAL,
20678 -- Radio bearer IEs
20679 predefinedConfigStatusList PredefinedConfigStatusList,
20680 srb-InformationList SRB-InformationSetupList-r5,
20681 rab-InformationList RAB-InformationSetupList-r5 OPTIONAL,
20682 -- Transport channel IEs
20683 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
20684 ul-TransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
20685 -- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
20686 -- they should not be sent and if received they should be ignored.
20687 dummy CHOICE {
20688 fdd SEQUENCE {
20689 dummy1 CPCH-SetID OPTIONAL,
20690 dummy2 DRAC-StaticInformationList OPTIONAL
20691 },
20692 tdd NULL
20693 } OPTIONAL,
20694 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
20695 dl-TransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
20696 -- PhyCH IEs
20697 tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
20698 -- Measurement report
20699 measurementReport MeasurementReport OPTIONAL,
20700 -- Other IEs
20701 failureCause FailureCauseWithProtErr OPTIONAL
20702}
20703
20704SRNC-RelocationInfo-v690ext-IEs ::= SEQUENCE {
20705 -- User equipment IEs
20706 -- IE ueCapabilityContainer is used for the transparent transfer of capability information
20707 -- received from the UE
20708 ueCapabilityContainer BIT STRING
20709 (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
20710 -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
20711 -- transparent transfer of capability information received from the UE that was introduced
20712 -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
20713 -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
20714 -- messages. Only the VLEC of one message needs to be included i.e. the one from these
20715 -- messages that was last received.
20716 -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
20717 ueCapabilityContainer-RSC BIT STRING
20718 (CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
20719 -- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
20720 ueCapabilityContainer-UCI BIT STRING
20721 (CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
20722 -- Radio bearer IEs
20723 rab-InformationSetupList RAB-InformationSetupList-r6-ext OPTIONAL,
20724 -- Measurement report
20725 measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
20726 -- MBMS IEs
20727 mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
20728 -- Measurement IEs
20729 intraFreqReportingCriteria IntraFreqReportingCriteria-r6-ext OPTIONAL
20730}
20731
20732SRNC-RelocationInfo-r6-IEs ::= SEQUENCE {
20733 -- Non-RRC IEs
20734 -- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
Lev Walkin9ab5c762013-04-07 01:33:33 -070020735 -- to send the message contained in the IE “TargetRNC-ToSourceRNC-Container”.
Lev Walkin76289e12006-10-24 02:17:20 +000020736 -- Only included if type is "UE involved"
20737 rb-IdentityForHOMessage RB-Identity OPTIONAL,
20738 stateOfRRC StateOfRRC,
20739 stateOfRRC-Procedure StateOfRRC-Procedure,
20740 -- Ciphering related information IEs
20741 cipheringStatusList CipheringStatusList-r4,
20742 latestConfiguredCN-Domain CN-DomainIdentity,
20743 calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
20744 count-C-List COUNT-C-List OPTIONAL,
20745 cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
20746 -- Integrity protection related information IEs
20747 integrityProtectionStatus IntegrityProtectionStatus,
20748 srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
20749 implementationSpecificParams ImplementationSpecificParams OPTIONAL,
20750 -- User equipment IEs
20751 u-RNTI U-RNTI,
20752 c-RNTI C-RNTI OPTIONAL,
20753 ue-RadioAccessCapability UE-RadioAccessCapability-r6,
20754 ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
20755 ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
20756 uESpecificBehaviourInformation1idle
20757 UESpecificBehaviourInformation1idle OPTIONAL,
20758 uESpecificBehaviourInformation1interRAT
20759 UESpecificBehaviourInformation1interRAT OPTIONAL,
20760 -- IE ueCapabilityContainer is used for the transparent transfer of capability information
20761 -- received from the UE
20762 ueCapabilityContainer BIT STRING
20763 (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
20764 -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
20765 -- transparent transfer of capability information received from the UE that was introduced
20766 -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
20767 -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
20768 -- messages. Only the VLEC of one message needs to be included i.e. the one from these
20769 -- messages that was last received.
20770 -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
20771 ueCapabilityContainer-RSC BIT STRING
20772 (CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
20773 -- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
20774 ueCapabilityContainer-UCI BIT STRING
20775 (CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
20776 -- Other IEs
20777 ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
20778 -- UTRAN mobility IEs
20779 ura-Identity URA-Identity OPTIONAL,
20780 -- Core network IEs
20781 cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
20782 cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
20783 -- Measurement IEs
20784 ongoingMeasRepList OngoingMeasRepList-r6 OPTIONAL,
20785 interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
20786 -- Radio bearer IEs
20787 predefinedConfigStatusList PredefinedConfigStatusList,
20788 srb-InformationList SRB-InformationSetupList-r6,
20789 rab-InformationList RAB-InformationSetupList-r6 OPTIONAL,
20790 -- Transport channel IEs
20791 ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
20792 ul-TransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
20793 dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
20794 dl-TransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
20795 -- PhyCH IEs
20796 tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
20797 storedCompressedModeInfo StoredCompressedModeInfo OPTIONAL,
20798 -- Measurement report
20799 measurementReport BIT STRING
20800 (CONTAINING MeasurementReport) OPTIONAL,
20801 -- Other IEs
20802 failureCause FailureCauseWithProtErr OPTIONAL,
20803 -- MBMS IEs
20804 mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL
20805}
20806
20807-- IE definitions
20808
20809CalculationTimeForCiphering ::= SEQUENCE {
20810 cell-Id CellIdentity,
20811 sfn INTEGER (0..4095)
20812}
20813
20814CipheringInfoPerRB ::= SEQUENCE {
20815 dl-HFN BIT STRING (SIZE (20..25)),
20816 ul-HFN BIT STRING (SIZE (20..25))
20817}
20818
20819CipheringInfoPerRB-r4 ::= SEQUENCE {
20820 rb-Identity RB-Identity,
20821 dl-HFN BIT STRING (SIZE (20..25)),
20822 dl-UM-SN BIT STRING (SIZE (7)) OPTIONAL,
20823 ul-HFN BIT STRING (SIZE (20..25))
20824}
20825
20826-- TABULAR: CipheringInfoPerRB-List, multiplicity value numberOfRadioBearers
20827-- has been replaced with maxRB.
20828CipheringInfoPerRB-List ::= SEQUENCE (SIZE (1..maxRB)) OF
20829 CipheringInfoPerRB
20830
20831CipheringInfoPerRB-List-r4 ::= SEQUENCE (SIZE (1..maxRB)) OF
20832 CipheringInfoPerRB-r4
20833
20834
20835CipheringStatus ::= ENUMERATED {
20836 started, notStarted }
20837
20838CipheringStatusList-r4 ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
20839 CipheringStatusCNdomain-r4
20840
20841CipheringStatusCNdomain-r4 ::= SEQUENCE {
20842 cn-DomainIdentity CN-DomainIdentity,
20843 cipheringStatus CipheringStatus,
20844 start-Value START-Value
20845}
20846
20847CN-DomainInformation-v390ext ::= SEQUENCE {
20848 cn-DRX-CycleLengthCoeff CN-DRX-CycleLengthCoefficient
20849}
20850
20851CN-DomainInformationList-v390ext ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
20852 CN-DomainInformation-v390ext
20853
20854CompressedModeMeasCapability-r4 ::= SEQUENCE {
20855 fdd-Measurements BOOLEAN,
20856 -- TABULAR: The IEs tdd-Measurements, gsm-Measurements and multiCarrierMeasurements
20857 -- are made optional since they are conditional based on another information element.
20858 -- Their absence corresponds to the case where the condition is not true.
20859 tdd384-Measurements BOOLEAN OPTIONAL,
20860 tdd128-Measurements BOOLEAN OPTIONAL,
20861 gsm-Measurements GSM-Measurements OPTIONAL,
20862 multiCarrierMeasurements BOOLEAN OPTIONAL
20863}
20864
20865COUNT-C-List ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
20866 COUNT-CSingle
20867
20868COUNT-CSingle ::= SEQUENCE {
20869 cn-DomainIdentity CN-DomainIdentity,
20870 count-C BIT STRING (SIZE (32))
20871}
20872
20873DL-PhysChCapabilityFDD-r4 ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -070020874 -- The IE “maxNoDPCH-PDSCH-Codes” only gives information on the maximum number of DPCH Codes.
Lev Walkin76289e12006-10-24 02:17:20 +000020875 maxNoDPCH-PDSCH-Codes INTEGER (1..8),
20876 maxNoPhysChBitsReceived MaxNoPhysChBitsReceived,
20877 supportForSF-512 BOOLEAN,
20878 -- dummy, dummy2 and dummy3 are not used in this version of the specification
20879 -- and if received they should be ignored.
20880 dummy BOOLEAN,
20881 dummy2 SimultaneousSCCPCH-DPCH-Reception,
20882 dummy3 SupportOfDedicatedPilotsForChEstimation OPTIONAL
20883}
20884
20885DL-PhysChCapabilityFDD-r5 ::= SEQUENCE {
Lev Walkin9ab5c762013-04-07 01:33:33 -070020886 -- The IE “maxNoDPCH-PDSCH-Codes” only gives information on the maximum number of DPCH Codes.
Lev Walkin76289e12006-10-24 02:17:20 +000020887 maxNoDPCH-PDSCH-Codes INTEGER (1..8),
20888 maxNoPhysChBitsReceived MaxNoPhysChBitsReceived,
20889 supportForSF-512 BOOLEAN,
20890 -- dummy, dumy2 and dummy3 are not used in this version of the specification
20891 -- and if received they should be ignored.
20892 dummy BOOLEAN,
20893 dummy2 SimultaneousSCCPCH-DPCH-Reception,
20894 dummy3 SupportOfDedicatedPilotsForChEstimation OPTIONAL,
20895 fdd-hspdsch CHOICE {
20896 supported SEQUENCE {
20897 hsdsch-physical-layer-category HSDSCH-physical-layer-category,
20898 -- dummy and dummy2 are not used in this version of the specification
20899 -- and if received they should be ignored.
20900 dummy BOOLEAN,
20901 dummy2 BOOLEAN
20902 },
20903 unsupported NULL
20904 }
20905}
20906
20907DL-PhysChCapabilityTDD-r5 ::= SEQUENCE {
20908 maxTS-PerFrame MaxTS-PerFrame,
20909 maxPhysChPerFrame MaxPhysChPerFrame,
20910 minimumSF MinimumSF-DL,
20911 supportOfPDSCH BOOLEAN,
20912 maxPhysChPerTS MaxPhysChPerTS,
20913 tdd384-hspdsch CHOICE {
20914 supported HSDSCH-physical-layer-category,
20915 unsupported NULL
20916 }
20917}
20918
20919DL-PhysChCapabilityTDD-LCR-r5 ::= SEQUENCE {
20920 maxTS-PerSubFrame MaxTS-PerSubFrame-r4,
20921 maxPhysChPerFrame MaxPhysChPerSubFrame-r4,
20922 minimumSF MinimumSF-DL,
20923 supportOfPDSCH BOOLEAN,
20924 maxPhysChPerTS MaxPhysChPerTS,
20925 supportOf8PSK BOOLEAN,
20926 tdd128-hspdsch CHOICE {
20927 supported HSDSCH-physical-layer-category,
20928 unsupported NULL
20929 }
20930}
20931
20932DL-RFC3095-Context ::= SEQUENCE {
20933 rfc3095-Context-Identity INTEGER (0..16383),
20934 dl-mode ENUMERATED {u, o, r},
20935 dl-ref-ir OCTET STRING ( SIZE (1..3000)),
20936 dl-ref-time INTEGER (0..4294967295) OPTIONAL,
20937 dl-curr-time INTEGER (0..4294967295) OPTIONAL,
20938 dl-syn-offset-id INTEGER (0..65535) OPTIONAL,
20939 dl-syn-slope-ts INTEGER (0..4294967295) OPTIONAL,
20940 dl-dyn-changed BOOLEAN
20941}
20942
20943ImplementationSpecificParams ::= BIT STRING (SIZE (1..512))
20944
20945
20946IntegrityProtectionStatus ::= ENUMERATED {
20947 started, notStarted }
20948
20949InterRAT-UE-RadioAccessCapabilityList-r5 ::= SEQUENCE {
20950 interRAT-UE-RadioAccessCapability InterRAT-UE-RadioAccessCapabilityList,
20951 geranIu-RadioAccessCapability GERANIu-RadioAccessCapability OPTIONAL
20952}
20953
20954IntraFreqReportingCriteria-r6-ext ::= SEQUENCE {
20955 -- The content of the v690 non-critical extension should be
20956 -- considered as an extension of IE IntraFreqEventCriteriaList
20957 event Event1j-r6,
20958 hysteresis Hysteresis,
20959 timeToTrigger TimeToTrigger,
20960 reportingCellStatus ReportingCellStatus OPTIONAL
20961}
20962
20963-- dummy is not used in this version of the specification, it should
20964-- not be sent and if received it should be ignored.
20965MaxHcContextSpace-r5 ::= ENUMERATED {
20966 dummy, by1024, by2048, by4096, by8192,
20967 by16384, by32768, by65536, by131072 }
20968
20969MeasurementCapability-r4 ::= SEQUENCE {
20970 downlinkCompressedMode CompressedModeMeasCapability-r4,
20971 uplinkCompressedMode CompressedModeMeasCapability-r4
20972}
20973
20974MeasurementCommandWithType ::= CHOICE {
20975 setup MeasurementType,
20976 modify NULL,
20977 release NULL
20978}
20979
20980MeasurementCommandWithType-r4 ::= CHOICE {
20981 setup MeasurementType-r4,
20982 modify NULL,
20983 release NULL
20984}
20985
20986MeasurementCommandWithType-r6 ::= CHOICE {
20987 setup MeasurementType-r6,
20988 modify NULL,
20989 release NULL
20990}
20991
20992OngoingMeasRep ::= SEQUENCE {
20993 measurementIdentity MeasurementIdentity,
20994 -- TABULAR: The CHOICE Measurement in the tabular description is included
20995 -- in MeasurementCommandWithType
20996 measurementCommandWithType MeasurementCommandWithType,
20997 measurementReportingMode MeasurementReportingMode OPTIONAL,
20998 additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
20999}
21000
21001OngoingMeasRep-r4 ::= SEQUENCE {
21002 measurementIdentity MeasurementIdentity,
21003 -- TABULAR: The CHOICE Measurement in the tabular description is included
21004 -- in MeasurementCommandWithType-r4.
21005 measurementCommandWithType MeasurementCommandWithType-r4,
21006 measurementReportingMode MeasurementReportingMode OPTIONAL,
21007 additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
21008}
21009
21010OngoingMeasRep-r5 ::= SEQUENCE {
21011 measurementIdentity MeasurementIdentity,
21012 -- TABULAR: The CHOICE Measurement in the tabular description is included
21013 -- in MeasurementCommandWithType-r4.
21014 measurementCommandWithType MeasurementCommandWithType-r4,
21015 measurementReportingMode MeasurementReportingMode OPTIONAL,
21016 additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL,
21017 measurementCommand-v590ext CHOICE {
21018 -- the choice "intra-frequency" shall be used for the case of intra-frequency measurement,
21019 -- as well as when intra-frequency events are configured for inter-frequency measurement
21020 intra-frequency Intra-FreqEventCriteriaList-v590ext,
21021 inter-frequency Inter-FreqEventCriteriaList-v590ext
21022 } OPTIONAL,
21023 intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
21024 intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL
21025}
21026
21027OngoingMeasRep-r6 ::= SEQUENCE {
21028 measurementIdentity MeasurementIdentity,
21029 measurementCommandWithType MeasurementCommandWithType-r6,
21030 measurementReportingMode MeasurementReportingMode OPTIONAL,
21031 additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
21032}
21033
21034OngoingMeasRepList ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
21035 OngoingMeasRep
21036
21037OngoingMeasRepList-r4 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
21038 OngoingMeasRep-r4
21039
21040OngoingMeasRepList-r5 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
21041 OngoingMeasRep-r5
21042
21043OngoingMeasRepList-r6 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
21044 OngoingMeasRep-r6
21045
21046PDCP-Capability-r4 ::= SEQUENCE {
21047 losslessSRNS-RelocationSupport BOOLEAN,
21048 supportForRfc2507 CHOICE {
21049 notSupported NULL,
21050 supported MaxHcContextSpace
21051 },
21052 supportForRfc3095 CHOICE {
21053 notSupported NULL,
21054 supported SEQUENCE {
21055 maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
21056 reverseCompressionDepth INTEGER (0..65535) DEFAULT 0
21057 }
21058 }
21059}
21060
21061PDCP-Capability-r5 ::= SEQUENCE {
21062 losslessSRNS-RelocationSupport BOOLEAN,
21063 supportForRfc2507 CHOICE {
21064 notSupported NULL,
21065 supported MaxHcContextSpace-r5
21066 },
21067 supportForRfc3095 CHOICE {
21068 notSupported NULL,
21069 supported SEQUENCE {
21070 maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
21071 reverseCompressionDepth INTEGER (0..65535) DEFAULT 0,
21072 supportForRfc3095ContextRelocation BOOLEAN
21073 }
21074 }
21075}
21076
21077PDCP-Capability-r6 ::= SEQUENCE {
21078 losslessSRNS-RelocationSupport BOOLEAN,
21079 losslessDLRLC-PDUSizeChange ENUMERATED { true } OPTIONAL,
21080 supportForRfc2507 CHOICE {
21081 notSupported NULL,
21082 supported MaxHcContextSpace-r5
21083 },
21084 supportForRfc3095 CHOICE {
21085 notSupported NULL,
21086 supported SEQUENCE {
21087 maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
21088 reverseCompressionDepth INTEGER (0..65535) DEFAULT 0,
21089 supportForRfc3095ContextRelocation BOOLEAN
21090 }
21091 }
21092}
21093
21094PhysicalChannelCapability-r4 ::= SEQUENCE {
21095 fddPhysChCapability SEQUENCE {
21096 downlinkPhysChCapability DL-PhysChCapabilityFDD-r4,
21097 uplinkPhysChCapability UL-PhysChCapabilityFDD
21098 } OPTIONAL,
21099 tdd384-PhysChCapability SEQUENCE {
21100 downlinkPhysChCapability DL-PhysChCapabilityTDD,
21101 uplinkPhysChCapability UL-PhysChCapabilityTDD
21102 } OPTIONAL,
21103 tdd128-PhysChCapability SEQUENCE {
21104 downlinkPhysChCapability DL-PhysChCapabilityTDD-LCR-r4,
21105 uplinkPhysChCapability UL-PhysChCapabilityTDD-LCR-r4
21106 } OPTIONAL
21107}
21108
21109PhysicalChannelCapability-r5 ::= SEQUENCE {
21110 fddPhysChCapability SEQUENCE {
21111 downlinkPhysChCapability DL-PhysChCapabilityFDD-r5,
21112 uplinkPhysChCapability UL-PhysChCapabilityFDD
21113 } OPTIONAL,
21114 tdd384-PhysChCapability SEQUENCE {
21115 downlinkPhysChCapability DL-PhysChCapabilityTDD-r5,
21116 uplinkPhysChCapability UL-PhysChCapabilityTDD
21117 } OPTIONAL,
21118 tdd128-PhysChCapability SEQUENCE {
21119 downlinkPhysChCapability DL-PhysChCapabilityTDD-LCR-r5,
21120 uplinkPhysChCapability UL-PhysChCapabilityTDD-LCR-r4
21121 } OPTIONAL
21122}
21123
21124RF-Capability-r4 ::= SEQUENCE {
21125 fddRF-Capability SEQUENCE {
21126 ue-PowerClass UE-PowerClassExt,
21127 txRxFrequencySeparation TxRxFrequencySeparation
21128 } OPTIONAL,
21129 tdd384-RF-Capability SEQUENCE {
21130 ue-PowerClass UE-PowerClassExt,
21131 radioFrequencyBandTDDList RadioFrequencyBandTDDList,
21132 chipRateCapability ChipRateCapability
21133 } OPTIONAL,
21134 tdd128-RF-Capability SEQUENCE {
21135 ue-PowerClass UE-PowerClassExt,
21136 radioFrequencyBandTDDList RadioFrequencyBandTDDList,
21137 chipRateCapability ChipRateCapability
21138 } OPTIONAL
21139}
21140
21141RFC3095-ContextInfo ::= SEQUENCE {
21142 rb-Identity RB-Identity,
21143 rfc3095-Context-List RFC3095-Context-List
21144}
21145
21146RFC3095-Context-List ::= SEQUENCE (SIZE (1..maxRFC3095-CID)) OF SEQUENCE {
21147 dl-RFC3095-Context DL-RFC3095-Context OPTIONAL,
21148 ul-RFC3095-Context UL-RFC3095-Context OPTIONAL
21149}
21150
21151RLC-Capability-r5 ::= SEQUENCE {
21152 totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-r5,
21153 maximumRLC-WindowSize MaximumRLC-WindowSize,
21154 maximumAM-EntityNumber MaximumAM-EntityNumberRLC-Cap
21155}
21156
21157
21158SRB-SpecificIntegrityProtInfo ::= SEQUENCE {
21159 ul-RRC-HFN BIT STRING (SIZE (28)),
21160 dl-RRC-HFN BIT STRING (SIZE (28)),
21161 ul-RRC-SequenceNumber RRC-MessageSequenceNumber,
21162 dl-RRC-SequenceNumber RRC-MessageSequenceNumber
21163}
21164
21165SRB-SpecificIntegrityProtInfoList ::= SEQUENCE (SIZE (4..maxSRBsetup)) OF
21166 SRB-SpecificIntegrityProtInfo
21167
21168StateOfRRC ::= ENUMERATED {
21169 cell-DCH, cell-FACH,
21170 cell-PCH, ura-PCH }
21171
21172StateOfRRC-Procedure ::= ENUMERATED {
21173 awaitNoRRC-Message,
21174 awaitRB-ReleaseComplete,
21175 awaitRB-SetupComplete,
21176 awaitRB-ReconfigurationComplete,
21177 awaitTransportCH-ReconfigurationComplete,
21178 awaitPhysicalCH-ReconfigurationComplete,
21179 awaitActiveSetUpdateComplete,
21180 awaitHandoverComplete,
21181 sendCellUpdateConfirm,
21182 sendUraUpdateConfirm,
21183 -- dummy is not used in this version of specification
21184 -- It should not be sent
21185 dummy,
21186 otherStates
21187}
21188
21189TotalRLC-AM-BufferSize-r5 ::= ENUMERATED {
21190 kb10, kb50, kb100, kb150, kb200,
21191 kb300, kb400, kb500, kb750, kb1000 }
21192
21193TPC-Combination-Info ::= SEQUENCE {
21194 primaryCPICH-Info PrimaryCPICH-Info,
21195 tpc-CombinationIndex TPC-CombinationIndex
21196}
21197
21198UE-MultiModeRAT-Capability-r5 ::= SEQUENCE {
21199 multiRAT-CapabilityList MultiRAT-Capability,
21200 multiModeCapability MultiModeCapability,
21201 supportOfUTRAN-ToGERAN-NACC BOOLEAN
21202}
21203
21204UE-Positioning-Capability-r4 ::= SEQUENCE {
21205 standaloneLocMethodsSupported BOOLEAN,
21206 ue-BasedOTDOA-Supported BOOLEAN,
21207 networkAssistedGPS-Supported NetworkAssistedGPS-Supported,
21208 supportForUE-GPS-TimingOfCellFrames BOOLEAN,
21209 supportForIPDL BOOLEAN,
21210 rx-tx-TimeDifferenceType2Capable BOOLEAN,
21211 validity-CellPCH-UraPCH ENUMERATED { true } OPTIONAL,
21212 sfn-sfnType2Capability ENUMERATED { true } OPTIONAL
21213}
21214
21215UE-Positioning-LastKnownPos ::= SEQUENCE {
21216 sfn INTEGER (0..4095),
21217 cell-id CellIdentity,
21218 positionEstimate PositionEstimate
21219}
21220
21221UE-RadioAccessCapability-r4 ::= SEQUENCE {
21222 accessStratumReleaseIndicator AccessStratumReleaseIndicator,
21223 pdcp-Capability PDCP-Capability-r4,
21224 rlc-Capability RLC-Capability,
21225 transportChannelCapability TransportChannelCapability,
21226 rf-Capability RF-Capability-r4,
21227 physicalChannelCapability PhysicalChannelCapability-r4,
21228 ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability,
21229 securityCapability SecurityCapability,
21230 ue-positioning-Capability UE-Positioning-Capability-r4,
21231 measurementCapability MeasurementCapability-r4 OPTIONAL
21232}
21233
21234UE-RadioAccessCapability-r5 ::= SEQUENCE {
21235 accessStratumReleaseIndicator AccessStratumReleaseIndicator,
21236 dl-CapabilityWithSimultaneousHS-DSCHConfig
21237 DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
21238 pdcp-Capability PDCP-Capability-r5,
21239 rlc-Capability RLC-Capability-r5,
21240 transportChannelCapability TransportChannelCapability,
21241 rf-Capability RF-Capability-r4,
21242 physicalChannelCapability PhysicalChannelCapability-r5,
21243 ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability-r5,
21244 securityCapability SecurityCapability,
21245 ue-positioning-Capability UE-Positioning-Capability-r4,
21246 measurementCapability MeasurementCapability-r4 OPTIONAL
21247}
21248
21249UE-RadioAccessCapability-r6 ::= SEQUENCE {
21250 accessStratumReleaseIndicator AccessStratumReleaseIndicator,
21251 dl-CapabilityWithSimultaneousHS-DSCHConfig
21252 DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
21253 pdcp-Capability PDCP-Capability-r6,
21254 rlc-Capability RLC-Capability-r5,
21255 transportChannelCapability TransportChannelCapability,
21256 rf-Capability RF-Capability-r4,
21257 physicalChannelCapability PhysicalChannelCapability-r5,
21258 ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability-r5,
21259 securityCapability SecurityCapability,
21260 ue-positioning-Capability UE-Positioning-Capability-r4,
21261 measurementCapability MeasurementCapability-r4 OPTIONAL
21262}
21263
21264UE-RadioAccessCapability-r7 ::= SEQUENCE {
21265 accessStratumReleaseIndicator AccessStratumReleaseIndicator,
21266 dl-CapabilityWithSimultaneousHS-DSCHConfig
21267 DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
21268 pdcp-Capability PDCP-Capability-r6,
21269 rlc-Capability RLC-Capability-r5,
21270 transportChannelCapability TransportChannelCapability,
21271 rf-Capability RF-Capability-r7,
21272 physicalChannelCapability PhysicalChannelCapability-r7,
21273 ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability-r5,
21274 securityCapability SecurityCapability,
21275 ue-positioning-Capability UE-Positioning-Capability-r4,
21276 measurementCapability MeasurementCapability-r4 OPTIONAL
21277}
21278
21279UL-RFC3095-Context ::= SEQUENCE {
21280 rfc3095-Context-Identity INTEGER (0..16383),
21281 ul-mode ENUMERATED {u, o, r},
21282 ul-ref-ir OCTET STRING ( SIZE (1..3000)),
21283 ul-ref-time INTEGER (0..4294967295) OPTIONAL,
21284 ul-curr-time INTEGER (0..4294967295) OPTIONAL,
21285 ul-syn-offset-id INTEGER (0..65535) OPTIONAL,
21286 ul-syn-slope-ts INTEGER (0..4294967295) OPTIONAL,
21287 ul-ref-sn-1 INTEGER (0..65535) OPTIONAL
21288}
21289
21290END
21291