From fb53a515daac1f9d369e71a4ae8a9c0d393aa42a Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 1 Mar 2018 12:48:14 +0100 Subject: [PATCH] Disable tx_end during HO --- srsue/src/phy/phch_recv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsue/src/phy/phch_recv.cc b/srsue/src/phy/phch_recv.cc index 46973b125..68d7d6c3c 100644 --- a/srsue/src/phy/phch_recv.cc +++ b/srsue/src/phy/phch_recv.cc @@ -401,7 +401,7 @@ bool phch_recv::cell_handover(srslte_cell_t cell) ((phch_worker*) workers_pool->get_worker(i))->reset(); } worker_com->reset(); - radio_h->tx_end(); + //radio_h->tx_end(); if (is_in_idle_rx) { Info("Cell HO: Reconfiguring cell\n"); if (set_cell()) {