|
|
@ -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->dci_format = dci_ul->ctx.format;
|
|
|
|
pusch_grant->rnti = dci_ul->ctx.rnti;
|
|
|
|
pusch_grant->rnti = dci_ul->ctx.rnti;
|
|
|
|
pusch_grant->rnti_type = dci_ul->ctx.rnti_type;
|
|
|
|
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
|
|
|
|
// 5.1.6.2 DM-RS reception procedure
|
|
|
|
if (ra_ul_dmrs(pusch_hl_cfg, pusch_grant, pusch_cfg) < SRSRAN_SUCCESS) {
|
|
|
|
if (ra_ul_dmrs(pusch_hl_cfg, pusch_grant, pusch_cfg) < SRSRAN_SUCCESS) {
|
|
|
|