Commit 617ac6ae authored by imad's avatar imad Committed by Robert Schmidt

REMOVE: question

parent ec98cd2f
...@@ -214,7 +214,7 @@ void nr_csi_meas_reporting(int Mod_idP, ...@@ -214,7 +214,7 @@ void nr_csi_meas_reporting(int Mod_idP,
"Only periodic CSI reporting is implemented currently\n"); "Only periodic CSI reporting is implemented currently\n");
int period, offset; int period, offset;
csi_period_offset(csirep, &period, &offset); csi_period_offset(csirep, &period, &offset);
const int sched_slot = (period + offset) % n_slots_frame; const int sched_slot = (period + offset) % n_slots_frame; // what's the context of the offset here, is it the same as the period ??
// prepare to schedule csi measurement reception according to 5.2.1.4 in 38.214 // prepare to schedule csi measurement reception according to 5.2.1.4 in 38.214
// preparation is done in first slot of tdd period // preparation is done in first slot of tdd period
if (frame % (period / n_slots_frame) != offset / n_slots_frame) if (frame % (period / n_slots_frame) != offset / n_slots_frame)
......
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