Skip to content

Remove RFSIMULATOR environment variable; rename two env vars, add one; documentation

Robert Schmidt requested to merge doc-env-var into develop
  • remove RFSIMULATOR in favor of existing config option --rfsimulator.serveraddr (using it will print warning)
  • add new OAI_RNGSEED for setting a seed via env vars for simulators
  • rename gdbStacks to OAI_GDBSTACKS (make clear is OAI; env vars are capitalized)
  • rename threadPoolMeasurements to OAI_THREADPOOLMEASUREMENTS (ditto)
  • document environment variables under doc/environment-variables.md
Edited by Robert Schmidt

Merge request reports