small fix for console print for cyclic prefix

This commit is contained in:
yagoda 2021-05-21 10:29:41 +02:00 committed by Andre Puschmann
parent 7076dbfef8
commit 8d2568ed2c
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ search::ret_code search::run(srsran_cell_t* cell_, std::array<uint8_t, SRSRAN_BC
new_cell.id, new_cell.id,
new_cell.nof_prb, new_cell.nof_prb,
new_cell.nof_ports, new_cell.nof_ports,
new_cell.cp ? "Normal" : "Extended", new_cell.cp ? "Extended" : "Normal",
cfo / 1000); cfo / 1000);
Info("SYNC: MIB Decoded: Mode=%s, PCI=%d, PRB=%d, Ports=%d, CFO=%.1f KHz", Info("SYNC: MIB Decoded: Mode=%s, PCI=%d, PRB=%d, Ports=%d, CFO=%.1f KHz",