osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-dev/+/33803 )
Change subject: ttcn3/ttcn3.sh: add osmo-ggsn ......................................................................
ttcn3/ttcn3.sh: add osmo-ggsn
Order the list alphabetically while at it.
Change-Id: Ibdf30a0f87a4cc19c37c6337edff42fd4e56342a --- M ttcn3/ttcn3.sh 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/03/33803/1
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh index 2a95027..b87d28d 100755 --- a/ttcn3/ttcn3.sh +++ b/ttcn3/ttcn3.sh @@ -40,8 +40,9 @@ local hacks="${DIR_OSMODEV}/src/osmo-ttcn3-hacks"
case "$PROJECT" in - bts-*) echo "$hacks/bts" ;; bsc-*) echo "$hacks/bsc" ;; + bts-*) echo "$hacks/bts" ;; + ggsn) echo "$hacks/ggsn_tests" ;; pcu-sns) echo "$hacks/pcu" ;; *) echo "$hacks/$PROJECT" ;; esac