An error occurred fetching the project authors.
  1. 16 Jul, 2021 1 commit
  2. 20 May, 2021 1 commit
  3. 18 May, 2021 1 commit
  4. 06 May, 2021 1 commit
  5. 05 Apr, 2021 1 commit
  6. 17 Mar, 2021 1 commit
  7. 12 Mar, 2021 1 commit
  8. 08 Feb, 2021 1 commit
  9. 01 Feb, 2021 4 commits
  10. 23 Jan, 2021 1 commit
  11. 27 Dec, 2020 2 commits
    • cig's avatar
      Cleanup NR UE · 1c24adee
      cig authored
      - focus: defs_nr_UE.h, nr-ue.c, phy_procedures_nr_ue.c, nr_init_ue.c
      - removed long-time commented out code
      - replaced hardcoded params
      - removed unnecessary header inclusions
      1c24adee
    • cig's avatar
      Cleaning up references to LTE in some NR UE functions · 33dc5772
      cig authored
      - replaced eNB naming with gNB
      33dc5772
  12. 17 Dec, 2020 2 commits
  13. 08 Dec, 2020 1 commit
  14. 27 Nov, 2020 2 commits
  15. 11 Nov, 2020 2 commits
  16. 09 Nov, 2020 1 commit
    • Sakthivel Velumani's avatar
      Skip decoding for false retransmission · a5713669
      Sakthivel Velumani authored
      If UE receives retransmission for already decoded PDSCH, it skips decoding and sets ACK directly.
      And adding PDSCH decoding stats and printing then every 64 frames for CI purpose
      a5713669
  17. 05 Nov, 2020 1 commit
  18. 28 Oct, 2020 1 commit
    • Parminder Singh's avatar
      PTRS DL extraction, estimation and compensation · 327ba9d3
      Parminder Singh authored
      - Added PTRS extraction and estimation for DL
      - Added processing for whole slot wrt PTRS estimates
      - DLSIM is updated to used -T flag to enable PTRS
      - DMRS compensated signal is further compensated with PTRS estimation
      327ba9d3
  19. 27 Oct, 2020 3 commits
  20. 12 Oct, 2020 1 commit
  21. 22 Aug, 2020 1 commit
  22. 19 Aug, 2020 1 commit
  23. 06 Aug, 2020 1 commit
  24. 01 Jun, 2020 1 commit
  25. 13 May, 2020 1 commit
  26. 16 Apr, 2020 2 commits
  27. 14 Apr, 2020 1 commit
  28. 27 Mar, 2020 1 commit
  29. 15 Mar, 2020 1 commit
  30. 05 Mar, 2020 1 commit
    • Thomas Schlichter's avatar
      disable PUSCH PTRS for now · 8fbdfa39
      Thomas Schlichter authored
      As adding PTRS leads to shortening of the coded data, redudandency is removed and the performance decreases on a pure AWGN channel.
      So PTRS should only be enabled if phase noise is present.
      8fbdfa39