PFCP: Fix a conflict in ie_type value_string

This commit is contained in:
Martin Mathieson 2021-08-22 14:56:37 +01:00 committed by Wireshark GitLab Utility
parent 381e2a35f9
commit febd96affd
1 changed files with 4 additions and 3 deletions

View File

@ -1621,9 +1621,10 @@ static const value_string pfcp_ie_type[] = {
{ 287, "Maximum Receive Unit"}, /* Fixed / Clause 8.2.195 */
{ 288, "Thresholds"}, /* Variable Length / Clause 8.2.196 */
{ 289, "Steering Mode Indicator"}, /* Extendable / Clause 8.2.197 */
{ 290, "Group ID"}, /* Fixed / Clause 8.2.198 */
{ 290, "CP IP Address"}, /* Variable Length / Clause 8.2.199 */
//292 to 32767 Spare. For future use.
{ 290, "PFCP Session Change Info"}, /* Extendable */
{ 291, "Group ID"}, /* Fixed / Clause 8.2.198 */
{ 292, "CP IP Address"}, /* Variable Length / Clause 8.2.199 */
//293 to 32767 Spare. For future use.
//32768 to 65535 Vendor-specific IEs.
{0, NULL}
};