osmith has uploaded this change for review.

View Change

ttcn3: remove unused functions

Change-Id: I1939f1262757899c1a75c6d51cffd2ab13815c0f
---
M ttcn3/ttcn3.sh
1 file changed, 9 insertions(+), 20 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/16/35116/1
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"


To view, visit change 35116. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I1939f1262757899c1a75c6d51cffd2ab13815c0f
Gerrit-Change-Number: 35116
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange