aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/x2ap/X2AP-IEs.asn
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2021-04-09 18:59:48 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-09 17:08:30 +0000
commit9f3822ad7bd14950d7993acaf3bdd121f098e899 (patch)
tree36b103104e0dbe6250eb50192d6284813f822809 /epan/dissectors/asn1/x2ap/X2AP-IEs.asn
parent7ebd4dba7adc8f27f68f53b510334f179ce0c79f (diff)
X2AP: upgrade dissector to v16.5.0
Diffstat (limited to 'epan/dissectors/asn1/x2ap/X2AP-IEs.asn')
-rw-r--r--epan/dissectors/asn1/x2ap/X2AP-IEs.asn20
1 files changed, 17 insertions, 3 deletions
diff --git a/epan/dissectors/asn1/x2ap/X2AP-IEs.asn b/epan/dissectors/asn1/x2ap/X2AP-IEs.asn
index 7f082eb9f4..39fd6c8359 100644
--- a/epan/dissectors/asn1/x2ap/X2AP-IEs.asn
+++ b/epan/dissectors/asn1/x2ap/X2AP-IEs.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 36.423 V16.4.0 (2021-01)
+-- 3GPP TS 36.423 V16.5.0 (2021-04)
-- 9.3.5 Information Element definitions
-- **************************************************************
--
@@ -85,6 +85,7 @@ IMPORTS
id-QoS-Mapping-Information,
id-IntendedTDD-DL-ULConfiguration-NR,
id-TraceCollectionEntityURI,
+ id-SFN-Offset,
maxnoofBearers,
maxCellineNB,
@@ -447,7 +448,9 @@ CauseRadioNetwork ::= ENUMERATED {
unknown-old-en-gNB-UE-X2AP-ID,
pDCP-Overload,
cho-cpc-resources-tobechanged,
- ue-power-saving
+ ue-power-saving,
+ insufficient-ue-capabilities,
+ normal-release
}
@@ -2557,7 +2560,8 @@ ServedCell-Information-ExtIEs X2AP-PROTOCOL-EXTENSION ::= {
{ ID id-BandwidthReducedSI CRITICALITY ignore EXTENSION BandwidthReducedSI PRESENCE optional}|
{ ID id-ProtectedEUTRAResourceIndication CRITICALITY ignore EXTENSION ProtectedEUTRAResourceIndication PRESENCE optional}|
{ ID id-BPLMN-ID-Info-EUTRA CRITICALITY ignore EXTENSION BPLMN-ID-Info-EUTRA PRESENCE optional}|
- { ID id-NPRACHConfiguration CRITICALITY ignore EXTENSION NPRACHConfiguration PRESENCE optional},
+ { ID id-NPRACHConfiguration CRITICALITY ignore EXTENSION NPRACHConfiguration PRESENCE optional}|
+ { ID id-SFN-Offset CRITICALITY ignore EXTENSION SFN-Offset PRESENCE optional},
...
}
@@ -2825,6 +2829,16 @@ SULInformation-ExtIEs X2AP-PROTOCOL-EXTENSION ::= {
...
}
+SFN-Offset ::= SEQUENCE {
+ sFN-Time-Offset BIT STRING (SIZE(24)),
+ iE-Extensions ProtocolExtensionContainer { {SFN-Offset-ExtIEs} } OPTIONAL,
+ ...
+}
+
+SFN-Offset-ExtIEs X2AP-PROTOCOL-EXTENSION ::= {
+ ...
+}
+
-- T
TABasedMDT::= SEQUENCE {