<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12207">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">drop gsm48 RR ciph mode compl from permitted initial messages<br><br>It is a message that is initially permitted, but it is in fact not handled in<br>the L3 code but already before, upon receiving<br>BSS_MAP_MSG_CIPHER_MODE_COMPLETE.<br><br>Change-Id: I0079f07271ca76bd457d0e700f3a736eb9066b47<br>---<br>M src/libmsc/gsm_04_08.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/07/12207/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libmsc/gsm_04_08.c b/src/libmsc/gsm_04_08.c</span><br><span>index 2962760..95c3183 100644</span><br><span>--- a/src/libmsc/gsm_04_08.c</span><br><span>+++ b/src/libmsc/gsm_04_08.c</span><br><span>@@ -1296,7 +1296,8 @@</span><br><span>            break;</span><br><span>       case GSM48_PDISC_RR:</span><br><span>                 switch (msg_type) {</span><br><span style="color: hsl(0, 100%, 40%);">-             case GSM48_MT_RR_CIPH_M_COMPL:</span><br><span style="color: hsl(120, 100%, 40%);">+                /* GSM48_MT_RR_CIPH_M_COMPL is actually handled in bssmap_rx_ciph_compl() and gets redirected in the</span><br><span style="color: hsl(120, 100%, 40%);">+           * BSSAP layer to ran_conn_cipher_mode_compl() (before this here is reached) */</span><br><span>              case GSM48_MT_RR_PAG_RESP:</span><br><span>                   return true;</span><br><span>                 default:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12207">change 12207</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/12207"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I0079f07271ca76bd457d0e700f3a736eb9066b47 </div>
<div style="display:none"> Gerrit-Change-Number: 12207 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>