<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26451">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc/BSC_ConnectionHandler: fix early return in f_mm_ciph_geran()<br><br>In [1] I forgot to invert an if statement.  This regression caused<br>most of GERAN specific test cases to fail due to "Tguard timeout".<br><br>Change-Id: I8cbaff00abfd9eb252dc3011df848e2e24fe5a1e<br>Fixes: [1] Ib7ebe8fd675295beb02cadebb19d8465dffeb732<br>Related: OS#5333<br>---<br>M msc/BSC_ConnectionHandler.ttcn<br>1 file changed, 1 insertion(+), 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/51/26451/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn</span><br><span>index 873ec5b..7b3188a 100644</span><br><span>--- a/msc/BSC_ConnectionHandler.ttcn</span><br><span>+++ b/msc/BSC_ConnectionHandler.ttcn</span><br><span>@@ -619,7 +619,7 @@</span><br><span>     var OCT1 a5_perm_alg;</span><br><span>        var PDU_BSSAP pdu;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  if (g_pars.net.expect_ciph) {</span><br><span style="color: hsl(120, 100%, 40%);">+ if (not g_pars.net.expect_ciph) {</span><br><span>            /* There is nothing to do */</span><br><span>                 return;</span><br><span>      }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26451">change 26451</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/+/26451"/><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: I8cbaff00abfd9eb252dc3011df848e2e24fe5a1e </div>
<div style="display:none"> Gerrit-Change-Number: 26451 </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>