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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/33803
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Ibdf30a0f87a4cc19c37c6337edff42fd4e56342a
Gerrit-Change-Number: 33803
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged