From e64f3240cb83a9eec768fe78dbaadcaf3bc13a29 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Fri, 2 Mar 2018 21:33:28 +0100 Subject: [PATCH] Disable tx_end before PRACH (not needed now?) --- srsue/src/phy/phch_recv.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srsue/src/phy/phch_recv.cc b/srsue/src/phy/phch_recv.cc index 36614a0d1..3c2e4fc1e 100644 --- a/srsue/src/phy/phch_recv.cc +++ b/srsue/src/phy/phch_recv.cc @@ -657,10 +657,11 @@ void phch_recv::run_thread() tx_mutex_cnt = (tx_mutex_cnt+1) % nof_tx_mutex; // Reset Uplink TX buffer to avoid mixing packets in TX queue + /* if (prach_buffer->is_pending()) { Info("SYNC: PRACH pending: Reset UL\n"); - worker_com->reset_ul(); - } + radio_h->tx_end(); + }*/ // Check if we need to TX a PRACH if (prach_buffer->is_ready_to_send(tti)) {