Import RANAP from 3GPP TS 25.413 V12.4.0 (2015-03)

This commit is contained in:
Harald Welte 2015-08-29 12:19:42 +02:00
parent ac666f5831
commit 8f2fb0cca5
6 changed files with 7514 additions and 0 deletions

View File

@ -0,0 +1,32 @@
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
RANAP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-CommonDataTypes (3) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
Criticality ::= ENUMERATED { reject, ignore, notify }
Presence ::= ENUMERATED { optional, conditional, mandatory }
PrivateIE-ID ::= CHOICE {
local INTEGER (0..65535),
global OBJECT IDENTIFIER
}
ProcedureCode ::= INTEGER (0..255)
ProtocolExtensionID ::= INTEGER (0..65535)
ProtocolIE-ID ::= INTEGER (0..65535)
TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome, outcome }
END

View File

@ -0,0 +1,399 @@
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
RANAP-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-Constants (4) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- 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
-- **************************************************************
--
-- Extension constants
--
-- **************************************************************
maxPrivateIEs INTEGER ::= 65535
maxProtocolExtensions INTEGER ::= 65535
maxProtocolIEs INTEGER ::= 65535
-- **************************************************************
--
-- Lists
--
-- **************************************************************
maxNrOfDTs INTEGER ::= 15
maxNrOfErrors INTEGER ::= 256
maxNrOfIuSigConIds INTEGER ::= 250
maxNrOfPDPDirections INTEGER ::= 2
maxNrOfPoints INTEGER ::= 15
maxNrOfRABs INTEGER ::= 256
maxNrOfSeparateTrafficDirections INTEGER ::= 2
maxNrOfSRBs INTEGER ::= 8
maxNrOfVol INTEGER ::= 2
maxNrOfLevels INTEGER ::= 256
maxNrOfAltValues INTEGER ::= 16
maxNrOfPLMNsSN INTEGER ::= 32
maxNrOfLAs INTEGER ::= 65536
maxNrOfSNAs INTEGER ::= 65536
maxNrOfUEsToBeTraced INTEGER ::= 64
maxNrOfInterfaces INTEGER ::= 16
maxRAB-Subflows INTEGER ::= 7
maxRAB-SubflowCombination INTEGER ::= 64
maxSet INTEGER ::= 9
maxNrOfHSDSCHMACdFlows-1 INTEGER ::= 7
maxnoofMulticastServicesPerUE INTEGER ::= 128
maxnoofMulticastServicesPerRNC INTEGER ::= 512
maxMBMSSA INTEGER ::= 256
maxMBMSRA INTEGER ::= 65536
maxNrOfEDCHMACdFlows-1 INTEGER ::= 7
maxGANSSSet INTEGER ::= 9
maxNrOfCSGs INTEGER ::= 256
maxNrOfEUTRAFreqs INTEGER ::= 8
maxNrOfCellIds INTEGER ::= 32
maxNrOfRAIs INTEGER ::= 8
maxNrOfLAIs INTEGER ::= 8
maxSizeOfIMSInfo INTEGER ::= 32
maxnoofMDTPLMNs INTEGER ::= 16
-- **************************************************************
--
-- IEs
--
-- **************************************************************
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
END

View File

