An error occurred fetching the project authors.
  1. 26 Mar, 2021 1 commit
  2. 18 Mar, 2021 1 commit
  3. 13 Mar, 2021 3 commits
  4. 23 Feb, 2021 1 commit
  5. 01 Feb, 2021 1 commit
  6. 24 Jan, 2021 1 commit
  7. 09 Jan, 2021 2 commits
  8. 06 Jan, 2021 1 commit
  9. 25 Dec, 2020 2 commits
  10. 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
  11. 21 Nov, 2020 2 commits
  12. 20 Nov, 2020 2 commits
  13. 18 Nov, 2020 1 commit
  14. 03 Nov, 2020 1 commit
  15. 12 Oct, 2020 1 commit
  16. 21 Aug, 2020 1 commit
  17. 06 Aug, 2020 1 commit
  18. 13 Jul, 2020 1 commit
  19. 30 Jun, 2020 1 commit
  20. 18 Jun, 2020 3 commits
  21. 17 Jun, 2020 1 commit
  22. 12 Jun, 2020 1 commit
  23. 01 Jun, 2020 1 commit
  24. 20 May, 2020 1 commit
  25. 13 May, 2020 1 commit
  26. 01 Apr, 2020 1 commit
  27. 23 Mar, 2020 1 commit
  28. 11 Mar, 2020 2 commits
  29. 03 Mar, 2020 3 commits