• Robert Schmidt's avatar
    Prevent segfault when trying to schedule MAX_MOBILES_PER_GNB UEs · a319cbfb
    Robert Schmidt authored
    When the UE list is full, the iterator will run through all
    MAX_MOBILES_PER_GNB UEs. It expects that eventually the pointer is NULL,
    which is not the case if we have MAX_MOBILES_PER_GNB (or it simply
    depends on the following memory). So give one array entry more, to
    ensure that the last one is NULL.
    a319cbfb
gNB_scheduler_ulsch.c 107 KB