Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chan_usrp: Add TX/RX debug messages (#413)
* chan_usrp: Add TX/RX debug messages This updates chan_usrp to have debug message for TX and RX on and off. The messages closely match those in chan_simpleusb and chan_usbradio. This indication is needed to help users troubleshoot problems when using this driver. I also added a queue overflow warning message should the internal queue overflow. This should never happen, but if it does, it needs to be reported. * chan_usrp: Add TX/RX debug messages Changed the queue overflow to show the actual threshold.
- Loading branch information