From f8c148f3f55dc918450c970fb7fc6527d1b7dae1 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Fri, 17 Oct 2014 10:03:51 +0000
Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5905
 818b1a75-f10b-46b9-bf7c-635c3b92a50f

---
 .../GENERIC-LTE-EPC/CONF/enb.pft.sud.conf     | 128 ------------------
 1 file changed, 128 deletions(-)
 delete mode 100644 targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
deleted file mode 100644
index 3276cb1d34..0000000000
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
+++ /dev/null
@@ -1,128 +0,0 @@
-//Active_eNBs = ( "eNB_Eurecom_0", "eNB_Eurecom_1", "eNB_Eurecom_2", "eNB_Eurecom_3");
-Active_eNBs = ( "eNB_Eurecom_0");
-
-eNBs =
-(
- {
-    # real_time choice in {hard, rt-preempt, no}
-    real_time       =  "no";
-    ////////// Identification parameters:
-    eNB_ID    =  0xe00;
-    
-    cell_type =  "CELL_MACRO_ENB";
-    
-    eNB_name  =  "eNB_Eurecom_0";
-    
-    // Tracking area code, 0x0000 and 0xfffe are reserved values
-    tracking_area_code  =  "1";
-    
-    mobile_country_code =  "208";
-    
-    mobile_network_code =  "92";
-    
-    ////////// Channel parameters:
-    // Default Paging DRX of the eNB as defined in TS 36.304
-    default_paging_drx  =  "PAGING_DRX_256";
-    
-    ////////// Physical parameters:
-    frame_type              = "FDD";
-    prefix_type             = "NORMAL";
-    eutra_band              = 7;
-    downlink_frequency      = 2680000000;
-    uplink_frequency_offset = -120000000;
-    
-    ////////// MME parameters:
-    mme_ip_address      = ( { ipv4       = "192.168.12.31";
-                              ipv6       = "2192:168:30::17";
-                              active     = "yes";
-                              preference = "ipv4";
-                            },
-                            { ipv4       = "192.168.12.86";
-                              ipv6       = "2192:168:30::18";
-                              active     = "no";
-                              preference = "ipv4";
-                            }
-                          );
-  },
- {
-    ////////// Identification parameters:
-    cell_type =  "CELL_MACRO_ENB";
-    
-    eNB_name  =  "eNB_Eurecom_1";
-    
-   // Tracking area code, 0x0000 and 0xfffe are reserved values
-    tracking_area_code  =  "1";
-    
-    mobile_country_code =  "208";
-    
-    mobile_network_code =  "92";
-    
-    ////////// Channel parameters:
-    // Default Paging DRX of the eNB as defined in TS 36.304
-    default_paging_drx  =  "PAGING_DRX_256";
-    
-    ////////// Physical parameters:
-    frame_type              = "FDD";
-    prefix_type             = "NORMAL";
-    eutra_band              = 7;
-    downlink_frequency      = 2680e6;
-    uplink_frequency_offset = -120e6;
-    
-    ////////// MME parameters:
-    mme_ip_address      = ( { ipv4       = "192.168.12.31";
-                              ipv6       = "2192:168:30::17";
-                              active     = "yes";
-                              preference = "ipv4";
-                            },
-                            { ipv4       = "192.168.12.86";
-                              ipv6       = "2192:168:30::18";
-                              active     = "no";
-                              preference = "ipv4";
-                            }
-                          );
-  },
-  {
-    cell_type =  "CELL_MACRO_ENB";
-    
-    eNB_name  =  "eNB_Eurecom_2";
-    
-    // Tracking area code, 0x0000 and 0xfffe are reserved values
-    tracking_area_code  =  "1";
-    
-    mobile_country_code =  "208";
-    
-    mobile_network_code =  "92";
-    
-    // Default Paging DRX of the eNB as defined in TS 36.304
-    default_paging_drx  =  "PAGING_DRX_256";
-    
-    mme_ip_address      = ( { ipv4       = "192.168.12.31";
-                              ipv6       = "2192:168:30::17";
-                              active     = "yes";
-                              preference = "ipv4";
-                            }
-                          );
-  },
-  {
-    cell_type =  "CELL_MACRO_ENB";
-    
-    eNB_name  =  "eNB_Eurecom_3";
-    
-    // Tracking area code, 0x0000 and 0xfffe are reserved values
-    tracking_area_code  =  "1";
-    
-    mobile_country_code =  "208";
-    
-    mobile_network_code =  "92";
-    
-    // Default Paging DRX of the eNB as defined in TS 36.304
-    default_paging_drx  =  "PAGING_DRX_256";
-    
-    mme_ip_address      = ( { ipv4       = "192.168.12.31";
-                              ipv6       = "2192:168:30::17";
-                              active     = "yes";
-                              preference = "ipv4";
-                            }
-                          );
-  }
-);
-- 
GitLab