Commit 3dce1171 authored by luis_pereira87's avatar luis_pereira87

Fixes after merge

parent 9610b712
...@@ -652,7 +652,7 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP, ...@@ -652,7 +652,7 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP,
sched_ctrl->coreset, sched_ctrl->coreset,
scc, scc,
genericParameters, genericParameters,
NULL); RC.nrmac[Mod_idP]->type0_PDCCH_CSS_config);
sched_ctrl->maxL = 2; sched_ctrl->maxL = 2;
} }
} }
......
...@@ -614,7 +614,7 @@ void nr_initiate_ra_proc(module_id_t module_idP, ...@@ -614,7 +614,7 @@ void nr_initiate_ra_proc(module_id_t module_idP,
ra->coreset, ra->coreset,
scc, scc,
genericParameters, genericParameters,
NULL); &nr_mac->type0_PDCCH_CSS_config[ra->beam_id]);
// retrieving ra pdcch monitoring period and offset // retrieving ra pdcch monitoring period and offset
find_monitoring_periodicity_offset_common(ra->ra_ss, &monitoring_slot_period, &monitoring_offset); find_monitoring_periodicity_offset_common(ra->ra_ss, &monitoring_slot_period, &monitoring_offset);
......
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