[dts][PATCH V1] framework/packet:add more gtp module suppoprt

Zhimin Huang zhiminx.huang at intel.com
Thu Jun 29 20:28:59 CEST 2023


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 at 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



More information about the dts mailing list