blob: 843ec8d1b64c48a81ed3848ed9d067af30cfac02 [file] [log] [blame]
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001-- **************************************************************
2--
3-- Information Element Definitions
4--
5-- **************************************************************
6
7RANAP-IEs {
8itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
9umts-Access (20) modules (3) ranap (0) version1 (1) ranap-IEs (2) }
10
11DEFINITIONS AUTOMATIC TAGS ::=
12
13BEGIN
14
15IMPORTS
16 maxNrOfCSGs,
17 maxNrOfErrors,
18 maxNrOfPDPDirections,
19 maxNrOfPoints,
20 maxNrOfRABs,
21 maxNrOfSRBs,
22 maxNrOfSeparateTrafficDirections,
23 maxRAB-Subflows,
24 maxRAB-SubflowCombination,
25 maxNrOfLevels,
26 maxNrOfAltValues,
27 maxNrOfSNAs,
28 maxNrOfLAs,
29 maxNrOfPLMNsSN,
30 maxSet,
31 maxNrOfHSDSCHMACdFlows-1,
32 maxNrOfUEsToBeTraced,
33 maxNrOfInterfaces,
34 maxnoofMulticastServicesPerRNC,
35 maxMBMSSA,
36 maxMBMSRA,
37 maxnoofMulticastServicesPerUE,
38 maxNrOfEDCHMACdFlows-1,
39 maxGANSSSet,
40 maxNrOfEUTRAFreqs,
41 maxNrOfCellIds,
42 maxNrOfRAIs,
43 maxNrOfLAIs,
44 maxNrOfVol,
45 maxSizeOfIMSInfo,
46 maxnoofMDTPLMNs,
Harald Welte4f119e52015-08-30 17:46:03 +020047 maxProtocolExtensions,
Harald Welte8f2fb0c2015-08-29 12:19:42 +020048
49 id-CN-DomainIndicator,
50 id-MessageStructure,
51 id-SRB-TrCH-Mapping,
52 id-TypeOfError,
53 id-hS-DSCH-MAC-d-Flow-ID,
54 id-SignallingIndication,
55 id-CellLoadInformationGroup,
56 id-TraceRecordingSessionInformation,
57 id-MBMSLinkingInformation,
58 id-AlternativeRABConfiguration,
59 id-AlternativeRABConfigurationRequest,
60 id-E-DCH-MAC-d-Flow-ID,
61 id-RAC,
62 id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf,
63 id-Alt-RAB-Parameter-ExtendedMaxBitrateInf,
64 id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList,
65 id-Ass-RAB-Parameter-ExtendedMaxBitrateList,
66 id-RAB-Parameter-ExtendedGuaranteedBitrateList,
67 id-RAB-Parameter-ExtendedMaxBitrateList,
68 id-Requested-RAB-Parameter-ExtendedMaxBitrateList,
69 id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList,
70 id-LAofIdleModeUEs,
71 id-newLAListofIdleModeUEs,
72 id-LAListwithNoIdleModeUEsAnyMore,
73 id-ExtendedRNC-ID,
74 id-GANSS-PositioningDataSet,
75 id-d-RNTI-for-NoIuCSUP,
76 id-UE-History-Information,
77 id-SubscriberProfileIDforRFP,
78 id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf,
79 id-Alt-RAB-Parameter-SupportedMaxBitrateInf,
80 id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList,
81 id-Ass-RAB-Parameter-SupportedMaxBitrateList,
82 id-RAB-Parameter-SupportedGuaranteedBitrateList,
83 id-RAB-Parameter-SupportedMaxBitrateList,
84 id-Requested-RAB-Parameter-SupportedMaxBitrateList,
85 id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList,
86 id-PSRABtobeReplaced,
87 id-SRVCC-Information,
88 id-CSG-Id,
89 id-CSFB-Information,
90 id-IRAT-Measurement-Configuration,
91 id-Management-Based-MDT-Allowed,
92 id-Time-UE-StayedInCell-EnhancedGranularity,
93 id-HO-Cause,
94 id-TraceRecordingSessionReference,
95 id-IMSI,
96 id-Management-Based-MDT-PLMN-List,
97 id-SignallingBasedMDTPLMNList,
98 id-M4Report,
99 id-M5Report,
100 id-M6Report,
101 id-M7Report,
102 id-TimingDifferenceULDL,
103 id-Trace-Collection-Entity-IP-Addess,
104 id-Serving-Cell-Identifier,
105 id-EARFCN-Extended,
106 id-LastE-UTRANPLMNIdentity,
107 id-RSRQ-Type,
108 id-RSRQ-Extension
109
110
111FROM RANAP-Constants
112
113 Criticality,
114 ProcedureCode,
115 ProtocolIE-ID,
116 TriggeringMessage
117FROM RANAP-CommonDataTypes
118
Harald Welte4f119e52015-08-30 17:46:03 +0200119 IE
120FROM RANAP-PDU;
121
122IE-Extensions ::= SEQUENCE (SIZE (1..maxProtocolExtensions)) OF IE
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200123
124-- A
125
126AccuracyFulfilmentIndicator ::= ENUMERATED{
127 requested-Accuracy-Fulfilled,
128 requested-Accuracy-Not-Fulfilled,
129 ...
130}
131
132AllocationOrRetentionPriority ::= SEQUENCE {
133 priorityLevel PriorityLevel,
134 pre-emptionCapability Pre-emptionCapability,
135 pre-emptionVulnerability Pre-emptionVulnerability,
136 queuingAllowed QueuingAllowed,
Harald Welte4f119e52015-08-30 17:46:03 +0200137 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200138 ...
139}
140
141Alt-RAB-Parameters ::= SEQUENCE {
142 altMaxBitrateInf Alt-RAB-Parameter-MaxBitrateInf OPTIONAL,
143 altGuaranteedBitRateInf Alt-RAB-Parameter-GuaranteedBitrateInf OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200144 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200145 ...
146}
147
148Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf ::= SEQUENCE {
149 altExtendedGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
150 altExtendedGuaranteedBitrates Alt-RAB-Parameter-ExtendedGuaranteedBitrates OPTIONAL
151 -- This IE shall be present if the Type of Extended Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
152 ...
153}
154
155Alt-RAB-Parameter-ExtendedGuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
156 Alt-RAB-Parameter-ExtendedGuaranteedBitrateList
157
158Alt-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
159
160Alt-RAB-Parameter-GuaranteedBitrateInf ::= SEQUENCE {
161 altGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
162 altGuaranteedBitrates Alt-RAB-Parameter-GuaranteedBitrates OPTIONAL
163 -- This IE shall be present if the Type of Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
164 ...
165}
166
167Alt-RAB-Parameter-GuaranteedBitrateType ::= ENUMERATED{
168 unspecified,
169 value-range,
170 discrete-values,
171 ...
172}
173
174Alt-RAB-Parameter-GuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
175 Alt-RAB-Parameter-GuaranteedBitrateList
176
177
178Alt-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
179
180Alt-RAB-Parameter-SupportedGuaranteedBitrateInf ::= SEQUENCE {
181 altSupportedGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
182 altSupportedGuaranteedBitrates Alt-RAB-Parameter-SupportedGuaranteedBitrates OPTIONAL
183 -- This IE shall be present if the Type of Supported Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
Harald Welte4f119e52015-08-30 17:46:03 +0200184 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200185 ...
186}
187
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200188Alt-RAB-Parameter-SupportedGuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
189 SupportedRAB-ParameterBitrateList
190
191
192Alt-RAB-Parameter-ExtendedMaxBitrateInf ::= SEQUENCE {
193 altExtendedMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
194 altExtendedMaxBitrates Alt-RAB-Parameter-ExtendedMaxBitrates OPTIONAL
195 -- This IE shall be present if the Type of Extended Alternative Maximum Bit Rates Information IE is set to "Value range" or "Discrete values" --,
196 ...
197}
198
199Alt-RAB-Parameter-ExtendedMaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
200 Alt-RAB-Parameter-ExtendedMaxBitrateList
201
202Alt-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
203
204Alt-RAB-Parameter-MaxBitrateInf ::= SEQUENCE {
205 altMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
206 altMaxBitrates Alt-RAB-Parameter-MaxBitrates OPTIONAL
207 -- This IE shall be present if the Type of Alternative Maximun Bit Rates Information IE is set to "Value range" or "Discrete values" --,
208 ...
209}
210
211Alt-RAB-Parameter-MaxBitrateType ::= ENUMERATED{
212 unspecified,
213 value-range,
214 discrete-values,
215 ...
216}
217
218Alt-RAB-Parameter-MaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
219 Alt-RAB-Parameter-MaxBitrateList
220
221
222Alt-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
223
224
225Alt-RAB-Parameter-SupportedMaxBitrateInf ::= SEQUENCE {
226 altSupportedMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
227 altSupportedMaxBitrates Alt-RAB-Parameter-SupportedMaxBitrates OPTIONAL
228 -- This IE shall be present if the Type of Supported Alternative Maximun Bit Rates Information IE is set to "Value range" or "Discrete values" --,
Harald Welte4f119e52015-08-30 17:46:03 +0200229 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200230...
231}
232
233
234Alt-RAB-Parameter-SupportedMaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
235 SupportedRAB-ParameterBitrateList
236
237AlternativeRABConfigurationRequest ::= ENUMERATED{
238 alternative-RAB-configuration-Requested,
239 ...
240}
241
242APN ::= OCTET STRING (SIZE (1..255))
243-- Reference: 23.003
244
245AreaIdentity ::= CHOICE {
246 sAI SAI,
247 geographicalArea GeographicalArea,
248 ...
249}
250
251Ass-RAB-Parameters ::= SEQUENCE {
252 assMaxBitrateInf Ass-RAB-Parameter-MaxBitrateList OPTIONAL,
253 assGuaranteedBitRateInf Ass-RAB-Parameter-GuaranteedBitrateList OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200254 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200255 ...
256}
257
258Ass-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
259
260Ass-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
261
262
263Ass-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
264
265
266Ass-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
267
268AuthorisedPLMNs ::= SEQUENCE (SIZE (1..maxNrOfPLMNsSN)) OF
269 SEQUENCE {
270 pLMNidentity PLMNidentity,
271 authorisedSNAsList AuthorisedSNAs OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200272 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200273 ...
274 }
275
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200276AuthorisedSNAs ::= SEQUENCE (SIZE (1..maxNrOfSNAs)) OF SNAC
277
278
279-- B
280
281BindingID ::= OCTET STRING (SIZE (4))
282
283BroadcastAssistanceDataDecipheringKeys ::= SEQUENCE {
284 cipheringKeyFlag BIT STRING (SIZE (1)),
285 currentDecipheringKey BIT STRING (SIZE (56)),
286 nextDecipheringKey BIT STRING (SIZE (56)),
287 ...
288}
289
290-- C
291
292
293Cause ::= CHOICE {
294 radioNetwork CauseRadioNetwork,
295 transmissionNetwork CauseTransmissionNetwork,
296 nAS CauseNAS,
297 protocol CauseProtocol,
298 misc CauseMisc,
299 non-Standard CauseNon-Standard,
300 ...,
301 radioNetworkExtension CauseRadioNetworkExtension
302}
303
304CauseMisc ::= INTEGER {
305 om-intervention (113),
306 no-resource-available (114),
307 unspecified-failure (115),
308 network-optimisation (116)
309} (113..128)
310
311CauseNAS ::= INTEGER {
312 user-restriction-start-indication (81),
313 user-restriction-end-indication (82),
314 normal-release (83),
315 csg-subscription-expiry(84)
316} (81..96)
317
318CauseProtocol ::= INTEGER {
319 transfer-syntax-error (97),
320 semantic-error (98),
321 message-not-compatible-with-receiver-state (99),
322 abstract-syntax-error-reject (100),
323 abstract-syntax-error-ignore-and-notify (101),
324 abstract-syntax-error-falsely-constructed-message (102)
325} (97..112)
326
327CauseRadioNetwork ::= INTEGER {
328 rab-pre-empted (1),
329 trelocoverall-expiry (2),
330 trelocprep-expiry (3),
331 treloccomplete-expiry (4),
332 tqueing-expiry (5),
333 relocation-triggered (6),
334 trellocalloc-expiry(7),
335 unable-to-establish-during-relocation (8),
336 unknown-target-rnc (9),
337 relocation-cancelled (10),
338 successful-relocation (11),
339 requested-ciphering-and-or-integrity-protection-algorithms-not-supported (12),
340 conflict-with-already-existing-integrity-protection-and-or-ciphering-information (13),
341 failure-in-the-radio-interface-procedure (14),
342 release-due-to-utran-generated-reason (15),
343 user-inactivity (16),
344 time-critical-relocation (17),
345 requested-traffic-class-not-available (18),
346 invalid-rab-parameters-value (19),
347 requested-maximum-bit-rate-not-available (20),
348 requested-guaranteed-bit-rate-not-available (21),
349 requested-transfer-delay-not-achievable (22),
350 invalid-rab-parameters-combination (23),
351 condition-violation-for-sdu-parameters (24),
352 condition-violation-for-traffic-handling-priority (25),
353 condition-violation-for-guaranteed-bit-rate (26),
354 user-plane-versions-not-supported (27),
355 iu-up-failure (28),
356 relocation-failure-in-target-CN-RNC-or-target-system(29),
357 invalid-RAB-ID (30),
358 no-remaining-rab (31),
359 interaction-with-other-procedure (32),
360 requested-maximum-bit-rate-for-dl-not-available (33),
361 requested-maximum-bit-rate-for-ul-not-available (34),
362 requested-guaranteed-bit-rate-for-dl-not-available (35),
363 requested-guaranteed-bit-rate-for-ul-not-available (36),
364 repeated-integrity-checking-failure (37),
365 requested-request-type-not-supported (38),
366 request-superseded (39),
367 release-due-to-UE-generated-signalling-connection-release (40),
368 resource-optimisation-relocation (41),
369 requested-information-not-available (42),
370 relocation-desirable-for-radio-reasons (43),
371 relocation-not-supported-in-target-RNC-or-target-system (44),
372 directed-retry (45),
373 radio-connection-with-UE-Lost (46),
374 rNC-unable-to-establish-all-RFCs (47),
375 deciphering-keys-not-available(48),
376 dedicated-assistance-data-not-available(49),
377 relocation-target-not-allowed (50),
378 location-reporting-congestion (51),
379 reduce-load-in-serving-cell (52),
380 no-radio-resources-available-in-target-cell (53),
381 gERAN-Iumode-failure (54),
382 access-restricted-due-to-shared-networks (55),
383 incoming-relocation-not-supported-due-to-PUESBINE-feature (56),
384 traffic-load-in-the-target-cell-higher-than-in-the-source-cell (57),
385 mBMS-no-multicast-service-for-this-UE(58),
386 mBMS-unknown-UE-ID(59),
387 successful-MBMS-session-start-no-data-bearer-necessary(60),
388 mBMS-superseded-due-to-NNSF(61),
389 mBMS-UE-linking-already-done(62),
390 mBMS-UE-de-linking-failure-no-existing-UE-linking(63),
391 tMGI-unknown(64)
392} (1..64)
393
394CauseRadioNetworkExtension ::= INTEGER {
395 iP-multicast-address-and-APN-not-valid(257),
396 mBMS-de-registration-rejected-due-to-implicit-registration(258),
397 mBMS-request-superseded(259),
398 mBMS-de-registration-during-session-not-allowed(260),
399 mBMS-no-data-bearer-necessary(261),
400 periodicLocationInformationNotAvailable(262),
401 gTP-Resources-Unavailable(263),
402 tMGI-inUse-overlapping-MBMS-service-area(264),
403 mBMS-no-cell-in-MBMS-service-area(265),
404 no-Iu-CS-UP-relocation(266),
405 successful-MBMS-Session-Start-IP-Multicast-Bearer-established(267),
406 cS-fallback-triggered(268),
407 invalid-CSG-Id(269)
408} (257..512)
409
410CauseNon-Standard ::= INTEGER (129..256)
411-- Cause value 256 shall not be used --
412
413CauseTransmissionNetwork ::= INTEGER {
414 signalling-transport-resource-failure (65),
415 iu-transport-connection-failed-to-establish (66)
416} (65..80)
417
418Cell-Access-Mode::= ENUMERATED {
419 hybrid,
420 ...
421}
422
423CellBased::= SEQUENCE {
424 cellIdList CellIdList,
Harald Welte4f119e52015-08-30 17:46:03 +0200425 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200426 ...
427}
428
429CellIdList ::= SEQUENCE (SIZE (1..maxNrOfCellIds)) OF
430 Cell-Id
431
432Cell-Id ::= INTEGER (0..268435455)
433
434Cell-Capacity-Class-Value ::= INTEGER (1..100,...)
435
436CellLoadInformation ::= SEQUENCE {
437 cell-Capacity-Class-Value Cell-Capacity-Class-Value,
438 loadValue LoadValue,
439 rTLoadValue RTLoadValue OPTIONAL,
440 nRTLoadInformationValue NRTLoadInformationValue OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200441 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200442 ...
443}
444
445CellLoadInformationGroup ::= SEQUENCE {
446 sourceCellID SourceCellID,
447 uplinkCellLoadInformation CellLoadInformation OPTIONAL,
448 downlinkCellLoadInformation CellLoadInformation OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200449 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200450 ...
451}
452
453CellType ::= ENUMERATED{
454 macro,
455 micro,
456 pico,
457 femto,
458 ...
459}
460
461ClientType ::= ENUMERATED {
462 emergency-Services,
463 value-Added-Services,
464 pLMN-Operator-Services,
465 lawful-Intercept-Services,
466 pLMN-Operator-Broadcast-Services,
467 pLMN-Operator-O-et-M,
468 pLMN-Operator-Anonymous-Statistics,
469 pLMN-Operator-Target-MS-Service-Support,
470 ...
471}
472
473CriticalityDiagnostics ::= SEQUENCE {
474 procedureCode ProcedureCode OPTIONAL,
475 triggeringMessage TriggeringMessage OPTIONAL,
476 procedureCriticality Criticality OPTIONAL,
477 iEsCriticalityDiagnostics CriticalityDiagnostics-IE-List OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200478 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200479 ...
480}
481
482CriticalityDiagnostics-IE-List ::= SEQUENCE (SIZE (1..maxNrOfErrors)) OF
483 SEQUENCE {
484 iECriticality Criticality,
485 iE-ID ProtocolIE-ID,
486 repetitionNumber RepetitionNumber0 OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200487 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200488 ...
489 }
490
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200491MessageStructure ::= SEQUENCE (SIZE (1..maxNrOfLevels)) OF
492 SEQUENCE {
493 iE-ID ProtocolIE-ID,
494 repetitionNumber RepetitionNumber1 OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200495 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200496 ...
497 }
498
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200499CGI ::= SEQUENCE {
500 pLMNidentity PLMNidentity,
501 lAC LAC,
502 cI CI,
Harald Welte4f119e52015-08-30 17:46:03 +0200503 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200504}
505
506ChosenEncryptionAlgorithm ::= EncryptionAlgorithm
507
508ChosenIntegrityProtectionAlgorithm ::= IntegrityProtectionAlgorithm
509
510CI ::= OCTET STRING (SIZE (2))
511
512ClassmarkInformation2 ::= OCTET STRING
513
514ClassmarkInformation3 ::= OCTET STRING
515
516CN-DomainIndicator ::= ENUMERATED {
517 cs-domain,
518 ps-domain
519}
520
521CN-ID ::= INTEGER (0..4095)
522
523Correlation-ID ::= OCTET STRING (SIZE (4))
524
525CSFB-Information ::= ENUMERATED {
526 csfb,
527 csfb-high-priority,
528 ...
529}
530
531CSG-Id ::= BIT STRING (SIZE (27))
532
533CSG-Id-List ::= SEQUENCE (SIZE (1..maxNrOfCSGs)) OF
534 CSG-Id
535
536CSG-Membership-Status ::= ENUMERATED {
537 member,
538 non-member,
539 ...
540}
541
542-- D
543
544DataPDUType ::= ENUMERATED {
545 pDUtype0,
546 pDUtype1,
547 ...
548}
549
550DataVolumeReference ::= INTEGER (0..255)
551
552DataVolumeReportingIndication ::= ENUMERATED {
553 do-report,
554 do-not-report
555}
556
557DCH-ID ::= INTEGER (0..255)
558
559DeliveryOfErroneousSDU ::= ENUMERATED {
560 yes,
561 no,
562 no-error-detection-consideration
563}
564
565DeliveryOrder::= ENUMERATED {
566 delivery-order-requested,
567 delivery-order-not-requested
568}
569
570DeltaRAListofIdleModeUEs ::= SEQUENCE {
571 newRAListofIdleModeUEs NewRAListofIdleModeUEs OPTIONAL,
572 rAListwithNoIdleModeUEsAnyMore RAListwithNoIdleModeUEsAnyMore OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200573 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200574}
575
576NewRAListofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
577 RAC
578
579RAListwithNoIdleModeUEsAnyMore ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
580 RAC
581
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200582ForwardingIndication::=ENUMERATED{
583 forwarding-admitted,
584 ...
585}
586
587DL-GTP-PDU-SequenceNumber ::= INTEGER (0..65535)
588
589DL-N-PDU-SequenceNumber ::= INTEGER (0..65535)
590
591D-RNTI ::= INTEGER (0..1048575)
592
593DRX-CycleLengthCoefficient ::= INTEGER (6..9)
594
595DSCH-ID ::= INTEGER (0..255)
596
597
598-- E
599
600EARFCN-Extended ::= INTEGER (65536..262143, ...)
601
602E-DCH-MAC-d-Flow-ID ::= INTEGER (0.. maxNrOfEDCHMACdFlows-1)
603
604ENB-ID ::= CHOICE {
605 macroENB-ID BIT STRING (SIZE(20)),
606 homeENB-ID BIT STRING (SIZE(28)),
607 ...
608}
609
610EncryptionAlgorithm ::= INTEGER { no-encryption (0), standard-UMTS-encryption-algorith-UEA1 (1), standard-UMTS-encryption-algorithm-UEA2 (2) } (0..15)
611
612EncryptionInformation ::= SEQUENCE {
613 permittedAlgorithms PermittedEncryptionAlgorithms,
614 key EncryptionKey,
Harald Welte4f119e52015-08-30 17:46:03 +0200615 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200616}
617
618EncryptionKey ::= BIT STRING (SIZE (128))
619-- Reference: 33.102
620
621End-Of-CSFB ::= ENUMERATED{
622 end-of-CSFB,
623 ...
624}
625
626EquipmentsToBeTraced ::= CHOICE {
627 iMEIlist IMEIList,
628 iMEISVlist IMEISVList,
629 iMEIgroup IMEIGroup,
630 iMEISVgroup IMEISVGroup,
631 ...
632}
633
634E-UTRAN-Service-Handover ::= ENUMERATED {
635 handover-to-E-UTRAN-shall-not-be-performed,
636 ...
637}
638
639Event ::= ENUMERATED {
640 stop-change-of-service-area,
641 direct,
642 change-of-servicearea,
643 ...,
644 stop-direct,
645 periodic,
646 stop-periodic
647}
648
649Event1F-Parameters ::= SEQUENCE {
650 measurementQuantity MeasurementQuantity,
651 threshold INTEGER(-120..165),
652 ...
653}
654
655Event1I-Parameters ::= SEQUENCE {
656 threshold INTEGER(-120..-25),
657 ...
658}
659
660ExtendedGuaranteedBitrate ::= INTEGER (16000001..256000000)
661-- Unit is bits per sec
662
663ExtendedMaxBitrate ::= INTEGER (16000001..256000000)
664-- Unit is bits per sec
665
666ExtendedRNC-ID ::= INTEGER (4096..65535)
667
668-- F
669
670FrameSequenceNumber ::= INTEGER(0..15)
671
672FrequenceLayerConvergenceFlag ::= ENUMERATED {
673 no-FLC-flag,
674 ...
675}
676
677-- G
678
679GANSS-PositioningDataSet ::= SEQUENCE(SIZE(1..maxGANSSSet)) OF GANSS-PositioningMethodAndUsage
680
681GANSS-PositioningMethodAndUsage ::= OCTET STRING (SIZE(1))
682
683GeographicalArea ::= CHOICE {
684 point GA-Point,
685 pointWithUnCertainty GA-PointWithUnCertainty,
686 polygon GA-Polygon,
687 ...,
688 pointWithUncertaintyEllipse GA-PointWithUnCertaintyEllipse,
689 pointWithAltitude GA-PointWithAltitude,
690 pointWithAltitudeAndUncertaintyEllipsoid GA-PointWithAltitudeAndUncertaintyEllipsoid,
691 ellipsoidArc GA-EllipsoidArc
692}
693
694GeographicalCoordinates ::= SEQUENCE {
695 latitudeSign ENUMERATED { north, south },
696 latitude INTEGER (0..8388607),
697 longitude INTEGER (-8388608..8388607),
Harald Welte4f119e52015-08-30 17:46:03 +0200698 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200699 ...
700}
701
702GA-AltitudeAndDirection ::= SEQUENCE {
703 directionOfAltitude ENUMERATED {height, depth},
704 altitude INTEGER (0..32767),
705 ...
706}
707
708GA-EllipsoidArc ::= SEQUENCE {
709 geographicalCoordinates GeographicalCoordinates,
710 innerRadius INTEGER (0..65535),
711 uncertaintyRadius INTEGER (0..127),
712 offsetAngle INTEGER (0..179),
713 includedAngle INTEGER(0..179),
714 confidence INTEGER (0..127),
Harald Welte4f119e52015-08-30 17:46:03 +0200715 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200716 ...
717}
718
719GA-Point ::= SEQUENCE {
720 geographicalCoordinates GeographicalCoordinates,
Harald Welte4f119e52015-08-30 17:46:03 +0200721 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200722 ...
723}
724
725GA-PointWithAltitude ::= SEQUENCE {
726 geographicalCoordinates GeographicalCoordinates,
727 altitudeAndDirection GA-AltitudeAndDirection,
Harald Welte4f119e52015-08-30 17:46:03 +0200728 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200729 ...
730}
731
732GA-PointWithAltitudeAndUncertaintyEllipsoid ::= SEQUENCE {
733 geographicalCoordinates GeographicalCoordinates,
734 altitudeAndDirection GA-AltitudeAndDirection,
735 uncertaintyEllipse GA-UncertaintyEllipse,
736 uncertaintyAltitude INTEGER (0..127),
737 confidence INTEGER (0..127),
Harald Welte4f119e52015-08-30 17:46:03 +0200738 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200739 ...
740}
741
742GA-PointWithUnCertainty ::=SEQUENCE {
743 geographicalCoordinates GeographicalCoordinates,
Harald Welte4f119e52015-08-30 17:46:03 +0200744 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200745 uncertaintyCode INTEGER (0..127)
746}
747
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200748GA-PointWithUnCertaintyEllipse ::= SEQUENCE {
749 geographicalCoordinates GeographicalCoordinates,
750 uncertaintyEllipse GA-UncertaintyEllipse,
751 confidence INTEGER (0..127),
Harald Welte4f119e52015-08-30 17:46:03 +0200752 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200753 ...
754}
755
756GA-Polygon ::= SEQUENCE (SIZE (1..maxNrOfPoints)) OF
757 SEQUENCE {
758 geographicalCoordinates GeographicalCoordinates,
Harald Welte4f119e52015-08-30 17:46:03 +0200759 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200760 ...
761 }
762
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200763GA-UncertaintyEllipse ::= SEQUENCE {
764 uncertaintySemi-major INTEGER (0..127),
765 uncertaintySemi-minor INTEGER (0..127),
766 orientationOfMajorAxis INTEGER (0..179), -- The values 90..179 shall not be used.
767 ...
768}
769
770GERAN-BSC-Container ::= OCTET STRING
771 -- GERAN BSC Container as defined in TS 48.008 [11] --
772
773
774GERAN-Cell-ID ::= SEQUENCE {
775 lAI LAI,
776 rAC RAC,
777 cI CI,
Harald Welte4f119e52015-08-30 17:46:03 +0200778 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200779}
780
781GERAN-Classmark ::= OCTET STRING
782 -- GERAN Classmark as defined in TS 48.008 [11] --
783
784GlobalCN-ID ::= SEQUENCE {
785 pLMNidentity PLMNidentity,
786 cN-ID CN-ID
787}
788
789
790GlobalRNC-ID ::= SEQUENCE {
791 pLMNidentity PLMNidentity,
792 rNC-ID RNC-ID
793}
794
795GTP-TEI ::= OCTET STRING (SIZE (4))
796
797GuaranteedBitrate ::= INTEGER (0..16000000)
798-- Unit is bits per sec
799
800-- H
801
802HigherBitratesThan16MbpsFlag ::= ENUMERATED{
803 allowed,
804 not-allowed,
805 ...
806}
807
808HS-DSCH-MAC-d-Flow-ID ::= INTEGER (0.. maxNrOfHSDSCHMACdFlows-1)
809
810-- I
811
812
813IMEI ::= OCTET STRING (SIZE (8))
814-- Reference: 23.003
815
816IMEIGroup ::= SEQUENCE {
817 iMEI IMEI,
818 iMEIMask BIT STRING (SIZE (7)),
Harald Welte4f119e52015-08-30 17:46:03 +0200819 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200820}
821
822IMEIList ::= SEQUENCE (SIZE (1..maxNrOfUEsToBeTraced)) OF IMEI
823
824IMEISV ::= OCTET STRING (SIZE (8))
825-- Reference: 23.003
826
827IMEISVGroup ::= SEQUENCE {
828 iMEISV IMEISV,
829 iMEISVMask BIT STRING (SIZE (7)),
Harald Welte4f119e52015-08-30 17:46:03 +0200830 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200831}
832
833IMEISVList ::= SEQUENCE (SIZE (1..maxNrOfUEsToBeTraced)) OF IMEISV
834
835ImmediateMDT ::= SEQUENCE {
836 measurementsToActivate MeasurementsToActivate,
837 m1report M1Report OPTIONAL,
838 -- Included in case of event-triggered reporting for measurement M1
839 m2report M2Report OPTIONAL,
840 -- Included in case of event-triggered reporting for measurement M2
841 ...,
Harald Welte4f119e52015-08-30 17:46:03 +0200842 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200843}
844
Harald Welteb2daa0d2015-12-19 13:05:19 +0100845IMSI ::= OCTET STRING (SIZE (3..8))
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200846-- Reference: 23.003
847
848IncludeVelocity ::= ENUMERATED {
849 requested
850}
851
852InformationExchangeID ::= INTEGER (0.. 1048575)
853
854InformationExchangeType ::= ENUMERATED {
855 transfer,
856 request,
857 ...
858}
859
860InformationRequested ::= CHOICE {
861 requestedMBMSIPMulticastAddressandAPNRequest RequestedMBMSIPMulticastAddressandAPNRequest,
862 requestedMulticastServiceList RequestedMulticastServiceList,
863 ...
864}
865
866
867InformationRequestType ::= CHOICE {
868 mBMSIPMulticastAddressandAPNRequest MBMSIPMulticastAddressandAPNRequest,
869 permanentNAS-UE-ID PermanentNAS-UE-ID,
870 ...
871}
872
873InformationTransferID ::= INTEGER (0.. 1048575)
874
875InformationTransferType ::= CHOICE {
876 rNCTraceInformation RNCTraceInformation,
877 ...
878}
879
880IntegrityProtectionAlgorithm ::= INTEGER {
881 standard-UMTS-integrity-algorithm-UIA1 (0), standard-UMTS-integrity-algorithm-UIA2 (1),
882 no-value (15)
883} (0..15)
884
885IntegrityProtectionInformation ::= SEQUENCE {
886 permittedAlgorithms PermittedIntegrityProtectionAlgorithms,
887 key IntegrityProtectionKey,
Harald Welte4f119e52015-08-30 17:46:03 +0200888 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200889}
890
891IntegrityProtectionKey ::= BIT STRING (SIZE (128))
892
893InterSystemInformationTransferType ::= CHOICE {
894 rIM-Transfer RIM-Transfer,
895 ...
896}
897
898InterSystemInformation-TransparentContainer ::= SEQUENCE {
899 downlinkCellLoadInformation CellLoadInformation OPTIONAL,
900 uplinkCellLoadInformation CellLoadInformation OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +0200901 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200902 ...
903}
904
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200905IPMulticastAddress ::= OCTET STRING (SIZE (4..16))
906-- Reference: 23.003
907
908IuSignallingConnectionIdentifier ::= BIT STRING (SIZE (24))
909
910IuTransportAssociation ::= CHOICE {
911 gTP-TEI GTP-TEI,
912 bindingID BindingID,
913 ...
914}
915
916-- J
917-- K
918
919KeyStatus ::= ENUMERATED {
920 old,
921 new,
922 ...
923}
924-- L
925
926LA-LIST ::= SEQUENCE (SIZE (1..maxNrOfLAs)) OF
927 SEQUENCE {
928 lAC LAC,
929 listOF-SNAs ListOF-SNAs,
Harald Welte4f119e52015-08-30 17:46:03 +0200930 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200931 ...
932 }
933
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200934LAC ::= OCTET STRING (SIZE (2))
935
936LAI ::= SEQUENCE {
937 pLMNidentity PLMNidentity,
938 lAC LAC,
Harald Welte4f119e52015-08-30 17:46:03 +0200939 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200940}
941
942LastKnownServiceArea ::= SEQUENCE {
943 sAI SAI,
944 ageOfSAI INTEGER (0..32767),
Harald Welte4f119e52015-08-30 17:46:03 +0200945 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200946 ...
947}
948
949LastVisitedUTRANCell-Item ::= SEQUENCE {
950 uTRAN-CellID UTRAN-CellID,
951 cellType CellType,
952 time-UE-StayedInCell Time-UE-StayedInCell,
Harald Welte4f119e52015-08-30 17:46:03 +0200953 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200954 ...
955}
956
957LHN-ID ::= OCTET STRING (SIZE (32..256))
958
959Links-to-log ::= ENUMERATED {uplink, downlink, both-uplink-and-downlink, ...}
960
961ListOF-SNAs ::= SEQUENCE (SIZE (1..maxNrOfSNAs)) OF SNAC
962
963ListOfInterfacesToTrace ::= SEQUENCE (SIZE (1..maxNrOfInterfaces)) OF InterfacesToTraceItem
964
965InterfacesToTraceItem ::= SEQUENCE {
966 interface ENUMERATED {iu-cs, iu-ps, iur, iub, uu, ...},
Harald Welte4f119e52015-08-30 17:46:03 +0200967 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +0200968 ...
969}
970
971LoadValue ::= INTEGER (0..100)
972
973LocationRelatedDataRequestType ::= SEQUENCE {
974 requestedLocationRelatedDataType RequestedLocationRelatedDataType,
975 requestedGPSAssistanceData RequestedGPSAssistanceData OPTIONAL,
976 -- This IE shall be present if the Requested Location Related Data Type IE is set to ‘Dedicated Assistance Data for Assisted GPS’ or
977 -- `Dedicated Assistance Data for Assisted GPS and GANSS’
978 ...
979}
980
981LocationRelatedDataRequestTypeSpecificToGERANIuMode ::= ENUMERATED {
982 decipheringKeysEOTD,
983 dedicatedMobileAssistedEOTDAssistanceData,
984 dedicatedMobileBasedEOTDAssistanceData,
985 ...
986}
987
988LocationReportingTransferInformation ::= SEQUENCE {
989 reportChangeOfSAI ReportChangeOfSAI OPTIONAL,
990 periodicReportingIndicator PeriodicReportingIndicator OPTIONAL,
991 directReportingIndicator DirectReportingIndicator OPTIONAL,
992 verticalAccuracyCode VerticalAccuracyCode OPTIONAL,
993 positioningPriorityChangeSAI PositioningPriority OPTIONAL,
994 positioningPriorityDirect PositioningPriority OPTIONAL,
995 clientTypePeriodic ClientType OPTIONAL,
996 clientTypeDirect ClientType OPTIONAL,
997 responseTime ResponseTime OPTIONAL,
998 includeVelocity IncludeVelocity OPTIONAL,
999 periodicLocationInfo PeriodicLocationInfo OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001000 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001001 ...
1002}
1003
1004ReportChangeOfSAI ::= ENUMERATED {
1005 requested,
1006 ...
1007}
1008
1009PeriodicReportingIndicator ::= ENUMERATED {
1010 periodicSAI,
1011 periodicGeo,
1012 ...
1013}
1014
1015DirectReportingIndicator ::= ENUMERATED {
1016 directSAI,
1017 directGeo,
1018 ...
1019}
1020
1021L3-Information ::= OCTET STRING
1022
1023-- M
1024
1025M1Report ::= CHOICE {
1026 periodic MDT-Report-Parameters,
1027 event1F Event1F-Parameters,
1028 ...
1029}
1030
1031M2Report ::= CHOICE {
1032 periodic MDT-Report-Parameters,
1033 event1I Event1I-Parameters,
1034 ...
1035}
1036
1037M4Report ::= CHOICE {
1038 all NULL,
1039 m4-collection-parameters M4-Collection-Parameters,
1040 ...
1041}
1042
1043M4-Collection-Parameters ::= SEQUENCE {
1044 m4-period M4-Period,
1045 m4-threshold M4-Threshold OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001046 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001047 ...
1048}
1049
1050M4-Period ::= ENUMERATED {ms100, ms250, ms500, ms1000, ms2000, ms3000, ms4000, ms6000, ...}
1051
1052
1053M4-Threshold ::= INTEGER (0..31)
1054
1055
1056M5Report ::= CHOICE {
1057 when-available NULL,
1058 m5-period M5-Period,
1059 ...
1060}
1061M5-Period ::= ENUMERATED {ms100, ms250, ms500, ms1000, ms2000, ms3000, ms4000, ms6000, ...}
1062
1063
1064
1065M6Report ::= SEQUENCE {
1066 m6-period M6-Period,
1067 m6-links-to-log Links-to-log,
Harald Welte4f119e52015-08-30 17:46:03 +02001068 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001069 ...
1070}
1071
1072M6-Period ::= ENUMERATED {ms1000, ms2000, ms3000, ms4000, ms6000, ms8000, ms12000, ms16000, ms20000, ms24000, ms28000, ms32000, ms64000, ...}
1073
1074M7Report ::= SEQUENCE {
1075 m7-period M7-Period,
1076 m7-links-to-log Links-to-log,
Harald Welte4f119e52015-08-30 17:46:03 +02001077 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001078 ...
1079}
1080
1081M7-Period ::= ENUMERATED {ms1000, ms2000, ms3000, ms4000, ms6000, ms8000, ms12000, ms16000, ms20000, ms24000, ms28000, ms32000, ms64000, ...}
1082
1083Management-Based-MDT-Allowed ::= ENUMERATED {
1084 allowed, ... }
1085
1086MaxBitrate ::= INTEGER (1..16000000)
1087-- Unit is bits per sec
1088
1089MaxSDU-Size ::= INTEGER (0..32768)
1090-- MaxSDU-Size
1091-- Unit isBIT STRING (SIZE (8))
1092
1093MBMS-PTP-RAB-ID ::= BIT STRING (SIZE (8))
1094
1095MBMSBearerServiceType ::= ENUMERATED {
1096 multicast,
1097 broadcast,
1098 ...
1099}
1100
1101MBMSCNDe-Registration ::= ENUMERATED {
1102 normalsessionstop,
1103 deregister,
1104 ...
1105}
1106
1107
1108MBMSCountingInformation ::= ENUMERATED {
1109 counting,
1110 notcounting,
1111 ...
1112}
1113
1114MBMSHCIndicator ::= ENUMERATED {
1115 uncompressed-header,
1116 compressed-header,
1117 ...
1118}
1119
1120MBMSIPMulticastAddressandAPNRequest ::= SEQUENCE (SIZE (1..maxnoofMulticastServicesPerRNC)) OF
1121 TMGI
1122
1123MBMSLinkingInformation ::= ENUMERATED {
1124 uE-has-joined-multicast-services,
1125 ...
1126}
1127
1128MBMSRegistrationRequestType ::= ENUMERATED {
1129 register,
1130 deregister,
1131 ...
1132}
1133
1134MBMSServiceArea ::= OCTET STRING
1135
1136MBMSSessionDuration ::= OCTET STRING (SIZE (3))
1137
1138
1139
1140MBMSSessionIdentity ::= OCTET STRING (SIZE (1))
1141
1142MBMSSessionRepetitionNumber ::= OCTET STRING (SIZE (1))
1143
1144MDT-Activation ::= ENUMERATED {
1145 immediateMDTonly,
1146 loggedMDTonly,
1147 immediateMDTandTrace,
1148 ...
1149}
1150
1151MDTAreaScope ::= CHOICE {
1152 cellbased CellBased,
1153 labased LABased,
1154 rabased RABased,
1155 plmn-area-based NULL,
1156 ...
1157}
1158
1159MDT-Configuration ::= SEQUENCE {
1160 mdtActivation MDT-Activation,
1161 mdtAreaScope MDTAreaScope,
1162 mdtMode MDTMode,
Harald Welte4f119e52015-08-30 17:46:03 +02001163 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001164 ...
1165}
1166
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001167MDTMode ::= CHOICE {
1168 immediateMDT ImmediateMDT,
1169 loggedMDT LoggedMDT,
1170 ...
1171}
1172
1173MDT-PLMN-List ::= SEQUENCE (SIZE (1..maxnoofMDTPLMNs)) OF PLMNidentity
1174
1175MDT-Report-Parameters ::= SEQUENCE {
1176 reportInterval ReportInterval,
1177 reportAmount ReportAmount,
1178 ...
1179}
1180
1181MeasurementQuantity ::= ENUMERATED {
1182 cpichEcNo,
1183 cpichRSCP,
1184 pathloss,
1185 ...
1186}
1187
1188MeasurementsToActivate::= BIT STRING (SIZE (8))
1189
1190MSISDN ::= OCTET STRING (SIZE (1..9))
1191
1192-- N
1193
1194
1195NAS-PDU ::= OCTET STRING
1196
1197NAS-SequenceNumber ::= BIT STRING (SIZE (2))
1198-- Reference: 24.008
1199
1200NAS-SynchronisationIndicator ::= BIT STRING (SIZE (4))
1201
1202NewBSS-To-OldBSS-Information ::= OCTET STRING
1203
1204NonSearchingIndication ::= ENUMERATED {
1205 non-searching,
1206 searching
1207}
1208
1209NRTLoadInformationValue ::= INTEGER (0..3)
1210
1211NumberOfIuInstances ::= INTEGER (1..2)
1212
1213NumberOfSteps ::= INTEGER (1..16)
1214
1215-- O
1216
1217Offload-RAB-Parameters ::= SEQUENCE {
1218 accessPointName Offload-RAB-Parameters-APN,
1219 chargingCharacteristics Offload-RAB-Parameters-ChargingCharacteristics,
Harald Welte4f119e52015-08-30 17:46:03 +02001220 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001221 ...
1222}
1223
1224Offload-RAB-Parameters-APN ::= OCTET STRING (SIZE (1..255))
1225
1226Offload-RAB-Parameters-ChargingCharacteristics ::= OCTET STRING (SIZE (2))
1227
1228OldBSS-ToNewBSS-Information ::= OCTET STRING
1229
1230OMC-ID ::= OCTET STRING (SIZE (3..22))
1231-- Reference: GSM TS 12.20 [25]
1232
1233Out-Of-UTRAN ::= ENUMERATED{
1234 cell-reselection-to-EUTRAN,
1235 ...
1236}
1237
1238-- P
1239
1240PagingAreaID ::= CHOICE {
1241 lAI LAI,
1242 rAI RAI,
1243 ...
1244}
1245
1246PagingCause ::= ENUMERATED {
1247 terminating-conversational-call,
1248 terminating-streaming-call,
1249 terminating-interactive-call,
1250 terminating-background-call,
1251 terminating-low-priority-signalling,
1252 ...,
1253 terminating-high-priority-signalling
1254}
1255
1256PDP-TypeInformation ::= SEQUENCE (SIZE (1..maxNrOfPDPDirections)) OF
1257 PDP-Type
1258
1259PDP-Type ::= ENUMERATED {
1260 empty,
1261 ppp,
1262 osp-ihoss -- this value shall not be used -- ,
1263 ipv4,
1264 ipv6,
1265 ...
1266}
1267
1268PDP-TypeInformation-extension ::= SEQUENCE (SIZE (1..maxNrOfPDPDirections)) OF
1269 PDP-Type-extension
1270
1271PDP-Type-extension ::= ENUMERATED {
1272 ipv4-and-ipv6,
1273 ...
1274}
1275
1276PDUType14FrameSequenceNumber ::= INTEGER(0..3)
1277
1278PeriodicLocationInfo ::= SEQUENCE {
1279 reportingAmount INTEGER (1..8639999, ...),
1280 reportingInterval INTEGER (1..8639999, ...),
Harald Welte4f119e52015-08-30 17:46:03 +02001281 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001282 ...
1283}
1284
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001285PermanentNAS-UE-ID ::= CHOICE {
1286 iMSI IMSI,
1287 ...
1288}
1289
1290PermittedEncryptionAlgorithms ::= SEQUENCE (SIZE (1..16)) OF
1291 EncryptionAlgorithm
1292
1293PermittedIntegrityProtectionAlgorithms ::= SEQUENCE (SIZE (1..16)) OF
1294 IntegrityProtectionAlgorithm
1295
1296LABased ::= SEQUENCE {
1297 laiList LAI-List,
Harald Welte4f119e52015-08-30 17:46:03 +02001298 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001299 ...
1300}
1301
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001302LAI-List ::= SEQUENCE (SIZE (1..maxNrOfLAIs)) OF
1303 LAI
1304
1305
1306
1307LoggedMDT ::= SEQUENCE {
1308 loggingInterval LoggingInterval,
1309 loggingDuration LoggingDuration,
Harald Welte4f119e52015-08-30 17:46:03 +02001310 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001311 ...
1312}
1313
1314LoggingInterval ::= ENUMERATED {
1315 s1d28,
1316 s2d56,
1317 s5d12,
1318 s10d24,
1319 s20d48,
1320 s30d72,
1321 s40d96,
1322 s61d44,
1323 ...
1324 }
1325
1326LoggingDuration ::= ENUMERATED {
1327 min10,
1328 min20,
1329 min40,
1330 min60,
1331 min90,
1332 min120,
1333...}
1334
1335
1336
Harald Weltec89c2a62015-12-24 14:07:05 +01001337PLMNidentity ::= OCTET STRING (SIZE (3))
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001338
1339PLMNs-in-shared-network ::= SEQUENCE (SIZE (1..maxNrOfPLMNsSN)) OF
1340 SEQUENCE {
1341 pLMNidentity PLMNidentity,
1342 lA-LIST LA-LIST,
Harald Welte4f119e52015-08-30 17:46:03 +02001343 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001344 ...
1345 }
1346
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001347Port-Number ::= OCTET STRING (SIZE (2))
1348
1349PositioningDataDiscriminator ::= BIT STRING (SIZE(4))
1350
1351PositioningDataSet ::= SEQUENCE(SIZE(1..maxSet)) OF PositioningMethodAndUsage
1352
1353PositioningMethodAndUsage ::= OCTET STRING (SIZE(1))
1354
1355PositioningPriority ::= ENUMERATED {
1356 high-Priority,
1357 normal-Priority,
1358...
1359}
1360
1361PositionData ::= SEQUENCE {
1362 positioningDataDiscriminator PositioningDataDiscriminator,
1363 positioningDataSet PositioningDataSet OPTIONAL,
1364-- This IE shall be present if the PositioningDataDiscriminator IE is set to the value "0000" --
Harald Welte4f119e52015-08-30 17:46:03 +02001365 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001366 ...
1367}
1368
1369PositionDataSpecificToGERANIuMode ::= OCTET STRING
1370
1371Pre-emptionCapability ::= ENUMERATED {
1372 shall-not-trigger-pre-emption,
1373 may-trigger-pre-emption
1374}
1375
1376Pre-emptionVulnerability ::= ENUMERATED {
1377 not-pre-emptable,
1378 pre-emptable
1379}
1380
1381PriorityLevel ::= INTEGER { spare (0), highest (1), lowest (14), no-priority (15) } (0..15)
1382
1383Priority-Class-Indicator ::= BIT STRING (SIZE(8))
1384
1385ProvidedData ::= CHOICE {
1386 shared-network-information Shared-Network-Information,
1387 ...
1388}
1389
1390P-TMSI ::= OCTET STRING (SIZE (4))
1391
1392-- Q
1393
1394QueuingAllowed ::= ENUMERATED {
1395 queueing-not-allowed,
1396 queueing-allowed
1397}
1398
1399-- R
1400RAB-AsymmetryIndicator::= ENUMERATED {
1401 symmetric-bidirectional,
1402 asymmetric-unidirectional-downlink,
1403 asymmetric-unidirectional-uplink,
1404 asymmetric-bidirectional,
1405 ...
1406}
1407
1408RABased ::= SEQUENCE {
1409 raiList RAI-List,
Harald Welte4f119e52015-08-30 17:46:03 +02001410 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001411 ...
1412}
1413
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001414RAI-List ::= SEQUENCE (SIZE (1..maxNrOfRAIs)) OF
1415 RAI
1416
1417RABDataVolumeReport ::= SEQUENCE (SIZE (1..maxNrOfVol)) OF
1418 SEQUENCE {
1419 dl-UnsuccessfullyTransmittedDataVolume UnsuccessfullyTransmittedDataVolume,
1420 dataVolumeReference DataVolumeReference OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001421 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001422 ...
1423 }
1424
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001425RAB-ID ::= BIT STRING (SIZE (8))
1426
1427RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
1428
1429RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
1430
1431
1432RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
1433--This IE shall be ignored if Supported Guaranteed Bit rate is present--
1434
1435RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
1436--This IE shall be ignored if Supported Maximum Bit rate is present--
1437
1438RAB-Parameters ::= SEQUENCE {
1439 trafficClass TrafficClass,
1440 rAB-AsymmetryIndicator RAB-AsymmetryIndicator,
1441 maxBitrate RAB-Parameter-MaxBitrateList,
1442 guaranteedBitRate RAB-Parameter-GuaranteedBitrateList OPTIONAL
1443 -- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
1444 deliveryOrder DeliveryOrder,
1445 maxSDU-Size MaxSDU-Size,
1446 sDU-Parameters SDU-Parameters,
1447 transferDelay TransferDelay OPTIONAL
1448 -- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
1449 trafficHandlingPriority TrafficHandlingPriority OPTIONAL
1450 -- This IE shall be present the traffic class IE is set to "Interactive" --,
1451 allocationOrRetentionPriority AllocationOrRetentionPriority OPTIONAL,
1452 sourceStatisticsDescriptor SourceStatisticsDescriptor OPTIONAL
1453 -- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
1454 relocationRequirement RelocationRequirement OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001455 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001456 ...
1457}
1458
1459RABParametersList ::= SEQUENCE (SIZE (1.. maxNrOfRABs)) OF SEQUENCE {
1460 rab-Id RAB-ID,
1461 cn-domain CN-DomainIndicator,
1462 rabDataVolumeReport RABDataVolumeReport OPTIONAL,
1463 upInformation UPInformation OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001464 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001465 ...
1466}
1467
1468RAB-SubflowCombinationBitRate ::= INTEGER (0..16000000)
1469
1470RAB-TrCH-Mapping ::= SEQUENCE ( SIZE (1..maxNrOfRABs)) OF
1471 RAB-TrCH-MappingItem
1472
1473RAB-TrCH-MappingItem ::= SEQUENCE {
1474 rAB-ID RAB-ID,
1475 trCH-ID-List TrCH-ID-List,
Harald Welte4f119e52015-08-30 17:46:03 +02001476 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001477 ...
1478}
1479
1480RAC ::= OCTET STRING (SIZE (1))
1481
1482RAI ::= SEQUENCE {
1483 lAI LAI,
1484 rAC RAC,
Harald Welte4f119e52015-08-30 17:46:03 +02001485 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001486 ...
1487}
1488
1489RAListofIdleModeUEs ::= CHOICE {
1490 notEmptyRAListofIdleModeUEs NotEmptyRAListofIdleModeUEs,
1491 emptyFullRAListofIdleModeUEs ENUMERATED {emptylist,fulllist,...},
1492 ...
1493}
1494
1495NotEmptyRAListofIdleModeUEs ::= SEQUENCE {
1496 rAofIdleModeUEs RAofIdleModeUEs,
Harald Welte4f119e52015-08-30 17:46:03 +02001497 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001498}
1499
1500RAofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
1501 RAC
1502
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001503LAListofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
1504 LAI
1505
1506RAT-Type ::= ENUMERATED {
1507 utran,
1508 geran,
1509 ...
1510}
1511
1512RateControlAllowed ::= ENUMERATED {
1513 not-allowed,
1514 allowed
1515}
1516
1517RedirectAttemptFlag ::= NULL
1518
1519RedirectionCompleted ::= ENUMERATED {
1520 redirection-completed,
1521 ...
1522}
1523
1524RejectCauseValue ::= ENUMERATED {
1525 pLMN-Not-Allowed,
1526 location-Area-Not-Allowed,
1527 roaming-Not-Allowed-In-This-Location-Area,
1528 no-Suitable-Cell-In-Location-Area,
1529 gPRS-Services-Not-Allowed-In-This-PLMN,
1530 cS-PS-coordination-required,
1531 ...,
1532 network-failure,
1533 not-authorized-for-this-CSG
1534}
1535
1536
1537RelocationRequirement ::= ENUMERATED {
1538 lossless,
1539 none,
1540 ...,
1541 realtime
1542}
1543
1544RelocationType ::= ENUMERATED {
1545 ue-not-involved,
1546 ue-involved,
1547 ...
1548}
1549
1550RepetitionNumber0 ::= INTEGER (0..255)
1551
1552RepetitionNumber1 ::= INTEGER (1..256)
1553
1554
1555ReportArea ::= ENUMERATED {
1556 service-area,
1557 geographical-area,
1558 ...
1559}
1560
1561ReportInterval ::= ENUMERATED {
1562 ms250,
1563 ms500,
1564 ms1000,
1565 ms2000,
1566 ms3000,
1567 ms4000,
1568 ms6000,
1569 ms12000,
1570 ms16000,
1571 ms20000,
1572 ms24000,
1573 ms32000,
1574 ms64000,
1575 ...,
1576 ms8000,
1577 ms28000
1578}
1579
1580ReportAmount ::= ENUMERATED { n1, n2, n4, n8, n16, n32, n64, infinity, ... }
1581
1582RequestedGPSAssistanceData ::= OCTET STRING (SIZE (1 .. 38 ))
1583 -- gpsAssistanceData as defined in 24.080 --
1584
1585RequestedGANSSAssistanceData ::= OCTET STRING (SIZE (1 .. 201 ))
1586 -- ganssAssistanceData as defined in 24.080 --
1587
1588RequestedLocationRelatedDataType ::= ENUMERATED {
1589 decipheringKeysUEBasedOTDOA,
1590 decipheringKeysAssistedGPS,
1591 dedicatedAssistanceDataUEBasedOTDOA,
1592 dedicatedAssistanceDataAssistedGPS,
1593 ...,
1594-- Release 7 extension elements --
1595 decipheringKeysAssistedGANSS,
1596 dedicatedAssistanceDataAssistedGANSS,
1597 decipheringKeysAssistedGPSandGANSS,
1598 dedicatedAssistanceDataAssistedGPSandGANSS
1599}
1600
1601RequestedMBMSIPMulticastAddressandAPNRequest ::= SEQUENCE (SIZE (1..maxnoofMulticastServicesPerRNC)) OF
1602 MBMSIPMulticastAddressandAPNlist
1603
1604MBMSIPMulticastAddressandAPNlist ::= SEQUENCE {
1605 tMGI TMGI,
1606 iPMulticastAddress IPMulticastAddress,
1607 aPN APN,
Harald Welte4f119e52015-08-30 17:46:03 +02001608 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001609 ...
1610}
1611
1612RequestedMulticastServiceList ::= SEQUENCE (SIZE (1.. maxnoofMulticastServicesPerUE)) OF
1613 TMGI
1614
1615Requested-RAB-Parameter-Values ::= SEQUENCE {
1616 requestedMaxBitrates Requested-RAB-Parameter-MaxBitrateList OPTIONAL,
1617 requestedGuaranteedBitrates Requested-RAB-Parameter-GuaranteedBitrateList OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001618 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001619 ...
1620}
1621
1622Requested-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
1623
1624Requested-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
1625
1626Requested-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
1627
1628Requested-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
1629
1630
1631RequestType ::= SEQUENCE {
1632 event Event,
1633 reportArea ReportArea,
1634 accuracyCode INTEGER (0..127) OPTIONAL,
1635 ...
1636}
1637
1638ResidualBitErrorRatio ::= SEQUENCE {
1639 mantissa INTEGER (1..9),
1640 exponent INTEGER (1..8),
Harald Welte4f119e52015-08-30 17:46:03 +02001641 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001642}
1643-- ResidualBitErrorRatio = mantissa * 10^-exponent
1644
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001645ResponseTime ::= ENUMERATED {
1646 lowdelay,
1647 delaytolerant,
1648 ...
1649}
1650
1651RIMInformation ::= OCTET STRING
1652
1653RIM-Transfer ::= SEQUENCE {
1654 rIMInformation RIMInformation,
1655 rIMRoutingAddress RIMRoutingAddress OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001656 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001657}
1658
1659RIMRoutingAddress ::= CHOICE {
1660 targetRNC-ID TargetRNC-ID,
1661 gERAN-Cell-ID GERAN-Cell-ID,
1662 ... ,
1663 targeteNB-ID TargetENB-ID
1664}
1665
1666
1667RNC-ID ::= INTEGER (0..4095)
1668-- RNC-ID ::= BIT STRING (SIZE (12))
1669-- Harmonized with RNSAP and NBAP definitions
1670
1671
1672RNCTraceInformation::= SEQUENCE {
1673 traceReference TraceReference,
1674 traceActivationIndicato ENUMERATED {activated,deactivated},
1675 equipmentsToBeTraced EquipmentsToBeTraced OPTIONAL,
1676 -- This IE shall be present if the Trace Activation Indicator IE is set to "Activated".
Harald Welte4f119e52015-08-30 17:46:03 +02001677 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001678}
1679
1680RNSAPRelocationParameters ::= SEQUENCE {
1681 rabParmetersList RABParametersList OPTIONAL,
1682 locationReporting LocationReportingTransferInformation OPTIONAL,
1683 traceInformation TraceInformation OPTIONAL,
1684 sourceSAI SAI OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001685 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001686 ...
1687}
1688
1689RRC-Container ::= OCTET STRING
1690
1691RTLoadValue ::= INTEGER (0..100)
1692
1693RSRVCC-HO-Indication ::= ENUMERATED {
1694 ps-only,
1695 ...
1696}
1697
1698RSRVCC-Information ::= SEQUENCE {
1699 nonce BIT STRING (SIZE (128)),
1700 iMSInformation OCTET STRING(SIZE(1.. maxSizeOfIMSInfo)),
Harald Welte4f119e52015-08-30 17:46:03 +02001701 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001702 ...
1703
1704}
1705
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001706RSRVCC-Operation-Possible ::= ENUMERATED {
1707 rsrvcc-possible,
1708 ...
1709}
1710
1711-- S
1712
1713SAC ::= OCTET STRING (SIZE (2))
1714SAI ::= SEQUENCE {
1715 pLMNidentity PLMNidentity,
1716 lAC LAC,
1717 sAC SAC,
Harald Welte4f119e52015-08-30 17:46:03 +02001718 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001719}
1720
1721SAPI ::= ENUMERATED {
1722 sapi-0,
1723 sapi-3,
1724 ...
1725}
1726
1727SessionUpdateID ::= INTEGER (0.. 1048575)
1728Shared-Network-Information ::= SEQUENCE {
1729 pLMNs-in-shared-network PLMNs-in-shared-network,
Harald Welte4f119e52015-08-30 17:46:03 +02001730 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001731 ...
1732}
1733
1734Session-Re-establishment-Indicator ::= ENUMERATED {true, ...}
1735
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001736SignallingIndication ::= ENUMERATED {
1737 signalling,
1738 ...
1739}
1740
1741SDU-ErrorRatio ::= SEQUENCE {
1742 mantissa INTEGER (1..9),
1743 exponent INTEGER (1..6),
Harald Welte4f119e52015-08-30 17:46:03 +02001744 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001745}
1746-- SDU-ErrorRatio = mantissa * 10^-exponent
1747
Harald Welte93690182015-12-17 23:17:21 +01001748SDU-FormatInformationParameters ::= SEQUENCE (SIZE (1..maxRAB-SubflowCombination)) OF SDU-FormatInformationParameterItem
1749SDU-FormatInformationParameterItem ::=
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001750 SEQUENCE {
1751 subflowSDU-Size SubflowSDU-Size OPTIONAL,
1752 rAB-SubflowCombinationBitRate RAB-SubflowCombinationBitRate OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001753 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001754 ...
1755 }
1756
Harald Welte93690182015-12-17 23:17:21 +01001757SDU-Parameters ::= SEQUENCE (SIZE (1..maxRAB-Subflows)) OF SDU-ParameterItem
1758SDU-ParameterItem ::=
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001759 SEQUENCE {
1760 sDU-ErrorRatio SDU-ErrorRatio OPTIONAL
1761 -- This IE shall be present if the Delivery Of Erroneous SDU IE is set to "Yes" or "No" --,
1762 residualBitErrorRatio ResidualBitErrorRatio,
1763 deliveryOfErroneousSDU DeliveryOfErroneousSDU,
1764 sDU-FormatInformationParameters SDU-FormatInformationParameters OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001765 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001766 ...
1767 }
1768
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001769SNA-Access-Information ::= SEQUENCE {
1770 authorisedPLMNs AuthorisedPLMNs,
Harald Welte4f119e52015-08-30 17:46:03 +02001771 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001772 ...
1773 }
1774
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001775SNAC ::= INTEGER (0..65535)
1776
1777Service-Handover ::= ENUMERATED {
1778 handover-to-GSM-should-be-performed,
1779 handover-to-GSM-should-not-be-performed,
1780 handover-to-GSM-shall-not-be-performed,
1781 ...
1782}
1783
1784Source-ToTarget-TransparentContainer ::= OCTET STRING
1785-- This IE is a transparent container, the IE shall be encoded not as an OCTET STRING but according to the type specifications of the target system.
1786-- Note: In the current version of this specification, this IE may either carry the Source RNC to
1787-- Target RNC Transparent Container or the Source eNB to Target eNB Transparent Container IE as
1788-- defined in TS 36.413 [49]
1789
1790SourceeNodeB-ToTargeteNodeB-TransparentContainer ::= OCTET STRING
1791
1792
1793SourceCellID ::= CHOICE {
1794 sourceUTRANCellID SourceUTRANCellID,
1795 sourceGERANCellID CGI,
1796 ...
1797}
1798
1799SourceBSS-ToTargetBSS-TransparentContainer ::= OCTET STRING
1800
1801SourceID ::= CHOICE {
1802 sourceRNC-ID SourceRNC-ID,
1803 sAI SAI,
1804 ...
1805}
1806
1807
1808SourceRNC-ID ::= SEQUENCE {
1809 pLMNidentity PLMNidentity,
1810 rNC-ID RNC-ID,
Harald Welte4f119e52015-08-30 17:46:03 +02001811 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001812}
1813
1814SourceRNC-ToTargetRNC-TransparentContainer ::= SEQUENCE {
1815 rRC-Container RRC-Container,
1816 numberOfIuInstances NumberOfIuInstances,
1817 relocationType RelocationType,
1818 chosenIntegrityProtectionAlgorithm ChosenIntegrityProtectionAlgorithm OPTIONAL,
1819 integrityProtectionKey IntegrityProtectionKey OPTIONAL,
1820 chosenEncryptionAlgorithForSignalling ChosenEncryptionAlgorithm OPTIONAL,
1821 cipheringKey EncryptionKey OPTIONAL,
1822 chosenEncryptionAlgorithForCS ChosenEncryptionAlgorithm OPTIONAL,
1823 chosenEncryptionAlgorithForPS ChosenEncryptionAlgorithm OPTIONAL,
1824 d-RNTI D-RNTI OPTIONAL
1825 -- This IE shall be present if the Relocation type IE is set to "UE not involved in relocation of SRNS" --,
1826 targetCellId TargetCellId OPTIONAL
1827 -- This IE shall be present if the Relocation type IE is set to "UE involved in relocation of SRNS" --,
1828 rAB-TrCH-Mapping RAB-TrCH-Mapping OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001829 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001830 ...
1831}
1832
1833IRAT-Measurement-Configuration ::= SEQUENCE {
1834 rSRP INTEGER (0..97) OPTIONAL,
1835 rSRQ INTEGER (0..34) OPTIONAL,
1836 iRATmeasurementParameters IRATmeasurementParameters,
Harald Welte4f119e52015-08-30 17:46:03 +02001837 iE-Extensions IE-Extensions OPTIONAL}
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001838
1839IRATmeasurementParameters::= SEQUENCE {
1840 measurementDuration INTEGER (1..100),
1841 eUTRANFrequencies EUTRANFrequencies OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001842 iE-Extensions IE-Extensions OPTIONAL}
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001843
1844RSRQ-Type ::= SEQUENCE {
1845 allSymbols BOOLEAN,
1846 wideBand BOOLEAN
1847}
1848
1849RSRQ-Extension ::= INTEGER (-30..46, ...)
1850
1851EUTRANFrequencies ::= SEQUENCE (SIZE (1..maxNrOfEUTRAFreqs)) OF SEQUENCE {
1852 earfcn INTEGER (0..65535),
1853 measBand MeasBand OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02001854 iE-Extensions IE-Extensions OPTIONAL}
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001855
1856MeasBand ::= ENUMERATED {
1857 v6,
1858 v15,
1859 v25,
1860 v50,
1861 v75,
1862 v100
1863}
1864
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001865SubscriberProfileIDforRFP ::= INTEGER (1..256)
1866
1867SourceStatisticsDescriptor ::= ENUMERATED {
1868 speech,
1869 unknown,
1870 ...
1871}
1872
1873SupportedRAB-ParameterBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF SupportedBitrate
1874
1875SupportedBitrate ::= INTEGER (1..1000000000, ...)
1876-- Unit is bits per sec
1877
1878SourceUTRANCellID ::= SEQUENCE {
1879 pLMNidentity PLMNidentity,
1880 uTRANcellID TargetCellId,
Harald Welte4f119e52015-08-30 17:46:03 +02001881 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001882}
1883
1884SRB-ID ::= INTEGER (1..32)
1885
1886SRB-TrCH-Mapping ::= SEQUENCE ( SIZE (1..maxNrOfSRBs)) OF
1887 SRB-TrCH-MappingItem
1888
1889SRB-TrCH-MappingItem ::= SEQUENCE {
1890 sRB-ID SRB-ID,
1891 trCH-ID TrCH-ID,
Harald Welte4f119e52015-08-30 17:46:03 +02001892 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001893 ...
1894}
1895
1896
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001897SRVCC-HO-Indication ::= ENUMERATED {
1898 ps-and-cs,
1899 cs-only,
1900 ...
1901}
1902
1903SRVCC-Information ::= SEQUENCE {
1904 nonce BIT STRING (SIZE (128)),
Harald Welte4f119e52015-08-30 17:46:03 +02001905 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001906 ...
1907}
1908
1909SRVCC-Operation-Possible ::= ENUMERATED {
1910 srvcc-possible,
1911 ...
1912}
1913
1914SubflowSDU-Size ::= INTEGER (0..4095)
1915-- Unit is bit
1916
1917
1918-- T
1919TAC ::= OCTET STRING (SIZE (2))
1920
1921TAI ::= SEQUENCE {
1922 pLMNidentity PLMNidentity,
1923 tAC TAC,
Harald Welte4f119e52015-08-30 17:46:03 +02001924 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001925}
1926
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001927Target-ToSource-TransparentContainer ::= OCTET STRING
1928-- This IE is a transparent container, the IE shall be encoded not as an OCTET STRING but according to the type specifications of the target system.
1929-- Note: In the current version of this specification, this IE may either carry the Target RNC to
1930-- Source RNC Transparent Container or the Target eNB to Source eNB Transparent Container IE as
1931-- defined in TS 36.413 [49]
1932
1933TargeteNodeB-ToSourceeNodeB-TransparentContainer ::= OCTET STRING
1934
1935TargetBSS-ToSourceBSS-TransparentContainer ::= OCTET STRING
1936
1937TargetCellId ::= INTEGER (0..268435455)
1938
1939TargetID ::= CHOICE {
1940 targetRNC-ID TargetRNC-ID,
1941 cGI CGI,
1942
1943 ...,
1944 targeteNB-ID TargetENB-ID
1945}
1946
1947TargetENB-ID ::= SEQUENCE {
1948 pLMNidentity PLMNidentity,
1949 eNB-ID ENB-ID,
Harald Welte4f119e52015-08-30 17:46:03 +02001950 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001951 selectedTAI TAI,
1952 ...
1953}
1954
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001955TargetRNC-ID ::= SEQUENCE {
1956 lAI LAI,
1957 rAC RAC OPTIONAL,
1958 rNC-ID RNC-ID,
Harald Welte4f119e52015-08-30 17:46:03 +02001959 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001960}
1961
1962TargetRNC-ToSourceRNC-TransparentContainer ::= SEQUENCE {
1963 rRC-Container RRC-Container,
1964 d-RNTI D-RNTI OPTIONAL
1965 -- May be included to allow the triggering of the Relocation Detect procedure from the Iur Interface --,
Harald Welte4f119e52015-08-30 17:46:03 +02001966 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001967 ...
1968}
1969
1970TBCD-STRING ::= OCTET STRING
1971
1972TemporaryUE-ID ::= CHOICE {
1973 tMSI TMSI,
1974 p-TMSI P-TMSI,
1975 ...
1976}
1977
1978Time-UE-StayedInCell ::= INTEGER (0..4095)
1979
1980Time-UE-StayedInCell-EnhancedGranularity ::= INTEGER (0..40950)
1981
1982TimeToMBMSDataTransfer ::= OCTET STRING(SIZE(1))
1983
1984TimingDifferenceULDL ::= OCTET STRING (SIZE(1))
1985
1986TMGI ::= SEQUENCE {
1987 pLMNidentity PLMNidentity,
1988 serviceID OCTET STRING (SIZE (3)),
Harald Welte4f119e52015-08-30 17:46:03 +02001989 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02001990}
1991
1992TMSI ::= OCTET STRING (SIZE (4))
1993
1994TraceDepth ::= ENUMERATED {
1995 minimum,
1996 medium,
1997 maximum,
1998 ...
1999}
2000
2001TraceInformation ::= SEQUENCE {
2002 traceReference TraceReference,
2003 ue-identity UE-ID,
2004 tracePropagationParameters TracePropagationParameters OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02002005 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002006 ...
2007}
2008
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002009TracePropagationParameters ::= SEQUENCE {
2010 traceRecordingSessionReference TraceRecordingSessionReference,
2011 traceDepth TraceDepth,
2012 listOfInterfacesToTrace ListOfInterfacesToTrace OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02002013 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002014 ...
2015}
2016
2017TraceRecordingSessionInformation ::= SEQUENCE {
2018 traceReference TraceReference,
2019 traceRecordingSessionReference TraceRecordingSessionReference,
Harald Welte4f119e52015-08-30 17:46:03 +02002020 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002021 ...
2022}
2023
2024TraceRecordingSessionReference ::= INTEGER (0..65535)
2025
2026TraceReference ::= OCTET STRING (SIZE (2..3))
2027
2028TraceType ::= OCTET STRING (SIZE (1))
2029-- Reference: GSM TS 12.08
2030
2031TrafficClass ::= ENUMERATED {
2032 conversational,
2033 streaming,
2034 interactive,
2035 background,
2036 ...
2037}
2038
2039TrafficHandlingPriority ::= INTEGER { spare (0), highest (1), lowest (14), no-priority-used (15) } (0..15)
2040
2041TransferDelay ::= INTEGER (0..65535)
2042-- Unit is millisecond
2043
2044UnsuccessfullyTransmittedDataVolume ::= INTEGER (0..4294967295)
2045
2046TransportLayerAddress ::= BIT STRING (SIZE (1..160, ...))
2047
2048TrCH-ID ::= SEQUENCE {
2049 dCH-ID DCH-ID OPTIONAL,
2050 dSCH-ID DSCH-ID OPTIONAL,
2051 uSCH-ID USCH-ID OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02002052 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002053 ...
2054}
2055
2056TrCH-ID-List ::= SEQUENCE (SIZE (1..maxRAB-Subflows)) OF
2057 TrCH-ID
2058
2059TriggerID ::= OCTET STRING (SIZE (3..22))
2060
2061TunnelInformation ::= SEQUENCE {
2062 transportLayerAddress TransportLayerAddress,
2063 uDP-Port-Number Port-Number OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02002064 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002065 ...
2066}
2067
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002068TypeOfError ::= ENUMERATED {
2069 not-understood,
2070 missing,
2071 ...
2072}
2073
2074
2075-- U
2076
2077UE-AggregateMaximumBitRate ::= SEQUENCE {
2078 uE-AggregateMaximumBitRateDownlink UE-AggregateMaximumBitRateDownlink OPTIONAL,
2079 uE-AggregateMaximumBitRateUplink UE-AggregateMaximumBitRateUplink OPTIONAL,
2080 ...
2081}
2082
2083UE-AggregateMaximumBitRateDownlink ::= INTEGER (1..1000000000)
2084-- Unit is bits per sec
2085
2086UE-AggregateMaximumBitRateUplink ::= INTEGER (1..1000000000)
2087-- Unit is bits per sec
2088
2089
2090UE-History-Information ::= OCTET STRING
2091
2092UE-ID ::= CHOICE {
2093 imsi IMSI,
2094 imei IMEI,
2095 ...,
2096 imeisv IMEISV
2097
2098}
2099
2100UESBI-Iu ::= SEQUENCE {
2101 uESBI-IuA UESBI-IuA OPTIONAL,
2102 uESBI-IuB UESBI-IuB OPTIONAL,
Harald Welte4f119e52015-08-30 17:46:03 +02002103 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002104 ...
2105}
2106
2107UESBI-IuA ::= BIT STRING (SIZE(1..128))
2108-- Reference: TR25.994 --
2109UESBI-IuB ::= BIT STRING (SIZE(1..128))
2110-- Reference: TR25.995 --
2111
2112UL-GTP-PDU-SequenceNumber ::= INTEGER (0..65535)
2113
2114UL-N-PDU-SequenceNumber ::= INTEGER (0..65535)
2115
2116UPInformation ::= SEQUENCE {
2117 frameSeqNoUL FrameSequenceNumber,
2118 frameSeqNoDL FrameSequenceNumber,
2119 pdu14FrameSeqNoUL PDUType14FrameSequenceNumber,
2120 pdu14FrameSeqNoDL PDUType14FrameSequenceNumber,
2121 dataPDUType DataPDUType,
2122 upinitialisationFrame UPInitialisationFrame,
Harald Welte4f119e52015-08-30 17:46:03 +02002123 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002124 ...
2125}
2126
2127UPInitialisationFrame ::= OCTET STRING
2128
2129UP-ModeVersions ::= BIT STRING (SIZE (16))
2130
2131USCH-ID ::= INTEGER (0..255)
2132
2133UserPlaneMode ::= ENUMERATED {
2134 transparent-mode,
2135 support-mode-for-predefined-SDU-sizes,
2136 ...
2137}
2138
2139UTRAN-CellID ::= SEQUENCE {
2140 pLMNidentity PLMNidentity,
2141 cellID TargetCellId,
Harald Welte4f119e52015-08-30 17:46:03 +02002142 iE-Extensions IE-Extensions OPTIONAL
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002143}
2144
2145
2146-- V
2147
2148VelocityEstimate ::= CHOICE {
2149 horizontalVelocity HorizontalVelocity,
2150 horizontalWithVerticalVelocity HorizontalWithVerticalVelocity,
2151 horizontalVelocityWithUncertainty HorizontalVelocityWithUncertainty,
2152 horizontalWithVeritcalVelocityAndUncertainty HorizontalWithVerticalVelocityAndUncertainty,
2153 ...
2154}
2155
2156HorizontalVelocity ::= SEQUENCE {
2157 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
Harald Welte4f119e52015-08-30 17:46:03 +02002158 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002159 ...
2160}
2161
2162HorizontalWithVerticalVelocity ::= SEQUENCE {
2163 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
2164 veritcalVelocity VerticalVelocity,
Harald Welte4f119e52015-08-30 17:46:03 +02002165 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002166 ...
2167}
2168
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002169HorizontalVelocityWithUncertainty ::= SEQUENCE {
2170 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
2171 uncertaintySpeed INTEGER (0..255),
Harald Welte4f119e52015-08-30 17:46:03 +02002172 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002173 ...
2174}
2175
2176HorizontalWithVerticalVelocityAndUncertainty ::= SEQUENCE {
2177 horizontalSpeedAndBearing HorizontalSpeedAndBearing,
2178 veritcalVelocity VerticalVelocity,
2179 horizontalUncertaintySpeed INTEGER (0..255),
2180 verticalUncertaintySpeed INTEGER (0..255),
Harald Welte4f119e52015-08-30 17:46:03 +02002181 iE-Extensions IE-Extensions OPTIONAL,
Harald Welte8f2fb0c2015-08-29 12:19:42 +02002182 ...
2183}
2184
2185HorizontalSpeedAndBearing ::= SEQUENCE {
2186 bearing INTEGER (0..359),
2187 horizontalSpeed INTEGER (0..2047)
2188}
2189
2190VerticalVelocity ::= SEQUENCE {
2191 veritcalSpeed INTEGER (0..255),
2192 veritcalSpeedDirection VerticalSpeedDirection
2193}
2194
2195VerticalSpeedDirection ::= ENUMERATED {
2196 upward,
2197 downward
2198}
2199
2200VerticalAccuracyCode ::= INTEGER (0..127)
2201
2202VoiceSupportMatchIndicator ::= ENUMERATED {
2203 supported,
2204 not-supported,
2205 ...
2206}
2207
2208END