blob: 43a6334bb6a9e21c1c4c4cb878e10fea47247e42 [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),
Oliver Smith24044222024-07-24 17:23:01 +020017 libosmocore-dev (>= 1.10.0),
Oliver Smith24044222024-07-24 17:23:01 +020018 libosmo-sigtran-dev (>= 1.9.0),
19 libosmo-abis-dev (>= 1.6.0),
20 libosmo-mgcp-client-dev (>= 1.13.0),
21 libosmo-gsup-client-dev (>= 1.8.0),
22 libosmo-netif-dev (>= 1.5.0),
23 libosmo-ranap-dev (>= 1.6.0),
24 osmo-gsm-manuals-dev (>= 1.6.0)
Max5fa8b082016-12-19 18:41:42 +010025Standards-Version: 3.9.8
Harald Welte3b13edf2022-06-18 12:20:11 +020026Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
27Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Neels Hofmeyrd6d90ce2017-09-04 04:09:20 +020028Homepage: https://osmocom.org/projects/osmomsc
Harald Welte640d72a2010-08-24 15:33:04 +020029
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000030Package: osmo-msc
Harald Welte640d72a2010-08-24 15:33:04 +020031Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000032Multi-Arch: foreign
Oliver Smith5a140652024-04-26 15:08:45 +020033Depends: ${misc:Depends}, ${shlibs:Depends}
Harald Weltee18801042020-11-07 17:42:26 +010034Recommends: osmo-mgw
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000035Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020036 The Mobile Switching Center (MSC) is the heart of 2G/3G
37 circuit-switched services. It terminates the A-interface links from the
38 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
39 the Layer 3 protocol from the phones (MS).
40 .
41 This Osmocom implementation of the MSC handles A interfaces via 3GPP
42 AoIP in an ASP role. It furthermore implements IETF MGCP against an
43 external media gateway, such as OsmoMGW. It does *not* implement MAP
44 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
45 be translated to MAP if needed.
Harald Welte640d72a2010-08-24 15:33:04 +020046
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000047Package: osmo-msc-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010048Section: debug
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010049Architecture: any
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +000050Multi-Arch: same
51Depends: osmo-msc (= ${binary:Version}), ${misc:Depends}
52Description: OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte95884502017-10-28 15:00:48 +020053 The Mobile Switching Center (MSC) is the heart of 2G/3G
54 circuit-switched services. It terminates the A-interface links from the
55 Base Station Controllers (BSC) and handles the MM and CC sub-layers of
56 the Layer 3 protocol from the phones (MS).
57 .
58 This Osmocom implementation of the MSC handles A interfaces via 3GPP
59 AoIP in an ASP role. It furthermore implements IETF MGCP against an
60 external media gateway, such as OsmoMGW. It does *not* implement MAP
61 towards a HLR, but the much simpler Osmocom GSUP protocol, which can
62 be translated to MAP if needed.
63 .
Pau Espin Pedrol0dad52d2019-03-19 17:52:46 +010064 This package contains the debug symbols for osmo-msc in order to
Harald Welte95884502017-10-28 15:00:48 +020065 generate meaningful backtraces in bug-reports.
Oliver Smitha2273f52019-05-22 13:48:28 +020066
67Package: osmo-msc-doc
68Architecture: all
69Section: doc
70Priority: optional
71Depends: ${misc:Depends}
72Description: ${misc:Package} PDF documentation
73 Various manuals: user manual, VTY reference manual and/or
74 protocol/interface manuals.