Commit db2c6ce7 authored by luis_pereira87's avatar luis_pereira87

Fix maxL for NSA

parent 7c280e6f
......@@ -1937,7 +1937,7 @@ int add_new_nr_ue(module_id_t mod_idP, rnti_t rntiP, NR_CellGroupConfig_t *CellG
if (!get_softmodem_params()->phy_test && !get_softmodem_params()->do_ra && !get_softmodem_params()->sa) {
sched_ctrl->lcid_mask = 1<<DL_SCH_LCID_DTCH;
}
if (get_softmodem_params()->do_ra) {
if (!get_softmodem_params()->phy_test && !get_softmodem_params()->sa) {
sched_ctrl->maxL = 4;
}
sched_ctrl->ta_frame = 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