pcfp: add missing Usage Report Trigger indication

Oct7, Bit 2: TEBUR

Change-Id: If3668ba53b163c692fe81163c5e895fcd38b9539
Reviewed-on: https://code.wireshark.org/review/35422
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Joakim Karlsson 2019-12-12 15:48:03 +01:00 committed by Anders Broman
parent e1a876cf9d
commit 2629bd2081
1 changed files with 8 additions and 0 deletions

View File

@ -302,6 +302,7 @@ static int hf_pfcp_usage_report_trigger_o6_b3_termr = -1;
static int hf_pfcp_usage_report_trigger_o6_b2_liusa = -1;
static int hf_pfcp_usage_report_trigger_o6_b1_timqu = -1;
static int hf_pfcp_usage_report_trigger_o6_b0_volqu = -1;
static int hf_pfcp_usage_report_trigger_o7_b1_tebur = -1;
static int hf_pfcp_usage_report_trigger_o7_b0_evequ = -1;
static int hf_pfcp_volume_measurement = -1;
@ -3088,6 +3089,8 @@ dissect_pfcp_usage_report_trigger(tvbuff_t *tvb, packet_info *pinfo, proto_tree
}
static const int * pfcp_usage_report_trigger_o7_flags[] = {
&hf_pfcp_spare_b7_b2,
&hf_pfcp_usage_report_trigger_o7_b1_tebur,
&hf_pfcp_usage_report_trigger_o7_b0_evequ,
NULL
};
@ -7609,6 +7612,11 @@ proto_register_pfcp(void)
FT_BOOLEAN, 8, NULL, 0x01,
NULL, HFILL }
},
{ &hf_pfcp_usage_report_trigger_o7_b1_tebur,
{ "TEMUR (Termination By UP function Report)", "pfcp.usage_report_trigger_flags.tebur",
FT_BOOLEAN, 8, NULL, 0x02,
NULL, HFILL }
},
{ &hf_pfcp_usage_report_trigger_o6_b0_volqu,
{ "VOLQU (Volume Quota)", "pfcp.usage_report_trigger_flags.volqu",
FT_BOOLEAN, 8, NULL, 0x01,