diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-08-19 13:06:14 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-08-19 13:52:36 +0200 |
commit | 303c19ad631884e632f4f768eed96f7d8718db30 (patch) | |
tree | c495dd0134b36eb09802594ac2fc3ce3d75cf4d0 /ggsn_tests | |
parent | ddeecbb4eded046f7a03f6012a1af20e7e3b7e13 (diff) |
Add Native_Functions module for inet_addr / inet_ntoa
Diffstat (limited to 'ggsn_tests')
-rwxr-xr-x | ggsn_tests/gen_links.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index d0f410a..573e263 100755 --- a/ggsn_tests/gen_links.sh +++ b/ggsn_tests/gen_links.sh @@ -16,7 +16,7 @@ gen_links() { #gen_links $DIR $FILES DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src -FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCConversion.hh TCCInterface.cc TCCInterface_ip.h Native_Functions.ttcn Native_FunctionDefs.cc" +FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCConversion.hh TCCInterface.cc TCCInterface_ip.h" gen_links $DIR $FILES DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src @@ -40,5 +40,5 @@ FILES="GTPC_EncDec.cc GTPC_Types.ttcn GTPU_EncDec.cc GTPU_Types.ttcn" gen_links $DIR $FILES DIR=../library -FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn" +FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc" gen_links $DIR $FILES |