1. 18 Mar, 2024 4 commits
  2. 15 Mar, 2024 16 commits
  3. 14 Mar, 2024 1 commit
  4. 13 Mar, 2024 13 commits
  5. 12 Mar, 2024 4 commits
  6. 11 Mar, 2024 2 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w10' into 'develop' · 8931e133
      Robert Schmidt authored
      Integration: `2024.w10`
      
      See merge request oai/openairinterface5g!2608
      
      * !2427 Scan build: Result of operation is garbage or undefined
      * !2477 cleanup of nfapi_nr_interface.h and more
      * !2523 CI: AW2S pipeline - test with 16 UEs including RAN code fixes
      * !2530 Rework of MAC UE handling of DAI
      * !2583 Small-bug-from- cdb18d38-and-one-gcc-warning
      * !2592 NR DMRS RX comments
      * !2599 Log module small cleaning
      * CI: mark as failed if UE log analysis fails
      * !2465 NVIDIA Aerial Integration
      * !2409 Ue rework keep sync in frame
      * !2603 tx_timestamp computation doesnt count slots from rx timestamp, and a small...
      * !2607 preventing negative RX absolute slot in NR softmodem
      * !2606 Instructions on how to debug using container images and core dump of CI
      * !2609 Upgrade Open Cells Project UICC/SIM programming tool and rename FR2 SA configuration file
      * fixup after merge of Aerial
      8931e133
    • Rúben Soares da Silva's avatar
      Move Aerial nFAPI enum entry to end · 73509757
      Rúben Soares da Silva authored
      Some places (e.g., 4G eNB/UE nfapi mode) use numbers for the FAPI mode,
      directly mapping to an enum. Aerial being in the middle messes up these
      numbers. Put it at the end to limit possible problems.
      73509757