1. 11 Oct, 2024 1 commit
    • Bartosz Podrygajlo's avatar
      Add CMakePresets.json · b69b4dc0
      Bartosz Podrygajlo authored
      Introduce CMakePresests.json which is a simple way to perform incremental build using cmake
      
      New configure resets were added:
       - default: Configure compilation with default options
       - tests: Same as above but ENABLE_TESTS and SANITIZE_ADDRESS is ON
      
      New build presets were added:
       - 5gdefault: Build the software for NR rfsimulator test
       - default: same as 5gdefault
       - 4gdefault: Build the software for LTE rfsimulator test
       - tests: build all unit tests
      
      To configure using configuration preset:
      
      `cmake --preset <preset_name>`
      
      To build using a build preset:
      
      `cmake --build --preset <preset_name>`
      b69b4dc0
  2. 07 Oct, 2024 12 commits
  3. 04 Oct, 2024 8 commits
  4. 03 Oct, 2024 2 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w40' into 'develop' · d8a6c5c9
      Robert Schmidt authored
      Integration: `2024.w40`
      
      Closes #756 and #849
      
      See merge request oai/openairinterface5g!3014
      
      * !2886 (doc): Added a new doc on hardware requirements
      * !2955 dockerized clang-format error detection tool
      * !3005 Fix symbol size in nr_dlsch_mmse
      * !2930 SRS tx power
      * SA-B200-Module-SABOX pipeline: improve radio
      * SA-AW2S-CN5G: accept 5% ping packet loss
      * !3003 Resolve "SEGFAULT in L1_rx_thread" - CI
      * !3016 fix tests for log2_approx and log2_approx64
      * patch to move RFsim-4G to cacofonix
      d8a6c5c9
    • Robert Schmidt's avatar
      More CI RFsim4G to cacofonix · 4c85eb4a
      Robert Schmidt authored
      4c85eb4a
  5. 02 Oct, 2024 17 commits