UE RRC Config from ue.conf overwritten in rrc:init. Fixes #293.

master
Xavier Arteaga 6 years ago
parent 759ab6341d
commit 56c01ba3ee

@ -233,8 +233,8 @@ bool ue::init(all_args_t *args_) {
args->rrc.ue_category = atoi(args->ue_category_str.c_str()); args->rrc.ue_category = atoi(args->ue_category_str.c_str());
// set args and initialize RRC // set args and initialize RRC
rrc.set_args(args->rrc);
rrc.init(&phy, &mac, &rlc, &pdcp, &nas, usim, &gw, &mac, &rrc_log); rrc.init(&phy, &mac, &rlc, &pdcp, &nas, usim, &gw, &mac, &rrc_log);
rrc.set_args(args->rrc);
// Currently EARFCN list is set to only one frequency as indicated in ue.conf // Currently EARFCN list is set to only one frequency as indicated in ue.conf
std::vector<uint32_t> earfcn_list; std::vector<uint32_t> earfcn_list;

Loading…
Cancel
Save