Commit 674ff9d2 authored by Vijay Chadachan's avatar Vijay Chadachan Committed by jperaldi

increase grant

parent 1ce9e29a
...@@ -1631,7 +1631,7 @@ schedule_ulsch_rnti(module_id_t module_idP, ...@@ -1631,7 +1631,7 @@ schedule_ulsch_rnti(module_id_t module_idP,
} }
const uint8_t ndi = 1 - UE_template_ptr->oldNDI_UL[harq_pid]; // NDI: new data indicator const uint8_t ndi = 1 - UE_template_ptr->oldNDI_UL[harq_pid]; // NDI: new data indicator
// Changed pre_assigned_mcs_ul for sending full SDU to UE on DRB in System Simulator Mode // Changed pre_assigned_mcs_ul for sending full SDU to UE on DRB in System Simulator Mode
if (RC.ss.mode == SS_SOFTMODEM){ if (RC.ss.mode == SS_SOFTMODEM){
UE_template_ptr->pre_assigned_mcs_ul = 16; UE_template_ptr->pre_assigned_mcs_ul = 16;
} }
......
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