An error occurred fetching the project authors.
  1. 07 Aug, 2019 1 commit
  2. 01 Jul, 2019 1 commit
  3. 12 Jun, 2019 1 commit
  4. 08 Jun, 2019 1 commit
  5. 09 May, 2019 1 commit
  6. 19 Apr, 2019 1 commit
    • Robert Schmidt's avatar
      Configure complete PDCP in lte-(ue)softmodem · 42713b95
      Robert Schmidt authored
      * Instead of partly initializing in read_config_and_init(), everything of
        PDCP is initialized in main() of lte-softmodem
      * Omit RC.rrc access in RRU through checking of RC.nb_inst > 0
      * Includes FlexRAN, i.e. do not start FlexRAN in RRU
      * Function pointers to PDCP functions have to be set explicitly (avoid
        confusion of multiply setting function pointers)
      42713b95
  7. 05 Apr, 2019 1 commit
  8. 04 Mar, 2019 1 commit
  9. 25 Feb, 2019 1 commit
  10. 17 Feb, 2019 1 commit
  11. 12 Feb, 2019 2 commits
  12. 30 Jan, 2019 1 commit
  13. 29 Jan, 2019 1 commit
  14. 24 Jan, 2019 2 commits
  15. 22 Jan, 2019 3 commits
  16. 21 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. 02 Nov, 2018 1 commit
  19. 22 Oct, 2018 2 commits
  20. 17 Oct, 2018 1 commit
  21. 30 Sep, 2018 1 commit
  22. 20 Sep, 2018 1 commit
  23. 13 Sep, 2018 1 commit
  24. 11 Sep, 2018 1 commit
  25. 08 Sep, 2018 1 commit
  26. 07 Sep, 2018 1 commit
  27. 06 Sep, 2018 1 commit
  28. 05 Sep, 2018 1 commit
  29. 04 Sep, 2018 1 commit
  30. 03 Sep, 2018 1 commit
    • Robert Schmidt's avatar
      Correctly join RU threads · f0670154
      Robert Schmidt authored
      * join pthread_FH (ru_thread) once all condition variables have been set
      * join RU FHTX only if it has been started (check as for pthread_create())
      * join PRACH thread in the monolithic case
      * send broadcast on condition variable cond_eNBs, as there can be multiple
        waits on it
      * integrate stop_ru(*ru) into kill_RU_proc(*ru)
      * Correct memory freeing
      f0670154
  31. 31 Aug, 2018 1 commit
  32. 29 Aug, 2018 1 commit
  33. 24 Aug, 2018 2 commits
  34. 17 Aug, 2018 1 commit