F1AP: upgrade dissector to v16.7.0

This commit is contained in:
Pascal Quantin 2021-10-04 21:59:17 +02:00 committed by Wireshark GitLab Utility
parent d6e2dbe407
commit 924bb5b8b3
8 changed files with 16 additions and 15 deletions

View File

@ -1,4 +1,4 @@
-- 3GPP TS 38.473 V16.6.0 (2021-07)
-- 3GPP TS 38.473 V16.7.0 (2021-10)
-- 9.4.6 Common Definitions
-- **************************************************************
--

View File

@ -1,4 +1,4 @@
-- 3GPP TS 38.473 V16.6.0 (2021-07)
-- 3GPP TS 38.473 V16.7.0 (2021-10)
-- 9.4.7 Constant Definitions
-- **************************************************************
--
@ -306,8 +306,8 @@ id-InactivityMonitoringRequest ProtocolIE-ID ::= 97
id-InactivityMonitoringResponse ProtocolIE-ID ::= 98
id-DRB-Activity-Item ProtocolIE-ID ::= 99
id-DRB-Activity-List ProtocolIE-ID ::= 100
id-EUTRA-NR-CellResourceCoordinationReq-Container ProtocolIE-ID ::= 101
id-EUTRA-NR-CellResourceCoordinationReqAck-Container ProtocolIE-ID ::= 102
id-EUTRA-NR-CellResourceCoordinationReq-Container ProtocolIE-ID ::= 101
id-EUTRA-NR-CellResourceCoordinationReqAck-Container ProtocolIE-ID ::= 102
-- WS extension
id-Unknown-103 ProtocolIE-ID ::= 103
id-Unknown-104 ProtocolIE-ID ::= 104
@ -360,8 +360,8 @@ id-Broadcast-To-Be-Cancelled-List ProtocolIE-ID ::= 148
id-Broadcast-To-Be-Cancelled-Item ProtocolIE-ID ::= 149
id-Cells-Broadcast-Cancelled-List ProtocolIE-ID ::= 150
id-Cells-Broadcast-Cancelled-Item ProtocolIE-ID ::= 151
id-NR-CGI-List-For-Restart-List ProtocolIE-ID ::= 152
id-NR-CGI-List-For-Restart-Item ProtocolIE-ID ::= 153
id-NR-CGI-List-For-Restart-List ProtocolIE-ID ::= 152
id-NR-CGI-List-For-Restart-Item ProtocolIE-ID ::= 153
id-PWS-Failed-NR-CGI-List ProtocolIE-ID ::= 154
id-PWS-Failed-NR-CGI-Item ProtocolIE-ID ::= 155
id-ConfirmedUEID ProtocolIE-ID ::= 156

View File

@ -1,4 +1,4 @@
-- 3GPP TS 38.473 V16.6.0 (2021-07)
-- 3GPP TS 38.473 V16.7.0 (2021-10)
-- 9.4.8 Container Definitions
-- **************************************************************
--

View File

@ -1,4 +1,4 @@
-- 3GPP TS 38.473 V16.6.0 (2021-07)
-- 3GPP TS 38.473 V16.7.0 (2021-10)
-- 9.4.5 Information Element Definitions
-- **************************************************************
--
@ -4139,7 +4139,8 @@ Served-Cell-Information-ExtIEs F1AP-PROTOCOL-EXTENSION ::= {
{ ID id-IAB-Info-IAB-DU CRITICALITY ignore EXTENSION IAB-Info-IAB-DU PRESENCE optional}|
{ ID id-SSB-PositionsInBurst CRITICALITY ignore EXTENSION SSB-PositionsInBurst PRESENCE optional }|
{ ID id-NRPRACHConfig CRITICALITY ignore EXTENSION NRPRACHConfig PRESENCE optional }|
{ ID id-SFN-Offset CRITICALITY ignore EXTENSION SFN-Offset PRESENCE optional },
{ ID id-SFN-Offset CRITICALITY ignore EXTENSION SFN-Offset PRESENCE optional }|
{ ID id-NPNBroadcastInformation CRITICALITY reject EXTENSION NPNBroadcastInformation PRESENCE optional },
...
}

View File

@ -1,4 +1,4 @@
-- 3GPP TS 38.473 V16.6.0 (2021-07)
-- 3GPP TS 38.473 V16.7.0 (2021-10)
-- 9.4.4 PDU Definitions
-- **************************************************************
--

View File

@ -1,4 +1,4 @@
-- 3GPP TS 38.473 V16.6.0 (2021-07)
-- 3GPP TS 38.473 V16.7.0 (2021-10)
-- 9.4.3 Elementary Procedure Definitions
-- **************************************************************
--

View File

@ -1,6 +1,6 @@
/* packet-f1ap.c
* Routines for E-UTRAN F1 Application Protocol (F1AP) packet dissection
* Copyright 2018-2020, Pascal Quantin <pascal@wireshark.org>
* Copyright 2018-2021, 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
*
* References: 3GPP TS 38.473 V16.6.0 (2021-07)
* References: 3GPP TS 38.473 V16.7.0 (2021-10)
*/
#include "config.h"

View File

@ -8,7 +8,7 @@
#line 1 "./asn1/f1ap/packet-f1ap-template.c"
/* packet-f1ap.c
* Routines for E-UTRAN F1 Application Protocol (F1AP) packet dissection
* Copyright 2018-2020, Pascal Quantin <pascal@wireshark.org>
* Copyright 2018-2021, Pascal Quantin <pascal@wireshark.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@ -16,7 +16,7 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* References: 3GPP TS 38.473 V16.6.0 (2021-07)
* References: 3GPP TS 38.473 V16.7.0 (2021-10)
*/
#include "config.h"