blob: d9fccfa98157ebb1d297a07b0cd77c4dba25e82a [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>
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +00005Build-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 Welte467fc572022-05-13 19:48:08 +020014 libsqlite3-dev,
Harald Welteca292dd2019-02-06 17:07:35 +010015 libsctp-dev,
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000016 libtalloc-dev,
Pau Espin Pedrolb0504632019-08-08 15:49:52 +020017 libsmpp34-dev (>= 1.14.0),
18 libasn1c-dev (>= 0.9.30),
Pau Espin Pedrolb7f97ea2021-11-16 17:44:54 +010019 libosmocore-dev (>= 1.6.0),
20 libosmo-sccp-dev (>= 1.5.0),
21 libosmo-sigtran-dev (>= 1.5.0),
22 libosmo-abis-dev (>= 1.2.0),
23 libosmo-mgcp-client-dev (>= 1.9.0),
24 libosmo-gsup-client-dev (>= 1.4.0),
Pau Espin Pedrol59764b62021-02-23 20:22:34 +010025 libosmo-netif-dev (>= 1.1.0),
Pau Espin Pedrolb7f97ea2021-11-16 17:44:54 +010026 libosmo-ranap-dev (>= 0.8.0),
27 osmo-gsm-manuals-dev (>= 1.2.0)
Max5fa8b082016-12-19 18:41:42 +010028Standards-Version: 3.9.8
Neels Hofmeyrd6d90ce2017-09-04 04:09:20 +020029Vcs-Git: git://git.osmocom.org/osmo-msc.git
30Vcs-Browser: https://git.osmocom.org/osmo-msc/
31Homepage: https://osmocom.org/projects/osmomsc
Harald Welte640d72a2010-08-24 15:33:04 +020032
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000033Package: osmo-msc
Harald Welte640d72a2010-08-24 15:33:04 +020034Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000035Multi-Arch: foreign
Oliver Smith0dfa61e2019-02-25 13:59:30 +010036Depends: ${misc:Depends}, ${shlibs:Depends}, libdbd-sqlite3
Harald Weltee18801042020-11-07 17:42:26 +010037Recommends: osmo-mgw
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000038Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020039 The Mobile Switching Center (MSC) is the heart of 2G/3G
40 circuit-switched services. It terminates the A-interface links from the
41 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
42 the Layer 3 protocol from the phones (MS).
43 .
44 This Osmocom implementation of the MSC handles A interfaces via 3GPP
45 AoIP in an ASP role. It furthermore implements IETF MGCP against an
46 external media gateway, such as OsmoMGW. It does *not* implement MAP
47 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
48 be translated to MAP if needed.
Harald Welte640d72a2010-08-24 15:33:04 +020049
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000050Package: osmo-msc-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010051Section: debug
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010052Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000053Multi-Arch: same
54Depends: osmo-msc (= ${binary:Version}), ${misc:Depends}
55Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020056 The Mobile Switching Center (MSC) is the heart of 2G/3G
57 circuit-switched services. It terminates the A-interface links from the
58 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
59 the Layer 3 protocol from the phones (MS).
60 .
61 This Osmocom implementation of the MSC handles A interfaces via 3GPP
62 AoIP in an ASP role. It furthermore implements IETF MGCP against an
63 external media gateway, such as OsmoMGW. It does *not* implement MAP
64 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
65 be translated to MAP if needed.
66 .
Pau Espin Pedrol0dad52d2019-03-19 17:52:46 +010067 This package contains the debug symbols for osmo-msc in order to
Harald Welte95884502017-10-28 15:00:48 +020068 generate meaningful backtraces in bug-reports.
Oliver Smitha2273f52019-05-22 13:48:28 +020069
70Package: osmo-msc-doc
71Architecture: all
72Section: doc
73Priority: optional
74Depends: ${misc:Depends}
75Description: ${misc:Package} PDF documentation
76 Various manuals: user manual, VTY reference manual and/or
77 protocol/interface manuals.