aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn
diff options
context:
space:
mode:
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
}