An error occurred fetching the project authors.
  1. 17 Apr, 2020 3 commits
    • Cedric Roux's avatar
      rlc v2: improve buffer status reporting · eebf2cb9
      Cedric Roux authored
      The old method was wrong.
      The new method is better, but not accurate, especially when the
      TX buffer contains SDU of size > 2047 bytes.
      
      Plus it's probably too slow.
      
      To be refined at some point.
      eebf2cb9
    • Cedric Roux's avatar
      rlc v2: bugfix · d860ca51
      Cedric Roux authored
      d860ca51
    • Cedric Roux's avatar
      alternative RLC implementation · 3310f5c6
      Cedric Roux authored
      This commit introduces an alternative RLC implementation
      based on 36.322 version 8. AM and UM done, TM not done.
      
      See openair2/LAYER2/rlc_v2/TODO for missing parts.
      3310f5c6