fixed failing pdsch test

This commit is contained in:
Ismael Gomez 2017-02-06 22:49:34 +00:00
parent 29ad80adc1
commit 4ae2c19092
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ int main(int argc, char **argv) {
dci.mcs_idx = mcs;
dci.rv_idx = rv_idx;
dci.type0_alloc.rbg_bitmask = 0xffffffff;
dci.tb_en[0] = true;
if (srslte_ra_dl_dci_to_grant(&dci, cell.nof_prb, rnti, &grant)) {
fprintf(stderr, "Error computing resource allocation\n");
return ret;