<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/25005">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix recent regression in CHREQ allocation<br><br>Recent commit introduces a silly bug when changing code. Fixing it now.<br><br>Fixes: fdb87343d7a747575fae0bb436cd9d105b9748e9<br>Change-Id: I1e8027a3933c3c8450e76e1325d0f7c28a89a6d1<br>---<br>M src/osmo-bsc/abis_rsl.c<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-bsc refs/changes/05/25005/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c</span><br><span>index 5bb0efe..f6ae19a 100644</span><br><span>--- a/src/osmo-bsc/abis_rsl.c</span><br><span>+++ b/src/osmo-bsc/abis_rsl.c</span><br><span>@@ -2004,7 +2004,7 @@</span><br><span>       *</span><br><span>    */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- if (GSM_CHREQ_REASON_CALL) {</span><br><span style="color: hsl(120, 100%, 40%);">+  if (rqd->reason == GSM_CHREQ_REASON_CALL) {</span><br><span>                lchan = _select_sdcch_for_call(bts, rqd, lctype);</span><br><span>   } else if (rqd->reason != GSM_CHREQ_REASON_EMERG) {</span><br><span>               lchan = lchan_select_by_type(bts, GSM_LCHAN_SDCCH);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/25005">change 25005</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-bsc/+/25005"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I1e8027a3933c3c8450e76e1325d0f7c28a89a6d1 </div>
<div style="display:none"> Gerrit-Change-Number: 25005 </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>