An error occurred fetching the project authors.
  1. 03 Nov, 2022 1 commit
  2. 29 Oct, 2022 1 commit
  3. 05 Sep, 2022 1 commit
  4. 25 Jun, 2022 1 commit
  5. 16 May, 2022 1 commit
  6. 06 May, 2022 1 commit
  7. 03 Mar, 2022 1 commit
  8. 25 Feb, 2022 1 commit
  9. 24 Feb, 2022 1 commit
  10. 18 Feb, 2022 1 commit
  11. 15 Feb, 2022 1 commit
  12. 09 Feb, 2022 1 commit
  13. 19 Jan, 2022 1 commit
  14. 28 Nov, 2021 1 commit
  15. 06 May, 2021 1 commit
  16. 12 Apr, 2021 1 commit
  17. 13 Mar, 2021 1 commit
  18. 15 Jan, 2021 1 commit
    • cig's avatar
      UE power measurements fixes · 2e8e9b7d
      cig authored
      - RA preamble power computation review
      - RSRP review
      - PCmax computation
      - Pathloss computation
      - cleanup of reference to LTE
      - minor fixes
      2e8e9b7d
  19. 09 Dec, 2020 2 commits
  20. 24 Nov, 2020 1 commit
  21. 19 Nov, 2020 1 commit
  22. 14 Nov, 2020 1 commit
  23. 13 Nov, 2020 1 commit
  24. 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
  25. 12 Oct, 2020 1 commit
  26. 10 Sep, 2020 1 commit
  27. 06 Aug, 2020 1 commit
  28. 13 May, 2020 1 commit
  29. 14 Apr, 2020 1 commit
    • cig's avatar
      Introduced a delay after a completed sync before starting msg1 generation: · ec422f70
      cig authored
      - this was necessary because as soon as the gNB starts, it tries detecting
        the prach preambles and it mesaures the background noise. However, there is
        a delay of several dozens of frames before it considers the preables as
        detected.
      - the solution at the UE consists in avoiding sending preamble as soon as the
        UE syncs by introducing an offset, this keeps the power measurements low at
        gNB side as long as the preamble detection counter is under threshold
      ec422f70
  30. 26 Mar, 2020 1 commit
  31. 18 Mar, 2020 1 commit
  32. 10 Feb, 2020 2 commits
  33. 15 Jan, 2020 1 commit
  34. 13 Jan, 2020 1 commit
  35. 24 Oct, 2019 1 commit
  36. 18 Oct, 2019 1 commit
  37. 26 Jul, 2019 1 commit
  38. 03 Apr, 2019 1 commit
    • Florian Kaltenberger's avatar
      - UE channel estimation no longer done in slot_fep. Also created dedicated... · 6db55b2f
      Florian Kaltenberger authored
      - UE channel estimation no longer done in slot_fep. Also created dedicated memory for channel estimates of different channels
      - using nr_extract_dci_info instead of nr_generate_ue_ul_dlsch_params_from_dci as in phy_procedures_nr_ue. The latter was only a (poor) wrapper and not doing what the name suggests. also with FAPI things have to be done differently now. This will come in a next commit.
      - other minor changes to remove warning
      prepreatory changes
      6db55b2f