aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.cpp
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-11-09 21:48:45 -0500
committerThomas Tsou <tom@tsou.cc>2013-11-15 23:35:07 -0500
commitf8bc7c351ff96ffca57ad30535de315cf7e1c8ae (patch)
treedee4400c6c523266dedd6aa5be5fe5f79ffab797 /Transceiver52M/radioInterface.cpp
parenta4cf48cf8bc26049e7d637c6fe0ce20698d4ece7 (diff)
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 <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/radioInterface.cpp')
-rw-r--r--Transceiver52M/radioInterface.cpp4
1 files changed, 0 insertions, 4 deletions
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;
}