1. 15 Nov, 2025 2 commits
  2. 14 Nov, 2025 3 commits
  3. 13 Nov, 2025 2 commits
  4. 06 Nov, 2025 8 commits
  5. 05 Nov, 2025 10 commits
  6. 04 Nov, 2025 2 commits
    • alexjiao's avatar
      NR UE: fix PDCCH LLR indexing for different search space RB sizes · 7655604d
      alexjiao authored
      When multiple search spaces have different CORESET configurations
      (different number of RBs), the LLR buffer stride must be calculated
      based on the maximum RB size across all search spaces, not the
      current search space's RB size.
      
      The LLR buffer is allocated with size based on get_pdcch_max_rbs(),
      but the demapping function was using coreset_nbr_rb (current search
      space) for symbol stride calculation, causing incorrect LLR extraction
      when search spaces have different RB configurations.
      7655604d
    • Chieh-Chun Chen's avatar
      Bugfix: save old tunnel info to remain the user plane connection while rolling... · 579d263a
      Chieh-Chun Chen authored
      Bugfix: save old tunnel info to remain the user plane connection while rolling back to source DU due to F1 handover failure
      579d263a
  7. 03 Nov, 2025 12 commits
  8. 31 Oct, 2025 1 commit
    • Jaroslava Fiedlerova's avatar
      Merge branch 'integration_2025_w44' into 'develop' · f9b4fe6a
      Jaroslava Fiedlerova authored
      Integration `2025.w44`
      
      * !3721 improvements in formatting and LOGs in DMRS common functions at MAC
      * !3725 Handle GTP receiver errors, fix memory leaks, add CU-UP test
      * !3726 fix for CSI payload sizes in PUCCH structure at UE
      * CI: Adjust attenutation for HO setup
      * !3728 Fix for scenario with no CSI report configured for CSI-RS
      * !3731 CI: ensure clean iperf3 server startup
      * !3592 Refactor PRACH handling at the gNB
      * !3682 Refactor DLSCH scheduler
      * !3733 Clarify whitespace
      * !3706 Change registry name env var content
      
      Closes #1015 and #1014
      
      See merge request oai/openairinterface5g!3727
      f9b4fe6a