1. 11 Aug, 2023 5 commits
  2. 09 Aug, 2023 3 commits
    • Robert Schmidt's avatar
      Initialize OAIgraph before usage · 26ef1128
      Robert Schmidt authored
      Newer GCC releases warn about the scope being uninitialized:
      
      openair1/PHY/TOOLS/nr_phy_scope.c:1076:20: error: ‘graph.text’ is used uninitialized [-Werror=uninitialized]
      
      This is correct, as we don't initialize the scope. This commit correctly
      initializes the scope.
      26ef1128
    • Robert Schmidt's avatar
    • Robert Schmidt's avatar
      Deprecate NR-UE --rrc_config_path, use --r{e,b}config-file instead · 9f45f1d7
      Robert Schmidt authored
      Config options --reconfig_file and --rbconfig-file have been introduced
      to modify the filenames of reconfig.raw and rbconfig.raw (e.g., in the
      case of multiple UEs). These filen*ames* were to be prepended with
      --rrc_config_path to set the path. In summary, three options were
      necessary, when two are sufficient.
      
      In this commit, change to the options --reconfig-file and
      --rbconfig-file (slight change for harmonization with other options,
      which mostly use dashes) to give the full path to the corresponding
      files, and avoid to surprise users who would not expect to have three
      options.
      
      --rrc_config_path has been deprecated and an error will be printed if a
      user attempts to use it.
      9f45f1d7
  3. 08 Aug, 2023 13 commits
  4. 07 Aug, 2023 14 commits
  5. 04 Aug, 2023 5 commits