aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-06-03 16:16:41 +0200
committerHarald Welte <laforge@osmocom.org>2022-01-27 10:49:05 +0100
commit8f68d705637f3e9c9ea36919670ec26bba99324a (patch)
treedd3f2ebcce23df9869d799da35f9d6fcb1bb5dde
parentc3c6ee6c63c714c48e60ac678b80ae0b4afedbdc (diff)
move SIMTRACE_{Types,Templates,Emulation}.ttcn to library
this will allow us to us SIMTRACE as part of a test suite testing e.g. CCID readers. Change-Id: I4349019e2deac114f4c040f1441b70663a521ec2
-rw-r--r--library/SIMTRACE_Emulation.ttcn (renamed from simtrace/SIMTRACE_Emulation.ttcn)0
-rw-r--r--library/SIMTRACE_Templates.ttcn (renamed from simtrace/SIMTRACE_Templates.ttcn)0
-rw-r--r--library/SIMTRACE_Types.ttcn (renamed from simtrace/SIMTRACE_Types.ttcn)0
-rwxr-xr-xsimtrace/gen_links.sh1
4 files changed, 1 insertions, 0 deletions
diff --git a/simtrace/SIMTRACE_Emulation.ttcn b/library/SIMTRACE_Emulation.ttcn
index c9076089..c9076089 100644
--- a/simtrace/SIMTRACE_Emulation.ttcn
+++ b/library/SIMTRACE_Emulation.ttcn
diff --git a/simtrace/SIMTRACE_Templates.ttcn b/library/SIMTRACE_Templates.ttcn
index 934253ed..934253ed 100644
--- a/simtrace/SIMTRACE_Templates.ttcn
+++ b/library/SIMTRACE_Templates.ttcn
diff --git a/simtrace/SIMTRACE_Types.ttcn b/library/SIMTRACE_Types.ttcn
index 7b1c8577..7b1c8577 100644
--- a/simtrace/SIMTRACE_Types.ttcn
+++ b/library/SIMTRACE_Types.ttcn
diff --git a/simtrace/gen_links.sh b/simtrace/gen_links.sh
index 72787b90..eef1fead 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