Commit d3a7fd9b authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6008 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a01c5805
...@@ -8,8 +8,8 @@ eNBs = ...@@ -8,8 +8,8 @@ eNBs =
( (
{ {
////////// Identification parameters: ////////// Identification parameters:
# real_time choice in {hard, rt-preempt, no} # real_time choice in {rtai, linux-kernel, emulation}
real_time = "rt-preempt"; real_time = "linux-kernel";
eNB_ID = 0xe00; eNB_ID = 0xe00;
cell_type = "CELL_MACRO_ENB"; cell_type = "CELL_MACRO_ENB";
eNB_name = "eNB_Eurecom_0"; eNB_name = "eNB_Eurecom_0";
...@@ -18,17 +18,8 @@ eNBs = ...@@ -18,17 +18,8 @@ eNBs =
mobile_country_code = "208"; mobile_country_code = "208";
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";
////////// Physical parameters: ////////// Physical parameters:
frame_type = "FDD";
prefix_type = "NORMAL";
eutra_band = 7;
downlink_frequency = 2680000000L;
uplink_frequency_offset = -120000000;
component_carriers = ( component_carriers = (
{ {
frame_type = "FDD"; frame_type = "FDD";
...@@ -36,14 +27,15 @@ eNBs = ...@@ -36,14 +27,15 @@ eNBs =
tdd_config_s = 0; tdd_config_s = 0;
prefix_type = "NORMAL"; prefix_type = "NORMAL";
eutra_band = 7; eutra_band = 7;
downlink_frequency = 2680000000L; downlink_frequency = 2660000000L;
uplink_frequency_offset = -120000000; uplink_frequency_offset = -120000000;
Nid_cell = 0; Nid_cell = 0;
N_RB_DL = 25; N_RB_DL = 25;
Nid_cell_mbsfn = 0; Nid_cell_mbsfn = 0;
nb_antennas_tx = 1; nb_antennas_tx = 1;
nb_antennas_rx = 1; nb_antennas_rx = 1;
tx_gain = 20;
rx_gain = 20;
prach_root = 22; prach_root = 22;
prach_config_index = 3; prach_config_index = 3;
prach_high_speed = "DISABLE"; prach_high_speed = "DISABLE";
...@@ -69,7 +61,7 @@ eNBs = ...@@ -69,7 +61,7 @@ eNBs =
/* srs_BandwidthConfig =; /* srs_BandwidthConfig =;
srs_SubframeConfig =; srs_SubframeConfig =;
srs_ackNackST =; srs_ackNackST =;
srs_MaxUpPts =;*/ srs_MaxUpPts =; */
pusch_p0_Nominal = -95; pusch_p0_Nominal = -95;
pusch_alpha = "AL08"; pusch_alpha = "AL08";
...@@ -89,7 +81,7 @@ eNBs = ...@@ -89,7 +81,7 @@ eNBs =
rach_messagePowerOffsetGroupB = ; rach_messagePowerOffsetGroupB = ;
*/ */
rach_powerRampingStep = 2; rach_powerRampingStep = 2;
rach_preambleInitialReceivedTargetPower = -104; rach_preambleInitialReceivedTargetPower= -104;
rach_preambleTransMax = 6; rach_preambleTransMax = 6;
rach_raResponseWindowSize = 10; rach_raResponseWindowSize = 10;
rach_macContentionResolutionTimer = 48; rach_macContentionResolutionTimer = 48;
...@@ -108,9 +100,8 @@ eNBs = ...@@ -108,9 +100,8 @@ eNBs =
); );
#mme_ip_address = ( { ipv4 = "192.168.13.175"; # 175 for MME CENTOS 178 FOR MME EURECOM #mme_ip_address = ( { ipv4 = "192.168.13.175"; # 175 for MME CENTOS 178 FOR MME EURECOM
mme_ip_address = ( { ipv4 = "192.168.13.178"; mme_ip_address = ( { ipv4 = "127.0.0.1";
ipv6 = "2192:168:30::17"; ipv6 = "2192:168:30::17";
active = "yes"; active = "yes";
preference = "ipv4"; preference = "ipv4";
...@@ -119,24 +110,25 @@ eNBs = ...@@ -119,24 +110,25 @@ eNBs =
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
ENB_INTERFACE_NAME_FOR_S1_MME = "eth1"; ENB_INTERFACE_NAME_FOR_S1_MME = "lo";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.13.82/24"; ENB_IPV4_ADDRESS_FOR_S1_MME = "127.0.0.1/24";
ENB_INTERFACE_NAME_FOR_S1U = "eth1"; ENB_INTERFACE_NAME_FOR_S1U = "lo";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.13.82/24"; ENB_IPV4_ADDRESS_FOR_S1U = "127.0.0.1/24";
ENB_PORT_FOR_S1U = 2252; # Spec 2152
}; };
# available options for level: error, warn, notice, info, debug, trace # available options for level: error, warn, notice, info, debug, trace
# available options for verbosity: none, low, medium, high, full # available options for verbosity: none, low, medium, high, full
log_config : log_config :
{ {
global_log_level ="debug"; global_log_level ="info";
global_log_verbosity ="medium"; global_log_verbosity ="medium";
hw_log_level ="debug"; hw_log_level ="info";
hw_log_verbosity ="medium"; hw_log_verbosity ="medium";
phy_log_level ="info"; phy_log_level ="info";
phy_log_verbosity ="medium"; phy_log_verbosity ="medium";
mac_log_level ="debug"; mac_log_level ="info";
mac_log_verbosity ="high"; mac_log_verbosity ="high";
rlc_log_level ="info"; rlc_log_level ="info";
rlc_log_verbosity ="medium"; rlc_log_verbosity ="medium";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment