An error occurred fetching the project authors.
  1. 10 Jul, 2018 2 commits
  2. 02 Jul, 2018 3 commits
  3. 25 Jun, 2018 1 commit
  4. 22 Jun, 2018 1 commit
  5. 21 Jun, 2018 1 commit
  6. 24 May, 2018 1 commit
  7. 16 May, 2018 2 commits
  8. 13 Apr, 2018 1 commit
  9. 12 Apr, 2018 1 commit
  10. 11 Apr, 2018 1 commit
  11. 09 Apr, 2018 2 commits
  12. 05 Apr, 2018 2 commits
  13. 20 Mar, 2018 1 commit
  14. 16 Mar, 2018 1 commit
  15. 14 Mar, 2018 1 commit
  16. 08 Mar, 2018 1 commit
    • Cedric Roux's avatar
      cleanup - remove unnecessary calls to get_cpu_freq_GHz · 5a61f994
      Cedric Roux authored
      The one in lte-enb.c disrupts the realtime. Using a B200mini with
      20MHz bandwidth leads to the UE unable to connect for it seesms like
      the UL and DL are not properly time synched because of this sleep
      of one second that happens after the USRP streaming has started.
      We see some random access attempts but the decoded preamble is
      wrong.
      
      This may be dependant on the setup. I had sporadic errors with
      a B210, where sometimes the UE could connect and sometimes not.
      5a61f994
  17. 06 Mar, 2018 1 commit
  18. 05 Mar, 2018 2 commits
  19. 23 Feb, 2018 1 commit
  20. 22 Feb, 2018 1 commit
  21. 21 Feb, 2018 1 commit
  22. 20 Feb, 2018 1 commit
  23. 16 Feb, 2018 1 commit
  24. 09 Feb, 2018 2 commits
  25. 05 Feb, 2018 1 commit
  26. 31 Jan, 2018 4 commits
    • Eurecom's avatar
      bug fix for adjustable thread structure · 863c469d
      Eurecom authored
      863c469d
    • 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
    • Robert Schmidt's avatar
      add phy_free_RU() and phy_free_lte_eNB() · 4f1c51f3
      Robert Schmidt authored
      this methods free the memory that is allocated by the functions
      phy_init_RU() and phy_init_lte_eNB()
      4f1c51f3
    • Robert Schmidt's avatar
      6a6729bd
  27. 30 Jan, 2018 2 commits
  28. 26 Jan, 2018 1 commit