Skip to content
Snippets Groups Projects
  1. Feb 18, 2023
  2. Feb 11, 2023
  3. Feb 10, 2023
  4. 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
  5. 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
  6. Dec 12, 2022
  7. 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
  8. Nov 24, 2022
  9. Nov 23, 2022
  10. Oct 29, 2022
  11. Oct 20, 2022
  12. Oct 12, 2022
  13. Oct 07, 2022
  14. Sep 29, 2022
  15. Sep 27, 2022
  16. Sep 21, 2022
  17. Sep 20, 2022
  18. Sep 05, 2022
  19. Aug 24, 2022
  20. Aug 13, 2022
  21. Aug 04, 2022
  22. Aug 03, 2022
  23. Jul 14, 2022
  24. Jun 10, 2022
  25. Mar 30, 2022
  26. Mar 29, 2022
  27. Mar 17, 2022
  28. Feb 22, 2022
  29. 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
  30. Feb 10, 2022
Loading