Skip to content
Snippets Groups Projects
  1. Sep 15, 2020
  2. Sep 12, 2020
    • Cédric Roux's avatar
      NR: fix time keeping in RLC for gNB · 5b0efd5b
      Cédric 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 is called
      for every subframe in the eNB, but not in the gNB (at least not in the
      current gNB). So we need another way to keep track of time.
      
      The function gNB_dlsch_ulsch_scheduler is called for every slot. It seems
      to be the perfect candidate to send a tick to RLC for every subframe. We
      take care of subcarrier spacing to send every subframe (one subframe is
      always 1ms), not every slot (slot duration depends on subcarrier spacing).
      
      It may not be the best solution. To be revised if needed.
      
      Note: the UE has not been fixed. Some modification is needed for the UE
      too, most probably.
      5b0efd5b
  3. Sep 11, 2020
  4. Sep 07, 2020
  5. Sep 04, 2020
  6. Sep 03, 2020
  7. Sep 02, 2020
  8. Sep 01, 2020
  9. Aug 31, 2020
    • Parminder Singh's avatar
      Enable PTRS with command line in ULSIM · 14096886
      Parminder Singh authored
      - To enable PTRS use -T flag followed by 3 integers
      - Example: ./nr_ulsim -T 2 0 2
      - 1st Value is the list of arguments -> e.g. 2
      - 2nd Value is for L_PTRS{0,1,2}     -> e.g. 0
      - 3rd Value is for K_PTRS{2,4}       -> e.g. 2
      14096886
  10. Aug 29, 2020
  11. Aug 28, 2020
  12. Aug 26, 2020
  13. Aug 24, 2020
  14. Aug 21, 2020
  15. Aug 20, 2020
  16. Aug 19, 2020
  17. Aug 18, 2020
  18. Aug 13, 2020
  19. Aug 10, 2020
  20. Aug 07, 2020
  21. Aug 06, 2020
Loading