1. 06 Nov, 2025 7 commits
  2. 05 Nov, 2025 10 commits
  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 12 commits
  5. 31 Oct, 2025 7 commits
  6. 30 Oct, 2025 2 commits
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/refactor-dlsch' into integration_2025_w44 (!3682) · a8de9733
      Robert Schmidt authored
      Refactor DLSCH scheduler
      
      Refactor the DLSCH post processor similarly to what has been done in
      !3521  with the goal of saving an additional iteration through all UEs,
      hopefully making the DLSCH scheduler faster.
      
      It further includes changes to make working with and debugging multi-UE
      operation easier:
      
      - add some measurements in L1 (for total TX/RX time)
      - a new option MACRLCs.[0].stats_max_ue to limit the number of UEs in
        the periodic output (default: 8, 0=disable)
      - avoid stack overflow in the MAC
      - fix the writing of stats to nrMAC_stats.log and nrL1_stats.log when
        the written output reduces by truncating the files
      - avoid to schedule retransmission with 0 RBs.
      a8de9733
    • Robert Schmidt's avatar
      Remove TBS table and recompute on demand · 9449f777
      Robert Schmidt authored
      9449f777