From 9184b5aa5c6a206782d4a738045ef6c34fb37238 Mon Sep 17 00:00:00 2001
From: Raymond Knopp <raymond.knopp@eurecom.fr>
Date: Sun, 14 Jul 2013 20:13:41 +0000
Subject: [PATCH] added support for 1.5/10/20 MHz. 1.5MHz primary synch is
 still broken (128-bit alignment issue with 128-point DFTs). 1/2 UEs
 connection seems to work ok for 10/20 MHz.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4024 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/SIMU/USER/oaisim_config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/SIMU/USER/oaisim_config.c b/targets/SIMU/USER/oaisim_config.c
index 72ab48802c..8d5904dffc 100644
--- a/targets/SIMU/USER/oaisim_config.c
+++ b/targets/SIMU/USER/oaisim_config.c
@@ -415,7 +415,7 @@ int olg_config() {
 		 oai_emulation.info.g_log_level,
 		 oai_emulation.info.g_log_verbosity,
 		 oai_emulation.emulation_config.log_emu.interval);
-
+/*
   // if perf eval then reset the otg log level
   set_comp_log(PHY,  LOG_NONE, 0x15,1);
   set_comp_log(EMU,  LOG_FULL, 0x15,1);
@@ -424,7 +424,7 @@ int olg_config() {
   set_comp_log(OTG,  LOG_NONE, 0x15,1);
   set_comp_log(MAC,  LOG_NONE, 0x15,1);
   set_comp_log(OMG,  LOG_NONE, 0x15,1);
-  set_comp_log(OPT,  LOG_ERR, 0x15,1);
+  set_comp_log(OPT,  LOG_ERR, 0x15,1); */
 /*
   set_log(OCG,  LOG_DEBUG, 1);  
   set_log(EMU,  LOG_INFO,  20);
-- 
GitLab