1. 08 Sep, 2023 3 commits
  2. 04 Sep, 2023 8 commits
  3. 01 Sep, 2023 1 commit
  4. 31 Aug, 2023 1 commit
  5. 30 Aug, 2023 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w34' into 'develop' · 97b08440
      Robert Schmidt authored
      integration_2023_w34
      
      See merge request oai/openairinterface5g!2316
      
      * !2283 going back to sync mode when cell is barred in MIB
      * !2290 fix gtp delete. we should not delete all bearer in case of dedicaded bearer release
      * !2299 fix-mem-overflow_64qam
      * !2288 NR UE avoid crashes upon renewal of SIB1
      * !2279 web server enhancement and doc link fix
      * !2302 Tutorials: update links for Open Cells SIM Card programming tool and Ubuntu 22.04 LTS
      * !2303 NR gNB limit on PUCCH bits to be scheduled
      * !2207 Use F1 internally: UE Context Modification Required
      * !2315 Fix LCID to RB association, allow more than 8 LCIDs in the UE
      97b08440
  6. 29 Aug, 2023 3 commits
  7. 27 Aug, 2023 1 commit
  8. 24 Aug, 2023 8 commits
  9. 23 Aug, 2023 4 commits
  10. 22 Aug, 2023 6 commits
  11. 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
  12. 19 Aug, 2023 2 commits