AllStarLink / app_rpt

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

chan_usrp: Correct channel name for xstat #271

Closed KB4MDD closed 6 months ago

KB4MDD commented 6 months ago

chan_usrp is not creating the channel name that matches the name used in app_rpt. This causes rpt_manager_do_xstat to report that the channel does not exist.

chan_usrp now creates name in the same format as expected in app_rpt.

This closes #254