S1AP: upgrade dissector to v17.3.0

This commit is contained in:
Pascal Quantin 2023-01-11 09:06:10 +01:00
parent 313fed6db0
commit 0611f92317
9 changed files with 20 additions and 18 deletions

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.413 V17.2.0 (2022-09)
-- 3GPP TS 36.413 V17.3.0 (2022-12)
-- 9.3.5 Common Definitions
-- **************************************************************
--

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.413 V17.2.0 (2022-09)
-- 3GPP TS 36.413 V17.3.0 (2022-12)
-- 9.3.6 Constant Definitions
-- **************************************************************
--

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.413 V17.2.0 (2022-09)
-- 3GPP TS 36.413 V17.3.0 (2022-12)
-- 9.3.7 Container Definitions
-- **************************************************************
--

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.413 V17.2.0 (2022-09)
-- 3GPP TS 36.413 V17.3.0 (2022-12)
-- 9.3.4 Information Element Definitions
-- **************************************************************
--
@ -3002,8 +3002,8 @@ TransportLayerAddress ::= BIT STRING (SIZE(1..160, ...))
TraceActivation ::= SEQUENCE {
e-UTRAN-Trace-ID E-UTRAN-Trace-ID,
interfacesToTrace InterfacesToTrace,
traceDepth TraceDepth,
traceCollectionEntityIPAddress TransportLayerAddress,
traceDepth TraceDepth,
traceCollectionEntityIPAddress TransportLayerAddress,
iE-Extensions ProtocolExtensionContainer { { TraceActivation-ExtIEs} } OPTIONAL,
...
}

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.413 V17.2.0 (2022-09)
-- 3GPP TS 36.413 V17.3.0 (2022-12)
-- 9.3.3 PDU Definitions
-- **************************************************************
--
@ -1140,7 +1140,8 @@ E-RABSetupResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-RABSetupListBearerSURes CRITICALITY ignore TYPE E-RABSetupListBearerSURes PRESENCE optional }|
{ ID id-E-RABFailedToSetupListBearerSURes CRITICALITY ignore TYPE E-RABList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional }|
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional },
...
}
@ -1233,7 +1234,8 @@ E-RABModifyResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABModifyListBearerModRes CRITICALITY ignore TYPE E-RABModifyListBearerModRes PRESENCE optional }|
{ ID id-E-RABFailedToModifyList CRITICALITY ignore TYPE E-RABList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional }|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional },
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional }|
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional },
...
}
@ -2433,8 +2435,8 @@ DeactivateTraceIEs S1AP-PROTOCOL-IES ::= {
-- **************************************************************
CellTrafficTrace ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { CellTrafficTraceIEs } },
...
protocolIEs ProtocolIE-Container { { CellTrafficTraceIEs } },
...
}
CellTrafficTraceIEs S1AP-PROTOCOL-IES ::= {

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.413 V17.2.0 (2022-09)
-- 3GPP TS 36.413 V17.3.0 (2022-12)
-- 9.3.2 Elementary Procedure Definitions
-- **************************************************************
--
@ -552,9 +552,9 @@ traceFailureIndication S1AP-ELEMENTARY-PROCEDURE ::= {
CRITICALITY ignore
}
cellTrafficTrace S1AP-ELEMENTARY-PROCEDURE ::={
INITIATING MESSAGE CellTrafficTrace
PROCEDURE CODE id-CellTrafficTrace
CRITICALITY ignore
INITIATING MESSAGE CellTrafficTrace
PROCEDURE CODE id-CellTrafficTrace
CRITICALITY ignore
}
locationReportingControl S1AP-ELEMENTARY-PROCEDURE ::= {

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.413 V17.2.0 (2022-09)
-- 3GPP TS 36.413 V17.3.0 (2022-12)
-- B.2 ASN.1 definition
-- **************************************************************
--

View File

@ -10,7 +10,7 @@
*
* Based on the RANAP dissector
*
* References: 3GPP TS 36.413 V17.2.0 (2022-09)
* References: 3GPP TS 36.413 V17.3.0 (2022-12)
*/
#include "config.h"

View File

@ -15,7 +15,7 @@
*
* Based on the RANAP dissector
*
* References: 3GPP TS 36.413 V17.2.0 (2022-09)
* References: 3GPP TS 36.413 V17.3.0 (2022-12)
*/
#include "config.h"