mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
				synced 2025-11-04 06:03:17 +00:00 
			
		
		
		
	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:
		@@ -852,6 +852,8 @@ void *TxUpperLoopAdapter(TransceiverChannel *chan)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  delete chan;
 | 
					  delete chan;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  trx->setPriority(0.40);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  while (1) {
 | 
					  while (1) {
 | 
				
			||||||
    bool stale = false;
 | 
					    bool stale = false;
 | 
				
			||||||
    // Flush the UDP packets until a successful transfer.
 | 
					    // Flush the UDP packets until a successful transfer.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user