aboutsummaryrefslogtreecommitdiffstats
path: root/epdg/gen_links.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-03-01 16:15:21 +0100
committerpespin <pespin@sysmocom.de>2024-03-04 21:47:55 +0000
commitbf03d7764938ee7e109c60eaecf4991fbcda2038 (patch)
treea581fd24982c892b60dd8e2516a3f3c4dc8e21d3 /epdg/gen_links.sh
parente16e928f14f965fa8618b8f4b7269d6e8ac805ef (diff)
epdg: Introduce test TC_mt_ipv4_echo_req
Diffstat (limited to 'epdg/gen_links.sh')
-rwxr-xr-xepdg/gen_links.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/epdg/gen_links.sh b/epdg/gen_links.sh
index ed4209c4..7a4e60db 100755
--- a/epdg/gen_links.sh
+++ b/epdg/gen_links.sh
@@ -17,6 +17,14 @@ DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
gen_links $DIR $FILES
+DIR=$BASEDIR/titan.ProtocolModules.IP/src
+FILES="IP_EncDec.cc IP_Types.ttcn"
+gen_links $DIR $FILES
+
+DIR=$BASEDIR/titan.ProtocolModules.ICMP/src
+FILES="ICMP_EncDec.cc ICMP_Types.ttcn"
+gen_links $DIR $FILES
+
DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
gen_links $DIR $FILES
@@ -54,6 +62,7 @@ FILES+="PCO_Types.ttcn GSUP_Types.ttcn GSUP_Templates.ttcn GSUP_Emulation.ttcn "
FILES+="GTPv1U_CodecPort.ttcn GTPv1U_CodecPort_CtrlFunct.ttcn GTPv1U_CodecPort_CtrlFunctDef.cc GTPv1U_Templates.ttcn "
FILES+="GTPv2_PrivateExtensions.ttcn GTPv2_Templates.ttcn "
FILES+="GTPv2_CodecPort.ttcn GTPv2_CodecPort_CtrlFunctDef.cc GTPv2_CodecPort_CtrlFunct.ttcn GTPv2_Emulation.ttcn "
+FILES+="ICMP_Templates.ttcn "
gen_links $DIR $FILES
ignore_pp_results