1 -- 3GPP TS 25.331 V16.1.0 (2020-09)
3 -- 11.1 General message structure
5 Class-definitions DEFINITIONS AUTOMATIC TAGS ::=
12 ActiveSetUpdateComplete,
13 ActiveSetUpdateFailure,
14 AssistanceDataDelivery,
15 CellChangeOrderFromUTRAN,
16 CellChangeOrderFromUTRANFailure,
19 CellUpdateConfirm-CCCH,
23 DownlinkDirectTransfer,
24 ETWSPrimaryNotificationWithSecurity,
25 HandoverToUTRANComplete,
26 InitialDirectTransfer,
27 HandoverFromUTRANCommand-EUTRA,
28 HandoverFromUTRANCommand-GERANIu,
29 HandoverFromUTRANCommand-GSM,
30 HandoverFromUTRANCommand-CDMA2000,
31 HandoverFromUTRANFailure,
32 LoggingMeasurementConfiguration,
33 MBMSAccessInformation,
34 MBMSCommonPTMRBInformation,
35 MBMSCurrentCellPTMRBInformation,
36 MBMSGeneralInformation,
37 MBMSModificationRequest,
38 MBMSModifiedServicesInformation,
39 MBMSNeighbouringCellPTMRBInformation,
40 MBMSSchedulingInformation,
41 MBMSUnmodifiedServicesInformation,
43 MeasurementControlFailure,
47 PhysicalChannelReconfiguration,
48 PhysicalChannelReconfigurationComplete,
49 PhysicalChannelReconfigurationFailure,
50 PhysicalSharedChannelAllocation,
52 RadioBearerReconfiguration,
53 RadioBearerReconfigurationComplete,
54 RadioBearerReconfigurationFailure,
56 RadioBearerReleaseComplete,
57 RadioBearerReleaseFailure,
59 RadioBearerSetupComplete,
60 RadioBearerSetupFailure,
63 RRCConnectionRelease-CCCH,
64 RRCConnectionReleaseComplete,
67 RRCConnectionSetupComplete,
72 SignallingConnectionRelease,
73 SignallingConnectionReleaseIndication,
74 SystemInformation-BCH,
75 SystemInformation2-BCH,
76 SystemInformation-FACH,
77 SystemInformationChangeIndication,
78 TransportChannelReconfiguration,
79 TransportChannelReconfigurationComplete,
80 TransportChannelReconfigurationFailure,
81 TransportFormatCombinationControl,
82 TransportFormatCombinationControlFailure,
84 UECapabilityInformation,
85 UECapabilityInformationConfirm,
87 UEInformationResponse,
89 UplinkPhysicalChannelControl,
92 URAUpdateConfirm-CCCH,
93 UTRANMobilityInformation,
94 UTRANMobilityInformationConfirm,
95 UTRANMobilityInformationFailure
98 -- User Equipment IEs :
100 FROM InformationElements;
102 --**************************************************************
104 -- Downlink DCCH messages
106 --**************************************************************
108 DL-DCCH-Message ::= SEQUENCE {
109 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
110 message DL-DCCH-MessageType
113 DL-DCCH-MessageType ::= CHOICE {
114 activeSetUpdate ActiveSetUpdate,
115 assistanceDataDelivery AssistanceDataDelivery,
116 cellChangeOrderFromUTRAN CellChangeOrderFromUTRAN,
117 cellUpdateConfirm CellUpdateConfirm,
118 counterCheck CounterCheck,
119 downlinkDirectTransfer DownlinkDirectTransfer,
120 handoverFromUTRANCommand-GSM HandoverFromUTRANCommand-GSM,
121 handoverFromUTRANCommand-CDMA2000 HandoverFromUTRANCommand-CDMA2000,
122 measurementControl MeasurementControl,
123 pagingType2 PagingType2,
124 physicalChannelReconfiguration PhysicalChannelReconfiguration,
125 physicalSharedChannelAllocation PhysicalSharedChannelAllocation,
126 radioBearerReconfiguration RadioBearerReconfiguration,
127 radioBearerRelease RadioBearerRelease,
128 radioBearerSetup RadioBearerSetup,
129 rrcConnectionRelease RRCConnectionRelease,
130 securityModeCommand SecurityModeCommand,
131 signallingConnectionRelease SignallingConnectionRelease,
132 transportChannelReconfiguration TransportChannelReconfiguration,
133 transportFormatCombinationControl TransportFormatCombinationControl,
134 ueCapabilityEnquiry UECapabilityEnquiry,
135 ueCapabilityInformationConfirm UECapabilityInformationConfirm,
136 uplinkPhysicalChannelControl UplinkPhysicalChannelControl,
137 uraUpdateConfirm URAUpdateConfirm,
138 utranMobilityInformation UTRANMobilityInformation,
139 handoverFromUTRANCommand-GERANIu HandoverFromUTRANCommand-GERANIu,
140 mbmsModifiedServicesInformation MBMSModifiedServicesInformation,
141 etwsPrimaryNotificationWithSecurity ETWSPrimaryNotificationWithSecurity,
142 handoverFromUTRANCommand-EUTRA HandoverFromUTRANCommand-EUTRA,
143 ueInformationRequest UEInformationRequest,
144 loggingMeasurementConfiguration LoggingMeasurementConfiguration,
148 --**************************************************************
150 -- Uplink DCCH messages
152 --**************************************************************
154 UL-DCCH-Message ::= SEQUENCE {
155 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
156 message UL-DCCH-MessageType
159 UL-DCCH-MessageType ::= CHOICE {
160 activeSetUpdateComplete ActiveSetUpdateComplete,
161 activeSetUpdateFailure ActiveSetUpdateFailure,
162 cellChangeOrderFromUTRANFailure CellChangeOrderFromUTRANFailure,
163 counterCheckResponse CounterCheckResponse,
164 handoverToUTRANComplete HandoverToUTRANComplete,
165 initialDirectTransfer InitialDirectTransfer,
166 handoverFromUTRANFailure HandoverFromUTRANFailure,
167 measurementControlFailure MeasurementControlFailure,
168 measurementReport MeasurementReport,
169 physicalChannelReconfigurationComplete
170 PhysicalChannelReconfigurationComplete,
171 physicalChannelReconfigurationFailure
172 PhysicalChannelReconfigurationFailure,
173 radioBearerReconfigurationComplete RadioBearerReconfigurationComplete,
174 radioBearerReconfigurationFailure RadioBearerReconfigurationFailure,
175 radioBearerReleaseComplete RadioBearerReleaseComplete,
176 radioBearerReleaseFailure RadioBearerReleaseFailure,
177 radioBearerSetupComplete RadioBearerSetupComplete,
178 radioBearerSetupFailure RadioBearerSetupFailure,
179 rrcConnectionReleaseComplete RRCConnectionReleaseComplete,
180 rrcConnectionSetupComplete RRCConnectionSetupComplete,
182 securityModeComplete SecurityModeComplete,
183 securityModeFailure SecurityModeFailure,
184 signallingConnectionReleaseIndication
185 SignallingConnectionReleaseIndication,
186 transportChannelReconfigurationComplete
187 TransportChannelReconfigurationComplete,
188 transportChannelReconfigurationFailure
189 TransportChannelReconfigurationFailure,
190 transportFormatCombinationControlFailure
191 TransportFormatCombinationControlFailure,
192 ueCapabilityInformation UECapabilityInformation,
193 uplinkDirectTransfer UplinkDirectTransfer,
194 utranMobilityInformationConfirm UTRANMobilityInformationConfirm,
195 utranMobilityInformationFailure UTRANMobilityInformationFailure,
196 mbmsModificationRequest MBMSModificationRequest,
197 ul-DCCH-MessageType-ext UL-DCCH-MessageType-ext
200 UL-DCCH-MessageType-ext ::= CHOICE {
201 ueInformationResponse UEInformationResponse,
219 --**************************************************************
221 -- Downlink CCCH messages
223 --**************************************************************
225 DL-CCCH-Message ::= SEQUENCE {
226 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
227 message DL-CCCH-MessageType
230 DL-CCCH-MessageType ::= CHOICE {
231 cellUpdateConfirm CellUpdateConfirm-CCCH,
232 rrcConnectionReject RRCConnectionReject,
233 rrcConnectionRelease RRCConnectionRelease-CCCH,
234 rrcConnectionSetup RRCConnectionSetup,
235 uraUpdateConfirm URAUpdateConfirm-CCCH,
236 -- dummy is not used in the specification. If received it is ignored by the UE.
237 -- See TS 23.041 for handling of warning security information by Cell Broadcast Center.
238 dummy ETWSPrimaryNotificationWithSecurity,
243 --**************************************************************
245 -- Uplink CCCH messages
247 --**************************************************************
249 UL-CCCH-Message ::= SEQUENCE {
250 integrityCheckInfo IntegrityCheckInfo OPTIONAL,
251 message UL-CCCH-MessageType
254 UL-CCCH-MessageType ::= CHOICE {
255 cellUpdate CellUpdate,
256 rrcConnectionRequest RRCConnectionRequest,
258 uL-CCCH-MessageType-r11 UL-CCCH-MessageType-r11
261 UL-CCCH-MessageType-r11 ::= CHOICE {
262 cellUpdate CellUpdateFDD-r11,
268 --**************************************************************
272 --**************************************************************
274 PCCH-Message ::= SEQUENCE {
275 message PCCH-MessageType
278 PCCH-MessageType ::= CHOICE {
279 pagingType1 PagingType1,
283 --**************************************************************
285 -- Downlink SHCCH messages
287 --**************************************************************
289 DL-SHCCH-Message ::= SEQUENCE {
290 message DL-SHCCH-MessageType
293 DL-SHCCH-MessageType ::= CHOICE {
294 physicalSharedChannelAllocation PhysicalSharedChannelAllocation,
298 --**************************************************************
300 -- Uplink SHCCH messages
302 --**************************************************************
304 UL-SHCCH-Message ::= SEQUENCE {
305 message UL-SHCCH-MessageType
308 UL-SHCCH-MessageType ::= CHOICE {
309 puschCapacityRequest PUSCHCapacityRequest,
314 --**************************************************************
316 -- BCCH messages sent on FACH
318 --**************************************************************
320 BCCH-FACH-Message ::= SEQUENCE {
321 message BCCH-FACH-MessageType
324 BCCH-FACH-MessageType ::= CHOICE {
325 -- dummy is not used in this version of the specification, it should
326 -- not be sent and if received UE behaviour is unspecified.
327 dummy SystemInformation-FACH,
328 systemInformationChangeIndication SystemInformationChangeIndication,
333 --**************************************************************
335 -- BCCH messages sent on BCH
337 --**************************************************************
339 BCCH-BCH-Message ::= SEQUENCE {
340 message SystemInformation-BCH
343 --**************************************************************
345 -- BCCH messages sent on BCH2
347 --**************************************************************
349 BCCH-BCH2-Message ::= SEQUENCE {
350 message SystemInformation2-BCH
353 --**************************************************************
357 --**************************************************************
359 MCCH-Message ::= SEQUENCE {
360 message MCCH-MessageType
363 MCCH-MessageType ::= CHOICE {
364 mbmsAccessInformation MBMSAccessInformation,
365 mbmsCommonPTMRBInformation MBMSCommonPTMRBInformation,
366 mbmsCurrentCellPTMRBInformation MBMSCurrentCellPTMRBInformation,
367 mbmsGeneralInformation MBMSGeneralInformation,
368 mbmsModifiedServicesInformation MBMSModifiedServicesInformation,
369 mbmsNeighbouringCellPTMRBInformation
370 MBMSNeighbouringCellPTMRBInformation,
371 mbmsUnmodifiedServicesInformation MBMSUnmodifiedServicesInformation,
383 --**************************************************************
387 --**************************************************************
389 MSCH-Message ::= SEQUENCE {
390 message MSCH-MessageType
393 MSCH-MessageType ::= CHOICE {
394 mbmsSchedulingInformation MBMSSchedulingInformation,