srsLTE/srsenb/rr.conf.example

52 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-06-01 03:25:57 -07:00
mac_cnfg =
{
phr_cnfg =
{
2019-01-17 03:42:01 -08:00
dl_pathloss_change = "dB3"; // Valid: 1, 3, 6 or INFINITY
2017-06-02 07:50:03 -07:00
periodic_phr_timer = 50;
2017-06-01 03:25:57 -07:00
prohibit_phr_timer = 0;
};
ulsch_cnfg =
{
2017-06-02 04:32:26 -07:00
max_harq_tx = 4;
2018-07-05 09:11:47 -07:00
periodic_bsr_timer = 20; // in ms
2017-06-01 03:25:57 -07:00
retx_bsr_timer = 320; // in ms
};
time_alignment_timer = -1; // -1 is infinity
};
phy_cnfg =
{
phich_cnfg =
{
duration = "Normal";
2017-06-02 07:50:03 -07:00
resources = "1/6";
2017-06-01 03:25:57 -07:00
};
pusch_cnfg_ded =
{
2018-07-05 09:11:47 -07:00
beta_offset_ack_idx = 6;
beta_offset_ri_idx = 6;
beta_offset_cqi_idx = 6;
2017-06-01 03:25:57 -07:00
};
// PUCCH-SR resources are scheduled on time-frequeny domain first, then multiplexed in the same resource.
sched_request_cnfg =
{
2017-06-02 07:50:03 -07:00
dsr_trans_max = 64;
period = 20; // in ms
subframe = [1]; // vector of subframe indices allowed for SR transmissions
2017-06-01 03:25:57 -07:00
nof_prb = 2; // number of PRBs on each extreme used for SR (total prb is twice this number)
};
cqi_report_cnfg =
2017-06-02 07:50:03 -07:00
{
mode = "periodic";
simultaneousAckCQI = true;
period = 40; // in ms
subframe = [0];
nof_prb = 2;
2019-09-23 07:15:12 -07:00
m_ri = 8; // RI period in CQI period
2017-06-01 03:25:57 -07:00
};
};