blob: d9432e2e84eff9c2a5b927d008b0aa66d077e4c6 [file] [log] [blame]
Harald Welte95f42062010-08-24 15:33:04 +02001Source: openbsc
Maxd6edfa12016-12-19 18:41:42 +01002Maintainer: Harald Welte <laforge@gnumonks.org>
Harald Welte95f42062010-08-24 15:33:04 +02003Section: net
4Priority: optional
Maxd6edfa12016-12-19 18:41:42 +01005Build-Depends: debhelper (>= 9),
6 autotools-dev,
Maxeb61f962017-01-11 19:51:33 +01007 autoconf-archive,
Maxd6edfa12016-12-19 18:41:42 +01008 pkg-config,
9 libgtp0-dev,
10 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 Welte95f42062010-08-24 15:33:04 +020022Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
23Vcs-Browser: http://openbsc.osmocom.org/trac/browser
Maxd6edfa12016-12-19 18:41:42 +010024Homepage: https://projects.osmocom.org/projects/openbsc
Harald Welte95f42062010-08-24 15:33:04 +020025
26Package: osmocom-bsc
27Architecture: any
Maxd6edfa12016-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 Welte95f42062010-08-24 15:33:04 +020036
37Package: osmocom-nitb
Harald Weltef1c9ae12010-08-25 13:57:22 +020038Architecture: any
Maxd6edfa12016-12-19 18:41:42 +010039Depends: ${shlibs:Depends},
40 ${misc:Depends},
41 libdbd-sqlite3
Harald Welte95f42062010-08-24 15:33:04 +020042Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
Maxd6edfa12016-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 Welte95f42062010-08-24 15:33:04 +020046
47Package: osmocom-ipaccess-utils
Harald Weltef1c9ae12010-08-25 13:57:22 +020048Architecture: any
Maxd6edfa12016-12-19 18:41:42 +010049Depends: ${shlibs:Depends},
50 ${misc:Depends}
Harald Welte95f42062010-08-24 15:33:04 +020051Description: Command line utilities for ip.access nanoBTS
Maxd6edfa12016-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 Welte95f42062010-08-24 15:33:04 +020055
56Package: osmocom-bs11-utils
Harald Weltef1c9ae12010-08-25 13:57:22 +020057Architecture: any
Maxd6edfa12016-12-19 18:41:42 +010058Depends: ${shlibs:Depends},
59 ${misc:Depends}
Harald Welte95f42062010-08-24 15:33:04 +020060Description: Command line utilities for Siemens BS-11 BTS
Maxd6edfa12016-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 Welte95f42062010-08-24 15:33:04 +020064
65Package: osmocom-sgsn
Harald Weltef1c9ae12010-08-25 13:57:22 +020066Architecture: any
Maxd6edfa12016-12-19 18:41:42 +010067Depends: ${shlibs:Depends},
68 ${misc:Depends}
69Suggests: osmocom-bsc
Harald Welte95f42062010-08-24 15:33:04 +020070Description: Osmocom Serving GPRS Support Node
Maxd6edfa12016-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 Welte95f42062010-08-24 15:33:04 +020078
79Package: osmocom-gbproxy
Harald Weltef1c9ae12010-08-25 13:57:22 +020080Architecture: any
Maxd6edfa12016-12-19 18:41:42 +010081Depends: ${shlibs:Depends},
82 ${misc:Depends}
83Recommends: osmocom-sgsn
Harald Welte95f42062010-08-24 15:33:04 +020084Description: Osmocom GPRS Gb Interface Proxy
Maxd6edfa12016-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 Welte95f42062010-08-24 15:33:04 +020089
90Package: osmocom-bsc-nat
Harald Weltef1c9ae12010-08-25 13:57:22 +020091Architecture: any
Maxd6edfa12016-12-19 18:41:42 +010092Depends: ${shlibs:Depends},
93 ${misc:Depends}
94Recommends: osmocom-bsc
Harald Welte95f42062010-08-24 15:33:04 +020095Description: Osmocom Base Station Controller Network Address Translation
Maxd6edfa12016-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 Freyther5cbb44a2013-12-12 13:07:47 +0100101
Neels Hofmeyr31428002015-11-18 17:09:22 +0100102Package: osmo-gtphub
103Architecture: any
104Depends: ${shlibs:Depends}, ${misc:Depends}
105Description: Osmocom GTP Hub
106 Proxy for comms between multiple SGSNs and GGSNs.
107
Holger Hans Peter Freyther5cbb44a2013-12-12 13:07:47 +0100108Package: osmocom-bsc-dbg
109Architecture: any
110Section: debug
111Priority: extra
112Depends: osmocom-bsc (= ${binary:Version}), ${misc:Depends}
113Description: Debug symbols for the OpenBSC BSC
114 Make debugging possible
115
116Package: osmocom-nitb-dbg
117Architecture: any
118Section: debug
119Priority: extra
120Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends}
121Description: Debug symbols for the OpenBSC NITB
122 Make debugging possible
123
124Package: osmocom-ipaccess-utils-dbg
125Architecture: any
126Section: debug
127Priority: extra
128Depends: osmocom-ipaccess-utils (= ${binary:Version}), ${misc:Depends}
129Description: Debug symbols for the OpenBSC ip.access utils
130 Make debugging possible
131
132Package: osmocom-bs11-utils-dbg
133Architecture: any
134Section: debug
135Priority: extra
136Depends: osmocom-bs11-utils (= ${binary:Version}), ${misc:Depends}
137Description: Debug symbols for the OpenBSC BS11 utils
138 Make debugging possible
139
140Package: osmocom-sgsn-dbg
141Architecture: any
142Section: debug
143Priority: extra
144Depends: osmocom-sgsn (= ${binary:Version}), ${misc:Depends}
145Description: Debug symbols for the OpenBSC Serving GPRS Support Node
146 Make debugging possible
147
148Package: osmocom-gbproxy-dbg
149Architecture: any
150Section: debug
151Priority: extra
152Depends: osmocom-gbproxy (= ${binary:Version}), ${misc:Depends}
153Description: Debug symbols for the OpenBSC GPRS GBProxy
154 Make debugging possible
155
156Package: osmocom-bsc-nat-dbg
157Architecture: any
158Section: debug
159Priority: extra
160Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends}
161Description: Debug symbols for the OpenBSC Network Address Translation
162 Make debugging possible
Neels Hofmeyr31428002015-11-18 17:09:22 +0100163
164Package: osmo-gtphub-dbg
165Architecture: any
166Section: debug
167Priority: extra
168Depends: osmo-gtphub (= ${binary:Version}), ${misc:Depends}
169Description: Debug symbols for Osmocom GTP Hub
170 Make debugging possible