Commit d5bed3f9 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5921 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 23fa4146
......@@ -18,17 +18,8 @@ eNBs =
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 = 2680000000L;
uplink_frequency_offset = -120000000;
component_carriers = (
{
frame_type = "FDD";
......@@ -36,14 +27,15 @@ eNBs =
tdd_config_s = 0;
prefix_type = "NORMAL";
eutra_band = 7;
downlink_frequency = 2680000000L;
downlink_frequency = 2660000000L;
uplink_frequency_offset = -120000000;
Nid_cell = 0;
N_RB_DL = 25;
Nid_cell_mbsfn = 0;
nb_antennas_tx = 1;
nb_antennas_rx = 1;
tx_gain = 20;
rx_gain = 20;
prach_root = 22;
prach_config_index = 3;
prach_high_speed = "DISABLE";
......@@ -69,7 +61,7 @@ eNBs =
/* srs_BandwidthConfig =;
srs_SubframeConfig =;
srs_ackNackST =;
srs_MaxUpPts =;*/
srs_MaxUpPts =; */
pusch_p0_Nominal = -95;
pusch_alpha = "AL08";
......@@ -89,7 +81,7 @@ eNBs =
rach_messagePowerOffsetGroupB = ;
*/
rach_powerRampingStep = 2;
rach_preambleInitialReceivedTargetPower = -104;
rach_preambleInitialReceivedTargetPower= -104;
rach_preambleTransMax = 6;
rach_raResponseWindowSize = 10;
rach_macContentionResolutionTimer = 48;
......@@ -108,7 +100,6 @@ eNBs =
);
#mme_ip_address = ( { ipv4 = "192.168.13.175"; # 175 for MME CENTOS 178 FOR MME EURECOM
mme_ip_address = ( { ipv4 = "127.0.0.1";
ipv6 = "2192:168:30::17";
......
......@@ -185,7 +185,7 @@ P-GW =
PGW_INTERFACE_NAME_FOR_S5_S8 = "none";
PGW_IPV4_ADDRESS_FOR_S5_S8 = "0.0.0.0/24";
PGW_INTERFACE_NAME_FOR_SGI = "none";
PGW_INTERFACE_NAME_FOR_SGI = "eth0";
PGW_IPV4_ADDRESS_FOR_SGI = "192.168.13.82/24";
};
......
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