From f23ec0680882cd26df94c20544763fd59c9e6178 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Fri, 17 Oct 2014 10:02:50 +0000
Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5903
818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
.../CONF/enb.sfr.yang.vlan.conf | 44 -------------------
.../CONF/enb.sfr.yang.vswitch.conf | 39 ----------------
2 files changed, 83 deletions(-)
delete mode 100755 targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf
delete mode 100755 targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vswitch.conf
diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf
deleted file mode 100755
index 1601564a30..0000000000
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf
+++ /dev/null
@@ -1,44 +0,0 @@
-Active_eNBs = ( "eNB_Eurecom_0");
-
-eNBs =
-(
- {
- # real_time choice in {hard, rt-preempt, no}
- real_time = "no";
- eNB_ID = 347472;
- 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 = 10;
- #10;
- // Default Paging DRX of the eNB as defined in TS 36.304
- default_paging_drx = "PAGING_DRX_256";
-
- ////////// Physical parameters:
- frame_type = "TDD";
- tdd_config = 3;
- tdd_config_s = 0;
- prefix_type = "NORMAL";
- eutra_band = 33;
- downlink_frequency = 1907600000;
- uplink_frequency_offset = 0;
-
- mme_ip_address = ( { ipv4 = "192.168.15.145";
- ipv6 = "2192:168:30::145";
- active = "yes";
- preference = "ipv4";
- }
- );
-
- NETWORK_INTERFACES :
- {
- ENB_INTERFACE_NAME_FOR_S1_MME = "eth1.1";
- ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.15.17/24";
-
- ENB_INTERFACE_NAME_FOR_S1U = "eth1.2";
- ENB_IPV4_ADDRESS_FOR_S1U = "192.168.16.17/24";
- };
- }
-);
diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vswitch.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vswitch.conf
deleted file mode 100755
index d88b1ba472..0000000000
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vswitch.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-Active_eNBs = ( "eNB_Eurecom_0");
-
-eNBs =
-(
- {
- # real_time choice in {hard, rt-preempt, no}
- real_time = "no";
- eNB_ID = 347472;
- 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 = 10;
- // Default Paging DRX of the eNB as defined in TS 36.304
- default_paging_drx = "PAGING_DRX_256";
-
- mme_ip_address = ( { ipv4 = "192.168.30.117";
- ipv6 = "2192:168:30::117";
- active = "yes";
- preference = "ipv4";
- },
- { ipv4 = "192.168.30.118";
- ipv6 = "2192:168:30::118";
- active = "no";
- preference = "ipv4";
- }
- );
-
- NETWORK_INTERFACES :
- {
- ENB_INTERFACE_NAME_FOR_S1_MME = "cpenb0";
- ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.30.17/24";
-
- ENB_INTERFACE_NAME_FOR_S1U = "upenb0";
- ENB_IPV4_ADDRESS_FOR_S1U = "192.168.31.17/24";
- };
- }
-);
--
GitLab