blob: 887e386ba9f5e8efd1497e0ae8850cec55df78c0 [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,
Vadim Yanitskiyf523f222019-06-05 18:31:07 +070013 libdbd-sqlite3,
Harald Welteca292dd2019-02-06 17:07:35 +010014 libsctp-dev,
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000015 libtalloc-dev,
Harald Welte633e58a2017-10-29 08:49:12 +010016 libsmpp34-dev (>= 1.12),
17 libasn1c-dev (>= 0.9.28),
18 libosmocore-dev (>= 0.10.0),
Harald Welte6a9d9ba2017-10-28 23:49:47 +020019 libosmo-sccp-dev,
Harald Welte633e58a2017-10-29 08:49:12 +010020 libosmo-sigtran-dev (>= 0.8.0),
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000021 libosmo-abis-dev,
Harald Welte633e58a2017-10-29 08:49:12 +010022 libosmo-mgcp-client-dev (>= 1.1.0),
Harald Welte1ea6baf2018-07-31 19:40:52 +020023 libosmo-gsup-client-dev (>= 0.2.1),
Harald Welte633e58a2017-10-29 08:49:12 +010024 libosmo-netif-dev (>= 0.1.0),
Oliver Smitha2273f52019-05-22 13:48:28 +020025 libosmo-ranap-dev (>= 0.2.0),
26 osmo-gsm-manuals-dev
Max5fa8b082016-12-19 18:41:42 +010027Standards-Version: 3.9.8
Neels Hofmeyrd6d90ce2017-09-04 04:09:20 +020028Vcs-Git: git://git.osmocom.org/osmo-msc.git
29Vcs-Browser: https://git.osmocom.org/osmo-msc/
30Homepage: https://osmocom.org/projects/osmomsc
Harald Welte640d72a2010-08-24 15:33:04 +020031
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000032Package: osmo-msc
Harald Welte640d72a2010-08-24 15:33:04 +020033Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000034Multi-Arch: foreign
Oliver Smith0dfa61e2019-02-25 13:59:30 +010035Depends: ${misc:Depends}, ${shlibs:Depends}, libdbd-sqlite3
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000036Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020037 The Mobile Switching Center (MSC) is the heart of 2G/3G
38 circuit-switched services. It terminates the A-interface links from the
39 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
40 the Layer 3 protocol from the phones (MS).
41 .
42 This Osmocom implementation of the MSC handles A interfaces via 3GPP
43 AoIP in an ASP role. It furthermore implements IETF MGCP against an
44 external media gateway, such as OsmoMGW. It does *not* implement MAP
45 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
46 be translated to MAP if needed.
Harald Welte640d72a2010-08-24 15:33:04 +020047
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000048Package: osmo-msc-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010049Section: debug
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010050Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000051Multi-Arch: same
52Depends: osmo-msc (= ${binary:Version}), ${misc:Depends}
53Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020054 The Mobile Switching Center (MSC) is the heart of 2G/3G
55 circuit-switched services. It terminates the A-interface links from the
56 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
57 the Layer 3 protocol from the phones (MS).
58 .
59 This Osmocom implementation of the MSC handles A interfaces via 3GPP
60 AoIP in an ASP role. It furthermore implements IETF MGCP against an
61 external media gateway, such as OsmoMGW. It does *not* implement MAP
62 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
63 be translated to MAP if needed.
64 .
Pau Espin Pedrol0dad52d2019-03-19 17:52:46 +010065 This package contains the debug symbols for osmo-msc in order to
Harald Welte95884502017-10-28 15:00:48 +020066 generate meaningful backtraces in bug-reports.
Oliver Smitha2273f52019-05-22 13:48:28 +020067
68Package: osmo-msc-doc
69Architecture: all
70Section: doc
71Priority: optional
72Depends: ${misc:Depends}
73Description: ${misc:Package} PDF documentation
74 Various manuals: user manual, VTY reference manual and/or
75 protocol/interface manuals.