1. 12 Nov, 2024 3 commits
    • Robert Schmidt's avatar
      Add RHEL 9.5 to supported distributions · e8d8384e
      Robert Schmidt authored
      e8d8384e
    • Robert Schmidt's avatar
      Enable VLA Cxx extension in clang build · cd25064f
      Robert Schmidt authored
      The clang build fails with
      
          /oai-ran/openair1/PHY/MODULATION/gen_75KHz.cpp:16:23: error: variable length arrays in C++ are a Clang extension [-Werror,-Wvla-cxx-extension]
             16 |     complex<double> t[len];
                |                       ^~~
          /oai-ran/openair1/PHY/MODULATION/gen_75KHz.cpp:16:23: note: function parameter 'len' with unknown value cannot be used in a constant expression
      
      So ignore this warning (and make the build pass), since OAI uses VLAs in
      various places.
      cd25064f
    • Robert Schmidt's avatar
      Reorder compile options to have user-defined last · 3991f15c
      Robert Schmidt authored
      The previous version would put the user-defined options first. However,
      the default options include e.g., -Wall. If a user tries to override
      (see for instance the next commit) -Wall or other options might override
      this and not honor the user choice.
      
      To always have the user have the last work, put user-defined compile
      options last.
      3991f15c
  2. 05 Nov, 2024 3 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w44' into 'develop' · 220d851d
      Robert Schmidt authored
      Integration: `2024.w44`
      
      See merge request oai/openairinterface5g!3081
      
      * !2988 Add functional DFT test
      * !3072 snow3g: fix array size
      * !3073 small fix for 3 digit mnc usage in sib1
      * !3040 Update pbchsim to work with other numerologies
      * !3078 Simplify logs in gNB&UE
      * !3080 Add Fedora 41, build_oai cleanup
      * !3061 RLC optimization
      * !3008 Fix regression 4g
      * !3084 Fix a typo in nrue.uicc.yaml file
      * !3085 chore(ci): creating a develop tag on top of develop-commit-id tag for the local private registry
      220d851d
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/ci-add-develop-tag-in-private-repo' into... · e3c3a8a6
      Robert Schmidt authored
      Merge remote-tracking branch 'origin/ci-add-develop-tag-in-private-repo' into integration_2024_w44 (!3085)
      
      chore(ci): creating a develop tag on top of develop-commit-id tag for the local private registry
      
      Create a 2nd tag of develop for all images on the local registry.  We
      are doing this in order to simplify cross-repository testing between
      FlexRIC and RAN.
      e3c3a8a6
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/nrue-yaml-hotfix' into integration_2024_w44 (!3084) · 70885cc9
      Robert Schmidt authored
      Fix two issues with softmodem yaml files
      
      - Fix a typo that prevents casting max_chan to integer in nrue.uicc.yaml
      - Remove unused field ssb_PositionsInBurst_PR from gNB example config
        yaml file
      70885cc9
  3. 04 Nov, 2024 5 commits
  4. 01 Nov, 2024 3 commits
  5. 31 Oct, 2024 9 commits
  6. 30 Oct, 2024 8 commits
  7. 29 Oct, 2024 9 commits