Fixed bug with 2 rx antennas

This commit is contained in:
Ismael Gomez 2017-12-14 12:34:57 +01:00
parent 7e29430c81
commit 39f9f15232

View file

@ -122,7 +122,7 @@ int rf_mib_decoder(srslte_rf_t *rf, uint32_t nof_rx_antennas,cell_search_cfg_t *
srslte_rf_set_rx_srate(rf, (float) srate);
INFO("Starting receiver...\n", 0);
srslte_rf_start_rx_stream(rf, true);
srslte_rf_start_rx_stream(rf, false);
/* Find and decody MIB */
ret = srslte_ue_mib_sync_decode(&ue_mib, config->max_frames_pbch, bch_payload, &cell->nof_ports, NULL);