1. 06 Sep, 2024 2 commits
    • Bartosz Podrygajlo's avatar
      Enable configuration of NR UE through a YAML file · 9b59ba63
      Bartosz Podrygajlo authored
      This commit adds yaml-cpp library to required docker images and build commands. There is one workaround
      in cross-compilation for apt behavior for installing libyaml-cpp-dev. Apt will uninistall previous
      versions of the package whenever another one is installed. This means that installing the arm version
      breaks amd version and vice versa. This makes it impossible to have both libs installed at the same
      time which is required by the cross-compilation build command (it calls cmake twice, once with native
      and once with target architecture)
      9b59ba63
    • Bartosz Podrygajlo's avatar
      YAML as a drop-in replacement for libconfig · 0b684732
      Bartosz Podrygajlo authored
      This commit introduces a substitute module library for setting up softmodems using YAML instead of libconfig.
      The softmodems should work the same with both types of files. Extra care was put to make sure the behavior
      of both modules is the same.
      
      Example yaml config files were added for the UE and gNB
      0b684732
  2. 04 Sep, 2024 17 commits
  3. 02 Sep, 2024 4 commits
  4. 01 Sep, 2024 3 commits
  5. 30 Aug, 2024 9 commits
  6. 29 Aug, 2024 5 commits