blob: 64bb73c90020df2a45e90a24ddf7980e435a219f [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
Vadim Yanitskiya908b432020-08-13 16:09:02 +07004Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Oliver Smithe4aa8652023-04-25 15:36:57 +02005Build-Depends: debhelper (>= 10),
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,
Harald Welte467fc572022-05-13 19:48:08 +020012 libsqlite3-dev,
Harald Welteca292dd2019-02-06 17:07:35 +010013 libsctp-dev,
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000014 libtalloc-dev,
Pau Espin Pedrolb0504632019-08-08 15:49:52 +020015 libsmpp34-dev (>= 1.14.0),
16 libasn1c-dev (>= 0.9.30),
Pau Espin Pedrol7eefae42023-09-12 16:46:11 +020017 libosmocore-dev (>= 1.9.0),
18 libosmo-sccp-dev (>= 1.8.0),
19 libosmo-sigtran-dev (>= 1.8.0),
20 libosmo-abis-dev (>= 1.5.0),
21 libosmo-mgcp-client-dev (>= 1.12.0),
22 libosmo-gsup-client-dev (>= 1.7.0),
23 libosmo-netif-dev (>= 1.4.0),
24 libosmo-ranap-dev (>= 1.5.0),
25 osmo-gsm-manuals-dev (>= 1.5.0)
Max5fa8b082016-12-19 18:41:42 +010026Standards-Version: 3.9.8
Harald Welte3b13edf2022-06-18 12:20:11 +020027Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
28Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Neels Hofmeyrd6d90ce2017-09-04 04:09:20 +020029Homepage: https://osmocom.org/projects/osmomsc
Harald Welte640d72a2010-08-24 15:33:04 +020030
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000031Package: osmo-msc
Harald Welte640d72a2010-08-24 15:33:04 +020032Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000033Multi-Arch: foreign
Oliver Smith5a140652024-04-26 15:08:45 +020034Depends: ${misc:Depends}, ${shlibs:Depends}
Harald Weltee18801042020-11-07 17:42:26 +010035Recommends: osmo-mgw
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.