From 90425e6e4db843359e6082d892b9eb4eb059523f Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Tue, 4 Feb 2014 15:16:37 +0000 Subject: [PATCH] Updated enb configuration physical parameters. Coded frequency in floating notation, integer too long for 32 bits. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5022 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- .../GENERIC-LTE-EPC/CONF/enb.pft.sud.conf | 9 +-- .../GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf | 71 +++++++++++++++++-- 2 files changed, 71 insertions(+), 9 deletions(-) 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 18ab598a4b..6aa35be83b 100644 --- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf +++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf @@ -25,8 +25,9 @@ eNBs = ////////// Physical parameters: frame_type = "FDD"; prefix_type = "NORMAL"; - downlink_frequency = 2680000000; - uplink_frequency_offset = -120000000; + eutra_band = 7; + downlink_frequency = 2680e6; + uplink_frequency_offset = -120e6; ////////// MME parameters: mme_ip_address = ( { ipv4 = "192.168.12.31"; @@ -61,8 +62,8 @@ eNBs = ////////// Physical parameters: frame_type = "FDD"; prefix_type = "NORMAL"; - downlink_frequency = 2680000000; - uplink_frequency_offset = -120000000; + downlink_frequency = 2680e6; + uplink_frequency_offset = -120e6; ////////// MME parameters: mme_ip_address = ( { ipv4 = "192.168.12.31"; 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 651b3ecc01..4d7c8002d4 100644 --- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf +++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf @@ -3,6 +3,7 @@ Active_eNBs = ( "eNB_Eurecom_0"); eNBs = ( { + ////////// Identification parameters: eNB_ID = 347472; cell_type = "CELL_MACRO_ENB"; @@ -16,9 +17,18 @@ eNBs = mobile_network_code = 10; + ////////// Channel parameters: // Default Paging DRX of the eNB as defined in TS 36.304 default_paging_drx = "PAGING_DRX_256"; + ////////// Physical parameters: + frame_type = "TDD"; + prefix_type = "NORMAL"; + eutra_band = 33; + downlink_frequency = 1907.6e6; + uplink_frequency_offset = 0.0; + + ////////// MME parameters: mme_ip_address = ( { ipv4 = "192.168.12.31"; ipv6 = "2192:168:30::17"; active = "yes"; @@ -31,9 +41,44 @@ eNBs = } ); }, - { - eNB_ID = 347474; + { + ////////// 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"; + 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"; + } + ); + }, + { + ////////// Identification parameters: cell_type = "CELL_MACRO_ENB"; eNB_name = "eNB_Eurecom_2"; @@ -43,19 +88,33 @@ eNBs = mobile_country_code = 208; - // EXMIMO_IOT mobile_network_code = 92; mobile_network_code = 92; + ////////// Channel parameters: // 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"; + ////////// Physical parameters: + frame_type = "FDD"; + prefix_type = "NORMAL"; + 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"; + } + ); }, { + ////////// Identification parameters: eNB_ID = 347475; cell_type = "CELL_MACRO_ENB"; @@ -70,9 +129,11 @@ eNBs = // EXMIMO_IOT mobile_network_code = 92; mobile_network_code = 92; + ////////// Channel parameters: // Default Paging DRX of the eNB as defined in TS 36.304 default_paging_drx = "PAGING_DRX_256"; + ////////// MME parameters: mme_ip_address = { ipv4 = "192.168.12.31"; ipv6 = "2192:168:30::17"; active = "yes"; -- GitLab