AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
9 stars 9 forks source link

chan_usrp: Add TX/RX debug messages #413

Closed KB4MDD closed 1 month ago

KB4MDD commented 1 month ago

This updates chan_usrp to have debug messages 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.