This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-trx/+/15435 )
Change subject: Transceiver: Log error condition no burst in pullRadioVector()
......................................................................
Transceiver: Log error condition no burst in pullRadioVector()
Change-Id: I4f180cc852582b131ba28a8139215335f7ba567d
---
M Transceiver52M/Transceiver.cpp
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index 8afbc95..079d1d7 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -603,8 +603,10 @@
/* Blocking FIFO read */
radioVector *radio_burst = mReceiveFIFO[chan]->read();
- if (!radio_burst)
+ if (!radio_burst) {
+ LOGCHAN(chan, DMAIN, ERROR) << "ReceiveFIFO->read() returned no burst";
return false;
+ }
/* Set time and determine correlation type */
burstTime = radio_burst->getTime();
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/15435
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I4f180cc852582b131ba28a8139215335f7ba567d
Gerrit-Change-Number: 15435
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190906/7d517edc/attachment.htm>