diff --git a/simtrace/SIMTRACE_Emulation.ttcn b/library/SIMTRACE_Emulation.ttcn similarity index 100% rename from simtrace/SIMTRACE_Emulation.ttcn rename to library/SIMTRACE_Emulation.ttcn diff --git a/simtrace/SIMTRACE_Templates.ttcn b/library/SIMTRACE_Templates.ttcn similarity index 100% rename from simtrace/SIMTRACE_Templates.ttcn rename to library/SIMTRACE_Templates.ttcn diff --git a/simtrace/SIMTRACE_Types.ttcn b/library/SIMTRACE_Types.ttcn similarity index 100% rename from simtrace/SIMTRACE_Types.ttcn rename to library/SIMTRACE_Types.ttcn diff --git a/simtrace/gen_links.sh b/simtrace/gen_links.sh index 72787b904..eef1fead6 100755 --- a/simtrace/gen_links.sh +++ b/simtrace/gen_links.sh @@ -15,6 +15,7 @@ gen_links $DIR $FILES DIR=../library FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn " FILES+="Native_Functions.ttcn Native_FunctionDefs.cc " +FILES+="SIMTRACE_Types.ttcn SIMTRACE_Templates.ttcn SIMTRACE_Emulation.ttcn " gen_links $DIR $FILES ignore_pp_results