Skip to content
Snippets Groups Projects
  1. May 08, 2023
  2. Apr 20, 2023
  3. Apr 14, 2023
  4. Mar 20, 2023
  5. Mar 11, 2023
  6. Feb 10, 2023
  7. Feb 03, 2023
    • 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. Dec 19, 2022
    • 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. Nov 30, 2022
    • Robert Schmidt's avatar
      Remove FlexRAN · 287c1829
      Robert Schmidt authored
      - Remove any FlexRAN code
      - Cleanup config files
      - Remove LFDS7, libyaml dependencies
      287c1829
  10. Sep 29, 2022
  11. Sep 05, 2022
  12. Aug 04, 2022
  13. Jun 10, 2022
  14. Feb 22, 2022
  15. Feb 21, 2022
    • 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. Jan 24, 2022
  17. Jan 13, 2022
  18. Dec 09, 2021
  19. Dec 08, 2021
    • 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. Dec 03, 2021
  21. Aug 03, 2021
  22. Apr 07, 2021
Loading