|
From: Tom T. <tom...@et...> - 2016-01-22 00:11:28
|
On Thu, Jan 21, 2016 at 3:47 PM, Balthasar Indermuehle <ba...@in...> wrote: > No, I didn't start OpenBTS yet. I was expecting the transceiver > application to do something, e.g. turn on the TX/RX lights on the B200 > (after all it should be transceiving no?) but those lights don't come > on. I've tried both of my B200's separately, same behaviour with both. Starting the transceiver by itself only initializes the device. No samples will be transmitted or received until started by OpenBTS. You shouldn't see any activity beyond initialization and firmware loading. > Where does transceiver log to? All I can find is a single log entry in > /var/log/syslog after starting transceiver: > > Jan 22 10:44:50 xxx transceiver: opening configuration table from path > /etc/OpenBTS/OpenBTS.db At the beginning, output will go to stdout. You won't see any subsequent logging until the transceiver is started and running. That output should go to /var/log/OpenBTS.log. -TT |