blob: 87b6f07c3295d49371168a9c1302c8f3ce07160b [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,
Holger Hans Peter Freyther3f940fc2017-01-24 17:45:54 +01009 libgtp-dev,
Max5fa8b082016-12-19 18:41:42 +010010 libosmocore-dev,
11 libosmo-sccp-dev,
12 libdbi0-dev,
13 dh-autoreconf,
14 libosmo-abis-dev,
15 libosmo-netif-dev,
16 libdbd-sqlite3,
17 libpcap-dev,
18 libssl-dev,
19 libc-ares-dev,
20 libsmpp34-dev
21Standards-Version: 3.9.8
Harald Welte640d72a2010-08-24 15:33:04 +020022Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
23Vcs-Browser: http://openbsc.osmocom.org/trac/browser
Max5fa8b082016-12-19 18:41:42 +010024Homepage: https://projects.osmocom.org/projects/openbsc
Harald Welte640d72a2010-08-24 15:33:04 +020025
26Package: osmocom-bsc
27Architecture: any
Max5fa8b082016-12-19 18:41:42 +010028Depends: ${shlibs:Depends},
29 ${misc:Depends}
30Description: GSM Base Station Controller
31 This is the BSC-only version of OpenBSC. It requires a Mobile Switching Center
32 (MSC) to operate.
33 .
34 You might rather prefer to use osmocom-nitb which is considered a
35 "GSM Network-in-a-Box" and does not depend on a MSC.
Harald Welte640d72a2010-08-24 15:33:04 +020036
37Package: osmocom-nitb
Harald Welte305e2902010-08-25 13:57:22 +020038Architecture: any
Max5fa8b082016-12-19 18:41:42 +010039Depends: ${shlibs:Depends},
40 ${misc:Depends},
41 libdbd-sqlite3
Harald Welte640d72a2010-08-24 15:33:04 +020042Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
Max5fa8b082016-12-19 18:41:42 +010043 This is the Network-in-a-Box version of OpenBSC. It has all the GSM network
44 components bundled together. When using osmocom-nitb, there is no need for a
45 Mobile Switching Center (MSC) which is needed when using osmocom-bsc.
Harald Welte640d72a2010-08-24 15:33:04 +020046
47Package: osmocom-ipaccess-utils
Harald Welte305e2902010-08-25 13:57:22 +020048Architecture: any
Max5fa8b082016-12-19 18:41:42 +010049Depends: ${shlibs:Depends},
50 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020051Description: Command line utilities for ip.access nanoBTS
Max5fa8b082016-12-19 18:41:42 +010052 This package contains utilities that are specific for nanoBTS when being used
53 together with OpenBSC. It contains mainly three tools: ipaccess-find,
54 ipaccess-config and ipaccess-proxy.
Harald Welte640d72a2010-08-24 15:33:04 +020055
56Package: osmocom-bs11-utils
Harald Welte305e2902010-08-25 13:57:22 +020057Architecture: any
Max5fa8b082016-12-19 18:41:42 +010058Depends: ${shlibs:Depends},
59 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020060Description: Command line utilities for Siemens BS-11 BTS
Max5fa8b082016-12-19 18:41:42 +010061 There is a tool in this package for configuring the Siemens BS-11 BTS.
62 Additionally, it contains one tool for making use of an ISDN-card and the
63 public telephone network as frequency standard for the E1 line.
Harald Welte640d72a2010-08-24 15:33:04 +020064
65Package: osmocom-sgsn
Harald Welte305e2902010-08-25 13:57:22 +020066Architecture: any
Max5fa8b082016-12-19 18:41:42 +010067Depends: ${shlibs:Depends},
68 ${misc:Depends}
69Suggests: osmocom-bsc
Harald Welte640d72a2010-08-24 15:33:04 +020070Description: Osmocom Serving GPRS Support Node
Max5fa8b082016-12-19 18:41:42 +010071 This is an implementation of the GPRS Serving GPRS Support Node (SGSN). As
72 such it implements the GPRS Mobility Management (GMM) and SM (Session
73 Management).
74 .
75 The SGSN connects via the Gb-interface to the BSS (like the osmo-pcu or an
76 ip.access nanoBTS), and it connects via the GTP protocol to a Gateway GPRS
77 Support Node (GGSN) like openggsn.
Harald Welte640d72a2010-08-24 15:33:04 +020078
79Package: osmocom-gbproxy
Harald Welte305e2902010-08-25 13:57:22 +020080Architecture: any
Max5fa8b082016-12-19 18:41:42 +010081Depends: ${shlibs:Depends},
82 ${misc:Depends}
83Recommends: osmocom-sgsn
Harald Welte640d72a2010-08-24 15:33:04 +020084Description: Osmocom GPRS Gb Interface Proxy
Max5fa8b082016-12-19 18:41:42 +010085 The purpose of the Gb proxy is to aggregate the Gb links of multiple
86 BSS's and present them in one Gb link to the SGSN.
87 .
88 This package is part of OpenBSC and closely related to osmocom-sgsn.
Harald Welte640d72a2010-08-24 15:33:04 +020089
90Package: osmocom-bsc-nat
Harald Welte305e2902010-08-25 13:57:22 +020091Architecture: any
Max5fa8b082016-12-19 18:41:42 +010092Depends: ${shlibs:Depends},
93 ${misc:Depends}
94Recommends: osmocom-bsc
Harald Welte640d72a2010-08-24 15:33:04 +020095Description: Osmocom Base Station Controller Network Address Translation
Max5fa8b082016-12-19 18:41:42 +010096 This NAT is useful for masquerading multiple BSCs behind one. It listens
97 for incoming BSCs on port 5000 and connects to a specified Mobile Switching
98 Center (MSC).
99 .
100 This package is part of OpenBSC and closely related to osmocom-bsc.
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +0100101
Ruben Undheimc8fc41c2017-01-18 10:51:49 +0100102Package: openbsc-dev
103Architecture: all
104Depends: ${misc:Depends}
105Description: Header file needed by tools tightly integrated
106 Some other programs depend on gsm_data_shared.h and gsm_data_shared.c
107 from OpenBSC. This package installs these files to your file system so
108 that the other packages can build-depend on this package.
109 .
Holger Hans Peter Freyther76f048a2017-01-24 11:31:47 +0100110 The directory structure is copied after the structure in the repository
111 and the header and .c file are installed into /usr/src/osmocom/openbsc/.
Ruben Undheimc8fc41c2017-01-18 10:51:49 +0100112
Neels Hofmeyre5e78c22015-11-18 17:09:22 +0100113Package: osmo-gtphub
114Architecture: any
115Depends: ${shlibs:Depends}, ${misc:Depends}
116Description: Osmocom GTP Hub
117 Proxy for comms between multiple SGSNs and GGSNs.
118
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +0100119Package: osmocom-bsc-dbg
120Architecture: any
121Section: debug
122Priority: extra
123Depends: osmocom-bsc (= ${binary:Version}), ${misc:Depends}
124Description: Debug symbols for the OpenBSC BSC
125 Make debugging possible
126
127Package: osmocom-nitb-dbg
128Architecture: any
129Section: debug
130Priority: extra
131Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends}
132Description: Debug symbols for the OpenBSC NITB
133 Make debugging possible
134
135Package: osmocom-ipaccess-utils-dbg
136Architecture: any
137Section: debug
138Priority: extra
139Depends: osmocom-ipaccess-utils (= ${binary:Version}), ${misc:Depends}
140Description: Debug symbols for the OpenBSC ip.access utils
141 Make debugging possible
142
143Package: osmocom-bs11-utils-dbg
144Architecture: any
145Section: debug
146Priority: extra
147Depends: osmocom-bs11-utils (= ${binary:Version}), ${misc:Depends}
148Description: Debug symbols for the OpenBSC BS11 utils
149 Make debugging possible
150
151Package: osmocom-sgsn-dbg
152Architecture: any
153Section: debug
154Priority: extra
155Depends: osmocom-sgsn (= ${binary:Version}), ${misc:Depends}
156Description: Debug symbols for the OpenBSC Serving GPRS Support Node
157 Make debugging possible
158
159Package: osmocom-gbproxy-dbg
160Architecture: any
161Section: debug
162Priority: extra
163Depends: osmocom-gbproxy (= ${binary:Version}), ${misc:Depends}
164Description: Debug symbols for the OpenBSC GPRS GBProxy
165 Make debugging possible
166
167Package: osmocom-bsc-nat-dbg
168Architecture: any
169Section: debug
170Priority: extra
171Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends}
172Description: Debug symbols for the OpenBSC Network Address Translation
173 Make debugging possible
Neels Hofmeyre5e78c22015-11-18 17:09:22 +0100174
175Package: osmo-gtphub-dbg
176Architecture: any
177Section: debug
178Priority: extra
179Depends: osmo-gtphub (= ${binary:Version}), ${misc:Depends}
180Description: Debug symbols for Osmocom GTP Hub
181 Make debugging possible