1. 01 Mar, 2024 7 commits
  2. 28 Feb, 2024 3 commits
    • vijay chadachan's avatar
      Fixed for the PRB allocation issue assert in DLSCH scheduler · 3efb5b36
      vijay chadachan authored
      The following ASSERT is tirggered while testing 16 UE setup.
      
      Assertion (NPRB>0 && (NPRB + RBstart <= BWPsize)) failed!
      In PRBalloc_to_locationandbandwidth0() /home/ran/common/utils/nr/nr_common.c:286
      Illegal NPRB/RBstart Configuration (1,48) for BWPsize 48
      
      Corrected the get_start_stop_allocation calculation to fix the issue.
      The implementation was wrong. The rbstop shall be the last rb that could
      be allocated. Also the following two conditions are taken care
      
      rbStart needs to be strictly smaller than rbStop
      
      rbStart+rbSize needs to be smaller or equal to rbStop
      
      The problem was that we confounded both conditions, so rbStart could
      be equal to rbStop, which then leads to one PRB being allocated at the end.
      Setting rbStop to BWPsize - 1 and making sure the above two conditions are
      true does not make it lead to wrong allocations anymore.
      3efb5b36
    • Cedric Roux's avatar
      T tracer: textlog: remove GUI code · 1f81b3f1
      Cedric Roux authored
      textlog is, well, text log. The GUI part is totally useless.
      Let's remove it.
      1f81b3f1
    • Jaroslava Fiedlerova's avatar
      c99db698
  3. 27 Feb, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w08' into 'develop' · 08051056
      Robert Schmidt authored
      CI: Integration Branch 2024 week 08
      
      See merge request oai/openairinterface5g!2585
      
      * !2540 NR UE max MIMO layers from UEcap
      * !2554 NR UE RRC minor improvements
      * !2563 Add missing backtick for proper code style in README.md
      * !2567 Avoid integer overflows, buffer overflows, in channel levelling
      * !2574 NR UE fix for configuring coreset0 and SS0
      * !2575 NR UE fix init PDCP phy-test
      * !2551 NR UE improvements for contention resolution timer
      * !2570 CI: Replace nrmodule2 by up2
      08051056
  4. 26 Feb, 2024 3 commits
  5. 25 Feb, 2024 1 commit
  6. 23 Feb, 2024 8 commits
  7. 22 Feb, 2024 2 commits
  8. 20 Feb, 2024 1 commit
  9. 16 Feb, 2024 2 commits
  10. 15 Feb, 2024 5 commits
  11. 14 Feb, 2024 7 commits