From 89a672a585e4808bde37c4cfc774c867cf1d2482 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Thu, 5 Mar 2020 17:09:34 +0100 Subject: [PATCH] SRSENB: fix UE phy dB defect for SCell Index --- srsenb/src/phy/phy_ue_db.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/srsenb/src/phy/phy_ue_db.cc b/srsenb/src/phy/phy_ue_db.cc index 4ce6c5d8c..bc6175468 100644 --- a/srsenb/src/phy/phy_ue_db.cc +++ b/srsenb/src/phy/phy_ue_db.cc @@ -333,6 +333,7 @@ void phy_ue_db::set_ack_pending(uint32_t tti, uint32_t cc_idx, const srslte_dci_ pdsch_ack_m.resource.v_dai_dl = 0; ///< Ignore for FDD pdsch_ack_m.resource.n_cce = dci.location.ncce; pdsch_ack_m.resource.tpc_for_pucch = dci.tpc_pucch; + pdsch_ack_m.resource.grant_cc_idx = scell_idx; // Set TB info for (uint32_t i = 0; i < srslte_dci_format_max_tb(dci.format); i++) {