osmith submitted this change.

View Change


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

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Ibdf30a0f87a4cc19c37c6337edff42fd4e56342a
Gerrit-Change-Number: 33803
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged