From ed538ac836d82d78c13aedbe7f43ce601ba885bd Mon Sep 17 00:00:00 2001
From: winckel <winckel@eurecom.fr>
Date: Tue, 4 Feb 2014 15:30:09 +0000
Subject: [PATCH] Added eutra band in enb configuration physical parameters.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5023 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf | 1 +
 targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
index 6aa35be83b..646c29ac36 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
@@ -62,6 +62,7 @@ eNBs =
     ////////// Physical parameters:
     frame_type              = "FDD";
     prefix_type             = "NORMAL";
+    eutra_band              = 7;
     downlink_frequency      = 2680e6;
     uplink_frequency_offset = -120e6;
     
diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf
index 4d7c8002d4..a69a4bc35a 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf
@@ -61,6 +61,7 @@ eNBs =
     ////////// Physical parameters:
     frame_type              = "FDD";
     prefix_type             = "NORMAL";
+    eutra_band              = 7;
     downlink_frequency      = 2680e6;
     uplink_frequency_offset = -120e6;
     
@@ -97,6 +98,7 @@ eNBs =
     ////////// Physical parameters:
     frame_type              = "FDD";
     prefix_type             = "NORMAL";
+    eutra_band              = 7;
     downlink_frequency      = 2680e6;
     uplink_frequency_offset = -120e6;
     
-- 
GitLab