An error occurred fetching the project authors.
  1. 08 May, 2023 1 commit
  2. 20 Apr, 2023 2 commits
  3. 14 Apr, 2023 1 commit
  4. 20 Mar, 2023 1 commit
  5. 11 Mar, 2023 1 commit
  6. 10 Feb, 2023 1 commit
  7. 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
  8. 19 Dec, 2022 1 commit
    • Robert Schmidt's avatar
      Make on static library SIMU, drop SIMU_COMMON · 2ec0b4b8
      Robert Schmidt authored
      Almost all targets used both SIMU and SIMU_COMMON. So instead of
      linking one in the other, this commit merges both libraries into a
      common SIMU lib.  Further, we never load SIMU dynamically -- hence
      make it a static library.
      
      Also, this commit cleans up CMakeLists.txt to prevent multiple
      compilations of taus.c
      2ec0b4b8
  9. 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
  10. 29 Sep, 2022 2 commits
  11. 05 Sep, 2022 1 commit
  12. 04 Aug, 2022 1 commit
  13. 10 Jun, 2022 1 commit
  14. 22 Feb, 2022 1 commit
  15. 21 Feb, 2022 1 commit
    • Robert Schmidt's avatar
      Enable Address Sanitizer on physical simulators · 923edebd
      Robert Schmidt authored
      - install libasan in physim containers
      - run physim containers with SYS_CAP_PTRACE capability
      - remove static-libasan: not available in RHEL8:
      
        The physims are tested in a container environment on top of RHEL8. To
        my knowledge, no package provides the static ASan library there.
        Therefore, remove it here to be able to run these tests.
      923edebd
  16. 24 Jan, 2022 1 commit
  17. 13 Jan, 2022 1 commit
  18. 09 Dec, 2021 1 commit
  19. 08 Dec, 2021 1 commit
    • Robert Schmidt's avatar
      RHEL8.2 dockerfiles: create intermediary build image · cffa73bf
      Robert Schmidt authored
      This commit creates an intermediary build image for all eNB, gNB, UE,
      nrUE, RU targets (ran-build) after the image containing all RAN
      compilation dependencies (ran-base). Then, the corresponding target
      container images are just copied from the ran-build.
      
      The only exception is phySim, which is still compiled independently, as
      the build_oai would otherwise put all compiled files into
      phy_simulators/build instead of ran_build/build. We do this at this
      state to avoid any inconsistencies.
      cffa73bf
  20. 03 Dec, 2021 1 commit
  21. 03 Aug, 2021 1 commit
  22. 07 Apr, 2021 1 commit