test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] framework/packet:add more gtp module suppoprt
@ 2023-06-29 18:28 Zhimin Huang
  0 siblings, 0 replies; only message in thread
From: Zhimin Huang @ 2023-06-29 18:28 UTC (permalink / raw)
  To: dts; +Cc: Zhimin Huang

according to test suite of ice_advanced_iavf_rss_gtpu,need more gtp
module support,add required modules to the framework.

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 framework/packet.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/framework/packet.py b/framework/packet.py
index 2c16e7cb..356fdc62 100644
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -50,6 +50,15 @@ scapy_modules_required = {
         "GTPPDUSessionContainer",
         "GTPEchoRequest",
         "GTPEchoResponse",
+        "GTPHeader",
+        "GTPCreatePDPContextRequest",
+        "GTPCreatePDPContextResponse",
+        "GTPUpdatePDPContextRequest",
+        "GTPUpdatePDPContextResponse",
+        "GTPDeletePDPContextRequest",
+        "GTPDeletePDPContextResponse",
+        "GTPPDUNotificationRequest",
+        "GTPSupportedExtensionHeadersNotification",
     ],
     "scapy.contrib.lldp": ["LLDPDU", "LLDPDUManagementAddress"],
     "scapy.contrib.pfcp": ["PFCP"],
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-29 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29 18:28 [dts][PATCH V1] framework/packet:add more gtp module suppoprt Zhimin Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).