Change in osmo-dev[master]: ttcn3.sh: support sip (osmo-sip-connector)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Tue Dec 3 13:51:53 UTC 2019


neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/16315 )

Change subject: ttcn3.sh: support sip (osmo-sip-connector)
......................................................................

ttcn3.sh: support sip (osmo-sip-connector)

Change-Id: I9eed35628f25be37bf0190e5d5797d792c1f0ef9
---
M ttcn3/ttcn3.sh
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  osmith: Verified
  pespin: Looks good to me, but someone else must approve
  neels: Looks good to me, approved



diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 4cb4344..5322182 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -10,7 +10,7 @@
 	if [ -z "$PROJECT" ]; then
 		echo "usage: $(basename $0) PROJECT"
 		echo "example: $(basename $0) hlr"
-		echo "known working projects: hlr, mgw, msc, pcu, pcu-sns, sgsn"
+		echo "known working projects: hlr, mgw, msc, pcu, pcu-sns, sip, sgsn"
 		echo "wip: bts, bts-oml"
 		echo ""
 		echo "notes (see docker-playground.git/ttcn3-*/jenkins.sh):"
@@ -59,6 +59,7 @@
 		pcu-sns) echo "osmo-pcu" ;;
 		pcu) echo "osmo-pcu osmo-bsc osmo-bts-virtual virtphy" ;;
 		sgsn) echo "osmo-stp osmo-sgsn" ;;
+		sip) echo "osmo-sip-connector" ;;
 		*) echo "osmo-$PROJECT" ;;
 	esac
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/16315
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I9eed35628f25be37bf0190e5d5797d792c1f0ef9
Gerrit-Change-Number: 16315
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191203/38ad7f16/attachment.htm>


More information about the gerrit-log mailing list