From c5c41e480a54fc7fa8bd1a2c6c4aa6de455f980a Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Thu, 14 Nov 2013 07:50:48 +0000 Subject: [PATCH] Added update of ITTI LTE frame for messages. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4394 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 c84a94c55a..e9fd52bed6 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; -- GitLab