<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19435">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc CBSP: quick-fix f_cbsp_init_client()<br><br>Expecting a CBSP RESTART when connecting as CBSP client does not work. This<br>test should probably *send* a CBSP RESTART instead, but simply omitting that<br>for now helps to get the CBSP tests running at all first.<br><br>Change-Id: Ib93530691344c6dc4c0a8318bee2edf87e309a42<br>---<br>M bsc/BSC_Tests_CBSP.ttcn<br>1 file changed, 2 insertions(+), 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/35/19435/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn</span><br><span>index d6a4b82..781bb8b 100644</span><br><span>--- a/bsc/BSC_Tests_CBSP.ttcn</span><br><span>+++ b/bsc/BSC_Tests_CBSP.ttcn</span><br><span>@@ -103,7 +103,8 @@</span><br><span> private function f_cbsp_init_client() runs on cbsp_test_CT {</span><br><span>     f_init();</span><br><span>    CBSP_Adapter.f_connect(mp_bsc_ip, mp_bsc_cbsp_port, "", -1);</span><br><span style="color: hsl(0, 100%, 40%);">-  f_cbsp_init_tail();</span><br><span style="color: hsl(120, 100%, 40%);">+   /* TODO: should this send a CBSP RESTART? */</span><br><span style="color: hsl(120, 100%, 40%);">+  setverdict(pass);</span><br><span> }</span><br><span> </span><br><span> private function f_cbsp_init_server() runs on cbsp_test_CT {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19435">change 19435</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/+/19435"/><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: Ib93530691344c6dc4c0a8318bee2edf87e309a42 </div>
<div style="display:none"> Gerrit-Change-Number: 19435 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>