blob: 6219ea4af2a47168d1d43dde711d89e152945ef1 [file] [log] [blame]
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +00001Source: osmo-msc
Harald Welte640d72a2010-08-24 15:33:04 +02002Section: net
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +00003Priority: extra
4Maintainer: Alexander Couzens <lynxis@fe80.eu>
5Build-Depends: debhelper (>=9),
Max5fa8b082016-12-19 18:41:42 +01006 dh-autoreconf,
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +00007 autotools-dev,
8 autoconf,
9 automake,
10 libtool,
11 pkg-config,
12 libdbi-dev,
13 libtalloc-dev,
Harald Welte633e58a2017-10-29 08:49:12 +010014 libsmpp34-dev (>= 1.12),
15 libasn1c-dev (>= 0.9.28),
16 libosmocore-dev (>= 0.10.0),
Harald Welte6a9d9ba2017-10-28 23:49:47 +020017 libosmo-sccp-dev,
Harald Welte633e58a2017-10-29 08:49:12 +010018 libosmo-sigtran-dev (>= 0.8.0),
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000019 libosmo-abis-dev,
Harald Welte633e58a2017-10-29 08:49:12 +010020 libosmo-mgcp-client-dev (>= 1.1.0),
21 libosmo-netif-dev (>= 0.1.0),
22 libosmo-ranap-dev (>= 0.2.0)
Max5fa8b082016-12-19 18:41:42 +010023Standards-Version: 3.9.8
Neels Hofmeyrd6d90ce2017-09-04 04:09:20 +020024Vcs-Git: git://git.osmocom.org/osmo-msc.git
25Vcs-Browser: https://git.osmocom.org/osmo-msc/
26Homepage: https://osmocom.org/projects/osmomsc
Harald Welte640d72a2010-08-24 15:33:04 +020027
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000028Package: osmo-msc
Harald Welte640d72a2010-08-24 15:33:04 +020029Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000030Multi-Arch: foreign
31Depends: ${misc:Depends}, ${shlibs:Depends}
32Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020033 The Mobile Switching Center (MSC) is the heart of 2G/3G
34 circuit-switched services. It terminates the A-interface links from the
35 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
36 the Layer 3 protocol from the phones (MS).
37 .
38 This Osmocom implementation of the MSC handles A interfaces via 3GPP
39 AoIP in an ASP role. It furthermore implements IETF MGCP against an
40 external media gateway, such as OsmoMGW. It does *not* implement MAP
41 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
42 be translated to MAP if needed.
Harald Welte640d72a2010-08-24 15:33:04 +020043
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000044Package: osmo-msc-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010045Section: debug
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010046Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000047Multi-Arch: same
48Depends: osmo-msc (= ${binary:Version}), ${misc:Depends}
49Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020050 The Mobile Switching Center (MSC) is the heart of 2G/3G
51 circuit-switched services. It terminates the A-interface links from the
52 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
53 the Layer 3 protocol from the phones (MS).
54 .
55 This Osmocom implementation of the MSC handles A interfaces via 3GPP
56 AoIP in an ASP role. It furthermore implements IETF MGCP against an
57 external media gateway, such as OsmoMGW. It does *not* implement MAP
58 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
59 be translated to MAP if needed.
60 .
61 This package contains the debug symbols for osmo-mgw in order to
62 generate meaningful backtraces in bug-reports.