RANAP: Further qualify Constants. They're not just integer
parent
2facbada27
commit
f24cabee15
|
@ -12,59 +12,65 @@ DEFINITIONS AUTOMATIC TAGS ::=
|
|||
|
||||
BEGIN
|
||||
|
||||
IMPORTS
|
||||
ProcedureCode,
|
||||
ProtocolIE-ID
|
||||
FROM RANAP-CommonDataTypes;
|
||||
|
||||
|
||||
-- **************************************************************
|
||||
--
|
||||
-- Elementary Procedures
|
||||
--
|
||||
-- **************************************************************
|
||||
|
||||
id-RAB-Assignment INTEGER ::= 0
|
||||
id-Iu-Release INTEGER ::= 1
|
||||
id-RelocationPreparation INTEGER ::= 2
|
||||
id-RelocationResourceAllocation INTEGER ::= 3
|
||||
id-RelocationCancel INTEGER ::= 4
|
||||
id-SRNS-ContextTransfer INTEGER ::= 5
|
||||
id-SecurityModeControl INTEGER ::= 6
|
||||
id-DataVolumeReport INTEGER ::= 7
|
||||
id-Reset INTEGER ::= 9
|
||||
id-RAB-ReleaseRequest INTEGER ::= 10
|
||||
id-Iu-ReleaseRequest INTEGER ::= 11
|
||||
id-RelocationDetect INTEGER ::= 12
|
||||
id-RelocationComplete INTEGER ::= 13
|
||||
id-Paging INTEGER ::= 14
|
||||
id-CommonID INTEGER ::= 15
|
||||
id-CN-InvokeTrace INTEGER ::= 16
|
||||
id-LocationReportingControl INTEGER ::= 17
|
||||
id-LocationReport INTEGER ::= 18
|
||||
id-InitialUE-Message INTEGER ::= 19
|
||||
id-DirectTransfer INTEGER ::= 20
|
||||
id-OverloadControl INTEGER ::= 21
|
||||
id-ErrorIndication INTEGER ::= 22
|
||||
id-SRNS-DataForward INTEGER ::= 23
|
||||
id-ForwardSRNS-Context INTEGER ::= 24
|
||||
id-privateMessage INTEGER ::= 25
|
||||
id-CN-DeactivateTrace INTEGER ::= 26
|
||||
id-ResetResource INTEGER ::= 27
|
||||
id-RANAP-Relocation INTEGER ::= 28
|
||||
id-RAB-ModifyRequest INTEGER ::= 29
|
||||
id-LocationRelatedData INTEGER ::= 30
|
||||
id-InformationTransfer INTEGER ::= 31
|
||||
id-UESpecificInformation INTEGER ::= 32
|
||||
id-UplinkInformationExchange INTEGER ::= 33
|
||||
id-DirectInformationTransfer INTEGER ::= 34
|
||||
id-MBMSSessionStart INTEGER ::= 35
|
||||
id-MBMSSessionUpdate INTEGER ::= 36
|
||||
id-MBMSSessionStop INTEGER ::= 37
|
||||
id-MBMSUELinking INTEGER ::= 38
|
||||
id-MBMSRegistration INTEGER ::= 39
|
||||
id-MBMSCNDe-Registration-Procedure INTEGER ::= 40
|
||||
id-MBMSRABEstablishmentIndication INTEGER ::= 41
|
||||
id-MBMSRABRelease INTEGER ::= 42
|
||||
id-enhancedRelocationComplete INTEGER ::= 43
|
||||
id-enhancedRelocationCompleteConfirm INTEGER ::= 44
|
||||
id-RANAPenhancedRelocation INTEGER ::= 45
|
||||
id-SRVCCPreparation INTEGER ::= 46
|
||||
id-UeRadioCapabilityMatch INTEGER ::= 47
|
||||
id-RAB-Assignment ProcedureCode ::= 0
|
||||
id-Iu-Release ProcedureCode ::= 1
|
||||
id-RelocationPreparation ProcedureCode ::= 2
|
||||
id-RelocationResourceAllocation ProcedureCode ::= 3
|
||||
id-RelocationCancel ProcedureCode ::= 4
|
||||
id-SRNS-ContextTransfer ProcedureCode ::= 5
|
||||
id-SecurityModeControl ProcedureCode ::= 6
|
||||
id-DataVolumeReport ProcedureCode ::= 7
|
||||
id-Reset ProcedureCode ::= 9
|
||||
id-RAB-ReleaseRequest ProcedureCode ::= 10
|
||||
id-Iu-ReleaseRequest ProcedureCode ::= 11
|
||||
id-RelocationDetect ProcedureCode ::= 12
|
||||
id-RelocationComplete ProcedureCode ::= 13
|
||||
id-Paging ProcedureCode ::= 14
|
||||
id-CommonID ProcedureCode ::= 15
|
||||
id-CN-InvokeTrace ProcedureCode ::= 16
|
||||
id-LocationReportingControl ProcedureCode ::= 17
|
||||
id-LocationReport ProcedureCode ::= 18
|
||||
id-InitialUE-Message ProcedureCode ::= 19
|
||||
id-DirectTransfer ProcedureCode ::= 20
|
||||
id-OverloadControl ProcedureCode ::= 21
|
||||
id-ErrorIndication ProcedureCode ::= 22
|
||||
id-SRNS-DataForward ProcedureCode ::= 23
|
||||
id-ForwardSRNS-Context ProcedureCode ::= 24
|
||||
id-privateMessage ProcedureCode ::= 25
|
||||
id-CN-DeactivateTrace ProcedureCode ::= 26
|
||||
id-ResetResource ProcedureCode ::= 27
|
||||
id-RANAP-Relocation ProcedureCode ::= 28
|
||||
id-RAB-ModifyRequest ProcedureCode ::= 29
|
||||
id-LocationRelatedData ProcedureCode ::= 30
|
||||
id-InformationTransfer ProcedureCode ::= 31
|
||||
id-UESpecificInformation ProcedureCode ::= 32
|
||||
id-UplinkInformationExchange ProcedureCode ::= 33
|
||||
id-DirectInformationTransfer ProcedureCode ::= 34
|
||||
id-MBMSSessionStart ProcedureCode ::= 35
|
||||
id-MBMSSessionUpdate ProcedureCode ::= 36
|
||||
id-MBMSSessionStop ProcedureCode ::= 37
|
||||
id-MBMSUELinking ProcedureCode ::= 38
|
||||
id-MBMSRegistration ProcedureCode ::= 39
|
||||
id-MBMSCNDe-Registration-Procedure ProcedureCode ::= 40
|
||||
id-MBMSRABEstablishmentIndication ProcedureCode ::= 41
|
||||
id-MBMSRABRelease ProcedureCode ::= 42
|
||||
id-enhancedRelocationComplete ProcedureCode ::= 43
|
||||
id-enhancedRelocationCompleteConfirm ProcedureCode ::= 44
|
||||
id-RANAPenhancedRelocation ProcedureCode ::= 45
|
||||
id-SRVCCPreparation ProcedureCode ::= 46
|
||||
id-UeRadioCapabilityMatch ProcedureCode ::= 47
|
||||
|
||||
|
||||
-- **************************************************************
|
||||
|
@ -123,277 +129,277 @@ maxnoofMDTPLMNs INTEGER ::= 16
|
|||
--
|
||||
-- **************************************************************
|
||||
|
||||
id-AreaIdentity INTEGER ::= 0
|
||||
id-CN-DomainIndicator INTEGER ::= 3
|
||||
id-Cause INTEGER ::= 4
|
||||
id-ChosenEncryptionAlgorithm INTEGER ::= 5
|
||||
id-ChosenIntegrityProtectionAlgorithm INTEGER ::= 6
|
||||
id-ClassmarkInformation2 INTEGER ::= 7
|
||||
id-ClassmarkInformation3 INTEGER ::= 8
|
||||
id-CriticalityDiagnostics INTEGER ::= 9
|
||||
id-DL-GTP-PDU-SequenceNumber INTEGER ::= 10
|
||||
id-EncryptionInformation INTEGER ::= 11
|
||||
id-IntegrityProtectionInformation INTEGER ::= 12
|
||||
id-IuTransportAssociation INTEGER ::= 13
|
||||
id-L3-Information INTEGER ::= 14
|
||||
id-LAI INTEGER ::= 15
|
||||
id-NAS-PDU INTEGER ::= 16
|
||||
id-NonSearchingIndication INTEGER ::= 17
|
||||
id-NumberOfSteps INTEGER ::= 18
|
||||
id-OMC-ID INTEGER ::= 19
|
||||
id-OldBSS-ToNewBSS-Information INTEGER ::= 20
|
||||
id-PagingAreaID INTEGER ::= 21
|
||||
id-PagingCause INTEGER ::= 22
|
||||
id-PermanentNAS-UE-ID INTEGER ::= 23
|
||||
id-RAB-ContextItem INTEGER ::= 24
|
||||
id-RAB-ContextList INTEGER ::= 25
|
||||
id-RAB-DataForwardingItem INTEGER ::= 26
|
||||
id-RAB-DataForwardingItem-SRNS-CtxReq INTEGER ::= 27
|
||||
id-RAB-DataForwardingList INTEGER ::= 28
|
||||
id-RAB-DataForwardingList-SRNS-CtxReq INTEGER ::= 29
|
||||
id-RAB-DataVolumeReportItem INTEGER ::= 30
|
||||
id-RAB-DataVolumeReportList INTEGER ::= 31
|
||||
id-RAB-DataVolumeReportRequestItem INTEGER ::= 32
|
||||
id-RAB-DataVolumeReportRequestList INTEGER ::= 33
|
||||
id-RAB-FailedItem INTEGER ::= 34
|
||||
id-RAB-FailedList INTEGER ::= 35
|
||||
id-RAB-ID INTEGER ::= 36
|
||||
id-RAB-QueuedItem INTEGER ::= 37
|
||||
id-RAB-QueuedList INTEGER ::= 38
|
||||
id-RAB-ReleaseFailedList INTEGER ::= 39
|
||||
id-RAB-ReleaseItem INTEGER ::= 40
|
||||
id-RAB-ReleaseList INTEGER ::= 41
|
||||
id-RAB-ReleasedItem INTEGER ::= 42
|
||||
id-RAB-ReleasedList INTEGER ::= 43
|
||||
id-RAB-ReleasedList-IuRelComp INTEGER ::= 44
|
||||
id-RAB-RelocationReleaseItem INTEGER ::= 45
|
||||
id-RAB-RelocationReleaseList INTEGER ::= 46
|
||||
id-RAB-SetupItem-RelocReq INTEGER ::= 47
|
||||
id-RAB-SetupItem-RelocReqAck INTEGER ::= 48
|
||||
id-RAB-SetupList-RelocReq INTEGER ::= 49
|
||||
id-RAB-SetupList-RelocReqAck INTEGER ::= 50
|
||||
id-RAB-SetupOrModifiedItem INTEGER ::= 51
|
||||
id-RAB-SetupOrModifiedList INTEGER ::= 52
|
||||
id-RAB-SetupOrModifyItem INTEGER ::= 53
|
||||
id-RAB-SetupOrModifyList INTEGER ::= 54
|
||||
id-RAC INTEGER ::= 55
|
||||
id-RelocationType INTEGER ::= 56
|
||||
id-RequestType INTEGER ::= 57
|
||||
id-SAI INTEGER ::= 58
|
||||
id-SAPI INTEGER ::= 59
|
||||
id-SourceID INTEGER ::= 60
|
||||
id-Source-ToTarget-TransparentContainer INTEGER ::= 61
|
||||
id-TargetID INTEGER ::= 62
|
||||
id-Target-ToSource-TransparentContainer INTEGER ::= 63
|
||||
id-TemporaryUE-ID INTEGER ::= 64
|
||||
id-TraceReference INTEGER ::= 65
|
||||
id-TraceType INTEGER ::= 66
|
||||
id-TransportLayerAddress INTEGER ::= 67
|
||||
id-TriggerID INTEGER ::= 68
|
||||
id-UE-ID INTEGER ::= 69
|
||||
id-UL-GTP-PDU-SequenceNumber INTEGER ::= 70
|
||||
id-RAB-FailedtoReportItem INTEGER ::= 71
|
||||
id-RAB-FailedtoReportList INTEGER ::= 72
|
||||
id-KeyStatus INTEGER ::= 75
|
||||
id-DRX-CycleLengthCoefficient INTEGER ::= 76
|
||||
id-IuSigConIdList INTEGER ::= 77
|
||||
id-IuSigConIdItem INTEGER ::= 78
|
||||
id-IuSigConId INTEGER ::= 79
|
||||
id-DirectTransferInformationItem-RANAP-RelocInf INTEGER ::= 80
|
||||
id-DirectTransferInformationList-RANAP-RelocInf INTEGER ::= 81
|
||||
id-RAB-ContextItem-RANAP-RelocInf INTEGER ::= 82
|
||||
id-RAB-ContextList-RANAP-RelocInf INTEGER ::= 83
|
||||
id-RAB-ContextFailedtoTransferItem INTEGER ::= 84
|
||||
id-RAB-ContextFailedtoTransferList INTEGER ::= 85
|
||||
id-GlobalRNC-ID INTEGER ::= 86
|
||||
id-RAB-ReleasedItem-IuRelComp INTEGER ::= 87
|
||||
id-MessageStructure INTEGER ::= 88
|
||||
id-Alt-RAB-Parameters INTEGER ::= 89
|
||||
id-Ass-RAB-Parameters INTEGER ::= 90
|
||||
id-RAB-ModifyList INTEGER ::= 91
|
||||
id-RAB-ModifyItem INTEGER ::= 92
|
||||
id-TypeOfError INTEGER ::= 93
|
||||
id-BroadcastAssistanceDataDecipheringKeys INTEGER ::= 94
|
||||
id-LocationRelatedDataRequestType INTEGER ::= 95
|
||||
id-GlobalCN-ID INTEGER ::= 96
|
||||
id-LastKnownServiceArea INTEGER ::= 97
|
||||
id-SRB-TrCH-Mapping INTEGER ::= 98
|
||||
id-InterSystemInformation-TransparentContainer INTEGER ::= 99
|
||||
id-NewBSS-To-OldBSS-Information INTEGER ::= 100
|
||||
id-SourceRNC-PDCP-context-info INTEGER ::= 103
|
||||
id-InformationTransferID INTEGER ::= 104
|
||||
id-SNA-Access-Information INTEGER ::= 105
|
||||
id-ProvidedData INTEGER ::= 106
|
||||
id-GERAN-BSC-Container INTEGER ::= 107
|
||||
id-GERAN-Classmark INTEGER ::= 108
|
||||
id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item INTEGER ::= 109
|
||||
id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse INTEGER ::= 110
|
||||
id-VerticalAccuracyCode INTEGER ::= 111
|
||||
id-ResponseTime INTEGER ::= 112
|
||||
id-PositioningPriority INTEGER ::= 113
|
||||
id-ClientType INTEGER ::= 114
|
||||
id-LocationRelatedDataRequestTypeSpecificToGERANIuMode INTEGER ::= 115
|
||||
id-SignallingIndication INTEGER ::= 116
|
||||
id-hS-DSCH-MAC-d-Flow-ID INTEGER ::= 117
|
||||
id-UESBI-Iu INTEGER ::= 118
|
||||
id-PositionData INTEGER ::= 119
|
||||
id-PositionDataSpecificToGERANIuMode INTEGER ::= 120
|
||||
id-CellLoadInformationGroup INTEGER ::= 121
|
||||
id-AccuracyFulfilmentIndicator INTEGER ::= 122
|
||||
id-InformationTransferType INTEGER ::= 123
|
||||
id-TraceRecordingSessionInformation INTEGER ::= 124
|
||||
id-TracePropagationParameters INTEGER ::= 125
|
||||
id-InterSystemInformationTransferType INTEGER ::= 126
|
||||
id-SelectedPLMN-ID INTEGER ::= 127
|
||||
id-RedirectionCompleted INTEGER ::= 128
|
||||
id-RedirectionIndication INTEGER ::= 129
|
||||
id-NAS-SequenceNumber INTEGER ::= 130
|
||||
id-RejectCauseValue INTEGER ::= 131
|
||||
id-APN INTEGER ::= 132
|
||||
id-CNMBMSLinkingInformation INTEGER ::= 133
|
||||
id-DeltaRAListofIdleModeUEs INTEGER ::= 134
|
||||
id-FrequenceLayerConvergenceFlag INTEGER ::= 135
|
||||
id-InformationExchangeID INTEGER ::= 136
|
||||
id-InformationExchangeType INTEGER ::= 137
|
||||
id-InformationRequested INTEGER ::= 138
|
||||
id-InformationRequestType INTEGER ::= 139
|
||||
id-IPMulticastAddress INTEGER ::= 140
|
||||
id-JoinedMBMSBearerServicesList INTEGER ::= 141
|
||||
id-LeftMBMSBearerServicesList INTEGER ::= 142
|
||||
id-MBMSBearerServiceType INTEGER ::= 143
|
||||
id-MBMSCNDe-Registration INTEGER ::= 144
|
||||
id-MBMSServiceArea INTEGER ::= 145
|
||||
id-MBMSSessionDuration INTEGER ::= 146
|
||||
id-MBMSSessionIdentity INTEGER ::= 147
|
||||
id-PDP-TypeInformation INTEGER ::= 148
|
||||
id-RAB-Parameters INTEGER ::= 149
|
||||
id-RAListofIdleModeUEs INTEGER ::= 150
|
||||
id-MBMSRegistrationRequestType INTEGER ::= 151
|
||||
id-SessionUpdateID INTEGER ::= 152
|
||||
id-TMGI INTEGER ::= 153
|
||||
id-TransportLayerInformation INTEGER ::= 154
|
||||
id-UnsuccessfulLinkingList INTEGER ::= 155
|
||||
id-MBMSLinkingInformation INTEGER ::= 156
|
||||
id-MBMSSessionRepetitionNumber INTEGER ::= 157
|
||||
id-AlternativeRABConfiguration INTEGER ::= 158
|
||||
id-AlternativeRABConfigurationRequest INTEGER ::= 159
|
||||
id-E-DCH-MAC-d-Flow-ID INTEGER ::= 160
|
||||
id-SourceBSS-ToTargetBSS-TransparentContainer INTEGER ::= 161
|
||||
id-TargetBSS-ToSourceBSS-TransparentContainer INTEGER ::= 162
|
||||
id-TimeToMBMSDataTransfer INTEGER ::= 163
|
||||
id-IncludeVelocity INTEGER ::= 164
|
||||
id-VelocityEstimate INTEGER ::= 165
|
||||
id-RedirectAttemptFlag INTEGER ::= 166
|
||||
id-RAT-Type INTEGER ::= 167
|
||||
id-PeriodicLocationInfo INTEGER ::= 168
|
||||
id-MBMSCountingInformation INTEGER ::= 169
|
||||
id-170-not-to-be-used-for-IE-ids INTEGER ::= 170
|
||||
id-ExtendedRNC-ID INTEGER ::= 171
|
||||
id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf INTEGER ::= 172
|
||||
id-Alt-RAB-Parameter-ExtendedMaxBitrateInf INTEGER ::= 173
|
||||
id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList INTEGER ::= 174
|
||||
id-Ass-RAB-Parameter-ExtendedMaxBitrateList INTEGER ::= 175
|
||||
id-RAB-Parameter-ExtendedGuaranteedBitrateList INTEGER ::= 176
|
||||
id-RAB-Parameter-ExtendedMaxBitrateList INTEGER ::= 177
|
||||
id-Requested-RAB-Parameter-ExtendedMaxBitrateList INTEGER ::= 178
|
||||
id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList INTEGER ::= 179
|
||||
id-LAofIdleModeUEs INTEGER ::= 180
|
||||
id-newLAListofIdleModeUEs INTEGER ::= 181
|
||||
id-LAListwithNoIdleModeUEsAnyMore INTEGER ::= 182
|
||||
id-183-not-to-be-used-for-IE-ids INTEGER ::= 183
|
||||
id-GANSS-PositioningDataSet INTEGER ::= 184
|
||||
id-RequestedGANSSAssistanceData INTEGER ::= 185
|
||||
id-BroadcastGANSSAssistanceDataDecipheringKeys INTEGER ::= 186
|
||||
id-d-RNTI-for-NoIuCSUP INTEGER ::= 187
|
||||
id-RAB-SetupList-EnhancedRelocCompleteReq INTEGER ::= 188
|
||||
id-RAB-SetupItem-EnhancedRelocCompleteReq INTEGER ::= 189
|
||||
id-RAB-SetupList-EnhancedRelocCompleteRes INTEGER ::= 190
|
||||
id-RAB-SetupItem-EnhancedRelocCompleteRes INTEGER ::= 191
|
||||
id-RAB-SetupList-EnhRelocInfoReq INTEGER ::= 192
|
||||
id-RAB-SetupItem-EnhRelocInfoReq INTEGER ::= 193
|
||||
id-RAB-SetupList-EnhRelocInfoRes INTEGER ::= 194
|
||||
id-RAB-SetupItem-EnhRelocInfoRes INTEGER ::= 195
|
||||
id-OldIuSigConId INTEGER ::= 196
|
||||
id-RAB-FailedList-EnhRelocInfoRes INTEGER ::= 197
|
||||
id-RAB-FailedItem-EnhRelocInfoRes INTEGER ::= 198
|
||||
id-Global-ENB-ID INTEGER ::= 199
|
||||
id-UE-History-Information INTEGER ::= 200
|
||||
id-MBMSSynchronisationInformation INTEGER ::= 201
|
||||
id-SubscriberProfileIDforRFP INTEGER ::= 202
|
||||
id-CSG-Id INTEGER ::= 203
|
||||
id-OldIuSigConIdCS INTEGER ::= 204
|
||||
id-OldIuSigConIdPS INTEGER ::= 205
|
||||
id-GlobalCN-IDCS INTEGER ::= 206
|
||||
id-GlobalCN-IDPS INTEGER ::= 207
|
||||
id-SourceExtendedRNC-ID INTEGER ::= 208
|
||||
id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes INTEGER ::= 209
|
||||
id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes INTEGER ::= 210
|
||||
id-SourceRNC-ID INTEGER ::= 211
|
||||
id-Relocation-TargetRNC-ID INTEGER ::= 212
|
||||
id-Relocation-TargetExtendedRNC-ID INTEGER ::= 213
|
||||
id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf INTEGER ::= 214
|
||||
id-Alt-RAB-Parameter-SupportedMaxBitrateInf INTEGER ::= 215
|
||||
id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList INTEGER ::= 216
|
||||
id-Ass-RAB-Parameter-SupportedMaxBitrateList INTEGER ::= 217
|
||||
id-RAB-Parameter-SupportedGuaranteedBitrateList INTEGER ::= 218
|
||||
id-RAB-Parameter-SupportedMaxBitrateList INTEGER ::= 219
|
||||
id-Requested-RAB-Parameter-SupportedMaxBitrateList INTEGER ::= 220
|
||||
id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList INTEGER ::= 221
|
||||
id-Relocation-SourceRNC-ID INTEGER ::= 222
|
||||
id-Relocation-SourceExtendedRNC-ID INTEGER ::= 223
|
||||
id-EncryptionKey INTEGER ::= 224
|
||||
id-IntegrityProtectionKey INTEGER ::= 225
|
||||
id-SRVCC-HO-Indication INTEGER ::= 226
|
||||
id-SRVCC-Information INTEGER ::= 227
|
||||
id-SRVCC-Operation-Possible INTEGER ::= 228
|
||||
id-CSG-Id-List INTEGER ::= 229
|
||||
id-PSRABtobeReplaced INTEGER ::= 230
|
||||
id-E-UTRAN-Service-Handover INTEGER ::= 231
|
||||
id-UE-AggregateMaximumBitRate INTEGER ::= 233
|
||||
id-CSG-Membership-Status INTEGER ::= 234
|
||||
id-Cell-Access-Mode INTEGER ::= 235
|
||||
id-IP-Source-Address INTEGER ::= 236
|
||||
id-CSFB-Information INTEGER ::= 237
|
||||
id-PDP-TypeInformation-extension INTEGER ::= 238
|
||||
id-MSISDN INTEGER ::= 239
|
||||
id-Offload-RAB-Parameters INTEGER ::= 240
|
||||
id-LGW-TransportLayerAddress INTEGER ::= 241
|
||||
id-Correlation-ID INTEGER ::= 242
|
||||
id-IRAT-Measurement-Configuration INTEGER ::= 243
|
||||
id-MDT-Configuration INTEGER ::= 244
|
||||
id-Priority-Class-Indicator INTEGER ::= 245
|
||||
id-RNSAPRelocationParameters INTEGER ::= 247
|
||||
id-RABParametersList INTEGER ::= 248
|
||||
id-Management-Based-MDT-Allowed INTEGER ::= 249
|
||||
id-HigherBitratesThan16MbpsFlag INTEGER ::= 250
|
||||
id-Trace-Collection-Entity-IP-Addess INTEGER ::= 251
|
||||
id-End-Of-CSFB INTEGER ::= 252
|
||||
id-Time-UE-StayedInCell-EnhancedGranularity INTEGER ::= 253
|
||||
id-Out-Of-UTRAN INTEGER ::= 254
|
||||
id-TraceRecordingSessionReference INTEGER ::= 255
|
||||
id-IMSI INTEGER ::= 256
|
||||
id-HO-Cause INTEGER ::= 257
|
||||
id-VoiceSupportMatchIndicator INTEGER ::= 258
|
||||
id-RSRVCC-HO-Indication INTEGER ::= 259
|
||||
id-RSRVCC-Information INTEGER ::= 260
|
||||
id-AnchorPLMN-ID INTEGER ::= 261
|
||||
id-Tunnel-Information-for-BBF INTEGER ::= 262
|
||||
id-Management-Based-MDT-PLMN-List INTEGER ::= 263
|
||||
id-SignallingBasedMDTPLMNList INTEGER ::= 264
|
||||
id-M4Report INTEGER ::= 265
|
||||
id-M5Report INTEGER ::= 266
|
||||
id-M6Report INTEGER ::= 267
|
||||
id-M7Report INTEGER ::= 268
|
||||
id-TimingDifferenceULDL INTEGER ::= 269
|
||||
id-Serving-Cell-Identifier INTEGER ::= 270
|
||||
id-EARFCN-Extended INTEGER ::= 271
|
||||
id-RSRVCC-Operation-Possible INTEGER ::= 272
|
||||
id-SIPTO-LGW-TransportLayerAddress INTEGER ::= 273
|
||||
id-SIPTO-Correlation-ID INTEGER ::= 274
|
||||
id-LHN-ID INTEGER ::= 275
|
||||
id-Session-Re-establishment-Indicator INTEGER ::= 276
|
||||
id-LastE-UTRANPLMNIdentity INTEGER ::= 277
|
||||
id-RSRQ-Type INTEGER ::= 278
|
||||
id-RSRQ-Extension INTEGER ::= 279
|
||||
id-AreaIdentity ProtocolIE-ID ::= 0
|
||||
id-CN-DomainIndicator ProtocolIE-ID ::= 3
|
||||
id-Cause ProtocolIE-ID ::= 4
|
||||
id-ChosenEncryptionAlgorithm ProtocolIE-ID ::= 5
|
||||
id-ChosenIntegrityProtectionAlgorithm ProtocolIE-ID ::= 6
|
||||
id-ClassmarkInformation2 ProtocolIE-ID ::= 7
|
||||
id-ClassmarkInformation3 ProtocolIE-ID ::= 8
|
||||
id-CriticalityDiagnostics ProtocolIE-ID ::= 9
|
||||
id-DL-GTP-PDU-SequenceNumber ProtocolIE-ID ::= 10
|
||||
id-EncryptionInformation ProtocolIE-ID ::= 11
|
||||
id-IntegrityProtectionInformation ProtocolIE-ID ::= 12
|
||||
id-IuTransportAssociation ProtocolIE-ID ::= 13
|
||||
id-L3-Information ProtocolIE-ID ::= 14
|
||||
id-LAI ProtocolIE-ID ::= 15
|
||||
id-NAS-PDU ProtocolIE-ID ::= 16
|
||||
id-NonSearchingIndication ProtocolIE-ID ::= 17
|
||||
id-NumberOfSteps ProtocolIE-ID ::= 18
|
||||
id-OMC-ID ProtocolIE-ID ::= 19
|
||||
id-OldBSS-ToNewBSS-Information ProtocolIE-ID ::= 20
|
||||
id-PagingAreaID ProtocolIE-ID ::= 21
|
||||
id-PagingCause ProtocolIE-ID ::= 22
|
||||
id-PermanentNAS-UE-ID ProtocolIE-ID ::= 23
|
||||
id-RAB-ContextItem ProtocolIE-ID ::= 24
|
||||
id-RAB-ContextList ProtocolIE-ID ::= 25
|
||||
id-RAB-DataForwardingItem ProtocolIE-ID ::= 26
|
||||
id-RAB-DataForwardingItem-SRNS-CtxReq ProtocolIE-ID ::= 27
|
||||
id-RAB-DataForwardingList ProtocolIE-ID ::= 28
|
||||
id-RAB-DataForwardingList-SRNS-CtxReq ProtocolIE-ID ::= 29
|
||||
id-RAB-DataVolumeReportItem ProtocolIE-ID ::= 30
|
||||
id-RAB-DataVolumeReportList ProtocolIE-ID ::= 31
|
||||
id-RAB-DataVolumeReportRequestItem ProtocolIE-ID ::= 32
|
||||
id-RAB-DataVolumeReportRequestList ProtocolIE-ID ::= 33
|
||||
id-RAB-FailedItem ProtocolIE-ID ::= 34
|
||||
id-RAB-FailedList ProtocolIE-ID ::= 35
|
||||
id-RAB-ID ProtocolIE-ID ::= 36
|
||||
id-RAB-QueuedItem ProtocolIE-ID ::= 37
|
||||
id-RAB-QueuedList ProtocolIE-ID ::= 38
|
||||
id-RAB-ReleaseFailedList ProtocolIE-ID ::= 39
|
||||
id-RAB-ReleaseItem ProtocolIE-ID ::= 40
|
||||
id-RAB-ReleaseList ProtocolIE-ID ::= 41
|
||||
id-RAB-ReleasedItem ProtocolIE-ID ::= 42
|
||||
id-RAB-ReleasedList ProtocolIE-ID ::= 43
|
||||
id-RAB-ReleasedList-IuRelComp ProtocolIE-ID ::= 44
|
||||
id-RAB-RelocationReleaseItem ProtocolIE-ID ::= 45
|
||||
id-RAB-RelocationReleaseList ProtocolIE-ID ::= 46
|
||||
id-RAB-SetupItem-RelocReq ProtocolIE-ID ::= 47
|
||||
id-RAB-SetupItem-RelocReqAck ProtocolIE-ID ::= 48
|
||||
id-RAB-SetupList-RelocReq ProtocolIE-ID ::= 49
|
||||
id-RAB-SetupList-RelocReqAck ProtocolIE-ID ::= 50
|
||||
id-RAB-SetupOrModifiedItem ProtocolIE-ID ::= 51
|
||||
id-RAB-SetupOrModifiedList ProtocolIE-ID ::= 52
|
||||
id-RAB-SetupOrModifyItem ProtocolIE-ID ::= 53
|
||||
id-RAB-SetupOrModifyList ProtocolIE-ID ::= 54
|
||||
id-RAC ProtocolIE-ID ::= 55
|
||||
id-RelocationType ProtocolIE-ID ::= 56
|
||||
id-RequestType ProtocolIE-ID ::= 57
|
||||
id-SAI ProtocolIE-ID ::= 58
|
||||
id-SAPI ProtocolIE-ID ::= 59
|
||||
id-SourceID ProtocolIE-ID ::= 60
|
||||
id-Source-ToTarget-TransparentContainer ProtocolIE-ID ::= 61
|
||||
id-TargetID ProtocolIE-ID ::= 62
|
||||
id-Target-ToSource-TransparentContainer ProtocolIE-ID ::= 63
|
||||
id-TemporaryUE-ID ProtocolIE-ID ::= 64
|
||||
id-TraceReference ProtocolIE-ID ::= 65
|
||||
id-TraceType ProtocolIE-ID ::= 66
|
||||
id-TransportLayerAddress ProtocolIE-ID ::= 67
|
||||
id-TriggerID ProtocolIE-ID ::= 68
|
||||
id-UE-ID ProtocolIE-ID ::= 69
|
||||
id-UL-GTP-PDU-SequenceNumber ProtocolIE-ID ::= 70
|
||||
id-RAB-FailedtoReportItem ProtocolIE-ID ::= 71
|
||||
id-RAB-FailedtoReportList ProtocolIE-ID ::= 72
|
||||
id-KeyStatus ProtocolIE-ID ::= 75
|
||||
id-DRX-CycleLengthCoefficient ProtocolIE-ID ::= 76
|
||||
id-IuSigConIdList ProtocolIE-ID ::= 77
|
||||
id-IuSigConIdItem ProtocolIE-ID ::= 78
|
||||
id-IuSigConId ProtocolIE-ID ::= 79
|
||||
id-DirectTransferInformationItem-RANAP-RelocInf ProtocolIE-ID ::= 80
|
||||
id-DirectTransferInformationList-RANAP-RelocInf ProtocolIE-ID ::= 81
|
||||
id-RAB-ContextItem-RANAP-RelocInf ProtocolIE-ID ::= 82
|
||||
id-RAB-ContextList-RANAP-RelocInf ProtocolIE-ID ::= 83
|
||||
id-RAB-ContextFailedtoTransferItem ProtocolIE-ID ::= 84
|
||||
id-RAB-ContextFailedtoTransferList ProtocolIE-ID ::= 85
|
||||
id-GlobalRNC-ID ProtocolIE-ID ::= 86
|
||||
id-RAB-ReleasedItem-IuRelComp ProtocolIE-ID ::= 87
|
||||
id-MessageStructure ProtocolIE-ID ::= 88
|
||||
id-Alt-RAB-Parameters ProtocolIE-ID ::= 89
|
||||
id-Ass-RAB-Parameters ProtocolIE-ID ::= 90
|
||||
id-RAB-ModifyList ProtocolIE-ID ::= 91
|
||||
id-RAB-ModifyItem ProtocolIE-ID ::= 92
|
||||
id-TypeOfError ProtocolIE-ID ::= 93
|
||||
id-BroadcastAssistanceDataDecipheringKeys ProtocolIE-ID ::= 94
|
||||
id-LocationRelatedDataRequestType ProtocolIE-ID ::= 95
|
||||
id-GlobalCN-ID ProtocolIE-ID ::= 96
|
||||
id-LastKnownServiceArea ProtocolIE-ID ::= 97
|
||||
id-SRB-TrCH-Mapping ProtocolIE-ID ::= 98
|
||||
id-InterSystemInformation-TransparentContainer ProtocolIE-ID ::= 99
|
||||
id-NewBSS-To-OldBSS-Information ProtocolIE-ID ::= 100
|
||||
id-SourceRNC-PDCP-context-info ProtocolIE-ID ::= 103
|
||||
id-InformationTransferID ProtocolIE-ID ::= 104
|
||||
id-SNA-Access-Information ProtocolIE-ID ::= 105
|
||||
id-ProvidedData ProtocolIE-ID ::= 106
|
||||
id-GERAN-BSC-Container ProtocolIE-ID ::= 107
|
||||
id-GERAN-Classmark ProtocolIE-ID ::= 108
|
||||
id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item ProtocolIE-ID ::= 109
|
||||
id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse ProtocolIE-ID ::= 110
|
||||
id-VerticalAccuracyCode ProtocolIE-ID ::= 111
|
||||
id-ResponseTime ProtocolIE-ID ::= 112
|
||||
id-PositioningPriority ProtocolIE-ID ::= 113
|
||||
id-ClientType ProtocolIE-ID ::= 114
|
||||
id-LocationRelatedDataRequestTypeSpecificToGERANIuMode ProtocolIE-ID ::= 115
|
||||
id-SignallingIndication ProtocolIE-ID ::= 116
|
||||
id-hS-DSCH-MAC-d-Flow-ID ProtocolIE-ID ::= 117
|
||||
id-UESBI-Iu ProtocolIE-ID ::= 118
|
||||
id-PositionData ProtocolIE-ID ::= 119
|
||||
id-PositionDataSpecificToGERANIuMode ProtocolIE-ID ::= 120
|
||||
id-CellLoadInformationGroup ProtocolIE-ID ::= 121
|
||||
id-AccuracyFulfilmentIndicator ProtocolIE-ID ::= 122
|
||||
id-InformationTransferType ProtocolIE-ID ::= 123
|
||||
id-TraceRecordingSessionInformation ProtocolIE-ID ::= 124
|
||||
id-TracePropagationParameters ProtocolIE-ID ::= 125
|
||||
id-InterSystemInformationTransferType ProtocolIE-ID ::= 126
|
||||
id-SelectedPLMN-ID ProtocolIE-ID ::= 127
|
||||
id-RedirectionCompleted ProtocolIE-ID ::= 128
|
||||
id-RedirectionIndication ProtocolIE-ID ::= 129
|
||||
id-NAS-SequenceNumber ProtocolIE-ID ::= 130
|
||||
id-RejectCauseValue ProtocolIE-ID ::= 131
|
||||
id-APN ProtocolIE-ID ::= 132
|
||||
id-CNMBMSLinkingInformation ProtocolIE-ID ::= 133
|
||||
id-DeltaRAListofIdleModeUEs ProtocolIE-ID ::= 134
|
||||
id-FrequenceLayerConvergenceFlag ProtocolIE-ID ::= 135
|
||||
id-InformationExchangeID ProtocolIE-ID ::= 136
|
||||
id-InformationExchangeType ProtocolIE-ID ::= 137
|
||||
id-InformationRequested ProtocolIE-ID ::= 138
|
||||
id-InformationRequestType ProtocolIE-ID ::= 139
|
||||
id-IPMulticastAddress ProtocolIE-ID ::= 140
|
||||
id-JoinedMBMSBearerServicesList ProtocolIE-ID ::= 141
|
||||
id-LeftMBMSBearerServicesList ProtocolIE-ID ::= 142
|
||||
id-MBMSBearerServiceType ProtocolIE-ID ::= 143
|
||||
id-MBMSCNDe-Registration ProtocolIE-ID ::= 144
|
||||
id-MBMSServiceArea ProtocolIE-ID ::= 145
|
||||
id-MBMSSessionDuration ProtocolIE-ID ::= 146
|
||||
id-MBMSSessionIdentity ProtocolIE-ID ::= 147
|
||||
id-PDP-TypeInformation ProtocolIE-ID ::= 148
|
||||
id-RAB-Parameters ProtocolIE-ID ::= 149
|
||||
id-RAListofIdleModeUEs ProtocolIE-ID ::= 150
|
||||
id-MBMSRegistrationRequestType ProtocolIE-ID ::= 151
|
||||
id-SessionUpdateID ProtocolIE-ID ::= 152
|
||||
id-TMGI ProtocolIE-ID ::= 153
|
||||
id-TransportLayerInformation ProtocolIE-ID ::= 154
|
||||
id-UnsuccessfulLinkingList ProtocolIE-ID ::= 155
|
||||
id-MBMSLinkingInformation ProtocolIE-ID ::= 156
|
||||
id-MBMSSessionRepetitionNumber ProtocolIE-ID ::= 157
|
||||
id-AlternativeRABConfiguration ProtocolIE-ID ::= 158
|
||||
id-AlternativeRABConfigurationRequest ProtocolIE-ID ::= 159
|
||||
id-E-DCH-MAC-d-Flow-ID ProtocolIE-ID ::= 160
|
||||
id-SourceBSS-ToTargetBSS-TransparentContainer ProtocolIE-ID ::= 161
|
||||
id-TargetBSS-ToSourceBSS-TransparentContainer ProtocolIE-ID ::= 162
|
||||
id-TimeToMBMSDataTransfer ProtocolIE-ID ::= 163
|
||||
id-IncludeVelocity ProtocolIE-ID ::= 164
|
||||
id-VelocityEstimate ProtocolIE-ID ::= 165
|
||||
id-RedirectAttemptFlag ProtocolIE-ID ::= 166
|
||||
id-RAT-Type ProtocolIE-ID ::= 167
|
||||
id-PeriodicLocationInfo ProtocolIE-ID ::= 168
|
||||
id-MBMSCountingInformation ProtocolIE-ID ::= 169
|
||||
id-170-not-to-be-used-for-IE-ids ProtocolIE-ID ::= 170
|
||||
id-ExtendedRNC-ID ProtocolIE-ID ::= 171
|
||||
id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf ProtocolIE-ID ::= 172
|
||||
id-Alt-RAB-Parameter-ExtendedMaxBitrateInf ProtocolIE-ID ::= 173
|
||||
id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList ProtocolIE-ID ::= 174
|
||||
id-Ass-RAB-Parameter-ExtendedMaxBitrateList ProtocolIE-ID ::= 175
|
||||
id-RAB-Parameter-ExtendedGuaranteedBitrateList ProtocolIE-ID ::= 176
|
||||
id-RAB-Parameter-ExtendedMaxBitrateList ProtocolIE-ID ::= 177
|
||||
id-Requested-RAB-Parameter-ExtendedMaxBitrateList ProtocolIE-ID ::= 178
|
||||
id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList ProtocolIE-ID ::= 179
|
||||
id-LAofIdleModeUEs ProtocolIE-ID ::= 180
|
||||
id-newLAListofIdleModeUEs ProtocolIE-ID ::= 181
|
||||
id-LAListwithNoIdleModeUEsAnyMore ProtocolIE-ID ::= 182
|
||||
id-183-not-to-be-used-for-IE-ids ProtocolIE-ID ::= 183
|
||||
id-GANSS-PositioningDataSet ProtocolIE-ID ::= 184
|
||||
id-RequestedGANSSAssistanceData ProtocolIE-ID ::= 185
|
||||
id-BroadcastGANSSAssistanceDataDecipheringKeys ProtocolIE-ID ::= 186
|
||||
id-d-RNTI-for-NoIuCSUP ProtocolIE-ID ::= 187
|
||||
id-RAB-SetupList-EnhancedRelocCompleteReq ProtocolIE-ID ::= 188
|
||||
id-RAB-SetupItem-EnhancedRelocCompleteReq ProtocolIE-ID ::= 189
|
||||
id-RAB-SetupList-EnhancedRelocCompleteRes ProtocolIE-ID ::= 190
|
||||
id-RAB-SetupItem-EnhancedRelocCompleteRes ProtocolIE-ID ::= 191
|
||||
id-RAB-SetupList-EnhRelocInfoReq ProtocolIE-ID ::= 192
|
||||
id-RAB-SetupItem-EnhRelocInfoReq ProtocolIE-ID ::= 193
|
||||
id-RAB-SetupList-EnhRelocInfoRes ProtocolIE-ID ::= 194
|
||||
id-RAB-SetupItem-EnhRelocInfoRes ProtocolIE-ID ::= 195
|
||||
id-OldIuSigConId ProtocolIE-ID ::= 196
|
||||
id-RAB-FailedList-EnhRelocInfoRes ProtocolIE-ID ::= 197
|
||||
id-RAB-FailedItem-EnhRelocInfoRes ProtocolIE-ID ::= 198
|
||||
id-Global-ENB-ID ProtocolIE-ID ::= 199
|
||||
id-UE-History-Information ProtocolIE-ID ::= 200
|
||||
id-MBMSSynchronisationInformation ProtocolIE-ID ::= 201
|
||||
id-SubscriberProfileIDforRFP ProtocolIE-ID ::= 202
|
||||
id-CSG-Id ProtocolIE-ID ::= 203
|
||||
id-OldIuSigConIdCS ProtocolIE-ID ::= 204
|
||||
id-OldIuSigConIdPS ProtocolIE-ID ::= 205
|
||||
id-GlobalCN-IDCS ProtocolIE-ID ::= 206
|
||||
id-GlobalCN-IDPS ProtocolIE-ID ::= 207
|
||||
id-SourceExtendedRNC-ID ProtocolIE-ID ::= 208
|
||||
id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes ProtocolIE-ID ::= 209
|
||||
id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes ProtocolIE-ID ::= 210
|
||||
id-SourceRNC-ID ProtocolIE-ID ::= 211
|
||||
id-Relocation-TargetRNC-ID ProtocolIE-ID ::= 212
|
||||
id-Relocation-TargetExtendedRNC-ID ProtocolIE-ID ::= 213
|
||||
id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf ProtocolIE-ID ::= 214
|
||||
id-Alt-RAB-Parameter-SupportedMaxBitrateInf ProtocolIE-ID ::= 215
|
||||
id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList ProtocolIE-ID ::= 216
|
||||
id-Ass-RAB-Parameter-SupportedMaxBitrateList ProtocolIE-ID ::= 217
|
||||
id-RAB-Parameter-SupportedGuaranteedBitrateList ProtocolIE-ID ::= 218
|
||||
id-RAB-Parameter-SupportedMaxBitrateList ProtocolIE-ID ::= 219
|
||||
id-Requested-RAB-Parameter-SupportedMaxBitrateList ProtocolIE-ID ::= 220
|
||||
id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList ProtocolIE-ID ::= 221
|
||||
id-Relocation-SourceRNC-ID ProtocolIE-ID ::= 222
|
||||
id-Relocation-SourceExtendedRNC-ID ProtocolIE-ID ::= 223
|
||||
id-EncryptionKey ProtocolIE-ID ::= 224
|
||||
id-IntegrityProtectionKey ProtocolIE-ID ::= 225
|
||||
id-SRVCC-HO-Indication ProtocolIE-ID ::= 226
|
||||
id-SRVCC-Information ProtocolIE-ID ::= 227
|
||||
id-SRVCC-Operation-Possible ProtocolIE-ID ::= 228
|
||||
id-CSG-Id-List ProtocolIE-ID ::= 229
|
||||
id-PSRABtobeReplaced ProtocolIE-ID ::= 230
|
||||
id-E-UTRAN-Service-Handover ProtocolIE-ID ::= 231
|
||||
id-UE-AggregateMaximumBitRate ProtocolIE-ID ::= 233
|
||||
id-CSG-Membership-Status ProtocolIE-ID ::= 234
|
||||
id-Cell-Access-Mode ProtocolIE-ID ::= 235
|
||||
id-IP-Source-Address ProtocolIE-ID ::= 236
|
||||
id-CSFB-Information ProtocolIE-ID ::= 237
|
||||
id-PDP-TypeInformation-extension ProtocolIE-ID ::= 238
|
||||
id-MSISDN ProtocolIE-ID ::= 239
|
||||
id-Offload-RAB-Parameters ProtocolIE-ID ::= 240
|
||||
id-LGW-TransportLayerAddress ProtocolIE-ID ::= 241
|
||||
id-Correlation-ID ProtocolIE-ID ::= 242
|
||||
id-IRAT-Measurement-Configuration ProtocolIE-ID ::= 243
|
||||
id-MDT-Configuration ProtocolIE-ID ::= 244
|
||||
id-Priority-Class-Indicator ProtocolIE-ID ::= 245
|
||||
id-RNSAPRelocationParameters ProtocolIE-ID ::= 247
|
||||
id-RABParametersList ProtocolIE-ID ::= 248
|
||||
id-Management-Based-MDT-Allowed ProtocolIE-ID ::= 249
|
||||
id-HigherBitratesThan16MbpsFlag ProtocolIE-ID ::= 250
|
||||
id-Trace-Collection-Entity-IP-Addess ProtocolIE-ID ::= 251
|
||||
id-End-Of-CSFB ProtocolIE-ID ::= 252
|
||||
id-Time-UE-StayedInCell-EnhancedGranularity ProtocolIE-ID ::= 253
|
||||
id-Out-Of-UTRAN ProtocolIE-ID ::= 254
|
||||
id-TraceRecordingSessionReference ProtocolIE-ID ::= 255
|
||||
id-IMSI ProtocolIE-ID ::= 256
|
||||
id-HO-Cause ProtocolIE-ID ::= 257
|
||||
id-VoiceSupportMatchIndicator ProtocolIE-ID ::= 258
|
||||
id-RSRVCC-HO-Indication ProtocolIE-ID ::= 259
|
||||
id-RSRVCC-Information ProtocolIE-ID ::= 260
|
||||
id-AnchorPLMN-ID ProtocolIE-ID ::= 261
|
||||
id-Tunnel-Information-for-BBF ProtocolIE-ID ::= 262
|
||||
id-Management-Based-MDT-PLMN-List ProtocolIE-ID ::= 263
|
||||
id-SignallingBasedMDTPLMNList ProtocolIE-ID ::= 264
|
||||
id-M4Report ProtocolIE-ID ::= 265
|
||||
id-M5Report ProtocolIE-ID ::= 266
|
||||
id-M6Report ProtocolIE-ID ::= 267
|
||||
id-M7Report ProtocolIE-ID ::= 268
|
||||
id-TimingDifferenceULDL ProtocolIE-ID ::= 269
|
||||
id-Serving-Cell-Identifier ProtocolIE-ID ::= 270
|
||||
id-EARFCN-Extended ProtocolIE-ID ::= 271
|
||||
id-RSRVCC-Operation-Possible ProtocolIE-ID ::= 272
|
||||
id-SIPTO-LGW-TransportLayerAddress ProtocolIE-ID ::= 273
|
||||
id-SIPTO-Correlation-ID ProtocolIE-ID ::= 274
|
||||
id-LHN-ID ProtocolIE-ID ::= 275
|
||||
id-Session-Re-establishment-Indicator ProtocolIE-ID ::= 276
|
||||
id-LastE-UTRANPLMNIdentity ProtocolIE-ID ::= 277
|
||||
id-RSRQ-Type ProtocolIE-ID ::= 278
|
||||
id-RSRQ-Extension ProtocolIE-ID ::= 279
|
||||
|
||||
END
|
||||
|
|
Loading…
Reference in New Issue