<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25563">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: do not run TC_stat_num_msc_* for SCCPlite<br><br>Avoid test breakage in ttcn3-bsc-test-sccplite, due to different<br>osmo-bsc configuration.<br><br>Related: SYS#5542<br>Change-Id: Iaf976ac12dbb2ee1930a7acfcf3cb452db34beed<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 7 insertions(+), 3 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/63/25563/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn</span><br><span>index 7cffac9..49214cd 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -10159,9 +10159,13 @@</span><br><span>  /* CTRL interface testing */</span><br><span>         execute( TC_ctrl_msc_connection_status() );</span><br><span>  execute( TC_ctrl_msc0_connection_status() );</span><br><span style="color: hsl(0, 100%, 40%);">-    execute( TC_stat_num_msc_connected_1() );</span><br><span style="color: hsl(0, 100%, 40%);">-       execute( TC_stat_num_msc_connected_2() );</span><br><span style="color: hsl(0, 100%, 40%);">-       execute( TC_stat_num_msc_connected_3() );</span><br><span style="color: hsl(120, 100%, 40%);">+     /* In SCCPlite tests, only one MSC is configured. These tests assume that three MSCs are configured, so only run</span><br><span style="color: hsl(120, 100%, 40%);">+       * these in the AoIP test suite. */</span><br><span style="color: hsl(120, 100%, 40%);">+   if (mp_bssap_cfg[0].transport == BSSAP_TRANSPORT_AoIP) {</span><br><span style="color: hsl(120, 100%, 40%);">+              execute( TC_stat_num_msc_connected_1() );</span><br><span style="color: hsl(120, 100%, 40%);">+             execute( TC_stat_num_msc_connected_2() );</span><br><span style="color: hsl(120, 100%, 40%);">+             execute( TC_stat_num_msc_connected_3() );</span><br><span style="color: hsl(120, 100%, 40%);">+     }</span><br><span>    execute( TC_stat_num_bts_connected_1() );</span><br><span>    execute( TC_stat_num_bts_connected_2() );</span><br><span>    execute( TC_stat_num_bts_connected_3() );</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25563">change 25563</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/+/25563"/><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: Iaf976ac12dbb2ee1930a7acfcf3cb452db34beed </div>
<div style="display:none"> Gerrit-Change-Number: 25563 </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>