An error occurred fetching the project authors.
  1. 26 Feb, 2024 1 commit
  2. 06 Feb, 2024 1 commit
  3. 21 Nov, 2023 1 commit
  4. 20 Oct, 2023 1 commit
  5. 17 Oct, 2023 2 commits
  6. 04 Oct, 2023 1 commit
  7. 15 Sep, 2023 2 commits
  8. 14 Sep, 2023 1 commit
  9. 31 Jul, 2023 2 commits
    • Robert Schmidt's avatar
      build_oai/build_helper: use $CMAKE · 3161add2
      Robert Schmidt authored
      Some distributions, e.g., CentOS8 or RHEL8, ship with an old cmake
      (v2.8). To provide a newer, they have a separate cmake3 package, where a
      recent cmake version is in program cmake3. To be agnostic, build_helper
      detects the distribution and choses the cmake program to use.
      
      This commit uses the correct cmake, which is provided in the environment
      variable $CMAKE.
      3161add2
    • Robert Schmidt's avatar
      Use cmake3 command if on RHEL · a3ddabaf
      Robert Schmidt authored
      a3ddabaf
  10. 20 Jul, 2023 1 commit
  11. 18 Jul, 2023 3 commits
  12. 13 Jul, 2023 1 commit
  13. 10 Jul, 2023 1 commit
  14. 07 Jul, 2023 2 commits
    • Robert Schmidt's avatar
      Simplify compilations build helper · 4db08dc6
      Robert Schmidt authored
      Instead of using ninja/make directly, there is a cmake command option to
      trigger the build using whatever build tool has been configured. Use it;
      if there is a mismatch, there will also be a clearer cmake error.
      
      Remove build_oai's --build-coverity: we don't use it, and it can
      trivially be added if required (probably, most users would run it by
      hand anyway).
      
      Add an error if the compilations function is not called with the right
      noumber of arguments.
      4db08dc6
    • Robert Schmidt's avatar
      Harmonize build_oai color output · b896da85
      Robert Schmidt authored
      b896da85
  15. 06 Jun, 2023 1 commit
  16. 05 Jun, 2023 4 commits
  17. 02 Jun, 2023 2 commits
  18. 01 Jun, 2023 1 commit
    • Cedric Roux's avatar
      asn1c: use better version of asn1c · c0c3a737
      Cedric Roux authored
      We don't work much on asn1c. The version we use has several bugs.
      There is an active community out there that fixes bugs and improves
      asn1c. Let's use their version.
      c0c3a737
  19. 16 May, 2023 1 commit
  20. 04 May, 2023 1 commit
  21. 11 Mar, 2023 3 commits
  22. 06 Mar, 2023 1 commit
  23. 23 Feb, 2023 1 commit
    • Bo Zhao's avatar
      First implementation for KPI GUI with Qt5 · 4d0762e4
      Bo Zhao authored
      Authors: Bo Zhao, Marwan Hammouda, Thomas Schlichter (Fraunhofer IIS)
      
      - CMakeLists modification: add QtWidgets library, add new source files, MOC (Meta-Object Compiler) on the given source file
      - build_oai modification
      - Activate new GUI with Qt on the UE side
      - 2 x 3 widget with I/Q sample for PDSCH
      - Drop-down list implementation
      4d0762e4
  24. 22 Feb, 2023 1 commit
  25. 21 Feb, 2023 1 commit
  26. 20 Feb, 2023 1 commit
  27. 17 Feb, 2023 1 commit
  28. 10 Feb, 2023 1 commit