An error occurred fetching the project authors.
  1. 21 Nov, 2023 1 commit
  2. 20 Oct, 2023 1 commit
  3. 17 Oct, 2023 2 commits
  4. 04 Oct, 2023 1 commit
  5. 15 Sep, 2023 2 commits
  6. 14 Sep, 2023 1 commit
  7. 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
  8. 20 Jul, 2023 1 commit
  9. 18 Jul, 2023 3 commits
  10. 13 Jul, 2023 1 commit
  11. 10 Jul, 2023 1 commit
  12. 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
  13. 06 Jun, 2023 1 commit
  14. 05 Jun, 2023 4 commits
  15. 02 Jun, 2023 2 commits
  16. 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
  17. 16 May, 2023 1 commit
  18. 04 May, 2023 1 commit
  19. 11 Mar, 2023 3 commits
  20. 06 Mar, 2023 1 commit
  21. 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
  22. 22 Feb, 2023 1 commit
  23. 21 Feb, 2023 1 commit
  24. 20 Feb, 2023 1 commit
  25. 17 Feb, 2023 1 commit
  26. 10 Feb, 2023 1 commit
  27. 03 Feb, 2023 1 commit
    • Gabriele Gemmi's avatar
      Cleanup of external dependencies in the installs script · 817ee1a2
      Gabriele Gemmi authored
      Many useless dependencies have been removed or moved to the additional tools list of packages.
      Xforms and ue-ip module must now be built explicitly
      Removed support for Ubuntu 16. Addedd support for Debian 11 and Fedora 37
      
      Squashed commits:
      
      removed all unused dependencies
      Applied patch from Robert + cleanup in the dependencies
      Applied patch from Robert + cleanup in the dependencies
      Moved xforms to optional packages, minor fixes
      remvoed ue_ip module from ue build
      fixes in the build script
      styling fixes
      Make RHEL8 ran-base build
      - Use EPEL 8
      - Inside container there is no sudo, so remove superfluous -H
      - Install python3-mako
      Working build on fedora 36
      Make build by install xxd
      Drop Ubuntu 16 support
      add pip3 again
      Correct software
      Drop useless software, maybe drop python too
      Fix: comment mistaken for package
      Remove Netinterfaces from optional packages (Ubuntu)
      Don't link xforms into 4G simulators: not needed
      Install xmlstarlet, required for physims
      Support for fedora 37
      Remove irrelevant svn executable from physims
      Option to compile UE ip kernel module
      Install only relevant boost libs
      Removed --skip-broken
      Remove unnecessary vconfig,numpy,scipy dependencies
      Remove packages that have been installed (pkg-config), python, awk
      Remove unnecessary ntpsec package
      addedd support for debian 11
      styiling fixes
      817ee1a2
  28. 31 Jan, 2023 1 commit