From 244cd8acf7882b31b5482fe2d3ae25d6f86ac408 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 26 Aug 2017 09:25:20 +0200 Subject: sysinfo: Fix the TC_telnet test case VTY command order --- ggsn_tests/gen_links.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ggsn_tests/gen_links.sh') diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index 573e2633..1297938b 100755 --- a/ggsn_tests/gen_links.sh +++ b/ggsn_tests/gen_links.sh @@ -35,6 +35,10 @@ DIR=$BASEDIR/titan.ProtocolModules.IP/src FILES="IP_EncDec.cc IP_Types.ttcn" gen_links $DIR $FILES +DIR=$BASEDIR/titan.ProtocolModules.UDP/src +FILES="UDP_EncDec.cc UDP_Types.ttcn" +gen_links $DIR $FILES + DIR=../GTP_v13.5.0_CNL113843_LATEST/src FILES="GTPC_EncDec.cc GTPC_Types.ttcn GTPU_EncDec.cc GTPU_Types.ttcn" gen_links $DIR $FILES -- cgit v1.2.3