<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22521">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CTRL_Adapter: Keep server alive after first client disconnects<br><br>It can be expected from CTRL clients to connect and disconnect several<br>times as several commands are sent, so let's by default enable it (only<br>user of this CTRL servcer in PCU_Tests needs it).<br><br>Change-Id: Idddc27671d1b823dfbc62bcf7be673e51b574d63<br>---<br>M library/Osmocom_CTRL_Adapter.ttcn<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/Osmocom_CTRL_Adapter.ttcn b/library/Osmocom_CTRL_Adapter.ttcn</span><br><span>index e1fba1b..adc2887 100644</span><br><span>--- a/library/Osmocom_CTRL_Adapter.ttcn</span><br><span>+++ b/library/Osmocom_CTRL_Adapter.ttcn</span><br><span>@@ -81,7 +81,8 @@</span><br><span>     map(vc_CTRL_IPA:IPA_PORT, system:IPA_CODEC_PT);</span><br><span>      connect(vc_CTRL_IPA:IPA_CTRL_PORT, self:IPA_CTRL);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  vc_CTRL_IPA.start(IPA_Emulation.main_server(listen_host, listen_port, false));</span><br><span style="color: hsl(120, 100%, 40%);">+        vc_CTRL_IPA.start(IPA_Emulation.main_server(listen_host, listen_port, false,</span><br><span style="color: hsl(120, 100%, 40%);">+                    server_stop_on_ipa_ev_down := false));</span><br><span> }</span><br><span> </span><br><span> function f_ipa_ctrl_stop() runs on CTRL_Adapter_CT {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22521">change 22521</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/+/22521"/><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: Idddc27671d1b823dfbc62bcf7be673e51b574d63 </div>
<div style="display:none"> Gerrit-Change-Number: 22521 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>