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 1601564a30d91dd644e011ad237e7887322703ee..0000000000000000000000000000000000000000 --- 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 d88b1ba47234469346c0a17644bc71b331f3be52..0000000000000000000000000000000000000000 --- 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"; - }; - } -);