[RRC] Update to V13.1.0 (2015-12)

Change-Id: Ic9c19bf7f8ee4233ac1150bc372b3693502d986d
Reviewed-on: https://code.wireshark.org/review/13261
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2016-01-13 15:55:39 +01:00 committed by Anders Broman
parent bf0f5a982b
commit 588955d2ac
7 changed files with 17740 additions and 11112 deletions

View File

@ -1,4 +1,6 @@
-- 3GPP TS 25.331 V12.6.0 (2015-06) -- 3GPP TS 25.331 V13.1.0 (2015-12)
--
-- 11.1 General message structure
-- --
Class-definitions DEFINITIONS AUTOMATIC TAGS ::= Class-definitions DEFINITIONS AUTOMATIC TAGS ::=
@ -8,7 +10,7 @@ IMPORTS
ActiveSetUpdate, ActiveSetUpdate,
ActiveSetUpdateComplete, ActiveSetUpdateComplete,
ActiveSetUpdateFailure, ActiveSetUpdateFailure,
AssistanceDataDelivery, AssistanceDataDelivery,
CellChangeOrderFromUTRAN, CellChangeOrderFromUTRAN,
CellChangeOrderFromUTRANFailure, CellChangeOrderFromUTRANFailure,
@ -70,6 +72,7 @@ IMPORTS
SignallingConnectionRelease, SignallingConnectionRelease,
SignallingConnectionReleaseIndication, SignallingConnectionReleaseIndication,
SystemInformation-BCH, SystemInformation-BCH,
SystemInformation2-BCH,
SystemInformation-FACH, SystemInformation-FACH,
SystemInformationChangeIndication, SystemInformationChangeIndication,
TransportChannelReconfiguration, TransportChannelReconfiguration,
@ -230,7 +233,7 @@ DL-CCCH-MessageType ::= CHOICE {
rrcConnectionRelease RRCConnectionRelease-CCCH, rrcConnectionRelease RRCConnectionRelease-CCCH,
rrcConnectionSetup RRCConnectionSetup, rrcConnectionSetup RRCConnectionSetup,
uraUpdateConfirm URAUpdateConfirm-CCCH, uraUpdateConfirm URAUpdateConfirm-CCCH,
-- dummy is not used in the specification. If received it is ignored by the UE. -- dummy is not used in the specification. If received it is ignored by the UE.
-- See TS 23.041 for handling of warning security information by Cell Broadcast Center. -- See TS 23.041 for handling of warning security information by Cell Broadcast Center.
dummy ETWSPrimaryNotificationWithSecurity, dummy ETWSPrimaryNotificationWithSecurity,
spare2 NULL, spare2 NULL,
@ -337,6 +340,16 @@ BCCH-BCH-Message ::= SEQUENCE {
message SystemInformation-BCH message SystemInformation-BCH
} }
--**************************************************************
--
-- BCCH messages sent on BCH2
--
--**************************************************************
BCCH-BCH2-Message ::= SEQUENCE {
message SystemInformation2-BCH
}
--************************************************************** --**************************************************************
-- --
-- MCCH messages -- MCCH messages

View File

