From 9f3822ad7bd14950d7993acaf3bdd121f098e899 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 9 Apr 2021 18:59:48 +0200 Subject: X2AP: upgrade dissector to v16.5.0 --- epan/dissectors/asn1/x2ap/X2AP-IEs.asn | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/asn1/x2ap/X2AP-IEs.asn') 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 { -- cgit v1.2.3