Author Topic: <ybts:CONF> Missing radio band or C0 configuration  (Read 7342 times)

habibur333

  • Newbie
  • *
  • Posts: 17
    • View Profile
<ybts:CONF> Missing radio band or C0 configuration
« 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

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: <ybts:CONF> Missing radio band or C0 configuration
« Reply #1 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!

habibur333

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: <ybts:CONF> Missing radio band or C0 configuration
« Reply #2 on: December 11, 2014, 07:35:31 AM »
Ya, you are right. Thats great solution for me. Thanks a lot.