From a63c53530a0215e34f07a19d556f9ac4f7563df5 Mon Sep 17 00:00:00 2001
From: Raymond Knopp <raymond.knopp@eurecom.fr>
Date: Mon, 17 Apr 2017 11:19:53 -0700
Subject: [PATCH] added rru configuration file for oaisim

---
 .../GENERIC-LTE-EPC/CONF/rru.oaisim.conf        | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.oaisim.conf

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.oaisim.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.oaisim.conf
new file mode 100644
index 0000000000..41330bce17
--- /dev/null
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.oaisim.conf
@@ -0,0 +1,17 @@
+RUs = (
+    {		  
+      	local_if_name                    = "lo";			  
+      	remote_address                   = "127.0.0.2";
+    	local_address                    = "127.0.0.1"; 
+    	local_port                       = 50001;	     
+    	remote_port                      = 50000;
+	local_rf                         = "yes"
+    	tr_preference                    = "udp_if4p5";
+	nb_tx                            = 1;
+	nb_rx                            = 1;
+	max_pdschReferenceSignalPower    = -29;
+	max_rxgain                       = 120;
+	bands                            = [7,13];
+    }
+);  
+
-- 
GitLab