Fix gNb dummy stack process ID selection

This commit is contained in:
Xavier Arteaga 2021-10-20 11:21:12 +02:00 committed by Andre Puschmann
parent 39bfcf4a5c
commit 96e49980c6
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ private:
// Set softbuffer
pusch_cfg.grant.tb[0].softbuffer.rx =
&rx_harq_proc[slot_cfg.idx].get_softbuffer(dci.ndi, pusch_cfg.grant.tb[0].tbs);
&rx_harq_proc[dci.pid].get_softbuffer(dci.ndi, pusch_cfg.grant.tb[0].tbs);
// Push scheduling results
dl_sched.pdcch_ul.push_back(pdcch);