aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-16 06:43:01 +0200
committerlaforge <laforge@osmocom.org>2021-04-18 06:53:33 +0000
commit078682d7b5044fba269a0822bcbf08f66c196de2 (patch)
tree8d47b4d103b19b807dee368ae2b290e4db0f67c5
parent976e7e51e6947674f200f3f73ab3065da357cfed (diff)
manuals: remove deprecated command line parameters
-rw-r--r--doc/manuals/chapters/configuration.adoc12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/manuals/chapters/configuration.adoc b/doc/manuals/chapters/configuration.adoc
index 6b9adc11..ede80eaa 100644
--- a/doc/manuals/chapters/configuration.adoc
+++ b/doc/manuals/chapters/configuration.adoc
@@ -19,7 +19,7 @@ The OsmoBTS executables (`osmo-bts-sysmo`, `osmo-bts-trx`,
generic command line options:
==== SYNOPSIS
-*osmo-bts-sysmo* [-h|-V] [-d 'DBGMASK'] [-D] [-c 'CONFIGFILE' ] [-s] [-T] [-e 'LOGLEVEL'] [-r 'PRIO'] [-i 'GSMTAP-IP'] [-t <1-255>]
+*osmo-bts-sysmo* [-h|-V] [-d 'DBGMASK'] [-D] [-c 'CONFIGFILE' ] [-s] [-T] [-e 'LOGLEVEL']
==== OPTIONS
*-h, --help*::
@@ -48,16 +48,6 @@ generic command line options:
Set the global log level for logging to stderr. This has mostly
been deprecated by VTY based logging configuration, see
<<logging>> for further information.
-*-r, --realtime 'PRIO'*::
- Enable use of the Linux kernel realtime priority scheduler with
- the specified priority.
- It is recommended you use this option on low-performance
- embedded systems or systems that encounter high non-GSM/GPRS
- load.
-*-i, --gsmtap-ip 'GSMTAP-IP'*::
- Specify the destination IP address for GSMTAP messages.
-*-t, --trx-num <1-255>*::
- Specify the number of TRX supported by this BTS.
There may be additional, hardware specific command line options by the
different bts_model implementations.