calibrated configuration values

This commit is contained in:
Ismael Gomez 2017-08-22 15:06:32 +02:00
parent 49066b28d3
commit 0f9f76ff00
4 changed files with 21 additions and 21 deletions

View File

@ -57,8 +57,8 @@ drb_config = drb.conf
##################################################################### #####################################################################
[rf] [rf]
dl_earfcn = 3400 dl_earfcn = 3400
tx_gain = 70 tx_gain = 80
rx_gain = 50 rx_gain = 60
#device_name = auto #device_name = auto
#device_args = auto #device_args = auto
@ -141,9 +141,9 @@ nof_ctrl_symbols = 2
#pdsch_max_its = 4 #pdsch_max_its = 4
#nof_phy_threads = 2 #nof_phy_threads = 2
#pregenerate_signals = false #pregenerate_signals = false
#tx_amplitude = 0.8 #tx_amplitude = 0.6
#link_failure_nof_err = 50 #link_failure_nof_err = 50
#rrc_inactivity_timer = 30000 #rrc_inactivity_timer = 10000
#max_prach_offset_us = 30 #max_prach_offset_us = 30
##################################################################### #####################################################################

View File

@ -28,7 +28,7 @@ phy_cnfg =
{ {
beta_offset_ack_idx = 10; beta_offset_ack_idx = 10;
beta_offset_ri_idx = 5; beta_offset_ri_idx = 5;
beta_offset_cqi_idx = 5; beta_offset_cqi_idx = 10;
}; };
// PUCCH-SR resources are scheduled on time-frequeny domain first, then multiplexed in the same resource. // PUCCH-SR resources are scheduled on time-frequeny domain first, then multiplexed in the same resource.

View File

@ -23,9 +23,9 @@ sib2 =
rach_cnfg = rach_cnfg =
{ {
num_ra_preambles = 52; num_ra_preambles = 52;
preamble_init_rx_target_pwr = -108; preamble_init_rx_target_pwr = -104;
pwr_ramping_step = 6; // in dB pwr_ramping_step = 6; // in dB
preamble_trans_max = 7; preamble_trans_max = 10;
ra_resp_win_size = 10; // in ms ra_resp_win_size = 10; // in ms
mac_con_res_timer = 64; // in ms mac_con_res_timer = 64; // in ms
max_harq_msg3_tx = 4; max_harq_msg3_tx = 4;
@ -53,7 +53,7 @@ sib2 =
pdsch_cnfg = pdsch_cnfg =
{ {
p_b = 0; p_b = 0;
rs_power = -4; rs_power = 20;
}; };
pusch_cnfg = pusch_cnfg =
{ {
@ -71,25 +71,25 @@ sib2 =
}; };
pucch_cnfg = pucch_cnfg =
{ {
delta_pucch_shift = 1; delta_pucch_shift = 2;
n_rb_cqi = 1; n_rb_cqi = 2;
n_cs_an = 0; n_cs_an = 0;
n1_pucch_an = 2; n1_pucch_an = 12;
}; };
ul_pwr_ctrl = ul_pwr_ctrl =
{ {
p0_nominal_pusch = -108; p0_nominal_pusch = -85;
alpha = 1.0; alpha = 0.7;
p0_nominal_pucch = -88; p0_nominal_pucch = -107;
delta_flist_pucch = delta_flist_pucch =
{ {
format_1 = 2; format_1 = 0;
format_1b = 3; format_1b = 3;
format_2 = 0; format_2 = 1;
format_2a = 0; format_2a = 2;
format_2b = 0; format_2b = 2;
}; };
delta_preamble_msg3 = 4; delta_preamble_msg3 = 8;
}; };
ul_cp_length = "Normal"; ul_cp_length = "Normal";
}; };

View File

@ -23,8 +23,8 @@
[rf] [rf]
dl_freq = 2685000000 dl_freq = 2685000000
ul_freq = 2565000000 ul_freq = 2565000000
tx_gain = 70 tx_gain = 80
rx_gain = 50 rx_gain = 60
#nof_rx_ant = 1 #nof_rx_ant = 1
#device_name = auto #device_name = auto