srsRAN/srsenb/rr.conf.example

91 lines
2.0 KiB
Plaintext
Raw Normal View History

2017-06-01 10:25:57 +00:00
mac_cnfg =
{
phr_cnfg =
{
2019-01-17 11:42:01 +00:00
dl_pathloss_change = "dB3"; // Valid: 1, 3, 6 or INFINITY
2017-06-02 14:50:03 +00:00
periodic_phr_timer = 50;
2017-06-01 10:25:57 +00:00
prohibit_phr_timer = 0;
};
ulsch_cnfg =
{
2017-06-02 11:32:26 +00:00
max_harq_tx = 4;
2018-07-05 16:11:47 +00:00
periodic_bsr_timer = 20; // in ms
2017-06-01 10:25:57 +00:00
retx_bsr_timer = 320; // in ms
};
time_alignment_timer = -1; // -1 is infinity
};
phy_cnfg =
{
phich_cnfg =
{
duration = "Normal";
2017-06-02 14:50:03 +00:00
resources = "1/6";
2017-06-01 10:25:57 +00:00
};
pusch_cnfg_ded =
{
2018-07-05 16:11:47 +00:00
beta_offset_ack_idx = 6;
beta_offset_ri_idx = 6;
beta_offset_cqi_idx = 6;
2017-06-01 10:25:57 +00:00
};
// PUCCH-SR resources are scheduled on time-frequeny domain first, then multiplexed in the same resource.
sched_request_cnfg =
{
2017-06-02 14:50:03 +00:00
dsr_trans_max = 64;
2020-04-30 12:01:35 +00:00
period = 20; // in ms
//subframe = [1, 11]; // Optional vector of subframe indices allowed for SR transmissions (default uses all)
nof_prb = 2; // number of PRBs on each extreme used for SR (total prb is twice this number)
2017-06-01 10:25:57 +00:00
};
cqi_report_cnfg =
2017-06-02 14:50:03 +00:00
{
mode = "periodic";
simultaneousAckCQI = true;
2020-04-30 12:01:35 +00:00
period = 40; // in ms
//subframe = [0, 10, 20, 30]; // Optional vector of subframe indices every period where CQI resources will be allocated (default uses all)
2017-06-02 14:50:03 +00:00
nof_prb = 2;
2019-09-23 14:15:12 +00:00
m_ri = 8; // RI period in CQI period
2017-06-01 10:25:57 +00:00
};
};
cell_list =
(
{
// rf_port = 0;
cell_id = 0x01;
tac = 0x0007;
pci = 1;
// root_seq_idx = 204;
dl_earfcn = 3350;
2020-03-06 15:53:27 +00:00
//ul_earfcn = 21400;
ho_active = false;
// CA cells
scell_list = (
2020-04-10 19:36:25 +00:00
// {cell_id = 0x02; cross_carrier_scheduling = false; scheduling_cell_id = 0x02; ul_allowed = true}
)
// Cells available for handover
meas_cell_list =
(
{
eci = 0x19C02;
dl_earfcn = 2850;
pci = 2;
}
);
// ReportCfg (only A3 supported)
meas_report_desc = {
a3_report_type = "RSRP";
a3_offset = 6;
a3_hysteresis = 0;
a3_time_to_trigger = 480;
rsrq_config = 4;
};
2019-11-18 06:14:09 +00:00
}
// Add here more cells
);