<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14617">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgw: move 'conn-timeout 0' out of f_init<br><br>Do not break all ttcn3-mgw-latest tests by using a command in f_init,<br>which isn't available in latest yet [1].<br><br>I thought about keeping it in f_init, and adding a setting to not use<br>this VTY command in -latest like done in [2]. But then we also need to<br>touch osmo-ci.git and remember to switch it back once the next version<br>is released. This does not seem to be worth it for just this one test,<br>let's rather have it working automatically once the next version is<br>released.<br><br>[1] I7dee7dafaaf4bb93fd692ea06b52b9e012beac6d<br>[2] I53d58b2d905905ebf1df322d0389b3715a48212f<br><br>Change-Id: Idcbe9178ee3324953c88233f5f7d79672e9639db<br>---<br>M mgw/MGCP_Test.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/17/14617/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn</span><br><span>index aeb6ef8..cd2b66e 100644</span><br><span>--- a/mgw/MGCP_Test.ttcn</span><br><span>+++ b/mgw/MGCP_Test.ttcn</span><br><span>@@ -91,7 +91,6 @@</span><br><span>            f_vty_transceive(MGWVTY, "enable");</span><br><span> </span><br><span>            f_vty_enable_osmux(osmux_on);</span><br><span style="color: hsl(0, 100%, 40%);">-           f_vty_config(MGWVTY, "mgcp", "conn-timeout 0");</span><br><span>  }</span><br><span> </span><br><span>        private function f_rtpem_init(inout RTP_Emulation_CT comp_ref, integer i)</span><br><span>@@ -2102,6 +2101,7 @@</span><br><span>            f_rtpem_conn_refuse_verify(RTPEM[0]);</span><br><span> </span><br><span>            setverdict(pass);</span><br><span style="color: hsl(120, 100%, 40%);">+             f_vty_config(MGWVTY, "mgcp", "conn-timeout 0");</span><br><span>  }</span><br><span> </span><br><span>        control {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14617">change 14617</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14617"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Idcbe9178ee3324953c88233f5f7d79672e9639db </div>
<div style="display:none"> Gerrit-Change-Number: 14617 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>