<p>Pau Espin Pedrol <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/11983">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: timeslot_fsm: Fix count in ts_lchans_waiting<br><br>Before this patch, TCH lchans waiting for dynamic TS to<br>switch PDCH->TCH wouldn't be counted.<br><br>See osmo-bsc I9cedb77d6578597f1febab36c54b2ee427c7a4a2 for similar<br>extensive explanation.<br><br>Change-Id: I32008859cc23cd2afddd79daae21497d0945fed0<br>---<br>M src/osmo-bsc/timeslot_fsm.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/timeslot_fsm.c b/src/osmo-bsc/timeslot_fsm.c</span><br><span>index 88a8f27..1b77ab2 100644</span><br><span>--- a/src/osmo-bsc/timeslot_fsm.c</span><br><span>+++ b/src/osmo-bsc/timeslot_fsm.c</span><br><span>@@ -144,7 +144,7 @@</span><br><span> {</span><br><span>     struct gsm_lchan *lchan;</span><br><span>     int count = 0;</span><br><span style="color: hsl(0, 100%, 40%);">-  ts_for_each_lchan(lchan, ts)</span><br><span style="color: hsl(120, 100%, 40%);">+  ts_for_each_potential_lchan(lchan, ts)</span><br><span>               if (lchan->fi->state == LCHAN_ST_WAIT_TS_READY)</span><br><span>                        count++;</span><br><span>     return count;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11983">change 11983</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/11983"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I32008859cc23cd2afddd79daae21497d0945fed0 </div>
<div style="display:none"> Gerrit-Change-Number: 11983 </div>
<div style="display:none"> Gerrit-PatchSet: 6 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Assignee: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>