Skip to content
Snippets Groups Projects

WIP: integration_2021_wk41

Closed Remi Hardy requested to merge integration_2021_wk41 into develop
1 unresolved thread
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -751,6 +751,7 @@ void RCconfig_nr_macrlc() {
}
RC.nrmac[j]->ulsch_max_slots_inactivity = *(MacRLC_ParamList.paramarray[j][MACRLC_ULSCH_MAX_SLOTS_INACTIVITY].uptr);
RC.nrmac[j]->num_ulprbbl = num_prbbl;
LOG_I(NR_MAC,"Blacklisted PRBS %d\n",num_prbbl);
memcpy(RC.nrmac[j]->ulprbbl,prbbl,275*sizeof(prbbl[0]));
}// for (j=0;j<RC.nb_nr_macrlc_inst;j++)
Loading