1. 15 Nov, 2024 2 commits
    • Robert Schmidt's avatar
      Prevent segfault in nr_mac_clean_cellgroup() · 268d409b
      Robert Schmidt authored
      In some runs of a multi-UE deployment, we see segfaults because
      cell_group->spCellConfig is NULL. We should not segfault in that case,
      so check for spCellConfig.
      268d409b
    • 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
  2. 13 Nov, 2024 4 commits
  3. 12 Nov, 2024 23 commits
  4. 09 Nov, 2024 6 commits
  5. 08 Nov, 2024 5 commits