Missed change during merge

This commit is contained in:
Ismael Gomez 2018-03-19 14:21:17 +01:00
parent f88f465c97
commit c574b8d8a4
1 changed files with 1 additions and 6 deletions

View File

@ -450,12 +450,7 @@ int main(int argc, char **argv) {
srslte_rf_close(&rf);
exit(0);
}
printf("stop\n");
srslte_rf_stop_rx_stream(&rf);
printf("flush\n");
srslte_rf_flush_buffer(&rf);
printf("ok\n");
/* set sampling frequency */
int srate = srslte_sampling_freq_hz(cell.nof_prb);
if (srate != -1) {