1. 09 Jul, 2024 3 commits
    • Robert Schmidt's avatar
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/NR_handling_CSI_overlapping_with_PDSCH'... · 9c72b29f
      Robert Schmidt authored
      Merge remote-tracking branch 'origin/NR_handling_CSI_overlapping_with_PDSCH' into integration_2024_w27
      9c72b29f
    • Robert Schmidt's avatar
      Asan: disable ODR violation detection on DU in F1 RFsim CI test · fcc5be01
      Robert Schmidt authored
      address sanitizer fails with this error upon starting the DU:
      
        ==7==ERROR: AddressSanitizer: odr-violation (0x7f8ed2594a00):
        [1] size=4 'log_mem_write_side' /oai-ran/common/utils/LOG/log.c:78:14
        [2] size=4 'log_mem_write_side' /oai-ran/common/utils/LOG/log.c:78:14
      These globals were registered at these points:
        [1]:
          #0 0x7f8ed5092658 in __asan_register_globals ../../../../src/libsanitizer/asan/asan_globals.cpp:341
          #1 0x7f8ed570d47d in call_init elf/dl-init.c:70
      
        [2]:
          #0 0x7f8ed5092658 in __asan_register_globals ../../../../src/libsanitizer/asan/asan_globals.cpp:341
          #1 0x7f8ed3fe3eba in call_init ../csu/libc-start.c:145
          #2 0x7f8ed3fe3eba in __libc_start_main_impl ../csu/libc-start.c:379
      
        ==7==HINT: if you don't care about these errors you may set ASAN_OPTIONS=detect_odr_violation=0
        SUMMARY: AddressSanitizer: odr-violation: global 'log_mem_write_side' at /oai-ran/common/utils/LOG/log.c:78:14
      
      So we do as suggested and disable ODR violations to make the test pass.
      A proper solution would be to link this function only once.
      fcc5be01
  2. 08 Jul, 2024 3 commits
  3. 06 Jul, 2024 2 commits
  4. 05 Jul, 2024 8 commits
  5. 03 Jul, 2024 3 commits
  6. 02 Jul, 2024 2 commits
    • Guido Casati's avatar
      514537e6
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w26b' into 'develop' · 70267632
      Robert Schmidt authored
      Integration: `2024.w26` (part 2)
      
      See merge request oai/openairinterface5g!2823
      
      * !2794 Power control changes
      * !2816 Fix test asan errors
      * !2820 fix(T): some missing dependencies on T
      * !2714 FAPI P5 Refactoring and unitary test creation
      * !2819 Prevent unnecessary assertions for invalid DCI at NR UE
      * !2825 Do not extract CSI report if PUCCH format 2 CRC check fails in polar decoder
      * !2805 GUAMI decoding and storing in RRC UE context fixed
      70267632
  7. 01 Jul, 2024 5 commits
  8. 29 Jun, 2024 1 commit
  9. 28 Jun, 2024 10 commits
  10. 27 Jun, 2024 3 commits