1. 18 Nov, 2020 1 commit
    • Cedric Roux's avatar
      nr: bugfix: LDPC post-processing copies wrong number of bytes · d3913062
      Cedric Roux authored
      There was a bug. Uplink MAC PDU were corrupted. It turns out
      that at the end of the processing of an LDPC segment, the decoded
      data is copied to the output buffer, but! with a wrong size, bigger
      than it should. The bug I saw was with three segments: 0, 1, and 2.
      Segment 1 was finished first, then 0, then 2. When copying segment
      0, the beginning of segment 1 was overwritten with the end
      of segment 1 (which contains non-data bytes but CRC bytes then 0s),
      leading to a corrupted MAC PDU.
      
      Let's copy only the decoded data bytes instead.
      d3913062
  2. 17 Nov, 2020 1 commit
    • Remi Hardy's avatar
      Integration 2020 wk46 2 · 8f03a80a
      Remi Hardy authored
      MR890 : moving the OFDM phase rotation from RU to DU  
      Moves the recently introduced phase rotations from RU to DU. 
      This is important for setups that do not use the monolithic mode (like Benetel RRU).
      
      MR944 : fix pdsch low prb 
      Fix for DLSCH decoding for low TBS and for ULSCH. 
      In the UE, DLSCH decoding stats are printed periodically for every 64 frames. 
      DLSCH decoding is skipped if UE receives retransmission for successfully decoded CW.
       
      MR946 : S1ap bugfix rab setup  
      Fix a bug in S1AP
      
      MR951 : CI NSA FR1 logging and reporting update  
      Enhancement of gNB html + log report showing (RAPROC PUSCH check, dlsch and ulsch statistics)
      
      M954 : Mac fixes wk45 2
      Hotfix: preserves "low" delay (20-30ms) and correct HARQ retransmissions by disabling timing advance (TA)
      Reduces log level, compiler warning, correct TA condition
      8f03a80a
  3. 13 Nov, 2020 7 commits
  4. 12 Nov, 2020 2 commits
  5. 11 Nov, 2020 4 commits
  6. 10 Nov, 2020 8 commits
  7. 09 Nov, 2020 12 commits
  8. 08 Nov, 2020 1 commit
  9. 06 Nov, 2020 2 commits
  10. 05 Nov, 2020 2 commits