sched,nr: remove unecessary setup of lcid=0 in scheduler

This commit is contained in:
Francisco Paisana 2021-09-24 12:13:00 +02:00 committed by Andre Puschmann
parent 88212ed3e0
commit 8ba623f954
1 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@ ue::ue(uint16_t rnti_, const ue_cfg_t& cfg, const sched_params& sched_cfg_) :
rnti(rnti_), sched_cfg(sched_cfg_), buffers(srslog::fetch_basic_logger(sched_cfg_.sched_cfg.logger_name))
{
set_cfg(cfg);
mac_lc_ch_cfg_t lch{};
lch.direction = mac_lc_ch_cfg_t::BOTH;
buffers.config_lcid(0, lch);
}
void ue::set_cfg(const ue_cfg_t& cfg)