blob: 76b7d2a4ce0803cf283666999b4a94bb2caaf17a [file] [log] [blame]
Harald Welte640d72a2010-08-24 15:33:04 +02001Source: openbsc
Max5fa8b082016-12-19 18:41:42 +01002Maintainer: Harald Welte <laforge@gnumonks.org>
Harald Welte640d72a2010-08-24 15:33:04 +02003Section: net
4Priority: optional
Max5fa8b082016-12-19 18:41:42 +01005Build-Depends: debhelper (>= 9),
6 autotools-dev,
Max34f01262017-01-20 13:03:03 +01007 autoconf-archive,
Max5fa8b082016-12-19 18:41:42 +01008 pkg-config,
Max5fa8b082016-12-19 18:41:42 +01009 libosmocore-dev,
10 libosmo-sccp-dev,
11 libdbi0-dev,
12 dh-autoreconf,
13 libosmo-abis-dev,
14 libosmo-netif-dev,
15 libdbd-sqlite3,
16 libpcap-dev,
Max5fa8b082016-12-19 18:41:42 +010017 libsmpp34-dev
18Standards-Version: 3.9.8
Harald Welte640d72a2010-08-24 15:33:04 +020019Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
20Vcs-Browser: http://openbsc.osmocom.org/trac/browser
Max5fa8b082016-12-19 18:41:42 +010021Homepage: https://projects.osmocom.org/projects/openbsc
Harald Welte640d72a2010-08-24 15:33:04 +020022
Harald Weltecb1838d2017-10-26 00:33:26 +020023Package: osmocom-bsc-sccplite
Harald Welte640d72a2010-08-24 15:33:04 +020024Architecture: any
Max5fa8b082016-12-19 18:41:42 +010025Depends: ${shlibs:Depends},
26 ${misc:Depends}
27Description: GSM Base Station Controller
28 This is the BSC-only version of OpenBSC. It requires a Mobile Switching Center
29 (MSC) to operate.
30 .
31 You might rather prefer to use osmocom-nitb which is considered a
32 "GSM Network-in-a-Box" and does not depend on a MSC.
Harald Welte640d72a2010-08-24 15:33:04 +020033
34Package: osmocom-nitb
Harald Welte305e2902010-08-25 13:57:22 +020035Architecture: any
Max5fa8b082016-12-19 18:41:42 +010036Depends: ${shlibs:Depends},
37 ${misc:Depends},
38 libdbd-sqlite3
Harald Welte640d72a2010-08-24 15:33:04 +020039Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
Max5fa8b082016-12-19 18:41:42 +010040 This is the Network-in-a-Box version of OpenBSC. It has all the GSM network
41 components bundled together. When using osmocom-nitb, there is no need for a
Harald Weltecb1838d2017-10-26 00:33:26 +020042 Mobile Switching Center (MSC) which is needed when using osmocom-bsc-sccplite.
Harald Welte640d72a2010-08-24 15:33:04 +020043
44Package: osmocom-ipaccess-utils
Harald Welte305e2902010-08-25 13:57:22 +020045Architecture: any
Max5fa8b082016-12-19 18:41:42 +010046Depends: ${shlibs:Depends},
47 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020048Description: Command line utilities for ip.access nanoBTS
Max5fa8b082016-12-19 18:41:42 +010049 This package contains utilities that are specific for nanoBTS when being used
50 together with OpenBSC. It contains mainly three tools: ipaccess-find,
51 ipaccess-config and ipaccess-proxy.
Harald Welte640d72a2010-08-24 15:33:04 +020052
53Package: osmocom-bs11-utils
Harald Welte305e2902010-08-25 13:57:22 +020054Architecture: any
Max5fa8b082016-12-19 18:41:42 +010055Depends: ${shlibs:Depends},
56 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020057Description: Command line utilities for Siemens BS-11 BTS
Max5fa8b082016-12-19 18:41:42 +010058 There is a tool in this package for configuring the Siemens BS-11 BTS.
59 Additionally, it contains one tool for making use of an ISDN-card and the
60 public telephone network as frequency standard for the E1 line.
Harald Welte640d72a2010-08-24 15:33:04 +020061
Harald Welte640d72a2010-08-24 15:33:04 +020062Package: osmocom-bsc-nat
Harald Welte305e2902010-08-25 13:57:22 +020063Architecture: any
Max5fa8b082016-12-19 18:41:42 +010064Depends: ${shlibs:Depends},
65 ${misc:Depends}
Harald Weltecb1838d2017-10-26 00:33:26 +020066Recommends: osmocom-bsc-sccplite
Harald Welte640d72a2010-08-24 15:33:04 +020067Description: Osmocom Base Station Controller Network Address Translation
Max5fa8b082016-12-19 18:41:42 +010068 This NAT is useful for masquerading multiple BSCs behind one. It listens
69 for incoming BSCs on port 5000 and connects to a specified Mobile Switching
70 Center (MSC).
71 .
Harald Weltecb1838d2017-10-26 00:33:26 +020072 This package is part of OpenBSC and closely related to osmocom-bsc-sccplite.
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010073
Ruben Undheimc8fc41c2017-01-18 10:51:49 +010074Package: openbsc-dev
75Architecture: all
76Depends: ${misc:Depends}
77Description: Header file needed by tools tightly integrated
78 Some other programs depend on gsm_data_shared.h and gsm_data_shared.c
79 from OpenBSC. This package installs these files to your file system so
80 that the other packages can build-depend on this package.
81 .
Holger Hans Peter Freyther76f048a2017-01-24 11:31:47 +010082 The directory structure is copied after the structure in the repository
83 and the header and .c file are installed into /usr/src/osmocom/openbsc/.
Ruben Undheimc8fc41c2017-01-18 10:51:49 +010084
Harald Weltecb1838d2017-10-26 00:33:26 +020085Package: osmocom-bsc-sccplite-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010086Architecture: any
87Section: debug
88Priority: extra
Harald Weltecb1838d2017-10-26 00:33:26 +020089Depends: osmocom-bsc-sccplite (= ${binary:Version}), ${misc:Depends}
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010090Description: Debug symbols for the OpenBSC BSC
91 Make debugging possible
92
93Package: osmocom-nitb-dbg
94Architecture: any
95Section: debug
96Priority: extra
97Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends}
98Description: Debug symbols for the OpenBSC NITB
99 Make debugging possible
100
101Package: osmocom-ipaccess-utils-dbg
102Architecture: any
103Section: debug
104Priority: extra
105Depends: osmocom-ipaccess-utils (= ${binary:Version}), ${misc:Depends}
106Description: Debug symbols for the OpenBSC ip.access utils
107 Make debugging possible
108
109Package: osmocom-bs11-utils-dbg
110Architecture: any
111Section: debug
112Priority: extra
113Depends: osmocom-bs11-utils (= ${binary:Version}), ${misc:Depends}
114Description: Debug symbols for the OpenBSC BS11 utils
115 Make debugging possible
116
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +0100117Package: osmocom-bsc-nat-dbg
118Architecture: any
119Section: debug
120Priority: extra
121Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends}
122Description: Debug symbols for the OpenBSC Network Address Translation
123 Make debugging possible