Commit daee800e authored by Cedric Roux's avatar Cedric Roux

bugfix: keep frame in [0..1023]

parent 35a38fbe
...@@ -1226,6 +1226,7 @@ schedule_ulsch(module_id_t module_idP, ...@@ -1226,6 +1226,7 @@ schedule_ulsch(module_id_t module_idP,
if (sched_subframe < subframeP) { if (sched_subframe < subframeP) {
sched_frame++; sched_frame++;
sched_frame %= 1024;
} }
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0)) #if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 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