From cadb672d10e2909eb1baf11a615d5144205bc176 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Tue, 28 Jun 2016 13:00:16 +0200
Subject: [PATCH] minor bugfix: forgot to update T_init in the example tracee

---
 common/utils/T/tracee/tracee.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/utils/T/tracee/tracee.c b/common/utils/T/tracee/tracee.c
index f7739f00f92..5f820ee42ee 100644
--- a/common/utils/T/tracee/tracee.c
+++ b/common/utils/T/tracee/tracee.c
@@ -6,7 +6,7 @@
 int main(void)
 {
   int frame = 0;
-  T_init(2021, 1);
+  T_init(2021, 1, 0);
   while (1) {
     getchar();
     T(T_ENB_PHY_PUCCH_1AB_IQ, T_INT(0), T_INT(0), T_INT(frame), T_INT(0), T_INT(0), T_INT(0));
-- 
GitLab