<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmocom-bb/+/18094">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">l1ctl: do not explicitly decativate all lchans on L1CTL_DM_EST_REQ<br><br>The function l1ctl_rx_dm_est_req() explicitly decativates all lchans on<br>the selected timeslot. However, it also runs sched_trx_configure_ts()<br>beforehand which already resets all lchans anyway. This means that the<br>explicit reset of all lchans is not needed, so lets remove it.<br><br>Change-Id: Iad309b7aacdead986a7a5ad52bf712b6c6197b66<br>Related: OS#4365<br>---<br>M src/host/trxcon/l1ctl.c<br>1 file changed, 0 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/94/18094/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c</span><br><span>index e722624..04325bc 100644</span><br><span>--- a/src/host/trxcon/l1ctl.c</span><br><span>+++ b/src/host/trxcon/l1ctl.c</span><br><span>@@ -665,9 +665,6 @@</span><br><span>                 goto exit;</span><br><span>   }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   /* Deactivate all lchans */</span><br><span style="color: hsl(0, 100%, 40%);">-     sched_trx_deactivate_all_lchans(ts);</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>         /* Activate only requested lchans */</span><br><span>         rc = sched_trx_set_lchans(ts, chan_nr, 1, est_req->tch_mode);</span><br><span>     if (rc) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmocom-bb/+/18094">change 18094</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/osmocom-bb/+/18094"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iad309b7aacdead986a7a5ad52bf712b6c6197b66 </div>
<div style="display:none"> Gerrit-Change-Number: 18094 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>