laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39603?usp=email )
Change subject: eim: move es9p_Types_JSON to library
......................................................................
eim: move es9p_Types_JSON to library
The TTCN3 module es9p_Types_JSON is currently only used by the eIM testsuite,
but it may also be helpful in other testsuites in the future.
Related: SYS#7339
Change-Id: If4be10a298e30188aebe7c9d3efbdb56d2816c7f
---
M eim/gen_links.sh
R library/euicc/es9p_Types_JSON.ttcn
2 files changed, 2 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/eim/gen_links.sh b/eim/gen_links.sh
index 4bb1ea8..1996da9 100755
--- a/eim/gen_links.sh
+++ b/eim/gen_links.sh
@@ -35,7 +35,8 @@
FILES+="PKIX1Explicit88_Templates.ttcn PKIX1Explicit88_Types.ttcn
PKIX1Implicit88_Templates.ttcn "
FILES+="PKIX1Implicit88_Types.ttcn RSPDefinitions_Templates.ttcn
RSPDefinitions_Types.ttcn "
FILES+="SGP32Definitions_Templates.ttcn SGP32Definitions_Types.ttcn "
-FILES+="PKIX1Explicit88_EncDec.cc PKIX1Implicit88_EncDec.cc RSPDefinitions_EncDec.cc
SGP32Definitions_EncDec.cc"
+FILES+="PKIX1Explicit88_EncDec.cc PKIX1Implicit88_EncDec.cc RSPDefinitions_EncDec.cc
SGP32Definitions_EncDec.cc "
+FILES+="es9p_Types_JSON.ttcn"
gen_links $DIR $FILES
DIR=../library
diff --git a/eim/es9p_Types_JSON.ttcn b/library/euicc/es9p_Types_JSON.ttcn
similarity index 100%
rename from eim/es9p_Types_JSON.ttcn
rename to library/euicc/es9p_Types_JSON.ttcn
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39603?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If4be10a298e30188aebe7c9d3efbdb56d2816c7f
Gerrit-Change-Number: 39603
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>