osmith has submitted this change. ( 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(-)
Approvals: pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved; Verified
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