aboutsummaryrefslogtreecommitdiffstats
path: root/pgw/regen_makefile.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-02-29 19:47:07 +0100
committerpespin <pespin@sysmocom.de>2024-03-01 10:28:22 +0000
commit4b090c95d5883594e1c39de9059e537224899138 (patch)
tree0a0a3f90874fea3e107e4e53f051d6cccb3768df /pgw/regen_makefile.sh
parent7b2cc9219afbc454068fc6c0502e08f6e2ba0c10 (diff)
Split GTP_CodecPort/GTP_Templates into C and U variants
The Types are already split in the dependent modules in GTPC_Types and GTPU_Types. There's no point in keeping them together in the same file since those 2 protocols are mostly independent. Furthermore, testsuites using GTPv2C + GTPv1U don't need GTPv1C. Change-Id: Ic15c9a2e92828cbafb4dda7355ee534107051e2d
Diffstat (limited to 'pgw/regen_makefile.sh')
-rwxr-xr-xpgw/regen_makefile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/pgw/regen_makefile.sh b/pgw/regen_makefile.sh
index 5edcaefc..2f58493e 100755
--- a/pgw/regen_makefile.sh
+++ b/pgw/regen_makefile.sh
@@ -9,7 +9,8 @@ FILES="
DIAMETER_EncDec.cc
GTPC_EncDec.cc
GTPU_EncDec.cc
- GTP_CodecPort_CtrlFunctDef.cc
+ GTPv1C_CodecPort_CtrlFunctDef.cc
+ GTPv1U_CodecPort_CtrlFunctDef.cc
GTPv2_CodecPort_CtrlFunctDef.cc
ICMP_EncDec.cc
ICMPv6_EncDec.cc