An error occurred fetching the project authors.
  1. 15 Mar, 2023 2 commits
  2. 23 Feb, 2023 5 commits
  3. 17 Feb, 2023 1 commit
  4. 14 Jan, 2023 1 commit
  5. 11 Jan, 2023 1 commit
  6. 27 Dec, 2022 3 commits
  7. 19 Dec, 2022 1 commit
  8. 15 Dec, 2022 1 commit
  9. 13 Dec, 2022 1 commit
  10. 06 Dec, 2022 1 commit
  11. 30 Nov, 2022 1 commit
    • Robert Schmidt's avatar
      Remove FlexRAN · 287c1829
      Robert Schmidt authored
      - Remove any FlexRAN code
      - Cleanup config files
      - Remove LFDS7, libyaml dependencies
      287c1829
  12. 24 Nov, 2022 1 commit
  13. 03 Nov, 2022 1 commit
  14. 29 Oct, 2022 2 commits
  15. 27 Oct, 2022 1 commit
  16. 18 Oct, 2022 3 commits
  17. 28 Sep, 2022 1 commit
  18. 29 Aug, 2022 1 commit
  19. 26 Aug, 2022 3 commits
  20. 04 Aug, 2022 2 commits
  21. 01 Aug, 2022 1 commit
  22. 27 Jul, 2022 1 commit
  23. 26 Jul, 2022 1 commit
  24. 20 Jul, 2022 1 commit
  25. 06 Jul, 2022 1 commit
  26. 27 Jun, 2022 1 commit
    • Robert Schmidt's avatar
      Use (std) bool instead of custom bool types · 0b91791f
      Robert Schmidt authored
      OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as
      there is a standard bool type, and could lead to nasty bugs if a
      definition of a bool is non-standard (0 == false, true == !false). This
      commit removes all non-standard bools in the whole project.
      0b91791f
  27. 10 Jun, 2022 1 commit