packet-v52.c: Remove duplicates from info_element_values.

ETSI EN 300 347-1 V2.2.2 does have the duplicated values
documented.  Maybe the value_string needs to be broken up
into the different pieces (PSTN, Control, etc).

Change-Id: I92477d9532d334945cb9e55e75534520d51dd1d1
Reviewed-on: https://code.wireshark.org/review/21131
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Michael Mann 2017-04-16 09:11:03 -04:00
parent 099556c81c
commit 42277559cf
1 changed files with 2 additions and 2 deletions

View File

@ -602,9 +602,9 @@ static const value_string info_element_values [] = {
{ CONTROL_FUNCTION_ELEMENT, "Control function element" },
{ CONTROL_FUNCTION_ID, "Control function ID" },
{ ENABLE_METERING, "Enable metering" },
{ VARIANT, "Variant" },
/* { VARIANT, "Variant" }, XXX - Duplicate value of ENABLE_METERING */
{ METERING_REPORT, "Metering report" },
{ INTERFACE_ID, "Interface ID" },
/* { INTERFACE_ID, "Interface ID" }, XXX - Duplicate value of METERING_REPORT */
{ ATTENUATION, "Attenuation" },
{ LINK_CONTROL_FUNCTION, "Link control function" },
{ USER_PORT_ID, "User port ID" },