An error occurred fetching the project authors.
  1. 26 Nov, 2020 1 commit
    • Cedric Roux's avatar
      rlc v2: change time keeping · 25ab3a5e
      Cedric Roux authored
      RLC has timers. We need to keep track of time. We chose to not use
      realtime but 'processing time'. That is we send a tick to RLC for every
      subframe when it is processed by the softmodem. Before this commit we
      used to increase time in the function mac_rlc_status_ind which may not be
      called every subframe (especially in TDD mode). So we need another way
      to keep track of time.
      
      We introduce rlc_tick() and call it in eNB_dlsch_ulsch_scheduler, which
      is called every subframe, both in FDD and TDD.
      
      We also call rlc_tick() in the function ru_thread_synch() because
      pdcp_run() and rrc_rx_tx() are called there too.
      
      It may not be the best solution. To be revised if needed.
      
      Note: the UE has not been touched. Some modification is needed for the UE
      too, most probably.
      25ab3a5e
  2. 21 Nov, 2020 2 commits
  3. 20 Nov, 2020 2 commits
  4. 18 Nov, 2020 1 commit
  5. 03 Nov, 2020 1 commit
  6. 21 Aug, 2020 1 commit
  7. 06 Aug, 2020 1 commit
  8. 18 Jun, 2020 1 commit
  9. 12 Jun, 2020 1 commit
  10. 01 Jun, 2020 1 commit
  11. 20 May, 2020 1 commit
  12. 13 May, 2020 1 commit
  13. 01 Apr, 2020 1 commit
  14. 23 Mar, 2020 1 commit
  15. 11 Mar, 2020 2 commits
  16. 03 Mar, 2020 3 commits
  17. 01 Mar, 2020 1 commit
  18. 20 Jan, 2020 1 commit
  19. 13 Jan, 2020 1 commit
  20. 28 Nov, 2019 1 commit
  21. 21 Nov, 2019 1 commit
  22. 05 Nov, 2019 1 commit
  23. 04 Nov, 2019 1 commit
  24. 08 Oct, 2019 4 commits
  25. 04 Oct, 2019 1 commit
  26. 23 Sep, 2019 1 commit
  27. 16 Sep, 2019 1 commit
  28. 14 Sep, 2019 3 commits
  29. 05 Sep, 2019 1 commit
  30. 27 Aug, 2019 1 commit