Fix for incorrect values in SIB1 DL DCI pdu 86/5286/3
authorlal.harshita <harshita.lal@radisys.com>
Wed, 9 Dec 2020 08:42:51 +0000 (14:12 +0530)
committerlal.harshita <harshita.lal@radisys.com>
Thu, 10 Dec 2020 07:55:48 +0000 (13:25 +0530)
Change-Id: I2ae7e37194ae7dee32c781ffc28052f50b255d7c
Signed-off-by: lal.harshita <harshita.lal@radisys.com>
src/5gnrmac/mac_slot_ind.c

index 7f9142e..19f8f0e 100644 (file)
@@ -65,6 +65,8 @@ uint8_t MacProcDlAlloc(Pst *pst, DlSchedInfo *dlSchedInfo)
            dlSlot[dlSchedInfo->schSlotValue.broadcastTime.slot];
         currDlSlot->dlInfo.isBroadcastPres = true;
         memcpy(&currDlSlot->dlInfo.brdcstAlloc, &dlSchedInfo->brdcstAlloc, sizeof(DlBrdcstAlloc));
+         currDlSlot->dlInfo.brdcstAlloc.sib1Alloc.sib1PdcchCfg.dci.pdschCfg = \
+           &currDlSlot->dlInfo.brdcstAlloc.sib1Alloc.sib1PdschCfg;
       }
 
       if(dlSchedInfo->rarAlloc != NULLP)