aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-09-30 16:22:34 +0200
committerPascal Quantin <pascal@wireshark.org>2019-09-30 15:59:50 +0000
commitef671dd085bec687bcf06bc30c9c50576ee5e983 (patch)
treea639b2cc916bc301944fb444638aaf765951b195 /epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn
parent770db7643922142aafffd295381df432733738dc (diff)
NR RRC: upgrade dissector to v15.7.0
Change-Id: I6d455f93405718b26abfcda6bac756b0874450f0 Reviewed-on: https://code.wireshark.org/review/34658 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn')
-rw-r--r--epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn36
1 files changed, 24 insertions, 12 deletions
diff --git a/epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn b/epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn
index eac01426e3..99ab28a01e 100644
--- a/epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn
+++ b/epan/dissectors/asn1/nr-rrc/NR-InterNodeDefinitions.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 38.331 V15.6.0 (2019-06)
+-- 3GPP TS 38.331 V15.7.0 (2019-09)
NR-InterNodeDefinitions DEFINITIONS AUTOMATIC TAGS ::=
@@ -312,9 +312,19 @@ CG-ConfigInfo-v1560-IEs ::= SEQUENCE {
} OPTIONAL,
measResultCellListSFTD-EUTRA MeasResultCellListSFTD-EUTRA OPTIONAL,
fr-InfoListMCG FR-InfoList OPTIONAL,
+ nonCriticalExtension CG-ConfigInfo-v1570-IEs OPTIONAL
+}
+
+CG-ConfigInfo-v1570-IEs ::= SEQUENCE {
+ sftdFrequencyList-NR SFTD-FrequencyList-NR OPTIONAL,
+ sftdFrequencyList-EUTRA SFTD-FrequencyList-EUTRA OPTIONAL,
nonCriticalExtension SEQUENCE {} OPTIONAL
}
+SFTD-FrequencyList-NR ::= SEQUENCE (SIZE (1..maxCellSFTD)) OF ARFCN-ValueNR
+
+SFTD-FrequencyList-EUTRA ::= SEQUENCE (SIZE (1..maxCellSFTD)) OF ARFCN-ValueEUTRA
+
ConfigRestrictInfoSCG ::= SEQUENCE {
allowedBC-ListMRDC BandCombinationInfoList OPTIONAL,
powerCoordination-FR1 SEQUENCE {
@@ -331,12 +341,14 @@ ConfigRestrictInfoSCG ::= SEQUENCE {
maxMeasIdentitiesSCG-NR INTEGER(1..maxMeasIdentitiesMN) OPTIONAL,
...,
[[
- selectedBandEntriesMN SEQUENCE (SIZE (1..maxSimultaneousBands)) OF BandEntryIndex OPTIONAL,
+ selectedBandEntriesMNList SEQUENCE (SIZE (1..maxBandComb)) OF SelectedBandEntriesMN OPTIONAL,
pdcch-BlindDetectionSCG INTEGER (1..15) OPTIONAL,
maxNumberROHC-ContextSessionsSN INTEGER(0.. 16384) OPTIONAL
]]
}
+SelectedBandEntriesMN ::= SEQUENCE (SIZE (1..maxSimultaneousBands)) OF BandEntryIndex
+
BandEntryIndex ::= INTEGER (0.. maxNrofServingCells)
PH-TypeListMCG ::= SEQUENCE (SIZE (1..maxNrofServingCells)) OF PH-InfoMCG
@@ -445,14 +457,14 @@ MeasurementTimingConfiguration ::= SEQUENCE {
}
MeasurementTimingConfiguration-IEs ::= SEQUENCE {
- measTiming MeasTimingList OPTIONAL,
- nonCriticalExtension MeasurementTimingConfiguration-v1550-IEs OPTIONAL
+ measTiming MeasTimingList OPTIONAL,
+ nonCriticalExtension MeasurementTimingConfiguration-v1550-IEs OPTIONAL
}
MeasurementTimingConfiguration-v1550-IEs ::= SEQUENCE {
campOnFirstSSB BOOLEAN,
psCellOnlyOnFirstSSB BOOLEAN,
- nonCriticalExtension SEQUENCE {} OPTIONAL
+ nonCriticalExtension SEQUENCE {} OPTIONAL
}
MeasTimingList ::= SEQUENCE (SIZE (1..maxMeasFreqsMN)) OF MeasTiming
@@ -462,12 +474,12 @@ MeasTiming ::= SEQUENCE {
carrierFreq ARFCN-ValueNR,
ssbSubcarrierSpacing SubcarrierSpacing,
ssb-MeasurementTimingConfiguration SSB-MTC,
- ss-RSSI-Measurement SS-RSSI-Measurement OPTIONAL
- } OPTIONAL,
+ ss-RSSI-Measurement SS-RSSI-Measurement OPTIONAL
+ } OPTIONAL,
...,
- [[
- ssb-ToMeasure-v1540 SSB-ToMeasure OPTIONAL,
- physCellId PhysCellId OPTIONAL
+ [[
+ ssb-ToMeasure-v1540 SSB-ToMeasure OPTIONAL,
+ physCellId PhysCellId OPTIONAL
]]
}
@@ -508,8 +520,8 @@ UERadioAccessCapabilityInformation ::= SEQUENCE {
}
UERadioAccessCapabilityInformation-IEs ::= SEQUENCE {
- ue-RadioAccessCapabilityInfo OCTET STRING (CONTAINING UE-CapabilityRAT-ContainerList),
- nonCriticalExtension SEQUENCE {} OPTIONAL
+ ue-RadioAccessCapabilityInfo OCTET STRING (CONTAINING UE-CapabilityRAT-ContainerList),
+ nonCriticalExtension SEQUENCE {} OPTIONAL
}
-- TAG-UE-RADIO-ACCESS-CAPABILITY-INFORMATION-STOP