summaryrefslogtreecommitdiff
path: root/epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-07-12 19:04:12 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-07-13 10:24:36 +0000
commite46be62c3b02c7c526a896eb68bfbc76d9a1e5f6 (patch)
treee736e51d376f03572153e9c220bcc39189a04a45 /epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn
parent33fa58ccbc00de5613eaeb495f052f30795dee3b (diff)
downloadwireshark-e46be62c3b02c7c526a896eb68bfbc76d9a1e5f6.tar.gz
LTE RRC: upgrade dissector to v13.2.0
Change-Id: If2e15f429e3e35b3deef8afc23e57c8ef3974a22 Reviewed-on: https://code.wireshark.org/review/16410 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn')
-rw-r--r--epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn13
1 files changed, 10 insertions, 3 deletions
diff --git a/epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn b/epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn
index 6f8b847ed4..4d164ffc7c 100644
--- a/epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn
+++ b/epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 36.331 V13.1.0 (2016-03)
+-- 3GPP TS 36.331 V13.2.0 (2016-06)
--
EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=
@@ -180,6 +180,14 @@ VarShortMAC-Input ::= SEQUENCE {
c-RNTI C-RNTI
}
+VarShortResumeMAC-Input-r13 ::= SEQUENCE {
+ cellIdentity-r13 CellIdentity,
+ physCellId-r13 PhysCellId,
+ c-RNTI-r13 C-RNTI,
+ resumeDiscriminator-r13 BIT STRING(SIZE(1))
+}
+
+
VarWLAN-MobilityConfig ::= SEQUENCE {
wlan-MobilitySet-r13 WLAN-Id-List-r13 OPTIONAL,
successReportRequested ENUMERATED {true} OPTIONAL
@@ -187,8 +195,7 @@ VarWLAN-MobilityConfig ::= SEQUENCE {
VarWLAN-Status-r13 ::= SEQUENCE {
- status-r13 WLAN-Status-r13,
- wlan-IdentifiersAssociated-r13 WLAN-Identifiers-r12 OPTIONAL
+ status-r13 WLAN-Status-r13
}