1. 28 Jul, 2023 1 commit
    • Cedric Roux's avatar
      bugfix: put constants in correct file · 284b57ac
      Cedric Roux authored
      The RLC tests were not compiling because of the include of
      
          openair2/RRC/NR/rrc_gNB_radio_bearers.h
      
      by
      
          openair2/LAYER2/nr_rlc/nr_rlc_entity.h
      
      which does not seem correct/necessary to start with.
      
      The only thing needed by nr_rlc_entity.h from rrc_gNB_radio_bearers.h
      is MAX_DRBS_PER_UE which can be defined in common/platform_constants.h
      like NGAP_MAX_PDU_SESSION.
      284b57ac
  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