AllStarLink / app_rpt

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

chan_usrp: Needs to unlock the channel when created, the cli command 'usrp show' does not work #194

Closed KB4MDD closed 1 year ago

KB4MDD commented 1 year ago

chan_usrp needs to unlock the channel when it is initially created. Add ast_channel_unlock in usrp_new, around line 664.

The cli command usrp show does not work. Load module is unregistering the command instead of registering the command - line 716.