blob: e31d0c42cada6e327b72675815a69392377010d0 [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,
17 libssl-dev,
Max5fa8b082016-12-19 18:41:42 +010018 libsmpp34-dev
19Standards-Version: 3.9.8
Harald Welte640d72a2010-08-24 15:33:04 +020020Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
21Vcs-Browser: http://openbsc.osmocom.org/trac/browser
Max5fa8b082016-12-19 18:41:42 +010022Homepage: https://projects.osmocom.org/projects/openbsc
Harald Welte640d72a2010-08-24 15:33:04 +020023
Harald Weltecb1838d2017-10-26 00:33:26 +020024Package: osmocom-bsc-sccplite
Harald Welte640d72a2010-08-24 15:33:04 +020025Architecture: any
Max5fa8b082016-12-19 18:41:42 +010026Depends: ${shlibs:Depends},
27 ${misc:Depends}
28Description: GSM Base Station Controller
29 This is the BSC-only version of OpenBSC. It requires a Mobile Switching Center
30 (MSC) to operate.
31 .
32 You might rather prefer to use osmocom-nitb which is considered a
33 "GSM Network-in-a-Box" and does not depend on a MSC.
Harald Welte640d72a2010-08-24 15:33:04 +020034
35Package: osmocom-nitb
Harald Welte305e2902010-08-25 13:57:22 +020036Architecture: any
Max5fa8b082016-12-19 18:41:42 +010037Depends: ${shlibs:Depends},
38 ${misc:Depends},
39 libdbd-sqlite3
Harald Welte640d72a2010-08-24 15:33:04 +020040Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
Max5fa8b082016-12-19 18:41:42 +010041 This is the Network-in-a-Box version of OpenBSC. It has all the GSM network
42 components bundled together. When using osmocom-nitb, there is no need for a
Harald Weltecb1838d2017-10-26 00:33:26 +020043 Mobile Switching Center (MSC) which is needed when using osmocom-bsc-sccplite.
Harald Welte640d72a2010-08-24 15:33:04 +020044
45Package: osmocom-ipaccess-utils
Harald Welte305e2902010-08-25 13:57:22 +020046Architecture: any
Max5fa8b082016-12-19 18:41:42 +010047Depends: ${shlibs:Depends},
48 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020049Description: Command line utilities for ip.access nanoBTS
Max5fa8b082016-12-19 18:41:42 +010050 This package contains utilities that are specific for nanoBTS when being used
51 together with OpenBSC. It contains mainly three tools: ipaccess-find,
52 ipaccess-config and ipaccess-proxy.
Harald Welte640d72a2010-08-24 15:33:04 +020053
54Package: osmocom-bs11-utils
Harald Welte305e2902010-08-25 13:57:22 +020055Architecture: any
Max5fa8b082016-12-19 18:41:42 +010056Depends: ${shlibs:Depends},
57 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020058Description: Command line utilities for Siemens BS-11 BTS
Max5fa8b082016-12-19 18:41:42 +010059 There is a tool in this package for configuring the Siemens BS-11 BTS.
60 Additionally, it contains one tool for making use of an ISDN-card and the
61 public telephone network as frequency standard for the E1 line.
Harald Welte640d72a2010-08-24 15:33:04 +020062
Harald Welte640d72a2010-08-24 15:33:04 +020063Package: osmocom-bsc-nat
Harald Welte305e2902010-08-25 13:57:22 +020064Architecture: any
Max5fa8b082016-12-19 18:41:42 +010065Depends: ${shlibs:Depends},
66 ${misc:Depends}
Harald Weltecb1838d2017-10-26 00:33:26 +020067Recommends: osmocom-bsc-sccplite
Harald Welte640d72a2010-08-24 15:33:04 +020068Description: Osmocom Base Station Controller Network Address Translation
Max5fa8b082016-12-19 18:41:42 +010069 This NAT is useful for masquerading multiple BSCs behind one. It listens
70 for incoming BSCs on port 5000 and connects to a specified Mobile Switching
71 Center (MSC).
72 .
Harald Weltecb1838d2017-10-26 00:33:26 +020073 This package is part of OpenBSC and closely related to osmocom-bsc-sccplite.
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010074
Ruben Undheimc8fc41c2017-01-18 10:51:49 +010075Package: openbsc-dev
76Architecture: all
77Depends: ${misc:Depends}
78Description: Header file needed by tools tightly integrated
79 Some other programs depend on gsm_data_shared.h and gsm_data_shared.c
80 from OpenBSC. This package installs these files to your file system so
81 that the other packages can build-depend on this package.
82 .
Holger Hans Peter Freyther76f048a2017-01-24 11:31:47 +010083 The directory structure is copied after the structure in the repository
84 and the header and .c file are installed into /usr/src/osmocom/openbsc/.
Ruben Undheimc8fc41c2017-01-18 10:51:49 +010085
Harald Weltecb1838d2017-10-26 00:33:26 +020086Package: osmocom-bsc-sccplite-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010087Architecture: any
88Section: debug
89Priority: extra
Harald Weltecb1838d2017-10-26 00:33:26 +020090Depends: osmocom-bsc-sccplite (= ${binary:Version}), ${misc:Depends}
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010091Description: Debug symbols for the OpenBSC BSC
92 Make debugging possible
93
94Package: osmocom-nitb-dbg
95Architecture: any
96Section: debug
97Priority: extra
98Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends}
99Description: Debug symbols for the OpenBSC NITB
100 Make debugging possible
101
102Package: osmocom-ipaccess-utils-dbg
103Architecture: any
104Section: debug
105Priority: extra
106Depends: osmocom-ipaccess-utils (= ${binary:Version}), ${misc:Depends}
107Description: Debug symbols for the OpenBSC ip.access utils
108 Make debugging possible
109
110Package: osmocom-bs11-utils-dbg
111Architecture: any
112Section: debug
113Priority: extra
114Depends: osmocom-bs11-utils (= ${binary:Version}), ${misc:Depends}
115Description: Debug symbols for the OpenBSC BS11 utils
116 Make debugging possible
117
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +0100118Package: osmocom-bsc-nat-dbg
119Architecture: any
120Section: debug
121Priority: extra
122Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends}
123Description: Debug symbols for the OpenBSC Network Address Translation
124 Make debugging possible