aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-28 15:00:48 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 15:17:53 +0200
commit9588450f92ae3470269bcb003fe94494a32db721 (patch)
tree803938080665cbbb225d94010b576c50b841a64c
parente0c728fd39a06560cde431eac69dd765a01b1678 (diff)
Debian: Add proper description for packages.
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 722a1bc80..4f0aafb91 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,16 @@ Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
+ The Mobile Switching Center (MSC) is the heart of 2G/3G
+ circuit-switched services. It terminates the A-interface links from the
+ Base Station Controllers (BSC) and handles the MM and CC sub-layers of
+ the Layer 3 protocol from the phones (MS).
+ .
+ This Osmocom implementation of the MSC handles A interfaces via 3GPP
+ AoIP in an ASP role. It furthermore implements IETF MGCP against an
+ external media gateway, such as OsmoMGW. It does *not* implement MAP
+ towards a HLR, but the much simpler Osmocom GSUP protocol, which can
+ be translated to MAP if needed.
Package: osmo-msc-dbg
Section: debug
@@ -37,3 +47,16 @@ Architecture: any
Multi-Arch: same
Depends: osmo-msc (= ${binary:Version}), ${misc:Depends}
Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
+ The Mobile Switching Center (MSC) is the heart of 2G/3G
+ circuit-switched services. It terminates the A-interface links from the
+ Base Station Controllers (BSC) and handles the MM and CC sub-layers of
+ the Layer 3 protocol from the phones (MS).
+ .
+ This Osmocom implementation of the MSC handles A interfaces via 3GPP
+ AoIP in an ASP role. It furthermore implements IETF MGCP against an
+ external media gateway, such as OsmoMGW. It does *not* implement MAP
+ towards a HLR, but the much simpler Osmocom GSUP protocol, which can
+ be translated to MAP if needed.
+ .
+ This package contains the debug symbols for osmo-mgw in order to
+ generate meaningful backtraces in bug-reports.