From 8480abba02e53131aec45e6df7852b99eab4fc70 Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Thu, 14 Nov 2013 08:45:22 +0000 Subject: [PATCH] Fixed an issue with non ITTI builds. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4396 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/SIMU/USER/oaisim.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/SIMU/USER/oaisim.c b/targets/SIMU/USER/oaisim.c index e9fd52bed6..65b655ec33 100644 --- a/targets/SIMU/USER/oaisim.c +++ b/targets/SIMU/USER/oaisim.c @@ -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) -- GitLab