From ec4914be19f11ccc31cf24736d32c33424025354 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 28 Apr 2022 17:08:02 +0200 Subject: [PATCH] remove comment --- srsenb/src/enb_cfg_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsenb/src/enb_cfg_parser.cc b/srsenb/src/enb_cfg_parser.cc index 8c94a6ef1..edbf187e5 100644 --- a/srsenb/src/enb_cfg_parser.cc +++ b/srsenb/src/enb_cfg_parser.cc @@ -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);