[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 ::=
@ -70,6 +72,7 @@ IMPORTS
SignallingConnectionRelease,
SignallingConnectionReleaseIndication,
SystemInformation-BCH,
SystemInformation2-BCH,
SystemInformation-FACH,
SystemInformationChangeIndication,
TransportChannelReconfiguration,
@ -337,6 +340,16 @@ BCCH-BCH-Message ::= SEQUENCE {
message SystemInformation-BCH
}
--**************************************************************
--
-- BCCH messages sent on BCH2
--
--**************************************************************
BCCH-BCH2-Message ::= SEQUENCE {
message SystemInformation2-BCH
}
--**************************************************************
--
-- 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 ::=
@ -9,9 +11,12 @@ hiPUSCHidentities INTEGER ::= 64
hiRM INTEGER ::= 256
maxAC INTEGER ::= 16
maxAdditionalMeas INTEGER ::= 4
maxAddPos INTEGER ::= 8
maxASC INTEGER ::= 8
maxASCmap INTEGER ::= 7
maxASCpersist INTEGER ::= 6
maxBeacons INTEGER ::= 64
maxBTs INTEGER ::= 32
maxCCTrCH INTEGER ::= 8
maxCellMeas INTEGER ::= 32
maxCellMeas-ext INTEGER ::= 80
@ -102,6 +107,7 @@ maxMeasOccasionPattern-1 INTEGER ::= 4
maxMeasParEvent INTEGER ::= 2
maxNonContiguousMultiCellCombinations INTEGER ::= 3
maxNumAccessGroups INTEGER ::= 16
maxNumAcdcCategory INTEGER ::= 16
maxNumCDMA2000Freqs INTEGER ::= 8
maxNumE-AGCH INTEGER ::= 4
maxNumE-HICH INTEGER ::= 4
@ -132,8 +138,11 @@ maxPRACH INTEGER ::= 16
maxPRACH-EUL INTEGER ::= 4
maxPRACH-FPACH INTEGER ::= 8
maxPredefConfig INTEGER ::= 16
maxOtherStateConfig INTEGER ::= 4
maxOtherStateConfig-1 INTEGER ::= 3
maxPrio INTEGER ::= 8
maxPrio-1 INTEGER ::= 7
maxPrio-ext INTEGER ::= 16
maxPUSCH INTEGER ::= 8
maxQueueIDs INTEGER ::= 8
maxRABsetup INTEGER ::= 16
@ -147,6 +156,8 @@ maxReportedEUTRACellPerFreq INTEGER ::= 4
maxReportedEUTRAFreqs INTEGER ::= 4
maxReportedEUTRAFreqs-ext INTEGER ::= 8
maxReportedGSMCells INTEGER ::= 8
maxRetrievConfig INTEGER ::= 8
maxRetrievConfig-1 INTEGER ::= 7
maxRL INTEGER ::= 8
maxRL-1 INTEGER ::= 7
maxRLCPDUsizePerLogChan INTEGER ::= 32
@ -189,5 +200,6 @@ maxTS-LCR-1 INTEGER ::= 5
maxURA INTEGER ::= 8
maxURNTI-Group INTEGER ::= 8
maxWLANID INTEGER ::= 16
maxWLANs INTEGER ::= 64
END

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.3 Information element definitions
--
InformationElements DEFINITIONS AUTOMATIC TAGS ::=
@ -11,11 +13,14 @@ IMPORTS
hiRM,
maxAC,
maxAdditionalMeas,
maxAddPos,
maxMultipleFrequencyBandsEUTRA,
maxMultipleFrequencyBandsFDD,
maxASC,
maxASCmap,
maxASCpersist,
maxBeacons,
maxBTs,
maxCCTrCH,
maxCellMeas,
maxCellMeas-1,
@ -102,6 +107,7 @@ IMPORTS
maxMeasOccasionPattern,
maxMeasOccasionPattern-1,
maxNumAccessGroups,
maxNumAcdcCategory,
maxNumCDMA2000Freqs,
maxNumE-AGCH,
maxNumE-HICH,
@ -131,8 +137,11 @@ IMPORTS
maxPRACH-EUL,
maxPRACH-FPACH,
maxPredefConfig,
maxOtherStateConfig,
maxOtherStateConfig-1,
maxPrio,
maxPrio-1,
maxPrio-ext,
maxPUSCH,
maxQueueIDs,
maxRABsetup,
@ -146,6 +155,8 @@ IMPORTS
maxReportedEUTRAFreqs-ext,
maxReportedEUTRACellPerFreq,
maxReportedGSMCells,
maxRetrievConfig,
maxRetrievConfig-1,
maxRLCPDUsizePerLogChan,
maxRMPfrequencies,
maxSRBsetup,
@ -186,6 +197,7 @@ IMPORTS
maxTS-LCR-1,
maxURA,
maxURNTI-Group,
maxWLANs,
maxWLANID
FROM Constant-definitions;
@ -634,6 +646,17 @@ DedicatedPriorityInformation-r11 ::= SEQUENCE {
}
}
DedicatedPriorityInformation-r13 ::= SEQUENCE {
action CHOICE {
clearDedicatedPriorities NULL,
configureDedicatedPriorities SEQUENCE {
t-322 T-322 OPTIONAL,
priorityLevelList PriorityLevelList-r13 OPTIONAL,
eutraDetection BOOLEAN
}
}
}
PriorityLevel ::= SEQUENCE {
priority INTEGER (0..maxPrio-1) OPTIONAL,
radioAccessTechnology CHOICE {
@ -669,12 +692,33 @@ PriorityLevel-r11 ::= SEQUENCE {
}
}
PriorityLevel-r13 ::= SEQUENCE {
priority INTEGER (0..maxPrio-1) OPTIONAL,
subpriority ENUMERATED {oDot2,oDot4,oDot6,oDot8} OPTIONAL, radioAccessTechnology CHOICE {
utraFDD SEQUENCE (SIZE (1..maxNumFDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
utraTDD SEQUENCE (SIZE (1..maxNumTDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
eutra SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EARFCNRange,
gsm SEQUENCE {
gsm-CellGroup GSM-CellGroup
}
}
}
PriorityLevelList ::= SEQUENCE (SIZE (1..maxPrio)) OF
PriorityLevel
PriorityLevelList-r11 ::= SEQUENCE (SIZE (1..maxPrio)) OF
PriorityLevel-r11
PriorityLevelList-r13 ::= SEQUENCE (SIZE (1..maxPrio-ext)) OF
PriorityLevel-r13
-- Actual value Q-Hyst-S = IE value * 2
Q-Hyst-S ::= INTEGER (0..20)
@ -756,13 +800,20 @@ AccessGroupIdentity ::= INTEGER (0..15)
AccessStratumReleaseIndicator ::= ENUMERATED {
rel-4, rel-5, rel-6, rel-7, rel-8,
rel-9, rel-10, rel-11, rel-12,
spare7, spare6, spare5, spare4, spare3,
rel-13, spare6, spare5, spare4, spare3,
spare2, spare1 }
-- TABULAR : for ActivationTime, value 'now' always appear as default, and is encoded
-- by absence of the field
ActivationTime ::= INTEGER (0..255)
AddPos-Mode ::= ENUMERATED {
standalone,
ue-assisted,
both,
spare1
}
BackoffControlParams ::= SEQUENCE {
n-AP-RetransMax N-AP-RetransMax,
n-AccessFails N-AccessFails,
@ -1050,6 +1101,9 @@ DL-InformationPerSecondaryRL-List ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
DL-InformationPerSecondaryRL-List-r12 ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
DL-InformationPerSecondaryRL-r12
DL-InformationPerSecondaryRL-List-r13 ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
DL-InformationPerSecondaryRL-r13
DL-InformationPerSecondaryRL ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
@ -1076,6 +1130,20 @@ DL-InformationPerSecondaryRL-r12 ::= SEQUENCE {
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
DL-InformationPerSecondaryRL-r13 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCHInfoPerRL-SecULFreq DL-FDPCH-InfoPerRL-r13,
e-AGCH-Information E-AGCH-Information OPTIONAL,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
secondary-Serving-E-DCHRL-Indicator ENUMERATED { true } OPTIONAL,
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
DL-PhysChCapabilityFDD ::= SEQUENCE {
-- The IE "maxNoDPCH-PDSCH-Codes" only gives information on the maximum number of DPCH Codes.
maxNoDPCH-PDSCH-Codes INTEGER (1..8),
@ -1142,6 +1210,10 @@ DL-PhysChCapabilityFDD-vc50ext ::= SEQUENCE {
supportofDPCCH2 ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-vdxyext ::= SEQUENCE {
supportforPowerControlAlgorithm3 ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityTDD ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerFrame MaxPhysChPerFrame,
@ -1223,6 +1295,10 @@ DSCH-RNTI ::= BIT STRING (SIZE (16))
DelayRestrictionFlag ::= ENUMERATED { true }
DynamicActivationTime ::= SEQUENCE {
activationOffset INTEGER (0..15) OPTIONAL
}
E-RNTI ::= BIT STRING (SIZE (16))
ESN-DS-41 ::= BIT STRING (SIZE (32))
@ -1969,6 +2045,13 @@ PhysicalChannelCapability-vc50ext ::= SEQUENCE {
} OPTIONAL
}
PhysicalChannelCapability-vdxyext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-vdxyext OPTIONAL,
uplinkPhysChCapability UL-PhysChCapabilityFDD-vdxyext OPTIONAL
} OPTIONAL
}
PhysicalChannelCapabilityInfo-v770ext ::= SEQUENCE {
tddPhysChCapability-768 SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityInfoTDD-768,
@ -2636,6 +2719,14 @@ U-RNTI-Short ::= SEQUENCE {
s-RNTI-2 S-RNTI-2
}
UE-AddPos-Supported-List ::= SEQUENCE (SIZE (1..maxAddPos)) OF UE-AddPos-element
UE-AddPos-element ::= SEQUENCE{
addPos-ID ENUMERATED {barometricPressure, wlan, bt, mbs,
spare4, spare3, spare2, spare1 },
addPos-Mode AddPos-Mode
}
UE-BasedNetworkPerformanceMeasurementsParameters ::= SEQUENCE {
supportOfLoggedMeasurementsIdlePCH ENUMERATED { true } OPTIONAL
}
@ -2791,6 +2882,9 @@ UE-RadioAccessCapability-LaterNonCriticalExtensions ::= SEQUENCE {
vc50NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vc50ext
UE-RadioAccessCapability-vc50ext-IEs,
vdxyNonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vdxyext
UE-RadioAccessCapability-vdxyext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
@ -2798,6 +2892,7 @@ UE-RadioAccessCapability-LaterNonCriticalExtensions ::= SEQUENCE {
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
}
@ -2879,6 +2974,14 @@ UE-RadioAccessCapability-vc50ext-IEs ::= SEQUENCE {
physicalChannelCapability PhysicalChannelCapability-vc50ext OPTIONAL
}
UE-RadioAccessCapability-vdxyext-IEs ::= SEQUENCE {
ue-RadioAccessCapabBandCombList-vdxyext UE-RadioAccessCapabBandCombList-vdxyext OPTIONAL,
-- UE physical channel capability
physicalChannelCapability PhysicalChannelCapability-vdxyext OPTIONAL,
-- UE radio access capability
ue-PositioningCapability UE-PositioningCapability-vdxyext OPTIONAL
}
UE-ConnTimersAndConstants ::= SEQUENCE {
-- Optional is used also for parameters for which the default value is the last one read in SIB1
-- t-301 and n-301 should not be used by the UE in this version of the specification
@ -3139,9 +3242,14 @@ UE-RadioAccessCapability-vbc0ext ::= SEQUENCE {
ue-RadioAccessCapabBandCombList-va40ext UE-RadioAccessCapabBandCombList-va40ext OPTIONAL
}
UE-RadioAccessCapability-vdxyext ::= SEQUENCE {
ue-RadioAccessCapabBandCombList-vdxyext UE-RadioAccessCapabBandCombList-vdxyext OPTIONAL
}
UE-RadioAccessCapabBand-va40ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList5 UE-RadioAccessCapabBandFDDList5,
-- This IE shall be included if the UE also supports Band I - Band XXII
-- This IE shall be included if the UE also supports Band I Band XXII
ue-RadioAccessCapabBandFDDList-ext2 UE-RadioAccessCapabBandFDDList-ext2 OPTIONAL
}
@ -3270,6 +3378,10 @@ UE-PositioningCapability-v860ext ::= SEQUENCE {
UE-GANSSPositioning-Capability-v860ext-IEs OPTIONAL
}
UE-PositioningCapability-vdxyext ::= SEQUENCE {
ue-Positioning-AddPos-Capability UE-AddPos-Supported-List OPTIONAL
}
UE-RadioAccessCapabBandCombList ::= SEQUENCE (SIZE (1..16)) OF BandComb
UE-RadioAccessCapabBandFDDList ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
@ -3395,6 +3507,10 @@ UE-RadioAccessCapabilityComp2-vc50ext ::= SEQUENCE {
simultaneousSupportforDCHEnhancementsAndDPCCHDiscntTx ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp2-vdxyext ::= SEQUENCE {
supportOfDualCellEDCHwithDPDCH ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp-TDD128 ::= SEQUENCE {
tdd128RF-Capability RadioFrequencyBandTDDextList OPTIONAL,
supportOfSFModeForHSPDSCHDualStream ENUMERATED { sf1, sf1sf16 } OPTIONAL,
@ -3458,6 +3574,9 @@ UE-RadioAccessCapabBandCombList-va40ext ::= SEQUENCE (SIZE (1..16)) OF Supported
UE-RadioAccessCapabBandCombList-vb50ext ::= SEQUENCE (SIZE (1..16)) OF
SupportedCarrierCombination-ext
UE-RadioAccessCapabBandCombList-vdxyext ::= SEQUENCE (SIZE (1..16)) OF SupportDualBandDualCellEdch
SupportedCarrierCombination ::= SEQUENCE {
carrierCombination12 BOOLEAN,
carrierCombination21 BOOLEAN,
@ -3491,6 +3610,10 @@ SupportedCarrierCombination-ext ::= SEQUENCE {
carrierCombination53 BOOLEAN
}
SupportDualBandDualCellEdch ::= SEQUENCE {
dualBandDualCellEdchIndication ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v590ext ::= SEQUENCE {
dl-CapabilityWithSimultaneousHS-DSCHConfig
DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
@ -3547,6 +3670,10 @@ UL-PhysChCapabilityFDD-vc50ext ::= SEQUENCE {
dtx-enhancements ENUMERATED { true } OPTIONAL
}
UL-PhysChCapabilityFDD-vdxyext ::= SEQUENCE {
supportOfDualCellEDCHwithDPDCH ENUMERATED { true } OPTIONAL
}
UL-PhysChCapabilityTDD ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerTimeslot MaxPhysChPerTimeslot,
@ -3634,6 +3761,15 @@ UL-SecondaryCellInfoFDD-r12 ::= CHOICE {
}
}
UL-SecondaryCellInfoFDD-r13 ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
secondaryServingEDCHCell-Info SecondaryServingEDCHCell-Info OPTIONAL,
secondaryEDCH-Info-Common SecondaryEDCH-Info-Common-r12 OPTIONAL,
dl-InformationPerSecondaryRL-List DL-InformationPerSecondaryRL-List-r13 OPTIONAL
}
}
PhysicalChannelCapability-edch-r6 ::= SEQUENCE {
fdd-edch CHOICE {
supported SEQUENCE {
@ -4072,6 +4208,10 @@ PollWindow ::= ENUMERATED {
pw50, pw60, pw70, pw80, pw85,
pw90, pw95, pw99 }
PreconfiguredRetrievableConfig ::= SEQUENCE {
retrievableConfigList RetrievableConfig-List
}
PredefinedConfigIdentity ::= INTEGER (0..15)
PredefinedConfigValueTag ::= INTEGER (0..15)
@ -4598,6 +4738,48 @@ ReceivingWindowSize ::= ENUMERATED {
rw512, rw768, rw1024, rw1536, rw2047,
rw2560, rw3072, rw3584, rw4095 }
RetrievableConfig ::= SEQUENCE {
retrievableConfigIdentity RetrievableConfigIdentity,
retrievableConfigData RetrievableConfigData
}
RetrievableConfigData ::= SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r11 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rb-InformationSetupList RB-InformationSetupList-r11 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL
}
RetrievableConfigIdentity ::= INTEGER (0..maxRetrievConfig-1)
RetrievableConfigInfo ::= SEQUENCE {
retrievableConfigToBeInvoked RetrievableConfigIdentity OPTIONAL,
retrievableConfigToBeStored RetrievableConfigIdentity OPTIONAL,
retrievableConfigToBeRemoved RetrievableConfigListToRemove OPTIONAL,
preconfiguredRetrievableConfig PreconfiguredRetrievableConfig OPTIONAL
}
RetrievableConfig-List ::= SEQUENCE (SIZE(1.. maxRetrievConfig)) OF
RetrievableConfig
RetrievableConfigListToRemove ::= SEQUENCE (SIZE (1..maxRetrievConfig)) OF
RetrievableConfigIdentity
RFC2507-Info ::= SEQUENCE {
f-MAX-PERIOD INTEGER (1..65535) DEFAULT 256,
f-MAX-TIME INTEGER (1..255) DEFAULT 5,
@ -5293,6 +5475,9 @@ DL-AddReconfTransChInfoList-r7 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInfoList-r9 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-r9
DL-AddReconfTransChInfoList-r13 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-r13
DL-AddReconfTransChInfoList-TDD128-v9c0ext ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-TDD128-v9c0ext
@ -5355,6 +5540,16 @@ DL-AddReconfTransChInformation-r9 ::= SEQUENCE {
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-r13 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId1-r5,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity,
hsdsch HSDSCH-Info-r13
},
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-TDD128-v9c0ext ::= SEQUENCE {
hsdsch HSDSCH-Info-TDD128-v9c0ext OPTIONAL
}
@ -5595,6 +5790,14 @@ HSDSCH-Info-r9 ::= SEQUENCE {
} OPTIONAL
}
HSDSCH-Info-r13 ::= SEQUENCE {
harqInfo HARQ-Info-r13 OPTIONAL,
dl-MAC-HeaderType CHOICE {
mac-hs AddOrReconfMAC-dFlow,
mac-ehs AddOrReconfMAC-ehs-ReordQ-r9
} OPTIONAL
}
HSDSCH-Info-TDD128-v9c0ext ::= SEQUENCE {
mac-ehs AddOrReconfMAC-ehs-ReordQ-TDD128-v9c0ext OPTIONAL
}
@ -5648,6 +5851,25 @@ HARQ-Info-r11 ::= SEQUENCE {
}
}
HARQ-Info-r13 ::= SEQUENCE {
numberOfProcesses ENUMERATED { n1, n2, n3, n4, n5, n6, n7, n8,
n12, n14, n16, n24, n28, n32 },
memoryPartitioning CHOICE {
implicit NULL,
explicit SEQUENCE {
memorySize SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize,
additionalMemorySizesForMIMO SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL,
additionalMemorySizesThirdMIMOStream SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL,
additionalMemorySizesFourthMIMOStream SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL
}
},
blindHARQRetransmissionsForHSDPA ENUMERATED { true } OPTIONAL
}
HARQMemorySize ::= ENUMERATED {
hms800, hms1600, hms2400, hms3200, hms4000,
hms4800, hms5600, hms6400, hms7200, hms8000,
@ -7600,6 +7822,18 @@ DL-FDPCH-InfoPerRL-r7 ::= SEQUENCE {
sttdIndication STTDIndication OPTIONAL
}
DL-FDPCH-InfoPerRL-r13 ::= SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
fdpch-FrameOffset DPCH-FrameOffset,
fdpch-SlotFormat FDPCH-SlotFormat OPTIONAL,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
dl-ChannelisationCode INTEGER (0..255),
tpc-CombinationIndex TPC-CombinationIndex,
sttdIndication STTDIndication OPTIONAL,
powerControlAlgorithm3 PowerControlAlgorithm3 OPTIONAL
}
DL-DPCH-InfoPerRL-PostFDD ::= SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dl-ChannelisationCode DL-ChannelisationCode,
@ -8109,6 +8343,50 @@ DL-InformationPerRL-r12 ::= SEQUENCE {
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r13 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
servingHSDSCH-RL-indicator BOOLEAN,
servingEDCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r12,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r13,
radioLinkswithoutDPCHFDPCHInfo RadioLinkswithoutDPCHFDPCHInfo
} OPTIONAL,
e-AGCH-Information E-AGCH-Information-r8 OPTIONAL,
e-ROCH-Information E-ROCH-Information OPTIONAL,
modeSpecificInfo2 CHOICE {
fdd SEQUENCE {
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information-r11,
releaseIndicator NULL,
secondaryReleaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
f-TPICH-Info CHOICE {
f-TPICH-Information F-TPICH-Information,
releaseIndicator NULL
} OPTIONAL
},
tdd CHOICE {
tdd384-tdd768 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD384-768 OPTIONAL
},
tdd128 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD128 OPTIONAL
}
}
},
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-List ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL
@ -8139,6 +8417,9 @@ DL-InformationPerRL-List-r11 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-List-r12 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r12
DL-InformationPerRL-List-r13 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r13
DL-InformationPerRL-ListPostFDD ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-PostFDD
@ -10558,6 +10839,39 @@ OpenLoopPowerControl-IPDL-TDD-r4 ::= SEQUENCE {
maxPowerIncrease MaxPowerIncrease-r4
}
OtherStateConfig ::= SEQUENCE {
otherStateConfigList OtherStateConfigList OPTIONAL,
otherStateRemoveList OtherStateRemoveList OPTIONAL
}
OtherStateConfigList ::= SEQUENCE (SIZE(1..maxOtherStateConfig)) OF
OtherStateConfigData
OtherStateConfigData ::= SEQUENCE {
otherStateConfigIdentity OtherStateConfigIdentity,
source-rrc-StateIndicator RRC-StateIndicator,
target-rrc-StateIndicator RRC-StateIndicator,
ura-Identity URA-Identity OPTIONAL,
rntis CHOICE {
clear NULL,
continue NULL,
new SEQUENCE {
new-C-RNTI C-RNTI,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI
}
},
configuration CHOICE {
id INTEGER (0..maxRetrievConfig-1),
full RetrievableConfigData
} OPTIONAL
}
OtherStateRemoveList ::= SEQUENCE (SIZE (1..maxOtherStateConfig)) OF
OtherStateConfigIdentity
OtherStateConfigIdentity ::= INTEGER (0..maxOtherStateConfig-1)
PagingIndicatorLength ::= ENUMERATED {
pi4, pi8, pi16 }
@ -10875,6 +11189,12 @@ PowerControlAlgorithm ::= CHOICE {
algorithm2 NULL
}
PowerControlAlgorithm3 ::= SEQUENCE {
tPCSlotPosition INTEGER (0..4) OPTIONAL,
tPC-StepSize TPC-StepSizeFDD OPTIONAL,
decimationFactor ENUMERATED {slots3, slots5} OPTIONAL
}
PowerControlGAP ::= INTEGER (0..255)
PowerOffsetPilot-pdpdch ::= INTEGER (0..24)
@ -11552,6 +11872,20 @@ RL-AdditionInformation-r12 ::= SEQUENCE {
targetCellPreconfigInfo TargetCellPreconfigInfo-r12 OPTIONAL
}
RL-AdditionInformation-r13 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-ASU,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r13,
radioLinkswithoutDPCHFDPCHInfo RadioLinkswithoutDPCHFDPCHInfo
},
e-HICH-Information E-HICH-Information-r11 OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL,
f-TPICH-Information F-TPICH-Information OPTIONAL,
targetCellPreconfigInfo TargetCellPreconfigInfo-r13 OPTIONAL
}
RL-AdditionInformation-v6b0ext ::= SEQUENCE {
sttdIndication STTDIndication OPTIONAL
}
@ -11600,12 +11934,18 @@ RL-AdditionInformationList-r11 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformationList-r12 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r12
RL-AdditionInformationList-r13 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r13
RL-AdditionInformationList-SecULFreq ::= SEQUENCE (SIZE(1..maxEDCHRL-1)) OF
RL-AdditionInformation-SecULFreq
RL-AdditionInformationList-SecULFreq-r12 ::= SEQUENCE (SIZE(1..maxEDCHRL-1)) OF
RL-AdditionInformation-SecULFreq-r12
RL-AdditionInformationList-SecULFreq-r13 ::= SEQUENCE (SIZE(1..maxEDCHRL-1)) OF
RL-AdditionInformation-SecULFreq-r13
RL-AdditionInformation-SecULFreq ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
@ -11623,6 +11963,15 @@ RL-AdditionInformation-SecULFreq-r12 ::= SEQUENCE {
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
RL-AdditionInformation-SecULFreq-r13 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r13,
e-HICH-Information E-HICH-Information,
e-RGCH-Information E-RGCH-Information OPTIONAL,
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
RL-IdentifierList ::= SEQUENCE (SIZE (1..maxRL)) OF
PrimaryCPICH-Info
@ -12260,6 +12609,34 @@ TargetCellPreconfigInfo-r12 ::= SEQUENCE {
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL
}
TargetCellPreconfigInfo-r13 ::= SEQUENCE {
activationTimeOffset ActivationTimeOffset OPTIONAL,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r11,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
f-tpich-ReconfigurationInfo F-TPICH-ReconfigurationInfo OPTIONAL,
uL-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
ul-64QAM-Config UL-64QAM-Config OPTIONAL,
ul-MIMO-Info UL-MIMO-InfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL
}
TDD-FPACH-CCode16-r4 ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
@ -14798,6 +15175,10 @@ EUTRA-FrequencyAndPriorityInfo-vc50ext ::= SEQUENCE {
reducedMeasurementPerformance ENUMERATED {true} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfo-vdxyext ::= SEQUENCE {
subpriority ENUMERATED {oDot2,oDot4,oDot6,oDot8} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfoExtension-vb50ext ::= SEQUENCE {
earfcn EARFCNExtension,
measurementBandwidth EUTRA-MeasurementBandwidth OPTIONAL,
@ -14824,6 +15205,10 @@ EUTRA-FrequencyAndPriorityInfoExtension-vc50ext ::= SEQUENCE {
reducedMeasurementPerformance ENUMERATED {true} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfoExtension-vdxyext ::= SEQUENCE {
subpriority ENUMERATED {oDot2,oDot4,oDot6,oDot8} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfoExtensionList ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfoExtension-vb50ext
@ -14833,6 +15218,9 @@ EUTRA-FrequencyAndPriorityInfoExtensionList-vb80ext ::= SEQUENCE (SIZE (1..maxN
EUTRA-FrequencyAndPriorityInfoExtensionList-vc50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfoExtension-vc50ext
EUTRA-FrequencyAndPriorityInfoExtensionList-vdxyext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfoExtension-vdxyext
EUTRA-FrequencyAndPriorityInfoList ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo
@ -14845,6 +15233,9 @@ EUTRA-FrequencyAndPriorityInfoList-vb50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFr
EUTRA-FrequencyAndPriorityInfoList-vc50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo-vc50ext
EUTRA-FrequencyAndPriorityInfoList-vdxyext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo-vdxyext
EUTRA-FrequencyList ::= SEQUENCE {
eutraFrequencyRemoval EUTRA-FrequencyRemoval,
eutraNewFrequencies EUTRA-FrequencyInfoList OPTIONAL
@ -18078,12 +18469,19 @@ MeasuredResults-v860ext ::= CHOICE {
ue-positioning-MeasuredResults UE-Positioning-MeasuredResults-v860ext
}
MeasuredResults-vdxyext ::= CHOICE {
ue-positioning-MeasuredResults UE-Positioning-MeasuredResults-vdxyext
}
MeasuredResultsList-v920ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults-v920ext
MeasuredResultsList-vc50ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults-vc50ext
MeasuredResultsList-vdxyext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults-vdxyext
MeasuredResultsListOnSecUlFreq ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResultsOnSecUlFreq
@ -18275,6 +18673,16 @@ MeasurementCommand-r12 ::= CHOICE {
releaseSome MeasurementsToRelease
}
MeasurementCommand-r13 ::= CHOICE {
setup MeasurementType-r13,
modify SEQUENCE {
measurementType MeasurementType-r13 OPTIONAL
},
release NULL,
releaseAll NULL,
releaseSome MeasurementsToRelease
}
MeasurementControlSysInfo ::= SEQUENCE {
-- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
use-of-HCS CHOICE {
@ -18584,6 +18992,18 @@ MeasurementType-r12 ::= CHOICE {
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12
}
MeasurementType-r13 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r12,
interRATMeasurement InterRATMeasurement-r12,
up-Measurement UE-Positioning-Measurement-r13,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12
}
MeasurementValidity ::= SEQUENCE {
ue-State ENUMERATED {
cell-DCH, all-But-Cell-DCH, all-States }
@ -21168,6 +21588,12 @@ UE-Positioning-MeasuredResults-vc50ext ::= SEQUENCE {
ue-positioning-Error UE-Positioning-Error-vc50ext OPTIONAL
}
UE-Positioning-MeasuredResults-vdxyext ::= SEQUENCE {
ue-positioning-AddPos-MeasurementResults UE-Positioning-AddPos-MeasuredResults OPTIONAL,
ue-positioning-PositionEstimateInfo UE-Positioning-PositionEstimateInfo-vdxyext
OPTIONAL
}
UE-Positioning-Measurement ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity,
reportCriteria UE-Positioning-ReportCriteria,
@ -21235,6 +21661,15 @@ UE-Positioning-Measurement-r12 ::= SEQUENCE {
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData-r12 OPTIONAL
}
UE-Positioning-Measurement-r13 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r13,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria-r7,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r7 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData-r12 OPTIONAL,
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData-r12 OPTIONAL
}
UE-Positioning-MeasurementEventResults ::= CHOICE {
-- In case of 'event7a' reporting, if IE 'UE-Positioning-PositionEstimateInfo' is not needed,
-- CHOICE shall be set to 'additionalOrReplacedPosMeasEvent'and the 'event7a' shall be included
@ -21590,6 +22025,10 @@ UE-Positioning-PositionEstimateInfo-v770ext ::= SEQUENCE {
UE-Positioning-GPS-ReferenceTimeUncertainty OPTIONAL
}
UE-Positioning-PositionEstimateInfo-vdxyext ::= SEQUENCE {
locationTimeStamp UTCTime OPTIONAL
}
UE-Positioning-ReportCriteria ::= CHOICE {
ue-positioning-ReportingCriteria UE-Positioning-EventParamList,
periodicalReportingCriteria PeriodicalReportingCriteria,
@ -21662,10 +22101,82 @@ UE-Positioning-ReportingQuantity-r8 ::= SEQUENCE {
gANSSMultiFreqMeasurementRequested BIT STRING (SIZE (8)) OPTIONAL
}
UE-Positioning-ReportingQuantity-r13 ::= SEQUENCE {
methodType UE-Positioning-MethodType,
positioningMethod PositioningMethod,
horizontalAccuracy UE-Positioning-Accuracy OPTIONAL,
verticalAccuracy UE-Positioning-Accuracy OPTIONAL,
gps-TimingOfCellWanted BOOLEAN,
additionalAssistanceDataReq BOOLEAN,
environmentCharacterisation EnvironmentCharacterisation OPTIONAL,
velocityRequested ENUMERATED { true } OPTIONAL,
gANSSPositioningMethods BIT STRING (SIZE (16)) OPTIONAL,
gANSSTimingOfCellWanted BIT STRING (SIZE (8)) OPTIONAL,
gANSSCarrierPhaseMeasurementRequested
BIT STRING (SIZE (8)) OPTIONAL,
gANSSMultiFreqMeasurementRequested BIT STRING (SIZE (8)) OPTIONAL,
additionalPositioningMethods BIT STRING (SIZE (8)) OPTIONAL
}
UE-Positioning-ResponseTime ::= ENUMERATED {
s1, s2, s4, s8, s16,
s32, s64, s128 }
UE-Positioning-AddPos-MeasuredResults ::= SEQUENCE (SIZE (1..maxAddPos)) OF
UE-Positioning-AddPos-MeasuredResults-element
UE-Positioning-AddPos-MeasuredResults-element ::=SEQUENCE {
timestamp UTCTime OPTIONAL,
addPos-ID CHOICE {
barometricPressure UE-Positioning-BarometricPressureMeasurement,
wlan UE-Positioning-WLANMeasurementList,
bt UE-Positioning-BTMeasurementList,
mbs UE-Positioning-MBSMeasurementList,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
}
UE-Positioning-BarometricPressureMeasurement ::= SEQUENCE {
ubpMeasurement INTEGER (30000..115000)
}
UE-Positioning-WLANMeasurementList ::= SEQUENCE (SIZE (1..maxWLANs))OF
UE-Positioning-WLANMeasurementList-element
UE-Positioning-WLANMeasurementList-element ::= SEQUENCE {
wlanBSSID OCTET STRING (SIZE (6)),
wlanSSID OCTET STRING (SIZE(1..32)) OPTIONAL,
wlanRSSI INTEGER(-127..128) OPTIONAL,
wlanRTTvalue INTEGER(0..16777215) OPTIONAL,
wlanRTTunits ENUMERATED { microseconds,hundredsofnanoseconds,
tensofnanoseconds,nanoseconds,
tenthsofnanosecond,
spare3, spare2, spare1} OPTIONAL,
wlanRTTaccuracy INTEGER(0..255) OPTIONAL,
wlanAPChannelFrequency INTEGER(0..256) OPTIONAL,
wlanServingFlag BOOLEAN OPTIONAL
}
UE-Positioning-BTMeasurementList ::= SEQUENCE (SIZE (1..maxBTs)) OF
UE-Positioning-BTMeasurementList-element
UE-Positioning-BTMeasurementList-element ::= SEQUENCE {
btAddr OCTET STRING (SIZE(6)),
btRSSI INTEGER(-127..128) OPTIONAL
}
UE-Positioning-MBSMeasurementList ::= SEQUENCE (SIZE (1..maxBeacons)) OF
UE-Positioning-MBSMeasurementList-element
UE-Positioning-MBSMeasurementList-element ::= SEQUENCE {
transmitterId INTEGER (0..32767),
codePhase INTEGER (0..2097151),
codePhaseRmsError INTEGER (0..63)
}
UTCmodelSet1 ::= SEQUENCE {
utcA0 BIT STRING (SIZE (16)),
utcA1 BIT STRING (SIZE (13)),
@ -21843,6 +22354,27 @@ W ::= INTEGER (0..20)
--
-- ***************************************************
ACDC-Barring ::= CHOICE {
acdc-Barred ENUMERATED {true, false},
acdc-acb-barringBitmap BIT STRING (SIZE (10))
}
ACDC-Parameters ::= CHOICE {
acdc-ParametersPerPLMN-List ACDC-ParametersPerPLMN-List,
acdc-ParametersForAll ACDC-ParametersForAll
}
ACDC-ParametersForAll ::= SEQUENCE {
acdc-Information SpecificACDC-BarringInformation OPTIONAL,
acdcApplicableForRoamer ENUMERATED { true } OPTIONAL
}
ACDC-ParametersPerPLMN-List ::= SEQUENCE (SIZE (1..6)) OF
SEQUENCE {
plmnSpecificACDC-Parameters SpecificACDC-BarringInformation OPTIONAL,
acdcApplicableForRoamer ENUMERATED { true } OPTIONAL
}
BCC ::= INTEGER (0..7)
BCCH-ModificationInfo ::= SEQUENCE {
@ -22472,9 +23004,12 @@ SIB-Type2 ::= ENUMERATED {
systemInformationBlockType22,
systemInformationBlockType23,
systemInformationBlockType24,
spare22, spare21, spare20, spare19, spare18,
systemInformationBlockType11ter,
systemInformationBlockType25,
spare20, spare19, spare18,
spare17, spare16, spare15, spare14, spare13, spare12,
spare11, spare10, spare9, spare8, spare7, spare6, spare5,
spare11, spare10, spare9, spare8, spare7, spare6,
spare5,
spare4, spare3, spare2, spare1 }
SIB-TypeAndTag ::= CHOICE {
@ -22557,7 +23092,7 @@ SIB-TypeAndTag2 ::= CHOICE {
sysInfoType23 CellValueTag,
sysInfoType24 NULL,
sysInfoType11ter CellValueTag3,
spare22 NULL,
sysInfoType25 NULL,
spare21 NULL,
spare20 NULL,
spare19 NULL,
@ -22654,7 +23189,7 @@ SIB-TypeExt2 ::= CHOICE {
SIB-TypeExt3 ::= CHOICE {
systemInfoType11ter NULL,
spare7 NULL,
systemInfoType25 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
@ -22698,6 +23233,12 @@ SibOFF-List ::= SEQUENCE (SIZE (1..15)) OF
SibOFF-List2 ::= SEQUENCE (SIZE (1..15)) OF
SibOFF-vc50ext
SpecificACDC-BarringInformation ::= SEQUENCE (SIZE (1.. maxNumAcdcCategory)) OF
SEQUENCE {
acdc-Barring ACDC-Barring OPTIONAL,
expirationTimeFactor ExpirationTimeFactor2 OPTIONAL
}
SysInfoType1 ::= SEQUENCE {
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
@ -23905,6 +24446,8 @@ SysInfoType19 ::= SEQUENCE {
sysInfoType19-vb80ext SysInfoType19-vb80ext,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType19-vc50ext SysInfoType19-vc50ext,
vdxyNonCriticalExtensions SEQUENCE {
sysInfoType19-vdxyext SysInfoType19-vdxyext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
@ -23912,6 +24455,7 @@ SysInfoType19 ::= SEQUENCE {
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType19-v920ext ::= SEQUENCE {
@ -23949,6 +24493,12 @@ SysInfoType19-vc50ext ::= SEQUENCE {
EUTRA-FrequencyAndPriorityInfoExtensionList-vc50ext OPTIONAL
}
SysInfoType19-vdxyext ::= SEQUENCE {
eutra-FrequencyAndPriorityInfoList-vdxyext EUTRA-FrequencyAndPriorityInfoList-vdxyext OPTIONAL,
eutra-FrequencyAndPriorityInfoExtensionList-vdxyext
EUTRA-FrequencyAndPriorityInfoExtensionList-vdxyext OPTIONAL
}
SysInfoType20 ::= SEQUENCE {
hNBName HNBName OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
@ -23962,7 +24512,7 @@ SysInfoType21 ::= SEQUENCE {
SysInfoType22 ::= SEQUENCE {
-- In the Tabular there are separate definitions for prach-PreambleForEnhancedUplinkListType1Ext
-- and prach-PreambleForEnhancedUplinkListType2Ext/prach-PreambleForEnhancedUplinkListType3Ext even
-- though the contents are the same. The only difference is in how the IE "Weight" is used in
-- though the contents are the same. The only difference is in how the IE “Weight” is used in
-- calculating the weight for each signalled PRACH Control Parameters.
-- To simplify the ASN.1, a single definition is used here for all three cases.
prach-PreambleForEnhancedUplinkListType1Ext
@ -24001,6 +24551,11 @@ SysInfoType24 ::= SEQUENCE {
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType25 ::= SEQUENCE {
acdc-Parameters ACDC-Parameters,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoTypeSB1 ::= SEQUENCE {
-- Other IEs
sib-ReferenceList SIB-ReferenceList,
@ -24779,7 +25334,9 @@ WLANThreshBackhaulBandwidth ::= SEQUENCE {
}
WLANThreshBeaconRSSI ::= SEQUENCE {
-- Actual value = IE value - 128
threshBeaconRSSILow INTEGER (0..255),
-- Actual value = IE value - 128
threshBeaconRSSIHigh INTEGER (0..255)
}

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 ::=
@ -132,6 +134,7 @@ FROM PDU-definitions
DCH-Enhancements-Info-FDD,
DL-CommonInformation-r12,
DL-InformationPerRL-List-r12,
DL-InformationPerRL-List-r13,
DTX-DRX-Info-r12,
FrequencyInfo,
PrimaryCPICH-Info,
@ -143,6 +146,7 @@ FROM PDU-definitions
TGPS-ConfigurationParams,
TGPS-ConfigurationParams-r8,
UL-SecondaryCellInfoFDD-r12,
UL-SecondaryCellInfoFDD-r13,
-- Measurement IEs :
Event1j-r6,
Hysteresis,
@ -164,6 +168,7 @@ FROM PDU-definitions
MeasurementType-r10,
MeasurementType-r11,
MeasurementType-r12,
MeasurementType-r13,
AdditionalMeasurementID-List,
AdditionalMeasurementID-List-r9,
PositionEstimate,
@ -566,6 +571,12 @@ SRNC-RelocationInfo-r3 ::= CHOICE {
sRNC-RelocationInfo-r12-add-ext BIT STRING 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 {}
}
}
@ -577,6 +588,7 @@ SRNC-RelocationInfo-r3 ::= CHOICE {
}
}
}
}
SRNC-RelocationInfo-r3-IEs ::= SEQUENCE {
-- Non-RRC IEs
@ -1578,6 +1590,97 @@ SRNC-RelocationInfo-r12-IEs ::= SEQUENCE {
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
CalculationTimeForCiphering ::= SEQUENCE {
@ -1814,6 +1917,12 @@ MeasurementCommandWithType-r12 ::= CHOICE {
release NULL
}
MeasurementCommandWithType-r13 ::= CHOICE {
setup MeasurementType-r13,
modify NULL,
release NULL
}
OngoingMeasRep ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
-- TABULAR: The CHOICE Measurement in the tabular description is included
@ -1925,6 +2034,13 @@ OngoingMeasRep-r12 ::= SEQUENCE {
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
OngoingMeasRep
@ -1958,6 +2074,9 @@ OngoingMeasRepList-r11 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRepList-r12 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r12
OngoingMeasRepList-r13 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r13
PDCP-Capability-r4 ::= SEQUENCE {
losslessSRNS-RelocationSupport BOOLEAN,
supportForRfc2507 CHOICE {

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
BCCH-FACH-Message @bcch.fach
BCCH-BCH-Message @bcch.bch
BCCH-BCH2-Message @bcch.bch2
MCCH-Message @mcch
MSCH-Message @msch
SystemInformation-BCH @sysinfo

File diff suppressed because it is too large Load Diff