Transceiver52M: Set priority on downlink socket thread

Clock indications passed up to GSM core originate on the transciever
downlink side. Set priority to keep the flow of clock updates
consistent.

Signed-off-by: Thomas Tsou <tom@tsou.cc>
This commit is contained in:
Thomas Tsou 2013-11-09 21:44:26 -05:00
parent 7940335586
commit a4cf48cf8b
1 changed files with 2 additions and 0 deletions

View File

@ -852,6 +852,8 @@ void *TxUpperLoopAdapter(TransceiverChannel *chan)
delete chan;
trx->setPriority(0.40);
while (1) {
bool stale = false;
// Flush the UDP packets until a successful transfer.