Fixed pdsch_ue; it does not stop RF after cell search.

This commit is contained in:
Xavier Arteaga 2018-03-08 14:39:01 +01:00
parent 938e56fa2c
commit a0fff683f2
1 changed files with 0 additions and 3 deletions

View File

@ -451,9 +451,6 @@ int main(int argc, char **argv) {
exit(0);
}
srslte_rf_stop_rx_stream(&rf);
srslte_rf_flush_buffer(&rf);
/* set sampling frequency */
int srate = srslte_sampling_freq_hz(cell.nof_prb);
if (srate != -1) {