Disable ul_reset

This commit is contained in:
Ismael Gomez 2018-03-02 22:46:24 +01:00
parent e64f3240cb
commit df1a0c68e2
1 changed files with 4 additions and 1 deletions

View File

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