Change in docker-playground[master]: ttcn3-mgw: Drop not longer existing mp_enable_conn_timeout_test

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 5 11:22:36 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/16728 )

Change subject: ttcn3-mgw: Drop not longer existing mp_enable_conn_timeout_test
......................................................................

ttcn3-mgw: Drop not longer existing mp_enable_conn_timeout_test

It was removed since latest osmo-mgw release is nowadays 1.7.0.

Depends: osmo-ttcn3-hacks.git I537c0f5fd6f9e18e111c773c0e42e5f1120ce2f4
Change-Id: Ia457546431e0c3bb3148f4886644ed3fa2513835
---
M ttcn3-mgw-test/MGCP_Test.cfg
M ttcn3-mgw-test/jenkins.sh
M ttcn3-mgw-test/osmo-mgw.cfg
3 files changed, 1 insertion(+), 5 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/ttcn3-mgw-test/MGCP_Test.cfg b/ttcn3-mgw-test/MGCP_Test.cfg
index d7cdcaf..0c6a550 100644
--- a/ttcn3-mgw-test/MGCP_Test.cfg
+++ b/ttcn3-mgw-test/MGCP_Test.cfg
@@ -10,7 +10,6 @@
 [MODULE_PARAMETERS]
 mp_local_ip:= "172.18.4.181";
 mp_remote_ip:= "172.18.4.180";
-mp_enable_conn_timeout_test := true;
 
 [MAIN_CONTROLLER]
 
diff --git a/ttcn3-mgw-test/jenkins.sh b/ttcn3-mgw-test/jenkins.sh
index 6973377..473782f 100755
--- a/ttcn3-mgw-test/jenkins.sh
+++ b/ttcn3-mgw-test/jenkins.sh
@@ -10,10 +10,6 @@
 
 mkdir $VOL_BASE_DIR/mgw-tester
 cp MGCP_Test.cfg $VOL_BASE_DIR/mgw-tester/
-# conn-timeout must be disabled until release AFTER osmo-mgw 1.5.0 is tagged
-if [ "$IMAGE_SUFFIX" = "latest" ]; then
-	sed "s/mp_enable_conn_timeout_test := true;/mp_enable_conn_timeout_test := false;/g" -i $VOL_BASE_DIR/mgw-tester/MGCP_Test.cfg
-fi
 
 mkdir $VOL_BASE_DIR/mgw
 cp osmo-mgw.cfg $VOL_BASE_DIR/mgw/
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index b410dca..c97f08a 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -37,6 +37,7 @@
   sdp audio-payload name GSM
   sdp audio-payload send-ptime
   sdp audio-payload send-name
+  conn-timeout 0
   loop 0
   number endpoints 31
   allow-transcoding

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/16728
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia457546431e0c3bb3148f4886644ed3fa2513835
Gerrit-Change-Number: 16728
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200105/59f9bb53/attachment.htm>


More information about the gerrit-log mailing list