diff --git a/targets/SIMU/USER/oaisim.c b/targets/SIMU/USER/oaisim.c index c84a94c55a3ca8a154fc289d85b14598b06e37ce..e9fd52bed68e81fe8e48b8a0acbb85191ccc6fb8 100644 --- a/targets/SIMU/USER/oaisim.c +++ b/targets/SIMU/USER/oaisim.c @@ -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;