proc_ra_nr: fix typo

master
Andre Puschmann 4 years ago
parent bfdb0332db
commit adcfcfe012

@ -54,7 +54,7 @@ void proc_ra_nr::set_config(const srsran::rach_nr_cfg_t& rach_cfg_)
} }
rach_cfg = rach_cfg_; rach_cfg = rach_cfg_;
configured = true; 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.prach_ConfigurationIndex,
rach_cfg.preambleTransMax, rach_cfg.preambleTransMax,
rach_cfg.ra_responseWindow); rach_cfg.ra_responseWindow);
@ -371,4 +371,5 @@ void proc_ra_nr::reset()
rar_timeout_timer.stop(); rar_timeout_timer.stop();
contention_resolution_timer.stop(); contention_resolution_timer.stop();
} }
} // namespace srsue } // namespace srsue

Loading…
Cancel
Save