<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26504">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSC_Tests_CBSP: use proper default values for mp_cbc_ip / mp_cbc_ip6<br><br>Otherwise it's impossible to run the CBSP test cases locally, because<br>the remote peer address in osmo-bsc gets set to '0.0.0.0', so indeed<br>it cannot establish connection to the server.<br><br>Change-Id: I5b1d215818255717ed955c9f1a9c45505ab11a65<br>Fixed: OS#5351<br>---<br>M bsc/BSC_Tests_CBSP.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<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/04/26504/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 6dd5bb7..8119289 100644</span><br><span>--- a/bsc/BSC_Tests_CBSP.ttcn</span><br><span>+++ b/bsc/BSC_Tests_CBSP.ttcn</span><br><span>@@ -41,8 +41,8 @@</span><br><span> import from TELNETasp_PortType all;</span><br><span> </span><br><span> modulepar {</span><br><span style="color: hsl(0, 100%, 40%);">- charstring mp_cbc_ip := "0.0.0.0";</span><br><span style="color: hsl(0, 100%, 40%);">- charstring mp_cbc_ip6 := "::";</span><br><span style="color: hsl(120, 100%, 40%);">+ charstring mp_cbc_ip := "127.0.0.1";</span><br><span style="color: hsl(120, 100%, 40%);">+ charstring mp_cbc_ip6 := "::1";</span><br><span> integer mp_cbc_port := 48049;</span><br><span> charstring mp_bsc_cbsp_ip := "127.0.0.1";</span><br><span> charstring mp_bsc_cbsp_ip6 := "::1";</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26504">change 26504</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/+/26504"/><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: I5b1d215818255717ed955c9f1a9c45505ab11a65 </div>
<div style="display:none"> Gerrit-Change-Number: 26504 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>