proc_ra_nr: fix typo

This commit is contained in:
Andre Puschmann 2021-05-11 19:47:35 +02:00
parent bfdb0332db
commit adcfcfe012
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ void proc_ra_nr::set_config(const srsran::rach_nr_cfg_t& rach_cfg_)
}
rach_cfg = rach_cfg_;
configured = true;
logger.info("Set RACH common config (Config Index %d, preambleTransMax %d, Repsonse Window %d)",
logger.info("Set RACH common config (Config Index %d, preambleTransMax %d, Response Window %d)",
rach_cfg.prach_ConfigurationIndex,
rach_cfg.preambleTransMax,
rach_cfg.ra_responseWindow);
@ -371,4 +371,5 @@ void proc_ra_nr::reset()
rar_timeout_timer.stop();
contention_resolution_timer.stop();
}
} // namespace srsue