From 1f3aee2fc0d5abea46253de985e40b5a446d517c Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 5 Mar 2020 13:26:16 +0100 Subject: [PATCH] Fix incorrect parameters --- srsenb/src/phy/phy_ue_db.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsenb/src/phy/phy_ue_db.cc b/srsenb/src/phy/phy_ue_db.cc index 7ef7ebbf7..fbe009dd5 100644 --- a/srsenb/src/phy/phy_ue_db.cc +++ b/srsenb/src/phy/phy_ue_db.cc @@ -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; }