From 1a9982cae7216bc4f7056af8ca8eed230cc5cbb5 Mon Sep 17 00:00:00 2001
From: Aikaterini <aikaterini.trilyraki@eurecom.fr>
Date: Fri, 5 Feb 2016 13:27:32 +0100
Subject: [PATCH] correction in conf file for rrh_gw

---
 .../CONF/enb.band7.tm1.rrh.usrpb210.conf        | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf
index dd138c23ac..95bad9da5b 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf
@@ -142,29 +142,30 @@ eNBs =
 
 rrh_gw_config = (
  {			  
-    udp    = 1;							  
-    raw    = 0;		  					  	  
-    active = 1;								  
+    local_if_name = "eth0";			  
     #remote_addr = "169.254.8.28";					  
     #remote_addr = "127.0.0.1";						  
     #remote_addr = "74:d4:35:cc:88:45";	 
     #local_addr = "169.254.7.91";
     #local_addr = "127.0.0.1";
     #local_addr = "d4:be:d9:22:0a:ac";
-    local_address  = "192.168.12.242" ;
+    local_address = "192.168.12.242" ;
     remote_address = "192.168.12.31" ;
-    local_port     = 50000;		       
-    remote_port    = 50001;    
+    local_port = 50000;		       
+    remote_port = 50001; 
+    active = "no"; 
+    preference = "udp";	                
+                             
 }
 );  
 
     NETWORK_INTERFACES :
     {
         ENB_INTERFACE_NAME_FOR_S1_MME            = "eth0";
-        ENB_IPV4_ADDRESS_FOR_S1_MME              = "192.168.12.216/24";
+        ENB_IPV4_ADDRESS_FOR_S1_MME              = "192.168.12.242/24";
 
         ENB_INTERFACE_NAME_FOR_S1U               = "eth0";
-        ENB_IPV4_ADDRESS_FOR_S1U                 = "192.168.12.216/24";
+        ENB_IPV4_ADDRESS_FOR_S1U                 = "192.168.12.242/24";
         ENB_PORT_FOR_S1U                         = 2152; # Spec 2152
     };
 
-- 
GitLab