From 4ae2c19092f249020a90c44280937ba2d63dc133 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Mon, 6 Feb 2017 22:49:34 +0000 Subject: [PATCH] fixed failing pdsch test --- srslte/lib/phch/test/pdsch_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/srslte/lib/phch/test/pdsch_test.c b/srslte/lib/phch/test/pdsch_test.c index 099400462..8926e3bd3 100644 --- a/srslte/lib/phch/test/pdsch_test.c +++ b/srslte/lib/phch/test/pdsch_test.c @@ -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;