[openbsc] 01/01: Install more example configuration files. Added more text to some man pages.

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Feb 20 19:49:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openbsc.

commit 599c8093e014339873064490d70554b5775afc63
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Feb 20 20:45:15 2016 +0100

    Install more example configuration files. Added more text to some man pages.
---
 debian/man/osmo-bsc.txt         | 13 ++++++++++++-
 debian/man/osmo-nitb.txt        | 10 +++++++++-
 debian/man/osmo-sgsn.txt        | 18 +++++++++++++++++-
 debian/osmocom-bsc-nat.examples |  1 +
 debian/osmocom-bsc.examples     |  1 +
 debian/osmocom-gbproxy.examples |  1 +
 6 files changed, 41 insertions(+), 3 deletions(-)

diff --git a/debian/man/osmo-bsc.txt b/debian/man/osmo-bsc.txt
index 2a21c7e..c44e559 100644
--- a/debian/man/osmo-bsc.txt
+++ b/debian/man/osmo-bsc.txt
@@ -5,13 +5,24 @@ SYNOPSIS
   osmo-bsc [options]
 
 DESCRIPTION
-  osmo-bsc is part of the OpenBSC base station controller from Osmocom.
+ This is the BSC-only version of OpenBSC. It requires a Mobile Switching Center
+ (MSC) to operate.
+ 
+ You might rather prefer to use osmocom-nitb which is considered a
+ "GSM Network-in-a-Box" and does not depend on a MSC.
+
+ Typically you start osmo-bsc with the -c option specifying where to find the
+ configuration file. There are example configuration files in:
+
+   /usr/share/doc/osmocom-bsc/examples/osmo-bsc
 
 OPTIONS
   -h,--help                         this text
   -D,--daemonize                    Fork the process into a background daemon
   -d option,--debug=DRLL:DCC:DMM:DRR:DRSL:DNM       enable debugging
+
   -s,--disable-color
+
   -T,--timestamp                    Print a timestamp in the debug output.
   -c,--config-file <filename>       The config file to use.
   -l,--local=IP                     The local address of the MGCP.
diff --git a/debian/man/osmo-nitb.txt b/debian/man/osmo-nitb.txt
index f39ca46..0205862 100644
--- a/debian/man/osmo-nitb.txt
+++ b/debian/man/osmo-nitb.txt
@@ -5,7 +5,15 @@ SYNOPSIS
   osmo-nitb [options]
 
 DESCRIPTION
-  osmo-nitb is part of the OpenBSC base station controller from Osmocom.
+ This is the Network-in-a-Box version of OpenBSC. It has all the GSM network
+ components bundled together. When using osmocom-nitb, there is no need for a
+ Mobile Switching Center (MSC) which is needed when using osmocom-bsc.
+
+ Typically you would have to create a configuration file and start
+ osmo-nitb with the "-c" option. There are example configuration files in:
+ 
+   /usr/share/doc/osmocom-nitb/examples/osmo-nitb
+
 
 OPTIONS
   -h,--help                  This text.
diff --git a/debian/man/osmo-sgsn.txt b/debian/man/osmo-sgsn.txt
index d059360..037dc84 100644
--- a/debian/man/osmo-sgsn.txt
+++ b/debian/man/osmo-sgsn.txt
@@ -5,13 +5,29 @@ SYNOPSIS
   osmo-sgsn [options]
 
 DESCRIPTION
-  osmo-sgsn is part of the OpenBSC base station controller from Osmocom.
+ This is an implementation of the GPRS Serving GPRS Support Node (SGSN). As 
+ such it implements the GPRS Mobility Management (GMM) and SM (Session
+ Management).
+ 
+ The SGSN connects via the Gb-interface to the BSS (like the osmo-pcu or an
+ ip.access nanoBTS), and it connects via the GTP protocol to a Gateway GPRS
+ Support Node (GGSN) like openggsn.
+ 
+ Typically, you would start osmo-sgsn with the "-c" option specifying a
+ configuration file. You can find example configuration files here:
+
+   /usr/share/doc/osmocom-sgsn/examples/osmo-sgsn
+
+ osmo-sgsn is part of the OpenBSC base station controller from Osmocom.
+
 
 OPTIONS
   -h,--help                 this text
   -D,--daemonize            Fork the process into a background daemon
   -d option,--debug         enable Debugging
+
   -s,--disable-color
+ 
   -c,--config-file          The config file to use [osmo_sgsn.cfg]
   -e,--log-level <number>   Set a global log level
 
diff --git a/debian/osmocom-bsc-nat.examples b/debian/osmocom-bsc-nat.examples
new file mode 100644
index 0000000..8547696
--- /dev/null
+++ b/debian/osmocom-bsc-nat.examples
@@ -0,0 +1 @@
+openbsc/doc/examples/osmo-bsc_nat
diff --git a/debian/osmocom-bsc.examples b/debian/osmocom-bsc.examples
index a95f12b..8b40337 100644
--- a/debian/osmocom-bsc.examples
+++ b/debian/osmocom-bsc.examples
@@ -1 +1,2 @@
 openbsc/doc/examples/osmo-bsc_mgcp
+openbsc/doc/examples/osmo-bsc
diff --git a/debian/osmocom-gbproxy.examples b/debian/osmocom-gbproxy.examples
new file mode 100644
index 0000000..17d9791
--- /dev/null
+++ b/debian/osmocom-gbproxy.examples
@@ -0,0 +1 @@
+openbsc/doc/examples/osmo-gbproxy

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openbsc.git



More information about the debian-science-commits mailing list