osmith submitted this change.
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(-)
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 change 33803. To unsubscribe, or for help writing mail filters, visit settings.