Commit 38891876 authored by francescomani's avatar francescomani

another fix in scheduler acknack

parent c2a56fae
...@@ -1364,6 +1364,7 @@ int nr_acknack_scheduling(int mod_id, ...@@ -1364,6 +1364,7 @@ int nr_acknack_scheduling(int mod_id,
} }
// multiplexing harq and csi in a pucch // multiplexing harq and csi in a pucch
else { else {
memset(pucch, 0, sizeof(*pucch));
csi_pucch->timing_indicator = ind_found; csi_pucch->timing_indicator = ind_found;
csi_pucch->dai_c++; csi_pucch->dai_c++;
return 1; return 1;
......
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