From a92a5d65f8ac38edd52fb1b2deafb2a86ea86c05 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 1 Mar 2018 12:30:47 +0100 Subject: [PATCH] Try to fix tx_end issue during HO --- srsue/src/phy/phch_recv.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srsue/src/phy/phch_recv.cc b/srsue/src/phy/phch_recv.cc index 6737f52e0..46973b125 100644 --- a/srsue/src/phy/phch_recv.cc +++ b/srsue/src/phy/phch_recv.cc @@ -397,16 +397,11 @@ bool phch_recv::cell_handover(srslte_cell_t cell) usleep(1000); cnt++; } - cnt = 0; - while(!is_in_idle_rx && cnt<20) { - usleep(1000); - cnt++; - } for(uint32_t i=0;iget_nof_workers();i++) { ((phch_worker*) workers_pool->get_worker(i))->reset(); } worker_com->reset(); - worker_com->reset_ul(); + radio_h->tx_end(); if (is_in_idle_rx) { Info("Cell HO: Reconfiguring cell\n"); if (set_cell()) {