<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14354">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc: Fix IU tests timing out due to explicit CM ServiceAccept not recvd<br><br>Even if chipering it not enabled, osmo-msc still sends a<br>SecurityModeCommand to use IntegrityProtection, and as a result osmo-msc<br>assumes implicit ACCEPT in all UTRAN CM service requests.<br><br>Fixes: OS#3991<br>Change-Id: Ida91f907dd6dfae68cbc63752ddc6f2948792689<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/54/14354/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 c1114a6..b5dbb87 100644</span><br><span>--- a/msc/BSC_ConnectionHandler.ttcn</span><br><span>+++ b/msc/BSC_ConnectionHandler.ttcn</span><br><span>@@ -359,7 +359,7 @@</span><br><span>  f_cl3_or_initial_ue(l3_info);</span><br><span> </span><br><span>    f_mm_common();</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 (g_pars.net.expect_ciph or not g_pars.ran_is_geran) {</span><br><span>             /* implicit CM SERVICE ACCEPT? */</span><br><span>    } else {</span><br><span>             if (etype != EST_TYPE_PAG_RESP) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14354">change 14354</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/+/14354"/><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: Ida91f907dd6dfae68cbc63752ddc6f2948792689 </div>
<div style="display:none"> Gerrit-Change-Number: 14354 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>