Fix incorrect parameters

This commit is contained in:
Ismael Gomez 2020-03-05 13:26:16 +01:00
parent 7e840bde86
commit 1f3aee2fc0
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ void phy_ue_db::send_uci_data(uint32_t tti,
// Rank indicator (TM3 and TM4)
if (uci_cfg.cqi.ri_len) {
stack->ri_info(tti, cqi_cc_idx, rnti, uci_value.ri);
stack->ri_info(tti, rnti, cqi_cc_idx, uci_value.ri);
cqi_scell_info.last_ri = uci_value.ri;
}