1. 06 Nov, 2025 2 commits
    • Jaroslava Fiedlerova's avatar
      Merge remote-tracking branch 'origin/fix-up-ho-fail' into integration_2025_w45 (!3739) · 5b2b570d
      Jaroslava Fiedlerova authored
      Bugfix: save old tunnel info to remain the user plane connection while rolling
      back to source DU due to handover failure
      
      This MR closes issue #984 that UE lost the data plane connection while rolling
      back to the source DU due to handover failure.
      5b2b570d
    • Jaroslava Fiedlerova's avatar
      Merge remote-tracking branch 'origin/issue-1021' into integration_2025_w45 (!3743) · 89fbe3c7
      Jaroslava Fiedlerova authored
      NR UE: fix PDCCH LLR indexing for different search space RB sizes
      
      After !3603 (merged), 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.
      
      This MR tries to fix it.
      
      Closes #1021
      89fbe3c7
  2. 05 Nov, 2025 1 commit
  3. 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
  4. 03 Nov, 2025 3 commits
  5. 31 Oct, 2025 7 commits
  6. 30 Oct, 2025 25 commits