<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/19304">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Transceiver: Restrict conditions where FN gaps are detected<br><br>In pushRadioVector, like we did for driveTxPriorityQueue already, gaps<br>are possible in any channel for TRX!=0, since TRX0 is the only one<br>expected to be always transmitting.<br><br>Since we always need to transmit there, it makes no sense to check for<br>channel being not NONE.<br><br>Change-Id: I3b4b85b9100f69dfa113c54a4357120bd11ec86f<br>---<br>M Transceiver52M/Transceiver.cpp<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-trx refs/changes/04/19304/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp</span><br><span>index d750218..3be7746 100644</span><br><span>--- a/Transceiver52M/Transceiver.cpp</span><br><span>+++ b/Transceiver52M/Transceiver.cpp</span><br><span>@@ -468,7 +468,7 @@</span><br><span>     } else {</span><br><span>       modFN = nowTime.FN() % state->fillerModulus[TN];</span><br><span>       bursts[i] = state->fillerTable[modFN][TN];</span><br><span style="color: hsl(0, 100%, 40%);">-      if (state->chanType[TN] != NONE) {</span><br><span style="color: hsl(120, 100%, 40%);">+      if (i == 0 && state->mFiller == FILLER_ZERO) {</span><br><span>         LOGCHAN(i, DTRXDDL, NOTICE) << "No Tx burst available for " << nowTime</span><br><span>                                     << ", retrans=" << state->mRetrans;</span><br><span>         state->ctrs.tx_unavailable_bursts++;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/19304">change 19304</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-trx/+/19304"/><meta itemprop="name" content="View Change"/></div></div>

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