aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/x2ap
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-08-26 17:34:30 +0200
committerPascal Quantin <pascal@wireshark.org>2020-08-26 18:37:12 +0200
commit986ead744d9f8ba971378d61d0377dccee626b99 (patch)
tree9a3daf53b02fb0b030e94a2a5185bc76cd23d910 /epan/dissectors/asn1/x2ap
parent4c36f436129fb823e909c06bec4beb39b6e082fe (diff)
NGAP: upgrade dissector to v16.2.0
Diffstat (limited to 'epan/dissectors/asn1/x2ap')
-rw-r--r--epan/dissectors/asn1/x2ap/packet-x2ap-template.c2
-rw-r--r--epan/dissectors/asn1/x2ap/x2ap.cnf9
2 files changed, 11 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/x2ap/packet-x2ap-template.c b/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
index 5f0eea6bab..b58255b8c8 100644
--- a/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
+++ b/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
@@ -170,6 +170,7 @@ static int ett_x2ap_Non_anchorCarrierFrequency = -1;
static int ett_x2ap_ReportCharacteristics_ENDC = -1;
static int ett_x2ap_TargetCellInNGRAN = -1;
static int ett_x2ap_TDDULDLConfigurationCommonNR = -1;
+static int ett_x2ap_MDT_ConfigurationNR = -1;
#include "packet-x2ap-ett.c"
/* Forward declarations */
@@ -684,6 +685,7 @@ void proto_register_x2ap(void) {
&ett_x2ap_ReportCharacteristics_ENDC,
&ett_x2ap_TargetCellInNGRAN,
&ett_x2ap_TDDULDLConfigurationCommonNR,
+ &ett_x2ap_MDT_ConfigurationNR,
#include "packet-x2ap-ettarr.c"
};
diff --git a/epan/dissectors/asn1/x2ap/x2ap.cnf b/epan/dissectors/asn1/x2ap/x2ap.cnf
index ce9af1e3d3..1c21dead29 100644
--- a/epan/dissectors/asn1/x2ap/x2ap.cnf
+++ b/epan/dissectors/asn1/x2ap/x2ap.cnf
@@ -843,6 +843,15 @@ ScheduledCommunicationTime/timeofDayEnd DISPLAY=BASE_DEC|BASE_UNIT_STRING STRING
if (x2ap_data->procedure_code == id_endcresourceStatusReportingInitiation)
return dissect_x2ap_ReportCharacteristics_ENDC(tvb, offset, actx, tree, hf_x2ap_ReportCharacteristics_ENDC_PDU);
+#.FN_BODY MDT-ConfigurationNR VAL_PTR = &parameter_tvb
+ tvbuff_t *parameter_tvb = NULL;
+ proto_tree *subtree;
+%(DEFAULT_BODY)s
+ if (parameter_tvb) {
+ subtree = proto_item_add_subtree(actx->created_item, ett_x2ap_MDT_ConfigurationNR);
+ dissect_ngap_MDT_Configuration_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
+ }
+
#.END
#.FN_HDR HandoverRequest