• Melissa Elkadi's avatar
    Adding memset of def_dci_pdu_rel15 back in · fb0a80ee
    Melissa Elkadi authored
    Removing the memset seemed to hide the problem
    and now the problem is appearing in a differnt
    manner... it is causing the NRUE to skip HARQ
    PIDs as its filling the UCI indication and process
    the DCI PDUs. So adding the memset causes the NR UE
    to crash becasue the DL_BWP_ID is becoming 0
    which leads us to index into an pointer that is not
    allocated and then a crash happens in DCI handling.
    fb0a80ee
mac_extern.h 3.42 KB