diff options
author | Tetsuya Murakami <tetsuya.mrk@gmail.com> | 2020-03-04 16:27:14 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-03-21 12:49:12 +0000 |
commit | 9e722bd466383dd53b10d4c1de95ad18db939147 (patch) | |
tree | f870d7ad6b974798ac26a0b1580a67b2f61f12a7 /src/plugins/srv6-mobile/CMakeLists.txt | |
parent | 7a6f5a4fee17bd34f70f9eb25a094764be39d81b (diff) |
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 <tetsuya.mrk@gmail.com>
Change-Id: I890e5171bf03513d54b4830f01b9dc7f47fe7c48
Signed-off-by: Tetsuya Murakami <tetsuya.mrk@gmail.com>
Diffstat (limited to 'src/plugins/srv6-mobile/CMakeLists.txt')
-rw-r--r-- | src/plugins/srv6-mobile/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |