diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-08-26 09:25:20 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-08-26 09:25:20 +0200 |
commit | 244cd8acf7882b31b5482fe2d3ae25d6f86ac408 (patch) | |
tree | 56accc2d70a761935a66164b08e9fb5d1e89d4c8 /ggsn_tests/gen_links.sh | |
parent | 3ab91d6ae45e65362bf658ee242eeabcf7aa9944 (diff) |
sysinfo: Fix the TC_telnet test case VTY command order
Diffstat (limited to 'ggsn_tests/gen_links.sh')
-rwxr-xr-x | ggsn_tests/gen_links.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index 573e263..1297938 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 |