From 9e722bd466383dd53b10d4c1de95ad18db939147 Mon Sep 17 00:00:00 2001 From: Tetsuya Murakami Date: Wed, 4 Mar 2020 16:27:14 -0800 Subject: srv6-mobile: Support GTP4/6.DT and User Plane message mapping Support the following new features in srv6-mobile. 1. GTP4.DT 2. GTP6.DT 3. User Plane Message encoding based on draft-murakami-dmm-user-plane-message-encoding-01 4. Add SRv6 mobile test cases Type: feature Signed-off-by: Tetsuya Murakami Change-Id: I890e5171bf03513d54b4830f01b9dc7f47fe7c48 Signed-off-by: Tetsuya Murakami --- src/plugins/srv6-mobile/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/srv6-mobile/CMakeLists.txt') diff --git a/src/plugins/srv6-mobile/CMakeLists.txt b/src/plugins/srv6-mobile/CMakeLists.txt index ebd03f7fbf4..5a9945c2e4f 100644 --- a/src/plugins/srv6-mobile/CMakeLists.txt +++ b/src/plugins/srv6-mobile/CMakeLists.txt @@ -15,9 +15,11 @@ add_vpp_plugin(srv6mobile SOURCES gtp4_e.c gtp4_d.c + gtp4_dt.c gtp6_e.c gtp6_d.c gtp6_d_di.c + gtp6_dt.c node.c INSTALL_HEADERS -- cgit 1.2.3-korg