1. 28 Jul, 2023 1 commit
    • Thomas Schlichter's avatar
      fix limited UL data throughput in do-ra mode · f1a09505
      Thomas Schlichter authored
      In case of noS1-mode, we initialize the 'logicalChannelBearer_exist' array element for the pre-configured DRB0 in function 'nr_l2_init_ue()'.
      That array is indexed with the LCID.
      For DRB0, the LCID is 4.
      Unfortunately, the code incorrectly used the array at index 0.
      Therefore, the UE sent neither scheduling requests nor buffer status reports, what resulted in extremely poor UL throughput.
      f1a09505
  2. 24 Jul, 2023 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w29' into 'develop' · 1cbd6c71
      Robert Schmidt authored
      integration_2023_w29
      
      See merge request oai/openairinterface5g!2254
      
      * !2159 chore(ci): adding back part of old IF4.5 LTE legacy tests
      * !2236 Remove crypt dependency
      * !2238 Fix cppcheck warnings related to uninitialized variables
      * !2239 incorrectStringBooleanError CPPCheck warnings fix
      * !2241 nrUE: quick fix for compatibility with Open5GS
      * !2244 Fix support for NR band n40 accordingly with 3GPP TS 38.101-1 V15.22.0
      * add timeout to Jenkinsfiles to prevent long hangs in CI
      * !2168 NR FR2 undefined behavior sanitize (segfault in one test)
      * !2212 make common code for data copy to the scope
      * !2242 Fix out-of-bound array accesses in PUCCH2 decoder
      * !2245 Fix warnings emitted by gcc 13
      * !2226 CI: modifications in CI scripts - usage of f-strings, constants
      * !2251 T GUI tools: guard with cmake option, default off
      * !2252 UE PHY: remove dead code
      * update timing thresholds
      * !2249 Fix bug in scheduler locking mechanism
      1cbd6c71
  3. 21 Jul, 2023 13 commits
  4. 20 Jul, 2023 11 commits
  5. 19 Jul, 2023 6 commits
  6. 18 Jul, 2023 5 commits
  7. 17 Jul, 2023 3 commits