An error occurred fetching the project authors.
  1. 26 Mar, 2021 1 commit
    • Cedric Roux's avatar
      nr rlc: bugfix: fix NACK with range · 9d1c24d4
      Cedric Roux authored
      We do some sanity checks for incoming rlc control packets. One of them
      is to check that so_start is not > so_end when present.
      
      But when 'range' is present and bigger than 1 it means that so_start refers
      to one PDU and so_end to another one. So we may well have so_start > so_end.
      
      This commit fixes that and reorganizes a bit the code to do the check before
      processing and rejecting the PDU if the values are not correct. (Before this
      commit we were NACKing the whole PDUs if so_start > so_end.)
      9d1c24d4
  2. 10 Dec, 2019 1 commit
    • Cedric Roux's avatar
      nr rlc: first commit · 1a46b66d
      Cedric Roux authored
      Initial implementation.
      
      nr_rlc/nr_rlc_oai_api.c will need some clean rewrite at some point.
      
      More testing is also needed.
      1a46b66d