blob: e607d103266cca4981ecba22458e9b3577027f8e [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),
Harald Welte1ea6baf2018-07-31 19:40:52 +020021 libosmo-gsup-client-dev (>= 0.2.1),
Harald Welte633e58a2017-10-29 08:49:12 +010022 libosmo-netif-dev (>= 0.1.0),
23 libosmo-ranap-dev (>= 0.2.0)
Max5fa8b082016-12-19 18:41:42 +010024Standards-Version: 3.9.8
Neels Hofmeyrd6d90ce2017-09-04 04:09:20 +020025Vcs-Git: git://git.osmocom.org/osmo-msc.git
26Vcs-Browser: https://git.osmocom.org/osmo-msc/
27Homepage: https://osmocom.org/projects/osmomsc
Harald Welte640d72a2010-08-24 15:33:04 +020028
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000029Package: osmo-msc
Harald Welte640d72a2010-08-24 15:33:04 +020030Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000031Multi-Arch: foreign
32Depends: ${misc:Depends}, ${shlibs:Depends}
33Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020034 The Mobile Switching Center (MSC) is the heart of 2G/3G
35 circuit-switched services. It terminates the A-interface links from the
36 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
37 the Layer 3 protocol from the phones (MS).
38 .
39 This Osmocom implementation of the MSC handles A interfaces via 3GPP
40 AoIP in an ASP role. It furthermore implements IETF MGCP against an
41 external media gateway, such as OsmoMGW. It does *not* implement MAP
42 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
43 be translated to MAP if needed.
Harald Welte640d72a2010-08-24 15:33:04 +020044
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000045Package: osmo-msc-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010046Section: debug
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010047Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000048Multi-Arch: same
49Depends: osmo-msc (= ${binary:Version}), ${misc:Depends}
50Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020051 The Mobile Switching Center (MSC) is the heart of 2G/3G
52 circuit-switched services. It terminates the A-interface links from the
53 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
54 the Layer 3 protocol from the phones (MS).
55 .
56 This Osmocom implementation of the MSC handles A interfaces via 3GPP
57 AoIP in an ASP role. It furthermore implements IETF MGCP against an
58 external media gateway, such as OsmoMGW. It does *not* implement MAP
59 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
60 be translated to MAP if needed.
61 .
62 This package contains the debug symbols for osmo-mgw in order to
63 generate meaningful backtraces in bug-reports.