diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-11-19 09:59:50 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-11-19 10:07:54 +0100 |
commit | 874f24bed5bc284e5851df0c2bcc8663972270ea (patch) | |
tree | 87e58200012a60c8b7503659e1b2e8cad4f9274d /ggsn_tests/gen_links.sh | |
parent | 04d74cdcde9d288225541d1ef26a996cb2ee34da (diff) |
Remove BSSAPP, BSSGP, BSSMAP, GTP, GTPv2, ISUP, LLC, MobileL3, NS, SNDCP
All of those now have separate upstream repositories on git://git.eclipse.org/gitroot/titan
and we don't need to keep a copy around
Diffstat (limited to 'ggsn_tests/gen_links.sh')
-rwxr-xr-x | ggsn_tests/gen_links.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index 1297938..ee8d7b0 100755 --- a/ggsn_tests/gen_links.sh +++ b/ggsn_tests/gen_links.sh @@ -39,7 +39,7 @@ 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 +DIR=$BASEDIR/titan.ProtocolModules.GTP_v13.5.0/src FILES="GTPC_EncDec.cc GTPC_Types.ttcn GTPU_EncDec.cc GTPU_Types.ttcn" gen_links $DIR $FILES |