aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/chapters/running.adoc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:30:39 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:30:39 +0100
commitdfb08d31fe3f1d9402b5c02e8518955d5c7c981d (patch)
treee178ad0af34e0b315fb8125195fce731d38a5bea /doc/manuals/chapters/running.adoc
parent4214c4ae53106248a02443bd2c68d52dc0dbe151 (diff)
parent96481c8d3f72711b218c62df4879df76366f5c7b (diff)
Merge history from osmo-gsm-manuals.git
Diffstat (limited to 'doc/manuals/chapters/running.adoc')
-rw-r--r--doc/manuals/chapters/running.adoc33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
new file mode 100644
index 00000000..d9f78c8b
--- /dev/null
+++ b/doc/manuals/chapters/running.adoc
@@ -0,0 +1,33 @@
+== Running OsmoPCU
+
+The OsmoPCU executable (`osmo-pcu`) offers the following command-line
+options:
+
+
+=== SYNOPSIS
+
+*osmo-pcu* [-h|-V] [-D] [-c 'CONFIGFILE'] [-r 'PRIO'] [-m 'MCC'] [-n 'MNC']
+
+
+=== OPTIONS
+
+*-h, --help*::
+ Print a short help message about the supported options
+*-V, --version*::
+ Print the compile-time version number of the OsmoBTS program
+//*-D, --daemonize*::
+// Fork the process as a daemon into background.
+*-c, --config-file 'CONFIGFILE'*::
+ Specify the file and path name of the configuration file to be
+ used. If none is specified, use `osmo-pcu.cfg` in the current
+ working directory.
+*-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.
+*-m, --mcc 'MCC'*::
+ Use the given MCC instead of that provided by BTS via PCU socket
+*-n, --mnc 'MNC'*::
+ Use the given MNC instead of that provided by BTS via PCU socket