blob: 6747a29194c5f0c55828d0239a530d2b95fa2fd3 [file] [log] [blame]
Harald Welte75c0e082016-02-20 10:56:10 +01001== Running OsmoBSC
2
3The OsmoBSC executable (`osmo-bsc`) offers the following command-line
4arguments:
5
Neels Hofmeyr4c297e72016-10-17 06:12:13 +02006=== SYNOPSIS
Harald Welte75c0e082016-02-20 10:56:10 +01007
8*osmo-bsc* [-h|-V] [-d 'DBGMASK'] [-D] [-c 'CONFIGFILE'] [-s] [-T] [-e 'LOGLEVEL'] [-l 'IP'] [-r 'RFCTL']
9
Neels Hofmeyr4c297e72016-10-17 06:12:13 +020010=== OPTIONS
Harald Welte75c0e082016-02-20 10:56:10 +010011
12*-h, --help*::
13 Print a short help message about the supported options
14*-V, --version*::
15 Print the compile-time version number of the OsmoBTS program
16*-d, --debug 'DBGMASK','DBGLEVELS'*::
17 Set the log subsystems and levels for logging to stderr. This
18 has mostly been superseded by VTY-based logging configuration,
19 see <<logging>> for further information.
20*-D, --daemonize*::
21 Fork the process as a daemon into background.
22*-c, --config-file 'CONFIGFILE'*::
23 Specify the file and path name of the configuration file to be
24 used. If none is specified, use `openbsc.cfg` in the current
25 working directory.
26*-s, --disable-color*::
27 Disable colors for logging to stderr. This has mostly been
28 deprecated by VTY based logging configuration, see <<logging>>
29 for more information.
30*-T, --timestamp*::
31 Enable time-stamping of log messages to stderr. This has mostly
32 been deprecated by VTY based logging configu- ration, see
33 <<logging>> for more information.
34*-e, --log-level 'LOGLEVEL'*::
35 Set the global log level for logging to stderr. This has mostly
36 been deprecated by VTY based logging configuration, see
37 <<logging>> for more information.
38*-l, --local='IP'*::
39 Specify the local IP address of the OsmoBSC-MGCP
40*-r, --rf-ctl 'RFCTL'*::
41 Offer a Unix domain socket for RF control at the path/filename
42 'RFCTL' in the file system.