Skip to content
Snippets Groups Projects
  1. Aug 09, 2023
    • 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
  2. Jun 28, 2023
  3. Feb 01, 2023
    • Rúben Soares Silva's avatar
      Use string values for nFAPI parameter (--nfapi) · 703fa478
      Rúben Soares Silva authored and Robert Schmidt's avatar Robert Schmidt committed
      - previously, used magic numbers to designate nFAPI mode
      - now, use string values (MONOLITHIC, PNF, VNF, ...)
      - Remove printing of the nfapi mode to the console, as it's value is clear from the command-line argument
      - Update usages of the --nfapi command-line parameter in scripts and documentation to reflect the change to string values
      703fa478
  4. Aug 30, 2021
  5. Aug 11, 2021
  6. Aug 09, 2021
  7. Jul 05, 2021
  8. Mar 13, 2021
  9. Mar 05, 2021
  10. Jan 15, 2021
  11. Nov 24, 2020
Loading