remove comment

This commit is contained in:
Ismael Gomez 2022-04-28 17:08:02 +02:00
parent dddc07b847
commit ec4914be19
1 changed files with 1 additions and 1 deletions

View File

@ -1489,7 +1489,7 @@ int set_derived_args(all_args_t* args_, rrc_cfg_t* rrc_cfg_, phy_cfg_t* phy_cfg_
args_->stack.mac.nof_prealloc_ues,
SRSENB_MAX_UES);
// Check for a forced DL EARFCN or frequency (only valid for a single cell config (Xico's favorite feature))
// Check for a forced DL EARFCN or frequency (only valid for a single cell config
if (rrc_cfg_->cell_list.size() > 0) {
if (rrc_cfg_->cell_list.size() == 1) {
auto& cfg = rrc_cfg_->cell_list.at(0);