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,95 +18,86 @@ eNBs = ...@@ -18,95 +18,86 @@ 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";
tdd_config = 3; tdd_config = 3;
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;
prach_root = 22; rx_gain = 20;
prach_config_index = 3; prach_root = 22;
prach_high_speed = "DISABLE"; prach_config_index = 3;
prach_zero_correlation = 0; prach_high_speed = "DISABLE";
prach_freq_offset = 0; prach_zero_correlation = 0;
pucch_delta_shift = 1; prach_freq_offset = 0;
pucch_nRB_CQI = 1; pucch_delta_shift = 1;
pucch_nCS_AN = 0; pucch_nRB_CQI = 1;
pucch_n1_AN = 32; pucch_nCS_AN = 0;
pdsch_referenceSignalPower = -24; pucch_n1_AN = 32;
pdsch_p_b = 0; pdsch_referenceSignalPower = -24;
pusch_n_SB = 1; pdsch_p_b = 0;
pusch_enable64QAM = "DISABLE"; pusch_n_SB = 1;
pusch_hoppingMode = "interSubFrame"; pusch_enable64QAM = "DISABLE";
pusch_hoppingOffset = 4; pusch_hoppingMode = "interSubFrame";
pusch_groupHoppingEnabled = "DISABLE"; pusch_hoppingOffset = 4;
pusch_groupAssignment = 0; pusch_groupHoppingEnabled = "DISABLE";
pusch_sequenceHoppingEnabled = "DISABLE"; pusch_groupAssignment = 0;
pusch_nDMRS1 = 1; pusch_sequenceHoppingEnabled = "DISABLE";
phich_duration = "NORMAL"; pusch_nDMRS1 = 1;
phich_resource = "ONESIXTH"; phich_duration = "NORMAL";
srs_enable = "DISABLE"; phich_resource = "ONESIXTH";
/* srs_BandwidthConfig =; srs_enable = "DISABLE";
srs_SubframeConfig =; /* srs_BandwidthConfig =;
srs_ackNackST =; srs_SubframeConfig =;
srs_MaxUpPts =;*/ srs_ackNackST =;
srs_MaxUpPts =; */
pusch_p0_Nominal = -95; pusch_p0_Nominal = -95;
pusch_alpha = "AL08"; pusch_alpha = "AL08";
pucch_p0_Nominal = -117; pucch_p0_Nominal = -117;
msg3_delta_Preamble = 6; msg3_delta_Preamble = 6;
pucch_deltaF_Format1 = "deltaF2"; pucch_deltaF_Format1 = "deltaF2";
pucch_deltaF_Format1b = "deltaF3"; pucch_deltaF_Format1b = "deltaF3";
pucch_deltaF_Format2 = "deltaF0"; pucch_deltaF_Format2 = "deltaF0";
pucch_deltaF_Format2a = "deltaF0"; pucch_deltaF_Format2a = "deltaF0";
pucch_deltaF_Format2b = "deltaF0"; pucch_deltaF_Format2b = "deltaF0";
rach_numberOfRA_Preambles = 52; rach_numberOfRA_Preambles = 52;
rach_preamblesGroupAConfig = "DISABLE"; rach_preamblesGroupAConfig = "DISABLE";
/* /*
rach_sizeOfRA_PreamblesGroupA = ; rach_sizeOfRA_PreamblesGroupA = ;
rach_messageSizeGroupA = ; rach_messageSizeGroupA = ;
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;
rach_maxHARQ_Msg3Tx = 4; rach_maxHARQ_Msg3Tx = 4;
pcch_default_PagingCycle = 128;
pcch_nB = "oneT";
bcch_modificationPeriodCoeff = 2;
ue_TimersAndConstants_t300 = 1000;
ue_TimersAndConstants_t301 = 1000;
ue_TimersAndConstants_t310 = 1000;
ue_TimersAndConstants_t311 = 10000;
ue_TimersAndConstants_n310 = 20;
ue_TimersAndConstants_n311 = 1;
}
);
pcch_default_PagingCycle = 128;
pcch_nB = "oneT";
bcch_modificationPeriodCoeff = 2;
ue_TimersAndConstants_t300 = 1000;
ue_TimersAndConstants_t301 = 1000;
ue_TimersAndConstants_t310 = 1000;
ue_TimersAndConstants_t311 = 10000;
ue_TimersAndConstants_n310 = 20;
ue_TimersAndConstants_n311 = 1;
}
);
#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
......
...@@ -185,7 +185,7 @@ P-GW = ...@@ -185,7 +185,7 @@ P-GW =
PGW_INTERFACE_NAME_FOR_S5_S8 = "none"; PGW_INTERFACE_NAME_FOR_S5_S8 = "none";
PGW_IPV4_ADDRESS_FOR_S5_S8 = "0.0.0.0/24"; 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"; 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