@ -0,0 +1,194 @@
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
RANAP-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-Containers (5) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
Presence,
PrivateIE-ID,
ProtocolExtensionID,
ProtocolIE-ID
FROM RANAP-CommonDataTypes
maxPrivateIEs,
maxProtocolExtensions,
maxProtocolIEs
FROM RANAP-Constants;
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
RANAP-PROTOCOL-IES ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
RANAP-PROTOCOL-IES-PAIR ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&firstCriticality Criticality,
&FirstValue,
&secondCriticality Criticality,
&SecondValue,
&presence Presence
}
WITH SYNTAX {
ID &id
FIRST CRITICALITY &firstCriticality
FIRST TYPE &FirstValue
SECOND CRITICALITY &secondCriticality
SECOND TYPE &SecondValue
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol Extensions
--
-- **************************************************************
RANAP-PROTOCOL-EXTENSION ::= CLASS {
&id ProtocolExtensionID UNIQUE,
&criticality Criticality,
&Extension,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
EXTENSION &Extension
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Private IEs
--
-- **************************************************************
RANAP-PRIVATE-IES ::= CLASS {
&id PrivateIE-ID,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Container for Protocol IEs
--
-- **************************************************************
ProtocolIE-Container {RANAP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-Field {RANAP-PROTOCOL-IES : IEsSetParam} ::= SEQUENCE {
id RANAP-PROTOCOL-IES.&id ({IEsSetParam}),
criticality RANAP-PROTOCOL-IES.&criticality ({IEsSetParam}{@id}),
value RANAP-PROTOCOL-IES.&Value ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container for Protocol IE Pairs
--
-- **************************************************************
ProtocolIE-ContainerPair {RANAP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-FieldPair {{IEsSetParam}}
ProtocolIE-FieldPair {RANAP-PROTOCOL-IES-PAIR : IEsSetParam} ::= SEQUENCE {
id RANAP-PROTOCOL-IES-PAIR.&id ({IEsSetParam}),
firstCriticality RANAP-PROTOCOL-IES-PAIR.&firstCriticality ({IEsSetParam}{@id}),
firstValue RANAP-PROTOCOL-IES-PAIR.&FirstValue ({IEsSetParam}{@id}),
secondCriticality RANAP-PROTOCOL-IES-PAIR.&secondCriticality ({IEsSetParam}{@id}),
secondValue RANAP-PROTOCOL-IES-PAIR.&SecondValue ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container Lists for Protocol IE Containers
--
-- **************************************************************
ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, RANAP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-Container {{IEsSetParam}}
ProtocolIE-ContainerPairList {INTEGER : lowerBound, INTEGER : upperBound, RANAP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-ContainerPair {{IEsSetParam}}
-- **************************************************************
--
-- Container for Protocol Extensions
--
-- **************************************************************
ProtocolExtensionContainer {RANAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::=
SEQUENCE (SIZE (1..maxProtocolExtensions)) OF
ProtocolExtensionField {{ExtensionSetParam}}
ProtocolExtensionField {RANAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::= SEQUENCE {
id RANAP-PROTOCOL-EXTENSION.&id ({ExtensionSetParam}),
criticality RANAP-PROTOCOL-EXTENSION.&criticality ({ExtensionSetParam}{@id}),
extensionValue RANAP-PROTOCOL-EXTENSION.&Extension ({ExtensionSetParam}{@id})
}
-- **************************************************************
--
-- Container for Private IEs
--
-- **************************************************************
PrivateIE-Container {RANAP-PRIVATE-IES : IEsSetParam } ::=
SEQUENCE (SIZE (1.. maxPrivateIEs)) OF
PrivateIE-Field {{IEsSetParam}}
PrivateIE-Field {RANAP-PRIVATE-IES : IEsSetParam} ::= SEQUENCE {
id RANAP-PRIVATE-IES.&id ({IEsSetParam}),
criticality RANAP-PRIVATE-IES.&criticality ({IEsSetParam}{@id}),
value RANAP-PRIVATE-IES.&Value ({IEsSetParam}{@id})
}
END

2677
asn1/ranap/RANAP-IEs.asn Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,617 @@
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
RANAP-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-PDU-Descriptions (0)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
ProcedureCode
FROM RANAP-CommonDataTypes
Iu-ReleaseCommand,
Iu-ReleaseComplete,
RelocationCommand,
RelocationPreparationFailure,
RelocationRequired,
RelocationRequest,
RelocationRequestAcknowledge,
RelocationFailure,
RelocationCancel,
RelocationCancelAcknowledge,
EnhancedRelocationCompleteRequest,
EnhancedRelocationCompleteResponse,
EnhancedRelocationCompleteFailure,
EnhancedRelocationCompleteConfirm,
SRNS-ContextRequest,
SRNS-ContextResponse,
SecurityModeCommand,
SecurityModeComplete,
SecurityModeReject,
DataVolumeReportRequest,
DataVolumeReport,
Reset,
ResetAcknowledge,
RAB-ReleaseRequest,
Iu-ReleaseRequest,
RelocationDetect,
RelocationComplete,
Paging,
CommonID,
CN-InvokeTrace,
CN-DeactivateTrace,
LocationReportingControl,
LocationReport,
InitialUE-Message,
DirectTransfer,
Overload,
ErrorIndication,
SRNS-DataForwardCommand,
ForwardSRNS-Context,
RAB-AssignmentRequest,
RAB-AssignmentResponse,
RAB-ModifyRequest,
PrivateMessage,
ResetResource,
ResetResourceAcknowledge,
RANAP-RelocationInformation,
RANAP-EnhancedRelocationInformationRequest,
RANAP-EnhancedRelocationInformationResponse,
LocationRelatedDataRequest,
LocationRelatedDataResponse,
LocationRelatedDataFailure,
InformationTransferIndication,
InformationTransferConfirmation,
InformationTransferFailure,
UESpecificInformationIndication,
DirectInformationTransfer,
UplinkInformationExchangeRequest,
UplinkInformationExchangeResponse,
UplinkInformationExchangeFailure,
MBMSSessionStart,
MBMSSessionStartResponse,
MBMSSessionStartFailure,
MBMSSessionUpdate,
MBMSSessionUpdateResponse,
MBMSSessionUpdateFailure,
MBMSSessionStop,
MBMSSessionStopResponse,
MBMSUELinkingRequest,
MBMSUELinkingResponse,
MBMSRegistrationRequest,
MBMSRegistrationResponse,
MBMSRegistrationFailure,
MBMSCNDe-RegistrationRequest,
MBMSCNDe-RegistrationResponse,
MBMSRABEstablishmentIndication,
MBMSRABReleaseRequest,
MBMSRABRelease,
MBMSRABReleaseFailure,
SRVCC-CSKeysRequest,
SRVCC-CSKeysResponse,
UeRadioCapabilityMatchRequest,
UeRadioCapabilityMatchResponse
FROM RANAP-PDU-Contents
id-LocationRelatedData,
id-CN-DeactivateTrace,
id-CN-InvokeTrace,
id-CommonID,
id-DataVolumeReport,
id-DirectTransfer,
id-ErrorIndication,
id-ForwardSRNS-Context,
id-InformationTransfer,
id-InitialUE-Message,
id-Iu-Release,
id-Iu-ReleaseRequest,
id-LocationReport,
id-LocationReportingControl,
id-OverloadControl,
id-Paging,
id-privateMessage,
id-RAB-Assignment,
id-RAB-ReleaseRequest,
id-RAB-ModifyRequest,
id-RANAP-Relocation,
id-RANAPenhancedRelocation,
id-RelocationCancel,
id-RelocationComplete,
id-RelocationDetect,
id-RelocationPreparation,
id-RelocationResourceAllocation,
id-enhancedRelocationComplete,
id-enhancedRelocationCompleteConfirm,
id-Reset,
id-SRNS-ContextTransfer,
id-SRNS-DataForward,
id-SecurityModeControl,
id-ResetResource,
id-UESpecificInformation,
id-DirectInformationTransfer,
id-UplinkInformationExchange,
id-MBMSSessionStart,
id-MBMSSessionUpdate,
id-MBMSSessionStop,
id-MBMSUELinking,
id-MBMSRegistration,
id-MBMSCNDe-Registration-Procedure,
id-MBMSRABEstablishmentIndication,
id-MBMSRABRelease,
id-SRVCCPreparation,
id-UeRadioCapabilityMatch
FROM RANAP-Constants;
-- **************************************************************
--
-- Interface Elementary Procedure Class
--
-- **************************************************************
RANAP-ELEMENTARY-PROCEDURE ::= CLASS {
&InitiatingMessage ,
&SuccessfulOutcome OPTIONAL,
&UnsuccessfulOutcome OPTIONAL,
&Outcome OPTIONAL,
&procedureCode ProcedureCode UNIQUE,
&criticality Criticality DEFAULT ignore
}
WITH SYNTAX {
INITIATING MESSAGE &InitiatingMessage
[SUCCESSFUL OUTCOME &SuccessfulOutcome]
[UNSUCCESSFUL OUTCOME &UnsuccessfulOutcome]
[OUTCOME &Outcome]
PROCEDURE CODE &procedureCode
[CRITICALITY &criticality]
}
-- **************************************************************
--
-- Interface PDU Definition
--
-- **************************************************************
RANAP-PDU ::= CHOICE {
initiatingMessage InitiatingMessage,
successfulOutcome SuccessfulOutcome,
unsuccessfulOutcome UnsuccessfulOutcome,
outcome Outcome,
...
}
InitiatingMessage ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&InitiatingMessage ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
SuccessfulOutcome ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&SuccessfulOutcome ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
UnsuccessfulOutcome ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&UnsuccessfulOutcome ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
Outcome ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&Outcome ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
-- **************************************************************
--
-- Interface Elementary Procedure List
--
-- **************************************************************
RANAP-ELEMENTARY-PROCEDURES RANAP-ELEMENTARY-PROCEDURE ::= {
RANAP-ELEMENTARY-PROCEDURES-CLASS-1 |
RANAP-ELEMENTARY-PROCEDURES-CLASS-2 |
RANAP-ELEMENTARY-PROCEDURES-CLASS-3 ,
...
}
RANAP-ELEMENTARY-PROCEDURES-CLASS-1 RANAP-ELEMENTARY-PROCEDURE ::= {
iu-Release |
relocationPreparation |
relocationResourceAllocation |
relocationCancel |
sRNS-ContextTransfer |
securityModeControl |
dataVolumeReport |
reset |
resetResource ,
...,
locationRelatedData |
informationTransfer |
uplinkInformationExchange |
mBMSSessionStart |
mBMSSessionUpdate |
mBMSSessionStop |
mBMSUELinking |
mBMSRegistration |
mBMSCNDe-Registration |
mBMSRABRelease |
enhancedRelocationComplete |
rANAP-enhancedRelocation |
sRVCCPreparation |
ueRadioCapabilityMatch }
RANAP-ELEMENTARY-PROCEDURES-CLASS-2 RANAP-ELEMENTARY-PROCEDURE ::= {
rAB-ReleaseRequest |
iu-ReleaseRequest |
relocationDetect |
relocationComplete |
paging |
commonID |
cN-InvokeTrace |
cN-DeactivateTrace |
locationReportingControl |
locationReport |
initialUE-Message |
directTransfer |
overloadControl |
errorIndication |
sRNS-DataForward |
forwardSRNS-Context |
privateMessage |
rANAP-Relocation ,
...,
rAB-ModifyRequest |
uESpecificInformation |
directInformationTransfer |
mBMSRABEstablishmentIndication |
enhancedRelocationCompleteConfirm
}
RANAP-ELEMENTARY-PROCEDURES-CLASS-3 RANAP-ELEMENTARY-PROCEDURE ::= {
rAB-Assignment ,
...
}
-- **************************************************************
--
-- Interface Elementary Procedures
--
-- **************************************************************
iu-Release RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Iu-ReleaseCommand
SUCCESSFUL OUTCOME Iu-ReleaseComplete
PROCEDURE CODE id-Iu-Release
CRITICALITY reject
}
relocationPreparation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationRequired
SUCCESSFUL OUTCOME RelocationCommand
UNSUCCESSFUL OUTCOME RelocationPreparationFailure
PROCEDURE CODE id-RelocationPreparation
CRITICALITY reject
}
relocationResourceAllocation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationRequest
SUCCESSFUL OUTCOME RelocationRequestAcknowledge
UNSUCCESSFUL OUTCOME RelocationFailure
PROCEDURE CODE id-RelocationResourceAllocation
CRITICALITY reject
}
relocationCancel RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationCancel
SUCCESSFUL OUTCOME RelocationCancelAcknowledge
PROCEDURE CODE id-RelocationCancel
CRITICALITY reject
}
sRNS-ContextTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SRNS-ContextRequest
SUCCESSFUL OUTCOME SRNS-ContextResponse
PROCEDURE CODE id-SRNS-ContextTransfer
CRITICALITY reject
}
securityModeControl RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SecurityModeCommand
SUCCESSFUL OUTCOME SecurityModeComplete
UNSUCCESSFUL OUTCOME SecurityModeReject
PROCEDURE CODE id-SecurityModeControl
CRITICALITY reject
}
dataVolumeReport RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DataVolumeReportRequest
SUCCESSFUL OUTCOME DataVolumeReport
PROCEDURE CODE id-DataVolumeReport
CRITICALITY reject
}
reset RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Reset
SUCCESSFUL OUTCOME ResetAcknowledge
PROCEDURE CODE id-Reset
CRITICALITY reject
}
rAB-ReleaseRequest RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RAB-ReleaseRequest
PROCEDURE CODE id-RAB-ReleaseRequest
CRITICALITY ignore
}
iu-ReleaseRequest RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Iu-ReleaseRequest
PROCEDURE CODE id-Iu-ReleaseRequest
CRITICALITY ignore
}
relocationDetect RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationDetect
PROCEDURE CODE id-RelocationDetect
CRITICALITY ignore
}
relocationComplete RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationComplete
PROCEDURE CODE id-RelocationComplete
CRITICALITY ignore
}
paging RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Paging
PROCEDURE CODE id-Paging
CRITICALITY ignore
}
commonID RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonID
PROCEDURE CODE id-CommonID
CRITICALITY ignore
}
cN-InvokeTrace RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CN-InvokeTrace
PROCEDURE CODE id-CN-InvokeTrace
CRITICALITY ignore
}
cN-DeactivateTrace RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CN-DeactivateTrace
PROCEDURE CODE id-CN-DeactivateTrace
CRITICALITY ignore
}
locationReportingControl RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationReportingControl
PROCEDURE CODE id-LocationReportingControl
CRITICALITY ignore
}
locationReport RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationReport
PROCEDURE CODE id-LocationReport
CRITICALITY ignore
}
initialUE-Message RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InitialUE-Message
PROCEDURE CODE id-InitialUE-Message
CRITICALITY ignore
}
directTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DirectTransfer
PROCEDURE CODE id-DirectTransfer
CRITICALITY ignore
}
overloadControl RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Overload
PROCEDURE CODE id-OverloadControl
CRITICALITY ignore
}
errorIndication RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ErrorIndication
PROCEDURE CODE id-ErrorIndication
CRITICALITY ignore
}
sRNS-DataForward RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SRNS-DataForwardCommand
PROCEDURE CODE id-SRNS-DataForward
CRITICALITY ignore
}
forwardSRNS-Context RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ForwardSRNS-Context
PROCEDURE CODE id-ForwardSRNS-Context
CRITICALITY ignore
}
rAB-Assignment RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RAB-AssignmentRequest
OUTCOME RAB-AssignmentResponse
PROCEDURE CODE id-RAB-Assignment
CRITICALITY reject
}
privateMessage RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PrivateMessage
PROCEDURE CODE id-privateMessage
CRITICALITY ignore
}
resetResource RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ResetResource
SUCCESSFUL OUTCOME ResetResourceAcknowledge
PROCEDURE CODE id-ResetResource
CRITICALITY reject
}
rANAP-Relocation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RANAP-RelocationInformation
PROCEDURE CODE id-RANAP-Relocation
CRITICALITY ignore
}
rAB-ModifyRequest RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RAB-ModifyRequest
PROCEDURE CODE id-RAB-ModifyRequest
CRITICALITY ignore
}
locationRelatedData RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationRelatedDataRequest
SUCCESSFUL OUTCOME LocationRelatedDataResponse
UNSUCCESSFUL OUTCOME LocationRelatedDataFailure
PROCEDURE CODE id-LocationRelatedData
CRITICALITY reject
}
informationTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InformationTransferIndication
SUCCESSFUL OUTCOME InformationTransferConfirmation
UNSUCCESSFUL OUTCOME InformationTransferFailure
PROCEDURE CODE id-InformationTransfer
CRITICALITY reject
}
uESpecificInformation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UESpecificInformationIndication
PROCEDURE CODE id-UESpecificInformation
CRITICALITY ignore
}
directInformationTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DirectInformationTransfer
PROCEDURE CODE id-DirectInformationTransfer
CRITICALITY ignore
}
uplinkInformationExchange RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkInformationExchangeRequest
SUCCESSFUL OUTCOME UplinkInformationExchangeResponse
UNSUCCESSFUL OUTCOME UplinkInformationExchangeFailure
PROCEDURE CODE id-UplinkInformationExchange
CRITICALITY reject
}
mBMSSessionStart RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSSessionStart
SUCCESSFUL OUTCOME MBMSSessionStartResponse
UNSUCCESSFUL OUTCOME MBMSSessionStartFailure
PROCEDURE CODE id-MBMSSessionStart
CRITICALITY reject
}
mBMSSessionUpdate RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSSessionUpdate
SUCCESSFUL OUTCOME MBMSSessionUpdateResponse
UNSUCCESSFUL OUTCOME MBMSSessionUpdateFailure
PROCEDURE CODE id-MBMSSessionUpdate
CRITICALITY reject
}
mBMSSessionStop RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSSessionStop
SUCCESSFUL OUTCOME MBMSSessionStopResponse
PROCEDURE CODE id-MBMSSessionStop
CRITICALITY reject
}
mBMSUELinking RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSUELinkingRequest
OUTCOME MBMSUELinkingResponse
PROCEDURE CODE id-MBMSUELinking
CRITICALITY reject
}
mBMSRegistration RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSRegistrationRequest
SUCCESSFUL OUTCOME MBMSRegistrationResponse
UNSUCCESSFUL OUTCOME MBMSRegistrationFailure
PROCEDURE CODE id-MBMSRegistration
CRITICALITY reject
}
mBMSCNDe-Registration RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSCNDe-RegistrationRequest
SUCCESSFUL OUTCOME MBMSCNDe-RegistrationResponse
PROCEDURE CODE id-MBMSCNDe-Registration-Procedure
CRITICALITY reject
}
mBMSRABEstablishmentIndication RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSRABEstablishmentIndication
PROCEDURE CODE id-MBMSRABEstablishmentIndication
CRITICALITY ignore
}
mBMSRABRelease RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSRABReleaseRequest
SUCCESSFUL OUTCOME MBMSRABRelease
UNSUCCESSFUL OUTCOME MBMSRABReleaseFailure
PROCEDURE CODE id-MBMSRABRelease
CRITICALITY reject
}
enhancedRelocationComplete RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationCompleteRequest
SUCCESSFUL OUTCOME EnhancedRelocationCompleteResponse
UNSUCCESSFUL OUTCOME EnhancedRelocationCompleteFailure
PROCEDURE CODE id-enhancedRelocationComplete
CRITICALITY reject
}
enhancedRelocationCompleteConfirm RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationCompleteConfirm
PROCEDURE CODE id-enhancedRelocationCompleteConfirm
CRITICALITY ignore
}
rANAP-enhancedRelocation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RANAP-EnhancedRelocationInformationRequest
SUCCESSFUL OUTCOME RANAP-EnhancedRelocationInformationResponse
PROCEDURE CODE id-RANAPenhancedRelocation
CRITICALITY reject
}
sRVCCPreparation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SRVCC-CSKeysRequest
OUTCOME SRVCC-CSKeysResponse
PROCEDURE CODE id-SRVCCPreparation
CRITICALITY reject
}
ueRadioCapabilityMatch RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UeRadioCapabilityMatchRequest
OUTCOME UeRadioCapabilityMatchResponse
PROCEDURE CODE id-UeRadioCapabilityMatch
CRITICALITY ignore
}
END