blob: cac54bef4b5f8dab363d91c58559cbdc758e248a [file] [log] [blame]
Harald Weltea5ad7a42019-03-21 22:52:44 +01001== Running OsmoGbPROXY
2
3The OsmoGbPROXY executable (`osmo-gbproxy`) offers the following command-line
4options:
5
6
7=== SYNOPSIS
8
9*osmo-gbproxy* [-h|-V] [-d 'DBGMASK'] [-D] [-c 'CONFIGFILE'] [-s] [-e 'LOGLEVEL'] [-T]
10
11
12=== OPTIONS
13
14*-h, --help*::
15 Print a short help message about the supported options
16*-V, --version*::
17 Print the compile-time version number of the OsmoSGSN program
18*-d, --debug 'DBGMASK','DBGLEVELS'*::
19 Set the log subsystems and levels for logging to stderr. This
20 has mostly been superseded by VTY-based logging configuration,
21 see <<logging>> for further information.
22*-D, --daemonize*::
23 Fork the process as a daemon into background.
24*-c, --config-file 'CONFIGFILE'*::
25 Specify the file and path name of the configuration file to be
26 used. If none is specified, use `osmo_sgsn.cfg` in the current
27 working directory.
28*-s, --disable-color*::
29 Disable colors for logging to stderr. This has mostly been
30 deprecated by VTY based logging configuration, see <<logging>>
31 for more information.
32*-e, --log-level 'LOGLEVEL'*::
33 Set the global log level for logging to stderr. This has mostly
34 been deprecated by VTY based logging configuration, see
35 <<logging>> for more information.
36*-T, --timestamp*::
37 Enable prefixing each log line on stderr with a timestamp. This
38 has mostly been deprecated by VTY based logging configuration, see
39 <<logging>> for more information.