Fixed inverted interpretation of new data indication (ndi) field in dci_format1As_pack() function

This commit is contained in:
Robert Falkenberg 2019-08-16 10:50:03 +02:00 committed by Andre Puschmann
parent c75f314c3f
commit bf35f83a5e
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ static int dci_format1As_pack(
srslte_bit_unpack(dci->pid, &y, HARQ_PID_LEN);
if (SRSLTE_RNTI_ISUSER(dci->rnti)) {
if (!SRSLTE_RNTI_ISUSER(dci->rnti)) {
if (nof_prb >= 50 && dci->type2_alloc.mode == SRSLTE_RA_TYPE2_DIST) {
*y++ = dci->type2_alloc.n_gap;
} else {