1. 27 Nov, 2023 4 commits
  2. 24 Nov, 2023 8 commits
  3. 23 Nov, 2023 7 commits
  4. 22 Nov, 2023 2 commits
  5. 21 Nov, 2023 2 commits
  6. 20 Nov, 2023 14 commits
  7. 19 Nov, 2023 3 commits
    • Cedric Roux's avatar
      nr pdcp: rework reestablishment · 107913d6
      Cedric Roux authored
      Security part needs to be checked, may fail to work.
      But if it fails, it was probably not working before either.
      
      This commit also contains adding 'static' to nr_pdcp_entity_release()
      and nr_pdcp_entity_delete() (it was too complicated to do a separate
      commit for this).
      
      We also update stats in free_rx_list() (again, too complicated for
      a separate commit).
      
      openair2/RRC/NR/rrc_gNB.c probably needs some more work, it is a
      bit ugly to reestablish all the drbs without checking if they
      exit. It will generate warnings at runtime. I didn't do it because
      I don't know the proper way.
      107913d6
    • Cedric Roux's avatar
      nr pdcp: stats: count delivered sdus · 7a7d8a17
      Cedric Roux authored
      7a7d8a17
    • Cedric Roux's avatar
      470af5f4