1. 14 Aug, 2025 20 commits
  2. 11 Aug, 2025 1 commit
    • Robert Schmidt's avatar
      build_oai: don't redirect compilations to a file · 35361db7
      Robert Schmidt authored
      Redirecting to a file has the problem that it is difficult in the CI to
      recover these files. Furthermore, at least with ninja, when running
      build_oai interactively, the build output will only take some lines
      (because ninja rewrites lines), so the change should not be that big to
      users.
      
      One CI function would print the entire output from build_oai to the
      console. Since that output might be long now, do not do this. The file
      is archived, anyway.
      35361db7
  3. 08 Aug, 2025 4 commits
    • Robert Schmidt's avatar
      Remove UE_AUTOTEST_TRACE CMake option · f3dab10d
      Robert Schmidt authored
      This only triggers the build of some dedicated logs that contain
      information that is logged already, anyways.
      f3dab10d
    • Robert Schmidt's avatar
      Remove useless Doxygen variable · 20f938d5
      Robert Schmidt authored
      20f938d5
    • Robert Schmidt's avatar
      Remove auto-test options in build_oai · f23b6541
      Robert Schmidt authored
      f23b6541
    • Jaroslava Fiedlerova's avatar
      Merge branch 'integration_2025_w32' into 'develop' · 05f9c975
      Jaroslava Fiedlerova authored
      Integration: `2025.w32`
      
      * !3548 NR UE: fix reliable SIB19 reception when ntn-UlSyncValidityDuration-r17 expires
      * !3559 numelt in place of config_isparamset
      * !3487 T hacks: add new tracer ant0 and a tool to plot ofdm data from usrp or rfsim (output or input)
      * !3541 simplify and make more local variables in nr_rx_pdcch() and fix small bugs
      * !3547 Add a CU-UP load tester and improve GTP performance
      * !3552 CI: refactor iperf3 UDP analysis function
      * !3557 Fix PDSCH rate-matching for periodic CSI in UE
      * !3571 fix time manager tests in the CI
      * !3344 LDPC BBDEV/AAL rework
      * !3560 CI: Refactor log collection, collect also (COTS) UE logs
      
      See merge request oai/openairinterface5g!3565
      05f9c975
  4. 07 Aug, 2025 15 commits