[PFCP] Added missing User Plane Inactivity Timer IE value_string

Change-Id: I043884300f3c5d4911c02f9c17d631e52700a793
Reviewed-on: https://code.wireshark.org/review/25895
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Matej Tkac 2018-02-19 11:36:57 +01:00 committed by Anders Broman
parent 042cfea07c
commit dbb5c73fec
1 changed files with 2 additions and 1 deletions

View File

@ -602,7 +602,8 @@ static const value_string pfcp_ie_type[] = {
{ 114, "Failed Rule ID" }, /* Extendable / Subclause 8.2.80 */
{ 115, "Time Quota Mechanism" }, /* Extendable / Subclause 8.2.81 */
{ 116, "User Plane IP Resource Information" }, /* Extendable / Subclause 8.2.82 */
//117 to 65535 Spare. For future use.
{ 117, "User Plane Inactivity Timer" }, /* Extendable / Subclause 8.2.83 */
//118 to 65535 Spare. For future use.
{0, NULL}
};