LTE RRC: upgrade dissector to v16.7.0

This commit is contained in:
Pascal Quantin 2022-01-03 14:41:00 +01:00 committed by A Wireshark GitLab Utility
parent d4c9dbd2b7
commit d6a9d00cd5
11 changed files with 640 additions and 585 deletions

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
EUTRA-InterNodeDefinitions DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
EUTRA-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=
@ -2852,7 +2852,14 @@ SystemInformationBlockType1-v10x0-IEs ::= SEQUENCE {
SystemInformationBlockType1-v12j0-IEs ::= SEQUENCE {
schedulingInfoList-v12j0 SchedulingInfoList-v12j0 OPTIONAL, -- Need OR
schedulingInfoListExt-r12 SchedulingInfoListExt-r12 OPTIONAL, -- Need OR
nonCriticalExtension SEQUENCE {} OPTIONAL
nonCriticalExtension SystemInformationBlockType1-v15g0-IEs OPTIONAL
}
SystemInformationBlockType1-v15g0-IEs ::= SEQUENCE {
bandwidthReducedAccessRelatedInfo-v15g0 SEQUENCE {
posSchedulingInfoList-BR-r15 SchedulingInfoList-BR-r13
} OPTIONAL, -- Need OR
nonCriticalExtension SEQUENCE {} OPTIONAL
}
-- Regular non critical extensions

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
EUTRA-Sidelink-Preconf DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
NBIOT-InterNodeDefinitions DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
NBIOT-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=
@ -2029,7 +2029,7 @@ PhysicalConfigDedicated-NB-r13 ::= SEQUENCE {
[[ npusch-ConfigDedicated-v1610 NPUSCH-ConfigDedicated-NB-v1610
OPTIONAL, -- Cond twoHARQ
npdsch-ConfigDedicated-r16 NPDSCH-ConfigDedicated-NB-r16
OPTIONAL,
OPTIONAL, -- Need ON
resourceReservationConfigDL-r16 CHOICE {release NULL, setup ResourceReservationConfig-NB-r16}
OPTIONAL, -- Cond dl-NonAnchor
resourceReservationConfigUL-r16 CHOICE {release NULL, setup ResourceReservationConfig-NB-r16}

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
NBIOT-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V16.6.0 (2021-09)
-- 3GPP TS 36.331 V16.7.0 (2021-12)
PC5-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,6 +1,6 @@
# lte-rrc.cnf
# lte-rrc conformation file
# Copyright 2008 Vincent Helfre, 2009-2021 Pascal Quantin
# Copyright 2008 Vincent Helfre, 2009-2022 Pascal Quantin
#.OPT
PER

View File

@ -1,9 +1,9 @@
/* packet-lte-rrc-template.c
* Routines for Evolved Universal Terrestrial Radio Access (E-UTRA);
* Radio Resource Control (RRC) protocol specification
* (3GPP TS 36.331 V16.6.0 Release 16) packet dissection
* (3GPP TS 36.331 V16.7.0 Release 16) packet dissection
* Copyright 2008, Vincent Helfre
* Copyright 2009-2021, Pascal Quantin
* Copyright 2009-2022, Pascal Quantin
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

File diff suppressed because it is too large Load Diff