1. 29 Nov, 2024 31 commits
  2. 19 Nov, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w46' into 'develop' · 5d1c0aaa
      Robert Schmidt authored
      Integration: `2024.w46`
      
      See merge request oai/openairinterface5g!3106
      
      * !3095 UE: Set default SSB config
      * !2991 fix BSR report malformed, add SHORT BSR when it can (instead of LONG BSR)...
      * !3104 Trigger deregistration only in SA mode → small fixup?
      * !3107 Clip the input for -32768 because this will make different result in...
      * !3109 T tracer: support float types in traces
      * !2777 NR UE trigger for re-establishment
      * !3108 Prevent segfaults in gNB stack
      * !3059 Test for init_RA
      * CI: increase UE thread pool size
      * !3036 Further improvements in analog beam management for CSI-RS
      * !3093 Added NTN FDD FR1 bands defined in 3GPP TS 38.101-5
      5d1c0aaa
  3. 18 Nov, 2024 6 commits
  4. 17 Nov, 2024 2 commits
    • Guido Casati's avatar
    • Guido Casati's avatar
      Disable ASAN ODR detection to workaround double registration of log_mem_write_side variable in CU · 4f2fa739
      Guido Casati authored
      /opt/oai-gnb/bin/nr-softmodem -O /opt/oai-gnb/etc/gnb.conf --sa --log_config.global_log_options level,nocolor,time --rfsimulator.options chanmod --telnetsrv --telnetsrv.listenaddr 192.168.71.150 --telnetsrv.shrmod ci
      =================================================================
      ==7==ERROR: AddressSanitizer: odr-violation (0x7fce78b85be0):
        [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 0x7fce7b691658 in __asan_register_globals ../../../../src/libsanitizer/asan/asan_globals.cpp:341
          \#1 0x7fce7bd0c47d in call_init elf/dl-init.c:70
      
        [2]:
          \#0 0x7fce7b691658 in __asan_register_globals ../../../../src/libsanitizer/asan/asan_globals.cpp:341
          \#1 0x7fce7a5e2eba in call_init ../csu/libc-start.c:145
          \#2 0x7fce7a5e2eba 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
      ==7==ABORTING
      [INFO  tini (1)] Spawned child process '/opt/oai-gnb/bin/entrypoint.sh' with pid '7'
      [INFO  tini (1)] Main child exited normally (with status '1')
      4f2fa739