SRSENB: minor aesthetic change

This commit is contained in:
Xavier Arteaga 2020-03-03 16:01:35 +01:00 committed by Xavier Arteaga
parent 8eb96747ab
commit 5c689ed4c4
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ void phy_ue_db::set_ack_pending(uint32_t tti, uint32_t cc_idx, const srslte_dci_
// Set TB info
for (uint32_t i = 0; i < srslte_dci_format_max_tb(dci.format); i++) {
if (SRSLTE_DCI_IS_TB_EN(dci.tb[i])) {
pdsch_ack_m.value[i] = true;
pdsch_ack_m.value[i] = 1;
pdsch_ack_m.k++;
}
}