From bc4bd8200f72679d124bbf3a050fe02b960ba0f6 Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Tue, 7 Jun 2016 17:04:07 +0200
Subject: [PATCH] Fix for RRH Config file (10MHz)

---
 .../CONF/enb.band7.tm1.50PRB.rrh.usrpb210.conf                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.50PRB.rrh.usrpb210.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.50PRB.rrh.usrpb210.conf
index 004af14749..434dd056b4 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.50PRB.rrh.usrpb210.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.50PRB.rrh.usrpb210.conf
@@ -151,7 +151,7 @@ rrh_gw_config = (
     tr_preference = "raw";
     rf_preference = "usrp_b200";
     iq_txshift = 4;
-    tx_sample_advance = 113;	
+    tx_sample_advance = 103;	
     tx_scheduling_advance = 9; 	                
                              
 }
@@ -185,4 +185,4 @@ rrh_gw_config = (
       rrc_log_verbosity                     ="medium";
    };
   }
-);
+);
\ No newline at end of file
-- 
GitLab