From 9f6d8f47b240aed31d07d13fb5d2c712c835f654 Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Wed, 30 Oct 2013 14:05:25 +0000 Subject: [PATCH] Added a command line option "-K file_name" to save ITTI logs directly. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4303 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/UTIL/OCG/OCG.h | 1 + 1 file changed, 1 insertion(+) diff --git a/openair2/UTIL/OCG/OCG.h b/openair2/UTIL/OCG/OCG.h index 2f2f4efbd3..9a7e18b066 100644 --- a/openair2/UTIL/OCG/OCG.h +++ b/openair2/UTIL/OCG/OCG.h @@ -657,6 +657,7 @@ The following diagram is based on graphviz (http://www.graphviz.org/), you need unsigned char opt_mode; unsigned char otg_enabled; unsigned char omv_enabled; + char *itti_dump_file; unsigned char vcd_enabled; unsigned char eMBMS_active_state; unsigned char cba_group_active; -- GitLab