Fix NR UL RV selection

This commit is contained in:
Xavier Arteaga 2021-04-09 18:20:31 +02:00 committed by Andre Puschmann
parent 42dcff45b2
commit f799ab6f94
1 changed files with 1 additions and 0 deletions

View File

@ -784,6 +784,7 @@ int srsran_ra_ul_dci_to_grant_nr(const srsran_carrier_nr_t* carrier,
pusch_grant->dci_format = dci_ul->ctx.format;
pusch_grant->rnti = dci_ul->ctx.rnti;
pusch_grant->rnti_type = dci_ul->ctx.rnti_type;
pusch_grant->tb[0].rv = dci_ul->rv;
// 5.1.6.2 DM-RS reception procedure
if (ra_ul_dmrs(pusch_hl_cfg, pusch_grant, pusch_cfg) < SRSRAN_SUCCESS) {