• Thomas Schlichter's avatar
    gNB: fix allocation of RC.gNB[] array · ca963e68
    Thomas Schlichter authored
    If the array of pointers is allocated using malloc(), it is not guaranteed that the pointers are NULL, so the actual PHY_VARS_gNB might nit be allocated correctly!
    Also replace a malloc() + memset() combination by just a calloc().
    ca963e68
nr-gnb.c 18.1 KB