From 1fa2f76e616e67119cb5eb7de3340cbb6b0cf1da Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Fri, 21 Oct 2016 23:25:53 +0200
Subject: [PATCH] minor fix for config file for new changes to RRH/TM1

---
 targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.generic.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.generic.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.generic.conf
index 10bee7627a..9d9d5b4535 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.generic.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.generic.conf
@@ -23,6 +23,9 @@ eNBs =
   
     component_carriers = (
     		       	 {
+               node_function                                         = "eNodeB_3GPP";
+	           node_timing                                           = "synch_to_ext_device";
+	           node_synch_ref                                        = 0;
   			   frame_type					      = "FDD";	
                            tdd_config 					      = 3;
                            tdd_config_s            			      = 0;
@@ -97,7 +100,7 @@ eNBs =
 			   ue_TimersAndConstants_t311			      = 10000;
 			   ue_TimersAndConstants_n310			      = 20;
 			   ue_TimersAndConstants_n311			      = 1;
-
+	           ue_TransmissionMode				      = 1;
 			 }
 			 );
 
-- 
GitLab