Commit 8480abba authored by winckel's avatar winckel

Fixed an issue with non ITTI builds.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4396 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f73cac4c
......@@ -505,7 +505,9 @@ void *l2l1_task(void *args_p) {
wait_for_slot_isr ();
#if defined(ENABLE_ITTI)
itti_update_lte_time(frame, slot);
#endif
last_slot = (slot - 1) % 20;
if (last_slot < 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