aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2019-01-15 18:45:54 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2019-01-15 18:37:39 +0000
commit8348b7bf5bb03733864907b265edd1000f86f2fe (patch)
treea305c891f0dd6cceca957cc9162eeab8721e899c /epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn
parent80ed3a5b2694fea1bc1cf7b9b7ee0363da2fad45 (diff)
NR-RRC: upgrade dissector to v15.4.0
Change-Id: I6a50623a485796a12f01ca1352ba31caa0d96eee Reviewed-on: https://code.wireshark.org/review/31558 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn')
-rw-r--r--epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn b/epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn
index e20526cdb1..018a7aeac0 100644
--- a/epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn
+++ b/epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 38.331 V15.3.0 (2018-09)
+-- 3GPP TS 38.331 V15.4.0 (2018-12)
NR-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=
@@ -6,6 +6,7 @@ BEGIN
IMPORTS
CellIdentity,
+ EUTRA-PhysCellId,
MeasId,
MeasIdToAddModList,
MeasObjectToAddModList,
@@ -18,6 +19,7 @@ IMPORTS
maxNrofMeasId
FROM NR-RRC-Definitions;
+-- NR-UE-VARIABLES-STOP
-- TAG-VAR-PENDING-RNA-UPDATE-START
VarPendingRNA-Update ::= SEQUENCE {
@@ -58,8 +60,7 @@ VarMeasReport ::= SEQUENCE {
CellsTriggeredList ::= SEQUENCE (SIZE (1..maxNrofCellMeas)) OF CHOICE {
physCellId PhysCellId,
--- Not needed for EN-DC.
- physCellIdEUTRA ENUMERATED {ffsTypeAndValue}
+ physCellIdEUTRA EUTRA-PhysCellId
}