An error occurred fetching the project authors.
  1. 10 Mar, 2021 1 commit
  2. 08 Mar, 2021 1 commit
    • cig's avatar
      Fixes to NR UE power measurements · 76ef9b42
      cig authored
      - pathloss, RSSI, RSRP and Noise measurements have been reviewed and wrong
        implementation has been fixed
      - referenceSignalPower type in the FAPI struct has been changed to int
        has its range include negative values
      76ef9b42
  3. 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
  4. 27 Dec, 2020 1 commit
  5. 14 Dec, 2020 1 commit
  6. 09 Dec, 2020 4 commits
  7. 24 Nov, 2020 1 commit
  8. 19 Nov, 2020 1 commit
  9. 13 Nov, 2020 1 commit
  10. 23 Oct, 2020 1 commit
  11. 12 Oct, 2020 1 commit
  12. 10 Sep, 2020 1 commit
  13. 06 Aug, 2020 1 commit
  14. 13 May, 2020 1 commit
  15. 10 Feb, 2020 1 commit
  16. 15 Jan, 2020 1 commit
  17. 24 Oct, 2019 1 commit
  18. 26 Jul, 2019 1 commit
  19. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  20. 24 Aug, 2018 1 commit
  21. 30 Jul, 2018 1 commit
  22. 09 Apr, 2018 1 commit
  23. 08 Mar, 2018 1 commit
  24. 11 Jan, 2018 1 commit
  25. 07 Dec, 2017 1 commit
  26. 23 Oct, 2017 1 commit
  27. 14 Aug, 2017 1 commit
  28. 26 Jul, 2017 1 commit
  29. 20 Jul, 2017 1 commit
  30. 06 Jul, 2017 1 commit
  31. 21 Jun, 2017 1 commit
  32. 16 Jun, 2017 1 commit
  33. 04 Jun, 2017 1 commit
  34. 03 May, 2017 1 commit
  35. 26 Apr, 2017 1 commit
  36. 17 Apr, 2017 1 commit
  37. 21 Mar, 2017 1 commit
    • Cedric Roux's avatar
      align variables on stack in rank_estimation_tm3_tm4 · 668d7af7
      Cedric Roux authored
      dlsim_tm4 was crashing on massive. It was a problem
      of misalignment of variables. The generated code by
      the compiler was using 'movdqa' which requires alignment
      to 16 bytes. Let's put 32, just in case, for avx2 maybe
      (maybe not necessary but should not hurt).
      668d7af7