From a4cf48cf8bc26049e7d637c6fe0ce20698d4ece7 Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Sat, 9 Nov 2013 21:44:26 -0500 Subject: 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 --- Transceiver52M/Transceiver.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp index 6e446f3..8f6cc4f 100644 --- a/Transceiver52M/Transceiver.cpp +++ b/Transceiver52M/Transceiver.cpp @@ -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. -- cgit v1.2.3