Disable tx_end before PRACH (not needed now?)

master
Ismael Gomez 7 years ago
parent fd0c8168f0
commit e64f3240cb

@ -657,10 +657,11 @@ void phch_recv::run_thread()
tx_mutex_cnt = (tx_mutex_cnt+1) % nof_tx_mutex; tx_mutex_cnt = (tx_mutex_cnt+1) % nof_tx_mutex;
// Reset Uplink TX buffer to avoid mixing packets in TX queue // Reset Uplink TX buffer to avoid mixing packets in TX queue
/*
if (prach_buffer->is_pending()) { if (prach_buffer->is_pending()) {
Info("SYNC: PRACH pending: Reset UL\n"); Info("SYNC: PRACH pending: Reset UL\n");
worker_com->reset_ul(); radio_h->tx_end();
} }*/
// Check if we need to TX a PRACH // Check if we need to TX a PRACH
if (prach_buffer->is_ready_to_send(tti)) { if (prach_buffer->is_ready_to_send(tti)) {

Loading…
Cancel
Save