Commit c5c41e48 authored by winckel's avatar winckel

Added update of ITTI LTE frame for messages.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4394 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 18cff959
......@@ -505,6 +505,8 @@ void *l2l1_task(void *args_p) {
wait_for_slot_isr ();
itti_update_lte_time(frame, slot);
last_slot = (slot - 1) % 20;
if (last_slot < 0)
last_slot += 20;
......
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