1. 30 Aug, 2023 3 commits
  2. 29 Aug, 2023 3 commits
  3. 27 Aug, 2023 1 commit
  4. 24 Aug, 2023 7 commits
  5. 23 Aug, 2023 4 commits
  6. 22 Aug, 2023 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w33' into 'develop' · 464a62dd
      Robert Schmidt authored
      integration_2023_w33
      
      See merge request oai/openairinterface5g!2300
      
      * !2247 Fix cppcheck warnings related to nullPointerArithmeticRedundantCheck
      * !2250 Fix cppcheck warnings related to negativeIndex
      * !2281 avoid NR UE stalling if SIB not decoded
      * !2273 NR_UE: fix limited UL data throughput in do-ra mode
      * !2295 hack: see Bye. message when quitting gnb running with aw2s
      * !2298 mapping LCID to RBID to index RLC entities
      * !2267 Make read-only global variables const, additional fixes
      * !2297 nr rlc: change retx logic
      * !2230 Readme correction
      * Lower scheduler PF averaging constant
      464a62dd
  7. 21 Aug, 2023 2 commits
    • Robert Schmidt's avatar
      Lower scheduler PF averaging constant · 8ad215f6
      Robert Schmidt authored
      This time constant plays a major role in how long a UE has to wait
      maximally before it might be scheduled. For instance, if a UE had a lot
      of traffic, the average traffic will be high, pushing the PF coefficient
      down. If another UE with no traffic in the past becomes active with
      heavy traffic, the first UE might not be scheduled for an extended
      period of time.
      
      In the AW2S-Amarisoft UE CI test pipeline, we sometimes see that the
      maximum number of RLC retransmissions was reached. While this might not
      be the (only) cause, scheduling a UE more often might prevent such
      situations, and we saw an improved stability.
      8ad215f6
    • Robert Schmidt's avatar
      4d244c5c
  8. 18 Aug, 2023 18 commits
  9. 17 Aug, 2023 1 commit