An error occurred fetching the project authors.
  1. 29 Nov, 2020 1 commit
    • Cedric Roux's avatar
      nr pdcp: use pdcp config · f36a1ef9
      Cedric Roux authored
      There was a problem with SN size. It was hardcoded to 12 bits (so max
      sn = 4095) but we configure the UE with 18 bits. After a while, iperf
      didn't work anymore because of this (what a surprise!).
      
      So let's get the correct value from pdcp_Config.
      
      And while we're at it, let's store also discard_timer and t_reordering
      that will be used later by a proper NR PDCP layer (which is currently
      work in progress).
      f36a1ef9
  2. 21 Apr, 2020 1 commit
    • matzakos's avatar
      NR pdcp: Rebase initial implementation · 6b794037
      matzakos authored
      Initially targeting ENDC setup with commercial UE
      - Missing nr_rrc_pdcp and nr_rrc_rlc configuration wrt the established DRB
      - Remaining to test with user plane data traffic (Downlink and Uplink)
      6b794037