Yate Community Forum

Yate server => Installation from packets/SVN/.exe/AppStore => Topic started by: habibur333 on December 09, 2014, 06:33:03 AM

Title: <ybts:CONF> Missing radio band or C0 configuration
Post by: habibur333 on December 09, 2014, 06:33:03 AM
When i write this command ''sudo yate -sd -vvvvv -l /var/yate.log''  the log file show me
<ybts:CONF> Missing radio band or C0 configuration
but i edit my ybts.conf file by Nano text editor by this command  sudo nano ybts.conf.  and save it.
i use
Radio.Band=1800
Radio.C0=512..885
 but showing the same thing.i also set the transceiver path as Path=./transceiver-bladerf
Title: Re: <ybts:CONF> Missing radio band or C0 configuration
Post by: marian on December 10, 2014, 01:44:30 AM
512..885 is an interval.
As the comment says the parameter is an integer value.
You must set a value within given interval!
Title: Re: <ybts:CONF> Missing radio band or C0 configuration
Post by: habibur333 on December 11, 2014, 07:35:31 AM
Ya, you are right. Thats great solution for me. Thanks a lot.