Disable tx_end during HO

This commit is contained in:
Ismael Gomez 2018-03-01 12:48:14 +01:00
parent a92a5d65f8
commit fb53a515da
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {