srsue,rrc_nr: remove strict requirement for SSB offset=6

tested with coreset0_idx=6/7 with srsENB. there could be more
changes required for other config value combinations though.
This commit is contained in:
Andre Puschmann 2022-07-12 09:53:56 +02:00
parent a43e2a877c
commit 0ec3c80ac6
1 changed files with 0 additions and 5 deletions

View File

@ -431,11 +431,6 @@ rrc_nr::cell_selection_proc::handle_cell_search_result(const rrc_interface_phy_n
Error("Unsupported SCS %s", srsran_subcarrier_spacing_to_str(mib.scs_common));
return proc_outcome_t::error;
}
// TODO: calculate SSB offset
if (mib.ssb_offset != 6) {
Error("Unsupported SSB offset %d", mib.ssb_offset);
return proc_outcome_t::error;
}
// Logs the PCI, cell measurements and decoded MIB
Info("Cell search found ARFCN=%d PCI=%d %s %s",