1. 14 Nov, 2025 1 commit
  2. 08 Nov, 2025 1 commit
  3. 06 Nov, 2025 8 commits
  4. 05 Nov, 2025 10 commits
  5. 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
  6. 03 Nov, 2025 12 commits
  7. 31 Oct, 2025 6 commits