<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19432">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc CBSP: add log context for CBSP port errors<br><br>Change-Id: Ifd90e84ee65d0cb03eefc7ae1da2605650daf7ac<br>---<br>M library/CBSP_Adapter.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/32/19432/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/CBSP_Adapter.ttcn b/library/CBSP_Adapter.ttcn</span><br><span>index 8dbee6a..fe399aa 100644</span><br><span>--- a/library/CBSP_Adapter.ttcn</span><br><span>+++ b/library/CBSP_Adapter.ttcn</span><br><span>@@ -44,7 +44,8 @@</span><br><span>       res := CBSP_CodecPort_CtrlFunct.f_IPL4_connect(CBSP[idx], remote_host, remote_port,</span><br><span>                                                  local_host, local_port, 0, { tcp :={} });</span><br><span>    if (not ispresent(res.connId)) {</span><br><span style="color: hsl(0, 100%, 40%);">-                setverdict(fail, "Could not connect to CBSP port, check your configuration");</span><br><span style="color: hsl(120, 100%, 40%);">+               setverdict(fail, "Could not connect to CBSP port, check your configuration ",</span><br><span style="color: hsl(120, 100%, 40%);">+                       "{remote ", remote_host, ":", remote_port, " local ", local_host, ":", local_port, "}");</span><br><span>           mtc.stop;</span><br><span>    }</span><br><span>    g_cbsp_conn_id[idx] := res.connId;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19432">change 19432</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/+/19432"/><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: Ifd90e84ee65d0cb03eefc7ae1da2605650daf7ac </div>
<div style="display:none"> Gerrit-Change-Number: 19432 </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>