An error occurred fetching the project authors.
  1. 08 Sep, 2020 2 commits
    • Sakthivel Velumani's avatar
      fixed tbslbrm · e686da4e
      Sakthivel Velumani authored
      e686da4e
    • cig's avatar
      Minor fixes UE · 9ac6dfee
      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
      9ac6dfee
  2. 06 Aug, 2020 1 commit
  3. 13 May, 2020 2 commits
  4. 21 Feb, 2020 1 commit
  5. 06 Feb, 2020 1 commit
  6. 08 Jan, 2020 1 commit
  7. 06 Jan, 2020 1 commit
  8. 24 Oct, 2019 1 commit
  9. 21 Oct, 2019 1 commit
  10. 27 Sep, 2019 2 commits
  11. 13 Aug, 2019 1 commit
  12. 12 Apr, 2019 1 commit
  13. 07 Mar, 2019 1 commit
  14. 15 Feb, 2019 1 commit
  15. 07 Feb, 2019 1 commit
    • Thomas Schlichter's avatar
      Fix order of DLSCH deinterleaving and rate matching · 268d1c8d
      Thomas Schlichter authored
      On the gNB side tha data are first rate-matched and then interleaved.
      So on the UE side, the received LLRs have to be deinterleaved first before rate-matching.
      
      This significantly improved the performance, especially for MCS values > 3.
      268d1c8d
  16. 17 Jan, 2019 1 commit
  17. 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
  18. 30 Oct, 2018 1 commit
  19. 27 Oct, 2018 1 commit
  20. 18 Sep, 2018 1 commit
  21. 13 Sep, 2018 3 commits
  22. 31 Aug, 2018 1 commit
  23. 29 Aug, 2018 1 commit
  24. 22 Aug, 2018 1 commit
  25. 30 Jul, 2018 1 commit
  26. 03 Jul, 2018 2 commits
  27. 26 Jun, 2018 2 commits
  28. 08 Apr, 2018 1 commit
  29. 08 Mar, 2018 2 commits
  30. 31 Jan, 2018 1 commit
    • Robert Schmidt's avatar
      free memory when stopping/restarting lte-softmodem · d0922311
      Robert Schmidt authored
      - add function free_td() -> complements init_td() [seems to not be used, added
        for completeness]
      - add function free_td8() -> undoes init_td8() [free memory of 8-bit LLR Turbo
        decoder]
      - add function free_td16() -> undoes init_td16() [free memory of 16-bit LLR
        Turbo decoder]
      - change function free_tdavx216() -> undoes init_tdavx216() [free memory of
        16-bit LLR Turbo decoder, AVX2 version]
      - add free_lte_top() -> frees memory allocated by init_lte_top()
      - change free_ul_ref_sigs() to set freed pointers to NULL
      - add method free_transport() -> frees memory of ULSCH/DLSCH transport channels
      - use the above functions when stopping/restarting the lte-softmodem
      d0922311
  31. 16 Jan, 2018 1 commit
  32. 23 Oct, 2017 1 commit