@ -1,4 +1,6 @@
-- 3GPP TS 25.331 V12.6.0 (2015-06) -- 3GPP TS 25.331 V13.1.0 (2015-12)
--
-- 11.4 Constant definitions
-- --
Constant-definitions DEFINITIONS AUTOMATIC TAGS ::= Constant-definitions DEFINITIONS AUTOMATIC TAGS ::=
@ -9,9 +11,12 @@ hiPUSCHidentities INTEGER ::= 64
hiRM INTEGER ::= 256 hiRM INTEGER ::= 256
maxAC INTEGER ::= 16 maxAC INTEGER ::= 16
maxAdditionalMeas INTEGER ::= 4 maxAdditionalMeas INTEGER ::= 4
maxAddPos INTEGER ::= 8
maxASC INTEGER ::= 8 maxASC INTEGER ::= 8
maxASCmap INTEGER ::= 7 maxASCmap INTEGER ::= 7
maxASCpersist INTEGER ::= 6 maxASCpersist INTEGER ::= 6
maxBeacons INTEGER ::= 64
maxBTs INTEGER ::= 32
maxCCTrCH INTEGER ::= 8 maxCCTrCH INTEGER ::= 8
maxCellMeas INTEGER ::= 32 maxCellMeas INTEGER ::= 32
maxCellMeas-ext INTEGER ::= 80 maxCellMeas-ext INTEGER ::= 80
@ -102,6 +107,7 @@ maxMeasOccasionPattern-1 INTEGER ::= 4
maxMeasParEvent INTEGER ::= 2 maxMeasParEvent INTEGER ::= 2
maxNonContiguousMultiCellCombinations INTEGER ::= 3 maxNonContiguousMultiCellCombinations INTEGER ::= 3
maxNumAccessGroups INTEGER ::= 16 maxNumAccessGroups INTEGER ::= 16
maxNumAcdcCategory INTEGER ::= 16
maxNumCDMA2000Freqs INTEGER ::= 8 maxNumCDMA2000Freqs INTEGER ::= 8
maxNumE-AGCH INTEGER ::= 4 maxNumE-AGCH INTEGER ::= 4
maxNumE-HICH INTEGER ::= 4 maxNumE-HICH INTEGER ::= 4
@ -132,8 +138,11 @@ maxPRACH INTEGER ::= 16
maxPRACH-EUL INTEGER ::= 4 maxPRACH-EUL INTEGER ::= 4
maxPRACH-FPACH INTEGER ::= 8 maxPRACH-FPACH INTEGER ::= 8
maxPredefConfig INTEGER ::= 16 maxPredefConfig INTEGER ::= 16
maxOtherStateConfig INTEGER ::= 4
maxOtherStateConfig-1 INTEGER ::= 3
maxPrio INTEGER ::= 8 maxPrio INTEGER ::= 8
maxPrio-1 INTEGER ::= 7 maxPrio-1 INTEGER ::= 7
maxPrio-ext INTEGER ::= 16
maxPUSCH INTEGER ::= 8 maxPUSCH INTEGER ::= 8
maxQueueIDs INTEGER ::= 8 maxQueueIDs INTEGER ::= 8
maxRABsetup INTEGER ::= 16 maxRABsetup INTEGER ::= 16
@ -147,6 +156,8 @@ maxReportedEUTRACellPerFreq INTEGER ::= 4
maxReportedEUTRAFreqs INTEGER ::= 4 maxReportedEUTRAFreqs INTEGER ::= 4
maxReportedEUTRAFreqs-ext INTEGER ::= 8 maxReportedEUTRAFreqs-ext INTEGER ::= 8
maxReportedGSMCells INTEGER ::= 8 maxReportedGSMCells INTEGER ::= 8
maxRetrievConfig INTEGER ::= 8
maxRetrievConfig-1 INTEGER ::= 7
maxRL INTEGER ::= 8 maxRL INTEGER ::= 8
maxRL-1 INTEGER ::= 7 maxRL-1 INTEGER ::= 7
maxRLCPDUsizePerLogChan INTEGER ::= 32 maxRLCPDUsizePerLogChan INTEGER ::= 32
@ -182,12 +193,13 @@ maxTrCHConcat INTEGER ::= 3
-- maxTrCHpreconf should be 16 but has been set to 32 for compatibility -- maxTrCHpreconf should be 16 but has been set to 32 for compatibility
maxTrCHpreconf INTEGER ::= 32 maxTrCHpreconf INTEGER ::= 32
maxTS INTEGER ::= 14 maxTS INTEGER ::= 14
maxTS-1 INTEGER ::= 13 maxTS-1 INTEGER ::= 13
maxTS-2 INTEGER ::= 12 maxTS-2 INTEGER ::= 12
maxTS-LCR INTEGER ::= 6 maxTS-LCR INTEGER ::= 6
maxTS-LCR-1 INTEGER ::= 5 maxTS-LCR-1 INTEGER ::= 5
maxURA INTEGER ::= 8 maxURA INTEGER ::= 8
maxURNTI-Group INTEGER ::= 8 maxURNTI-Group INTEGER ::= 8
maxWLANID INTEGER ::= 16 maxWLANID INTEGER ::= 16
maxWLANs INTEGER ::= 64
END END

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,6 @@
-- 3GPP TS 25.331 V12.6.0 (2015-06) -- 3GPP TS 25.331 V13.1.0 (2015-12)
--
-- 11.5 RRC information between network nodes
-- --
Internode-definitions DEFINITIONS AUTOMATIC TAGS ::= Internode-definitions DEFINITIONS AUTOMATIC TAGS ::=
@ -132,6 +134,7 @@ FROM PDU-definitions
DCH-Enhancements-Info-FDD, DCH-Enhancements-Info-FDD,
DL-CommonInformation-r12, DL-CommonInformation-r12,
DL-InformationPerRL-List-r12, DL-InformationPerRL-List-r12,
DL-InformationPerRL-List-r13,
DTX-DRX-Info-r12, DTX-DRX-Info-r12,
FrequencyInfo, FrequencyInfo,
PrimaryCPICH-Info, PrimaryCPICH-Info,
@ -143,6 +146,7 @@ FROM PDU-definitions
TGPS-ConfigurationParams, TGPS-ConfigurationParams,
TGPS-ConfigurationParams-r8, TGPS-ConfigurationParams-r8,
UL-SecondaryCellInfoFDD-r12, UL-SecondaryCellInfoFDD-r12,
UL-SecondaryCellInfoFDD-r13,
-- Measurement IEs : -- Measurement IEs :
Event1j-r6, Event1j-r6,
Hysteresis, Hysteresis,
@ -164,6 +168,7 @@ FROM PDU-definitions
MeasurementType-r10, MeasurementType-r10,
MeasurementType-r11, MeasurementType-r11,
MeasurementType-r12, MeasurementType-r12,
MeasurementType-r13,
AdditionalMeasurementID-List, AdditionalMeasurementID-List,
AdditionalMeasurementID-List-r9, AdditionalMeasurementID-List-r9,
PositionEstimate, PositionEstimate,
@ -247,7 +252,7 @@ TargetRNC-ToSourceRNC-Container ::= CHOICE {
InterRATHandoverInfoWithInterRATCapabilities-r3 ::= CHOICE { InterRATHandoverInfoWithInterRATCapabilities-r3 ::= CHOICE {
r3 SEQUENCE { r3 SEQUENCE {
-- IE InterRATHandoverInfoWithInterRATCapabilities-r3-IEs also -- IE InterRATHandoverInfoWithInterRATCapabilities-r3-IEs also
-- includes non critical extensions -- includes non critical extensions
interRATHandoverInfo-r3 InterRATHandoverInfoWithInterRATCapabilities-r3-IEs, interRATHandoverInfo-r3 InterRATHandoverInfoWithInterRATCapabilities-r3-IEs,
v390NonCriticalExtensions SEQUENCE { v390NonCriticalExtensions SEQUENCE {
@ -277,7 +282,7 @@ InterRATHandoverInfoWithInterRATCapabilities-r3-IEs ::= SEQUENCE {
-- but has been chosen to simplify the handling of the information in the BSC -- but has been chosen to simplify the handling of the information in the BSC
-- Other IEs -- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL, ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
-- interRATHandoverInfo, Octet string is used to obtain 8 bit length field prior to -- interRATHandoverInfo, Octet string is used to obtain 8 bit length field prior to
-- actual information. This makes it possible for BSS to transparently handle information -- actual information. This makes it possible for BSS to transparently handle information
-- received via GSM air interface even when it includes non critical extensions. -- received via GSM air interface even when it includes non critical extensions.
-- The octet string shall include the InterRATHandoverInfo information -- The octet string shall include the InterRATHandoverInfo information
@ -530,10 +535,10 @@ SRNC-RelocationInfo-r3 ::= CHOICE {
v8d0NonCriticalExtensions SEQUENCE { v8d0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v8d0ext SRNC-RelocationInfo-v8d0ext-IEs, sRNC-RelocationInfo-v8d0ext SRNC-RelocationInfo-v8d0ext-IEs,
v970NonCriticalExtensions SEQUENCE { v970NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v970ext sRNC-RelocationInfo-v970ext
SRNC-RelocationInfo-v970ext-IEs, SRNC-RelocationInfo-v970ext-IEs,
v9c0NonCriticalExtensions SEQUENCE { v9c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v9c0ext sRNC-RelocationInfo-v9c0ext
SRNC-RelocationInfo-v9c0ext-IEs, SRNC-RelocationInfo-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL } OPTIONAL
@ -545,10 +550,10 @@ SRNC-RelocationInfo-r3 ::= CHOICE {
sRNC-RelocationInfo-r10 SRNC-RelocationInfo-r10-IEs, sRNC-RelocationInfo-r10 SRNC-RelocationInfo-r10-IEs,
sRNC-RelocationInfo-r10-add-ext BIT STRING OPTIONAL, sRNC-RelocationInfo-r10-add-ext BIT STRING OPTIONAL,
v9c0NonCriticalExtensions SEQUENCE { v9c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v9c0ext sRNC-RelocationInfo-v9c0ext
SRNC-RelocationInfo-v9c0ext-IEs, SRNC-RelocationInfo-v9c0ext-IEs,
vab0NonCriticalExtensions SEQUENCE { vab0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-vab0ext sRNC-RelocationInfo-vab0ext
SRNC-RelocationInfo-vab0ext-IEs, SRNC-RelocationInfo-vab0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL } OPTIONAL
@ -566,7 +571,14 @@ SRNC-RelocationInfo-r3 ::= CHOICE {
sRNC-RelocationInfo-r12-add-ext BIT STRING OPTIONAL, sRNC-RelocationInfo-r12-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL nonCriticalExtensions SEQUENCE {} OPTIONAL
}, },
criticalExtensions CHOICE {
r13 SEQUENCE {
sRNC-RelocationInfo-r13 SRNC-RelocationInfo-r13-IEs,
sRNC-RelocationInfo-r13-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {} criticalExtensions SEQUENCE {}
}
} }
} }
} }
@ -596,7 +608,7 @@ SRNC-RelocationInfo-r3-IEs ::= SEQUENCE {
count-C-List COUNT-C-List OPTIONAL, count-C-List COUNT-C-List OPTIONAL,
integrityProtectionStatus IntegrityProtectionStatus, integrityProtectionStatus IntegrityProtectionStatus,
-- In the IE srb-SpecificIntegrityProtInfo, the first information listed corresponds to -- In the IE srb-SpecificIntegrityProtInfo, the first information listed corresponds to
-- signalling radio bearer RB0 and after the order of occurrence is the same as the SRBs in -- signalling radio bearer RB0 and after the order of occurrence is the same as the SRBs in
-- SRB-InformationSetupList -- SRB-InformationSetupList
-- The target RNC may ignore the IE srb-SpecificIntegrityProtInfo if the -- The target RNC may ignore the IE srb-SpecificIntegrityProtInfo if the
-- IE integrityProtectionStatus has the value "not started". -- IE integrityProtectionStatus has the value "not started".
@ -640,7 +652,7 @@ SRNC-RelocationInfo-r3-IEs ::= SEQUENCE {
SRNC-RelocationInfo-v380ext-IEs ::= SEQUENCE { SRNC-RelocationInfo-v380ext-IEs ::= SEQUENCE {
-- Ciphering related information IEs -- Ciphering related information IEs
-- In the SRNC-RelocationInfo-r3-IEs, the IE 'cn-DomainIdentity' is used to represent the -- In the SRNC-RelocationInfo-r3-IEs, the IE 'cn-DomainIdentity' is used to represent the
-- IE 'Latest configured CN domain' in the tabular. -- IE 'Latest configured CN domain' in the tabular.
cn-DomainIdentity CN-DomainIdentity, cn-DomainIdentity CN-DomainIdentity,
cipheringStatusList CipheringStatusList cipheringStatusList CipheringStatusList
@ -665,9 +677,9 @@ SRNC-RelocationInfo-v3a0ext-IEs ::= SEQUENCE {
SRNC-RelocationInfo-v3b0ext-IEs ::= SEQUENCE { SRNC-RelocationInfo-v3b0ext-IEs ::= SEQUENCE {
-- cn-domain identity for IE startValueForCiphering-v3a0ext included in previous extension -- cn-domain identity for IE startValueForCiphering-v3a0ext included in previous extension
cn-DomainIdentity CN-DomainIdentity, cn-DomainIdentity CN-DomainIdentity,
-- the IE startValueForCiphering-v3b0ext contains the start values for each CN Domain. The -- the IE startValueForCiphering-v3b0ext contains the start values for each CN Domain. The
-- value of start indicated by the IE startValueForCiphering-v3a0ext should be set to the -- value of start indicated by the IE startValueForCiphering-v3a0ext should be set to the
-- same value as the start-Value for the corresponding cn-DomainIdentity in the IE -- same value as the start-Value for the corresponding cn-DomainIdentity in the IE
-- startValueForCiphering-v3b0ext -- startValueForCiphering-v3b0ext
startValueForCiphering-v3b0ext STARTList2 OPTIONAL startValueForCiphering-v3b0ext STARTList2 OPTIONAL
} }
@ -915,10 +927,10 @@ SRNC-RelocationInfo-v690ext-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -969,10 +981,10 @@ SRNC-RelocationInfo-r6-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -1061,10 +1073,10 @@ SRNC-RelocationInfo-r7-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -1163,10 +1175,10 @@ SRNC-RelocationInfo-r8-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -1259,10 +1271,10 @@ SRNC-RelocationInfo-r9-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -1352,10 +1364,10 @@ SRNC-RelocationInfo-r10-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -1403,7 +1415,7 @@ SRNC-RelocationInfo-r10-IEs ::= SEQUENCE {
} }
SRNC-RelocationInfo-vab0ext-IEs ::= SRNC-RelocationInfo-v970ext-IEs SRNC-RelocationInfo-vab0ext-IEs ::= SRNC-RelocationInfo-v970ext-IEs
SRNC-RelocationInfo-r11-IEs ::= SEQUENCE { SRNC-RelocationInfo-r11-IEs ::= SEQUENCE {
-- Non-RRC IEs -- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC -- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
@ -1438,10 +1450,10 @@ SRNC-RelocationInfo-r11-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -1522,10 +1534,10 @@ SRNC-RelocationInfo-r12-IEs ::= SEQUENCE {
-- received from the UE -- received from the UE
ueCapabilityContainer BIT STRING ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL, (CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the -- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced -- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities -- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION -- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these -- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received. -- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC) -- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
@ -1560,7 +1572,7 @@ SRNC-RelocationInfo-r12-IEs ::= SEQUENCE {
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL, e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL, storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL, secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL, secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL, serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL, dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL, ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
@ -1578,6 +1590,97 @@ SRNC-RelocationInfo-r12-IEs ::= SEQUENCE {
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
} }
SRNC-RelocationInfo-r13-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability
-- extensions and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability
-- information received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was
-- introduced in a release independent manner, i.e., transferred within a VLEC.
-- These UE capabilities are included both in the RRC CONNECTION SETUP COMPLETE and
-- the UE CAPABILITY INFORMATION messages.
-- Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r13 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r11,
rab-InformationList RAB-InformationSetupList-r11 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
-- IE definitions -- IE definitions
CalculationTimeForCiphering ::= SEQUENCE { CalculationTimeForCiphering ::= SEQUENCE {
@ -1597,7 +1700,7 @@ CipheringInfoPerRB-r4 ::= SEQUENCE {
ul-HFN BIT STRING (SIZE (20..25)) ul-HFN BIT STRING (SIZE (20..25))
} }
-- TABULAR: CipheringInfoPerRB-List, multiplicity value numberOfRadioBearers -- TABULAR: CipheringInfoPerRB-List, multiplicity value numberOfRadioBearers
-- has been replaced with maxRB. -- has been replaced with maxRB.
CipheringInfoPerRB-List ::= SEQUENCE (SIZE (1..maxRB)) OF CipheringInfoPerRB-List ::= SEQUENCE (SIZE (1..maxRB)) OF
CipheringInfoPerRB CipheringInfoPerRB
@ -1641,7 +1744,7 @@ COUNT-C-List ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
COUNT-CSingle ::= SEQUENCE { COUNT-CSingle ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity, cn-DomainIdentity CN-DomainIdentity,
count-C BIT STRING (SIZE (32)) count-C BIT STRING (SIZE (32))
} }
DL-PhysChCapabilityFDD-r4 ::= SEQUENCE { DL-PhysChCapabilityFDD-r4 ::= SEQUENCE {
@ -1751,13 +1854,13 @@ IntraFreqReportingCriteria-r6-ext ::= SEQUENCE {
-- dummy is not used in this version of the specification, it should -- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored. -- not be sent and if received it should be ignored.
MaxHcContextSpace-r5 ::= ENUMERATED { MaxHcContextSpace-r5 ::= ENUMERATED {
dummy, by1024, by2048, by4096, by8192, dummy, by1024, by2048, by4096, by8192,
by16384, by32768, by65536, by131072 } by16384, by32768, by65536, by131072 }
MeasurementCapability-r4 ::= SEQUENCE { MeasurementCapability-r4 ::= SEQUENCE {
downlinkCompressedMode CompressedModeMeasCapability-r4, downlinkCompressedMode CompressedModeMeasCapability-r4,
uplinkCompressedMode CompressedModeMeasCapability-r4 uplinkCompressedMode CompressedModeMeasCapability-r4
} }
MeasurementCommandWithType ::= CHOICE { MeasurementCommandWithType ::= CHOICE {
@ -1814,6 +1917,12 @@ MeasurementCommandWithType-r12 ::= CHOICE {
release NULL release NULL
} }
MeasurementCommandWithType-r13 ::= CHOICE {
setup MeasurementType-r13,
modify NULL,
release NULL
}
OngoingMeasRep ::= SEQUENCE { OngoingMeasRep ::= SEQUENCE {
measurementIdentity MeasurementIdentity, measurementIdentity MeasurementIdentity,
-- TABULAR: The CHOICE Measurement in the tabular description is included -- TABULAR: The CHOICE Measurement in the tabular description is included
@ -1875,19 +1984,19 @@ OngoingMeasRep-r9 ::= SEQUENCE {
measurementCommandWithType MeasurementCommandWithType-r9, measurementCommandWithType MeasurementCommandWithType-r9,
measurementReportingMode MeasurementReportingMode OPTIONAL, measurementReportingMode MeasurementReportingMode OPTIONAL,
-- if any of the additional measurement ID is within the range 17 to 32, -- if any of the additional measurement ID is within the range 17 to 32,
-- "OngoingMeasRep-v970ext-IEs" should be present and should include -- "OngoingMeasRep-v970ext-IEs" should be present and should include
-- the IE "measurementIdentity" and "additionalMeasurementID-List". -- the IE "measurementIdentity" and "additionalMeasurementID-List".
-- The value of the IE "measurementIdentity" in "OngoingMeasRep-v970ext-IEs" -- The value of the IE "measurementIdentity" in "OngoingMeasRep-v970ext-IEs"
-- should be the same as the "measurementIdentity" value in "OngoingMeasRep-r9", -- should be the same as the "measurementIdentity" value in "OngoingMeasRep-r9",
-- and "additionalMeasurementID-List" should contain the complete list. -- and "additionalMeasurementID-List" should contain the complete list.
-- The IE "additionalMeasurementID-List" in "OngoingMeasRep-r9" should still -- The IE "additionalMeasurementID-List" in "OngoingMeasRep-r9" should still
-- contain the additional measurement ID which value is within the range 1 to 16. -- contain the additional measurement ID which value is within the range 1 to 16.
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
} }
-- The IE "OngoingMeasRep-v970ext-IEs" should be included to report -- The IE "OngoingMeasRep-v970ext-IEs" should be included to report
-- measurementIdentity values within the range 17 to 32 and when a -- measurementIdentity values within the range 17 to 32 and when a
-- "measurementIdentity" in "OngoingMeasRep-r9" needs to contain one of the -- "measurementIdentity" in "OngoingMeasRep-r9" needs to contain one of the
-- values within the range 17 to 32 in the IE "additionalMeasurementID-List". -- values within the range 17 to 32 in the IE "additionalMeasurementID-List".
OngoingMeasRep-v970ext-IEs ::= SEQUENCE { OngoingMeasRep-v970ext-IEs ::= SEQUENCE {
@ -1900,14 +2009,14 @@ OngoingMeasRep-r10 ::= SEQUENCE {
measurementCommandWithType MeasurementCommandWithType-r10, measurementCommandWithType MeasurementCommandWithType-r10,
measurementReportingMode MeasurementReportingMode OPTIONAL, measurementReportingMode MeasurementReportingMode OPTIONAL,
-- if any of the additional measurement ID is within the range 17 to 32, -- if any of the additional measurement ID is within the range 17 to 32,
-- "OngoingMeasRep-v970ext-IEs" (in SRNC-RelocationInfo-vab0ext-IEs)should be present -- "OngoingMeasRep-v970ext-IEs" (in SRNC-RelocationInfo-vab0ext-IEs)should be present
-- and should include the IE "measurementIdentity" and -- and should include the IE "measurementIdentity" and
-- "additionalMeasurementID-List". In this case, the value of the IE "measurementIdentity" in -- "additionalMeasurementID-List". In this case, the value of the IE "measurementIdentity" in
-- "OngoingMeasRep-v970ext-IEs" (in SRNC-RelocationInfo-vab0ext-IEs) should be the same as the -- "OngoingMeasRep-v970ext-IEs" (in SRNC-RelocationInfo-vab0ext-IEs) should be the same as the
-- "measurementIdentity" value in "OngoingMeasRep-r10", and "additionalMeasurementID-List" -- "measurementIdentity" value in "OngoingMeasRep-r10", and "additionalMeasurementID-List"
-- should contain the complete list. -- should contain the complete list.
-- The IE "additionalMeasurementID-List" in "OngoingMeasRep-r10" should still -- The IE "additionalMeasurementID-List" in "OngoingMeasRep-r10" should still
-- contain the additional measurement ID which value is within the range 1 to 16. -- contain the additional measurement ID which value is within the range 1 to 16.
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
} }
@ -1925,6 +2034,13 @@ OngoingMeasRep-r12 ::= SEQUENCE {
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
} }
OngoingMeasRep-r13 ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9,
measurementCommandWithType MeasurementCommandWithType-r13,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
}
OngoingMeasRepList ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF OngoingMeasRepList ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep OngoingMeasRep
@ -1958,6 +2074,9 @@ OngoingMeasRepList-r11 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRepList-r12 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF OngoingMeasRepList-r12 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r12 OngoingMeasRep-r12
OngoingMeasRepList-r13 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r13
PDCP-Capability-r4 ::= SEQUENCE { PDCP-Capability-r4 ::= SEQUENCE {
losslessSRNS-RelocationSupport BOOLEAN, losslessSRNS-RelocationSupport BOOLEAN,
supportForRfc2507 CHOICE { supportForRfc2507 CHOICE {
@ -2098,11 +2217,11 @@ StateOfRRC-Procedure ::= ENUMERATED {
-- dummy is not used in this version of specification -- dummy is not used in this version of specification
-- It should not be sent -- It should not be sent
dummy, dummy,
otherStates otherStates
} }
TotalRLC-AM-BufferSize-r5 ::= ENUMERATED { TotalRLC-AM-BufferSize-r5 ::= ENUMERATED {
kb10, kb50, kb100, kb150, kb200, kb10, kb50, kb100, kb150, kb200,
kb300, kb400, kb500, kb750, kb1000 } kb300, kb400, kb500, kb750, kb1000 }
TPC-Combination-Info ::= SEQUENCE { TPC-Combination-Info ::= SEQUENCE {
@ -2132,7 +2251,7 @@ UE-Positioning-Capability-r4 ::= SEQUENCE {
sfn-sfnType2Capability ENUMERATED { true } OPTIONAL sfn-sfnType2Capability ENUMERATED { true } OPTIONAL
} }
UE-Positioning-LastKnownPos ::= SEQUENCE { UE-Positioning-LastKnownPos ::= SEQUENCE {
sfn INTEGER (0..4095), sfn INTEGER (0..4095),
cell-id CellIdentity, cell-id CellIdentity,
positionEstimate PositionEstimate positionEstimate PositionEstimate

File diff suppressed because it is too large Load Diff

View File

@ -81,6 +81,7 @@ DL-SHCCH-Message @dl.shcch
UL-SHCCH-Message @ul.shcch UL-SHCCH-Message @ul.shcch
BCCH-FACH-Message @bcch.fach BCCH-FACH-Message @bcch.fach
BCCH-BCH-Message @bcch.bch BCCH-BCH-Message @bcch.bch
BCCH-BCH2-Message @bcch.bch2
MCCH-Message @mcch MCCH-Message @mcch
MSCH-Message @msch MSCH-Message @msch
SystemInformation-BCH @sysinfo SystemInformation-BCH @sysinfo

File diff suppressed because it is too large Load Diff