enb,mac_controller: apply new MAC config with disabled DRB

fix regression in RRC that updated the local MAC config to
disable DRB scheduling after maxRetx, but didn't actually apply the config
This commit is contained in:
Andre Puschmann 2021-04-07 19:20:28 +02:00
parent 56e947bf27
commit cbe7980d7d
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ void mac_controller::handle_ho_prep(const asn1::rrc::ho_prep_info_r8_ies_s& ho_p
void mac_controller::handle_max_retx()
{
set_drb_activation(false);
update_mac(other);
}
void mac_controller::set_scell_activation(const std::bitset<SRSRAN_MAX_CARRIERS>& scell_mask)