1. 17 Oct, 2024 1 commit
    • 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 13 commits