From 88f281e69d46f8c873162bfc66f650f3b4011dc9 Mon Sep 17 00:00:00 2001
From: Raymond Knopp <raymond.knopp@eurecom.fr>
Date: Wed, 20 Aug 2014 08:42:09 +0000
Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5736
 818b1a75-f10b-46b9-bf7c-635c3b92a50f

---
 .../GENERIC-LTE-EPC/CONF/enb.band39.conf      | 27 ++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band39.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band39.conf
index 4354456f50..db760b97f7 100755
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band39.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band39.conf
@@ -32,6 +32,13 @@ eNBs =
     downlink_frequency      = 1910000000L;
     uplink_frequency_offset = 0;
     
+    component_carriers = (
+    		       	 {
+			 cell_id                 = 0;
+             N_RB_DL                 = 25;
+			 }
+			 );
+    
     ////////// MME parameters:
     mme_ip_address      = ( { ipv4       = "192.168.13.11";
                               ipv6       = "192:168:30::17";
@@ -48,6 +55,24 @@ eNBs =
         ENB_INTERFACE_NAME_FOR_S1U               = "eth0";
         ENB_IPV4_ADDRESS_FOR_S1U                 = "192.168.13.10/24";
     };
-
+    
+    log_config : 
+    {
+	global_log_level                      ="debug"; 
+    	global_log_verbosity                  ="medium";
+	hw_log_level                          ="debug"; 
+    	hw_log_verbosity                      ="medium";
+	phy_log_level                         ="info"; 
+    	phy_log_verbosity                     ="medium";
+	mac_log_level                         ="debug"; 
+    	mac_log_verbosity                     ="high";
+	rlc_log_level                         ="info"; 
+    	rlc_log_verbosity                     ="medium";
+	pdcp_log_level                        ="info"; 
+    	pdcp_log_verbosity                    ="medium";
+	rrc_log_level                         ="info"; 
+    	rrc_log_verbosity                     ="medium";
+   };	
+   
   }
 );
-- 
GitLab