Skip to content
Snippets Groups Projects
Commit daee800e authored by Cédric Roux's avatar Cédric Roux
Browse files

bugfix: keep frame in [0..1023]

parent 35a38fbe
No related branches found
No related tags found
No related merge requests found
......@@ -1226,6 +1226,7 @@ schedule_ulsch(module_id_t module_idP,
if (sched_subframe < subframeP) {
sched_frame++;
sched_frame %= 1024;
}
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment