From c9d916c7cc312d2396985f5cb83bcfdb98c98a1f Mon Sep 17 00:00:00 2001 From: Ting Xu Date: Thu, 29 Sep 2022 13:50:55 +0800 Subject: packetforge: fix GTP-Extension header field data Fix the incorrect fields data of GTP-Extension header. Type: fix Signed-off-by: Ting Xu Change-Id: Iafc5e852910649afcf0e583a5513b1ab33f5b5e8 --- extras/packetforge/parsegraph/nodes/gtppsc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extras/packetforge/parsegraph') diff --git a/extras/packetforge/parsegraph/nodes/gtppsc.json b/extras/packetforge/parsegraph/nodes/gtppsc.json index d6814be503c..bf0ac11376f 100644 --- a/extras/packetforge/parsegraph/nodes/gtppsc.json +++ b/extras/packetforge/parsegraph/nodes/gtppsc.json @@ -4,7 +4,7 @@ "layout" : [ { "name" : "length", - "size" : "1", + "size" : "8", "default" : "1", "readonly" : "true" }, @@ -23,6 +23,10 @@ { "name" : "qfi", "size" : "6" + }, + { + "name" : "nextext", + "size" : "8" } ] } -- cgit 1.2.3-korg