SRSUE NR: Removed workaround to add pdcp lte bearer

This commit is contained in:
David Rupprecht 2021-03-03 09:59:33 +01:00 committed by Andre Puschmann
parent 027c20b0d3
commit 6317c9295c
1 changed files with 0 additions and 2 deletions

View File

@ -629,8 +629,6 @@ bool rrc_nr::apply_drb_add_mod(const drb_to_add_mod_s& drb_cfg)
}
srslte::pdcp_config_t pdcp_cfg = make_drb_pdcp_config_t(drb_cfg.drb_id, true, drb_cfg.pdcp_cfg);
// TODO: work-around: this is only a work around for pdcp lte entity init
pdcp_cfg.discard_timer = pdcp_discard_timer_t::infinity;
pdcp->add_bearer(lcid, pdcp_cfg);
gw->update_lcid(eps_bearer_id, lcid);
return true;