An error occurred fetching the project authors.
  1. 27 Sep, 2021 2 commits
  2. 23 Aug, 2021 1 commit
  3. 22 Aug, 2021 1 commit
  4. 16 Aug, 2021 1 commit
  5. 15 Aug, 2021 1 commit
  6. 13 Jul, 2021 1 commit
  7. 10 Jul, 2021 1 commit
  8. 24 Jun, 2021 1 commit
  9. 08 Jun, 2021 1 commit
  10. 30 May, 2021 1 commit
  11. 20 May, 2021 1 commit
  12. 19 May, 2021 1 commit
  13. 18 May, 2021 1 commit
  14. 12 May, 2021 1 commit
  15. 22 Apr, 2021 1 commit
  16. 18 Apr, 2021 1 commit
  17. 16 Apr, 2021 1 commit
  18. 06 Apr, 2021 1 commit
  19. 04 Apr, 2021 1 commit
  20. 01 Apr, 2021 1 commit
  21. 29 Mar, 2021 1 commit
  22. 03 Mar, 2021 1 commit
  23. 11 Feb, 2021 1 commit
  24. 20 Jan, 2021 1 commit
    • cig's avatar
      UE UL scheduling review · 0da946d6
      cig authored
      - new data structure RAR_grant_t to handle RAR grant
      - new common ul scheduler function
      - new common ul pdu configuration function handling ul grants
      - new function to fill ul_config_request
      - moved pdu configuration code from process dci function
      - merged procedures for Msg3 and PUSCH together in nr_ue_scheduler
      - the same functions are now handling both PUSCH and Msg3
      - relying on ul_config (no more RA Msg3 frame and slot storage)
      - done some cleanup and logging in the process
      0da946d6
  25. 07 Jan, 2021 1 commit
  26. 27 Dec, 2020 1 commit
    • cig's avatar
      Cleanup RA procedure · e9e23924
      cig authored
      - removed irrelevant prach_config_enabled parameter
      - cleanup of commented out code
      - minor fixes
      - enhancement of logging
      e9e23924
  27. 14 Dec, 2020 1 commit
  28. 26 Nov, 2020 1 commit
  29. 19 Nov, 2020 2 commits
  30. 13 Nov, 2020 1 commit
  31. 09 Nov, 2020 1 commit
    • Sakthivel Velumani's avatar
      Skip decoding for false retransmission · 164315bd
      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
      164315bd
  32. 03 Nov, 2020 1 commit
  33. 29 Oct, 2020 1 commit
  34. 26 Oct, 2020 1 commit
    • Parminder Singh's avatar
      Added PTRS parameters in UE nFAPI interface · 8a0b5454
      Parminder Singh authored
      - PTRSPortIndex, PTRSTimeDensity, PTRSFreqDensity, PTRSReOffset, nEpreRatioOfPDSCHToPTRS
      - mcs_table : to calculate MCS table in MAC layer and pass tp PHY
      - pduBitmap : same as used in DL FAPI interface, to enable or disable PTRS processing
      8a0b5454
  35. 12 Oct, 2020 1 commit
  36. 28 Sep, 2020 1 commit
  37. 24 Sep, 2020 1 commit
  38. 08 Sep, 2020 1 commit
    • cig's avatar
      Minor fixes UE · 7240b757
      cig authored
      - added some descriptions to the code
      - fixed hardcoded factors
      - removed commented out and unused code
      - phy_procedures_nrUE_RX: removed unused do_pdcch_flag
      - updated LTE naming to 5G
      7240b757