<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/15435">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Transceiver: Log error condition no burst in pullRadioVector()<br><br>Change-Id: I4f180cc852582b131ba28a8139215335f7ba567d<br>---<br>M Transceiver52M/Transceiver.cpp<br>1 file changed, 3 insertions(+), 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/35/15435/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 8afbc95..079d1d7 100644</span><br><span>--- a/Transceiver52M/Transceiver.cpp</span><br><span>+++ b/Transceiver52M/Transceiver.cpp</span><br><span>@@ -603,8 +603,10 @@</span><br><span> </span><br><span>   /* Blocking FIFO read */</span><br><span>   radioVector *radio_burst = mReceiveFIFO[chan]->read();</span><br><span style="color: hsl(0, 100%, 40%);">-  if (!radio_burst)</span><br><span style="color: hsl(120, 100%, 40%);">+  if (!radio_burst) {</span><br><span style="color: hsl(120, 100%, 40%);">+    LOGCHAN(chan, DMAIN, ERROR) << "ReceiveFIFO->read() returned no burst";</span><br><span>     return false;</span><br><span style="color: hsl(120, 100%, 40%);">+  }</span><br><span> </span><br><span>   /* Set time and determine correlation type */</span><br><span>   burstTime = radio_burst->getTime();</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/15435">change 15435</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/+/15435"/><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: I4f180cc852582b131ba28a8139215335f7ba567d </div>
<div style="display:none"> Gerrit-Change-Number: 15435 </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>