From fc4d03d41983c1677465d640b746e93e83b856c6 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Tue, 18 Apr 2017 09:55:37 +0200
Subject: [PATCH] fix tm1 generic configuration file

- RBs set to 25
- disable SRS
---
 .../CONF/enb.band7.tm1.generic.oaisim.local_no_mme.conf       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.generic.oaisim.local_no_mme.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.generic.oaisim.local_no_mme.conf
index 8db3e2304d..140d215b9c 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.generic.oaisim.local_no_mme.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.generic.oaisim.local_no_mme.conf
@@ -34,7 +34,7 @@ eNBs =
         downlink_frequency      			      = 2680000000L;
         uplink_frequency_offset 			      = -120000000;
         Nid_cell					              = 0;
-        N_RB_DL                 			      = 50;
+        N_RB_DL                 			      = 25;
         Nid_cell_mbsfn          			      = 0;
 	nb_antenna_ports				      = 1;
         nb_antennas_tx          			      = 1;
@@ -62,7 +62,7 @@ eNBs =
         pusch_nDMRS1                              = 0;
         phich_duration                            = "NORMAL";
         phich_resource                            = "ONESIXTH";
-        srs_enable                                = "ENABLE";
+        srs_enable                                = "DISABLE";
         srs_BandwidthConfig                       =2;
         srs_SubframeConfig                        =13;
         srs_ackNackST                             ="DISABLE";
-- 
GitLab