[PFCP] fix UL Gate bits in Gates Status

Change-Id: Ief03ead2a85233d1b61905d5c39d8fbcf9ab1cb2
Reviewed-on: https://code.wireshark.org/review/26015
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 2018-02-22 22:56:40 +01:00 committed by Anders Broman
parent 06bb9450dd
commit e3fcac94b8
1 changed files with 1 additions and 1 deletions

View File

@ -4757,7 +4757,7 @@ proto_register_pfcp(void)
},
{ &hf_pfcp_gate_status_b3b2_ulgate,
{ "UL Gate", "pfcp.gate_status.ulgate",
FT_UINT8, BASE_DEC, VALS(pfcp_gate_status_vals), 0x0e,
FT_UINT8, BASE_DEC, VALS(pfcp_gate_status_vals), 0x0c,
NULL, HFILL }
},
{ &hf_pfcp_ul_mbr,