osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/35116?usp=email )
Change subject: ttcn3: remove unused functions ......................................................................
ttcn3: remove unused functions
Change-Id: I1939f1262757899c1a75c6d51cffd2ab13815c0f --- M ttcn3/ttcn3.sh 1 file changed, 9 insertions(+), 20 deletions(-)
Approvals: osmith: Looks good to me, approved; Verified
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh index 5c3fae6..38a5c37 100755 --- a/ttcn3/ttcn3.sh +++ b/ttcn3/ttcn3.sh @@ -115,16 +115,6 @@ fi }
-# Returns the name of the testsuite binary -get_testsuite_name() { - case "$PROJECT" in - bts-*) echo "BTS_Tests" ;; - mgw) echo "MGCP_Test" ;; - pcu-sns) echo "PCU_Tests" ;; - *) echo "${PROJECT_UPPER}_Tests" ;; - esac -} - get_testsuite_dir() { local hacks="${DIR_OSMODEV}/src/osmo-ttcn3-hacks"
@@ -137,16 +127,6 @@ esac }
-get_testsuite_config() { - case "$PROJECT" in - bts-gprs) echo "BTS_Tests_GPRS.cfg" ;; - bts-oml) echo "BTS_Tests_OML.cfg" ;; - pcu-sns) echo "PCU_Tests_SNS.cfg" ;; - ggsn-ogs) echo "GGSN_Tests.cfg" ;; - *) echo "$(get_testsuite_name).cfg" ;; - esac -} - get_testsuite_dir_docker() { local dp="${DIR_OSMODEV}/src/docker-playground"