aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2022-01-03 14:56:05 +0100
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-01-03 14:32:06 +0000
commitc243f7b4c8148ea24b565ee2fc61a3de0a3e2e26 (patch)
treedca5326de7c97f9a6f1109706033378d12665127 /epan/dissectors/asn1
parentd6a9d00cd5ab0d707ae3df874b7184a352e00275 (diff)
LPP: upgrade dissector to v16.7.0
Diffstat (limited to 'epan/dissectors/asn1')
-rw-r--r--epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn2
-rw-r--r--epan/dissectors/asn1/lpp/LPP-PDU-Definitions.asn6
-rw-r--r--epan/dissectors/asn1/lpp/lpp.cnf2
-rw-r--r--epan/dissectors/asn1/lpp/packet-lpp-template.c4
-rw-r--r--epan/dissectors/asn1/lpp/packet-lpp-template.h2
5 files changed, 9 insertions, 7 deletions
diff --git a/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn b/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn
index 5790a66635..da4c523db2 100644
--- a/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn
+++ b/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 37.355 V16.6.0 (2021-09)
+-- 3GPP TS 37.355 V16.7.0 (2021-12)
LPP-Broadcast-Definitions
diff --git a/epan/dissectors/asn1/lpp/LPP-PDU-Definitions.asn b/epan/dissectors/asn1/lpp/LPP-PDU-Definitions.asn
index 7df273cf07..ccd58a2e57 100644
--- a/epan/dissectors/asn1/lpp/LPP-PDU-Definitions.asn
+++ b/epan/dissectors/asn1/lpp/LPP-PDU-Definitions.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 37.355 V16.6.0 (2021-09)
+-- 3GPP TS 37.355 V16.7.0 (2021-12)
LPP-PDU-Definitions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
@@ -2462,7 +2462,9 @@ BDS-ClockModel-r12 ::= SEQUENCE {
bdsA1-r12 INTEGER (-2097152..2097151),
bdsA2-r12 INTEGER (-1024..1023),
bdsTgd1-r12 INTEGER (-512..511),
- ...
+ ...,
+ [[ bdsTgd2-r16 INTEGER (-512..511) OPTIONAL
+ ]]
}
BDS-ClockModel2-r16 ::= SEQUENCE {
diff --git a/epan/dissectors/asn1/lpp/lpp.cnf b/epan/dissectors/asn1/lpp/lpp.cnf
index b5880fd2b0..9611beabed 100644
--- a/epan/dissectors/asn1/lpp/lpp.cnf
+++ b/epan/dissectors/asn1/lpp/lpp.cnf
@@ -1,6 +1,6 @@
# lpp.cnf
# lpp conformation file
-# Copyright 2011-2021 Pascal Quantin
+# Copyright 2011-2022 Pascal Quantin
#.OPT
PER
diff --git a/epan/dissectors/asn1/lpp/packet-lpp-template.c b/epan/dissectors/asn1/lpp/packet-lpp-template.c
index 8b1c76ff0a..52c0889196 100644
--- a/epan/dissectors/asn1/lpp/packet-lpp-template.c
+++ b/epan/dissectors/asn1/lpp/packet-lpp-template.c
@@ -1,6 +1,6 @@
/* packet-lpp.c
* Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
- * Copyright 2011-2021 Pascal Quantin <pascal@wireshark.org>
+ * Copyright 2011-2022 Pascal Quantin <pascal@wireshark.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -8,7 +8,7 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
- * Ref 3GPP TS 37.355 version 16.6.0 Release 16
+ * Ref 3GPP TS 37.355 version 16.7.0 Release 16
* http://www.3gpp.org
*/
diff --git a/epan/dissectors/asn1/lpp/packet-lpp-template.h b/epan/dissectors/asn1/lpp/packet-lpp-template.h
index e72974d97c..909edc2833 100644
--- a/epan/dissectors/asn1/lpp/packet-lpp-template.h
+++ b/epan/dissectors/asn1/lpp/packet-lpp-template.h
@@ -1,6 +1,6 @@
/* packet-lpp.h
* Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
- * Copyright 2011-2021 Pascal Quantin <pascal@wireshark.org>
+ * Copyright 2011-2022 Pascal Quantin <pascal@wireshark.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>