1. 15 Nov, 2024 1 commit
    • 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 6 commits