1. 17 Oct, 2024 3 commits
    • Robert Schmidt's avatar
      Correct pkg-config include path when cross-compiling · 99d251b2
      Robert Schmidt authored
      Prior to this commit, the include path for some libraries found through
      pkg-config when cross compiling is not correct:
      
          $ grep include CMakeCache.txt
          blas_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu
          ...
      
      This is because we did not tell pkg-config to search in the right path.
      Since for cross-compilation, we install packages in parallel in the
      system, override the primary directory where the .pc files located, in
      the cross-compilation toolchain file for cmake.
      
      Closes: #746
      99d251b2
    • Rúben Soares Silva's avatar
      Correctly cast qam64_qam64 parameters in dlsch_llr_computation.c · 57cccd63
      Rúben Soares Silva authored
      Change call to qam64_qam64 to use (short *) parameters as defined in the function declaration
      57cccd63
    • Rúben Soares Silva's avatar
      Address warnings in lte-enb.c by changing oai_cputime_t type. · b46e20ab
      Rúben Soares Silva authored
      Since long long is the bigger type ( 8 bytes ) of the two used ( long long and uint32_t ),
      and long long is also available on ARM, change this parameter to always have this type.
      
      This allows to always use format specifier '%lld' in the logs that use TICK_TO_US, which would otherwise return long long or uint32_t depending on architecture.
      b46e20ab
  2. 15 Oct, 2024 2 commits
    • Rúben Soares Silva's avatar
      d9a5866b
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w41' into 'develop' · 65d8d410
      Robert Schmidt authored
      Integration: `2024.w41`
      
      See merge request oai/openairinterface5g!3032
      
      * !3006 Fix some sizeof and switch-case issues
      * !3028 Add CMakePresets.json
      * !3011 Aerial: cleanup unused code, avoid superfluous memcpy(), avoid L1 structures
      * !3022 NR CSI-RS L1 refactoring → check CI
      * !2935 Improvements in handling the beamforming procedure via FAPI
      * !3026 NR ULSCH scheduler fix when using transform precoding
      * !3031 CI: Increase test bitrates for 100 MHz scenario in SA-2x2 pipeline
      * !3017 Fix SRS
      * !2731 Implementation of 2-Step RA
      * !3027 Add dockerized include what you use tool
      65d8d410
  3. 14 Oct, 2024 5 commits
  4. 13 Oct, 2024 1 commit
  5. 11 Oct, 2024 18 commits
  6. 10 Oct, 2024 11 commits