Disable ul_reset

master
Ismael Gomez 7 years ago
parent e64f3240cb
commit df1a0c68e2

@ -355,13 +355,16 @@ void phch_common::reset() {
void phch_common::reset_ul() void phch_common::reset_ul()
{ {
/*
is_first_tx = true; is_first_tx = true;
is_first_of_burst = true; is_first_of_burst = true;
for (uint32_t i=0;i<nof_mutex;i++) { for (uint32_t i=0;i<nof_mutex;i++) {
pthread_mutex_trylock(&tx_mutex[i]); pthread_mutex_trylock(&tx_mutex[i]);
pthread_mutex_unlock(&tx_mutex[i]); pthread_mutex_unlock(&tx_mutex[i]);
} }
radio_h->tx_end(); radio_h->tx_end();
*/
} }
} }

Loading…
Cancel
Save