[S] Change in osmo-dev[master]: ttcn3: remove unused functions

2023-11-23 Thread osmith
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"


--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/35116?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I1939f1262757899c1a75c6d51cffd2ab13815c0f
Gerrit-Change-Number: 35116
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: osmith 
Gerrit-MessageType: merged


[S] Change in osmo-dev[master]: ttcn3: remove unused functions

2023-11-23 Thread osmith
osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-dev/+/35116?usp=email )

Change subject: ttcn3: remove unused functions
..


Patch Set 1: Verified+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/35116?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I1939f1262757899c1a75c6d51cffd2ab13815c0f
Gerrit-Change-Number: 35116
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: osmith 
Gerrit-Comment-Date: Thu, 23 Nov 2023 15:56:35 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-dev[master]: ttcn3: remove unused functions

2023-11-23 Thread osmith
osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-dev/+/35116?usp=email )

Change subject: ttcn3: remove unused functions
..


Patch Set 1: Code-Review+2

(1 comment)

Patchset:

PS1:
as discussed with neels, pushing these without code review



--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/35116?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I1939f1262757899c1a75c6d51cffd2ab13815c0f
Gerrit-Change-Number: 35116
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: osmith 
Gerrit-Comment-Date: Thu, 23 Nov 2023 15:55:43 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-dev[master]: ttcn3: remove unused functions

2023-11-23 Thread osmith
osmith has uploaded this change for review. ( 
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(-)



  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 https://gerrit.osmocom.org/c/osmo-dev/+/35116?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I1939f1262757899c1a75c6d51cffd2ab13815c0f
Gerrit-Change-Number: 35116
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-MessageType: newchange