From f8bc7c351ff96ffca57ad30535de315cf7e1c8ae Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Sat, 9 Nov 2013 21:48:45 -0500 Subject: Transceiver52M: UHD: Continue on receive and send timeouts With testing on current UHD releases, currently 003.005.xxx series, timeout errors on both receive and transmit are recoverable on network and USB based devices. Remove the fatal error conditions. Signed-off-by: Thomas Tsou --- Transceiver52M/radioInterface.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Transceiver52M/radioInterface.cpp') diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp index 6e82c8a..d05dcf2 100644 --- a/Transceiver52M/radioInterface.cpp +++ b/Transceiver52M/radioInterface.cpp @@ -362,10 +362,6 @@ void RadioInterface::pushBuffer() sendCursor, &underrun, writeTimestamp); - if (num_sent != sendCursor) { - LOG(ALERT) << "Transmit error " << num_sent; - } - writeTimestamp += num_sent; sendCursor = 0; } -- cgit v1.2.3