added a default configuration to the rr.conf for meas cells

This commit is contained in:
Francisco Paisana 2019-10-29 11:12:55 +00:00 committed by Francisco Paisana
parent 7e62d6d1f9
commit d5a2114320
1 changed files with 22 additions and 0 deletions

View File

@ -49,3 +49,25 @@ phy_cnfg =
m_ri = 8; // RI period in CQI period
};
};
rrc_cnfg =
{
// Cells available for handover
meas_cell_list =
(
//{
// cell_idx = 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;
};
};