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

2019-12-03 Thread neels
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 
Gerrit-Reviewer: neels 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


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

2019-12-03 Thread neels
neels has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-dev/+/16315 )

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


Patch Set 1: Code-Review+2


--
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 
Gerrit-Reviewer: neels 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 03 Dec 2019 13:51:49 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

2019-11-28 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-dev/+/16315 )

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


Patch Set 1: Code-Review+1


--
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 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Thu, 28 Nov 2019 14:20:37 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

2019-11-28 Thread osmith
osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-dev/+/16315 )

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


Patch Set 1: Verified+1


--
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 
Gerrit-Reviewer: osmith 
Gerrit-Comment-Date: Thu, 28 Nov 2019 14:20:16 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

2019-11-28 Thread osmith
osmith has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/15/16315/1

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 
Gerrit-MessageType: newchange