disabled softbuffer reset on init

This commit is contained in:
Ismael Gomez 2017-03-24 10:04:43 -04:00
parent afaa8a8d7e
commit 781fafa661
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int srslte_softbuffer_rx_init(srslte_softbuffer_rx_t *q, uint32_t nof_prb) {
return SRSLTE_ERROR;
}
}
srslte_softbuffer_rx_reset(q);
//srslte_softbuffer_rx_reset(q);
ret = SRSLTE_SUCCESS;
}
}