<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9326">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: Disable TC_assignment_fr_a5_1_codec_missing for SCCPlite<br><br>In SCCPlite, the codec list is always missing, and that's the<br>successful situation, not a failure case.  Let's run this test<br>only in AoIP scenarios.<br><br>Related: OS#2544<br>Change-Id: I01db7628c2b1c58419d544fc6fa311b9d9b59fb9<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></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 cdc64b8..936544b 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -2460,7 +2460,9 @@</span><br><span>   execute( TC_assignment_sign() );</span><br><span>     execute( TC_assignment_fr_a5_0() );</span><br><span>  execute( TC_assignment_fr_a5_1() );</span><br><span style="color: hsl(0, 100%, 40%);">-     execute( TC_assignment_fr_a5_1_codec_missing() );</span><br><span style="color: hsl(120, 100%, 40%);">+     if (mp_bssap_cfg.transport == BSSAP_TRANSPORT_AoIP) {</span><br><span style="color: hsl(120, 100%, 40%);">+         execute( TC_assignment_fr_a5_1_codec_missing() );</span><br><span style="color: hsl(120, 100%, 40%);">+     }</span><br><span>    execute( TC_assignment_fr_a5_3() );</span><br><span>  execute( TC_assignment_fr_a5_4() );</span><br><span>  execute( TC_ciph_mode_a5_0() );</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9326">change 9326</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/9326"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I01db7628c2b1c58419d544fc6fa311b9d9b59fb9 </div>
<div style="display:none"> Gerrit-Change-Number: 9326 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>