summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn')
-rw-r--r--epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn22
1 files changed, 20 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn b/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn
index cb5df311..44f4778a 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 V17.5.0 (2023-06)
+-- 3GPP TS 37.355 V18.2.0 (2024-06)
LPP-Broadcast-Definitions
@@ -11,7 +11,12 @@ IMPORTS
OTDOA-NeighbourCellInfoList,
NR-TRP-LocationInfo-r16,
NR-DL-PRS-BeamInfo-r16,
- NR-RTD-Info-r16
+ NR-RTD-Info-r16,
+ NR-IntegrityParametersTRP-LocationInfo-r18,
+ NR-IntegrityParametersDL-PRS-BeamInfo-r18,
+ NR-IntegrityParametersRTD-Info-r18,
+ NR-IntegrityParametersTRP-BeamAntennaInfo-r18
+
FROM LPP-PDU-Definitions;
@@ -58,4 +63,17 @@ NR-UEB-TRP-RTD-Info-r16 ::= SEQUENCE {
}
+NR-IntegrityParameters-r18 ::= SEQUENCE {
+ nr-IntegrityParametersTRP-LocationInfo-r18
+ NR-IntegrityParametersTRP-LocationInfo-r18 OPTIONAL, -- Need OR
+ nr-IntegrityParametersDL-PRS-BeamInfo-r18
+ NR-IntegrityParametersDL-PRS-BeamInfo-r18 OPTIONAL, -- Need OR
+ nr-IntegrityParametersRTD-Info-r18
+ NR-IntegrityParametersRTD-Info-r18 OPTIONAL, -- Need OR
+ nr-IntegrityParametersTRP-BeamAntennaInfo-r18
+ NR-IntegrityParametersTRP-BeamAntennaInfo-r18 OPTIONAL, -- Need OR
+ ...
+}
+
+
END