Commit fdd79391 authored by luis_pereira87's avatar luis_pereira87

Call function nr_mac_update_timers when there is a Msg3 carrying a DCCH message

parent d5a086d3
...@@ -1834,11 +1834,8 @@ void nr_generate_Msg4(module_id_t module_idP, int CC_id, frame_t frameP, sub_fra ...@@ -1834,11 +1834,8 @@ void nr_generate_Msg4(module_id_t module_idP, int CC_id, frame_t frameP, sub_fra
harq->round = 0; harq->round = 0;
harq->ndi ^= 1; harq->ndi ^= 1;
configure_UE_BWP(nr_mac, sched_ctrl->rrc_processing_timer = 1; // No need to wait at this point in time, setting it to 1 just to enter in function nr_mac_update_timers
scc, LOG_I(NR_MAC, "(%d.%d) Activating RRC processing timer for UE %04x with %d ms\n", frameP, slotP, UE->rnti, 1);
sched_ctrl,
NULL,
UE);
// Reset uplink failure flags/counters/timers at MAC so gNB will resume again scheduling resources for this UE // Reset uplink failure flags/counters/timers at MAC so gNB will resume again scheduling resources for this UE
UE->UE_sched_ctrl.pusch_consecutive_dtx_cnt = 0; UE->UE_sched_ctrl.pusch_consecutive_dtx_cnt = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment