blob: 44262b9d61d2b16ea8be79307b8f45e46cc36ae1 [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,
7 pkg-config,
8 libgtp0-dev,
9 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,
18 libc-ares-dev,
19 libsmpp34-dev
20Standards-Version: 3.9.8
Harald Welte640d72a2010-08-24 15:33:04 +020021Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
22Vcs-Browser: http://openbsc.osmocom.org/trac/browser
Max5fa8b082016-12-19 18:41:42 +010023Homepage: https://projects.osmocom.org/projects/openbsc
Harald Welte640d72a2010-08-24 15:33:04 +020024
25Package: osmocom-bsc
26Architecture: any
Max5fa8b082016-12-19 18:41:42 +010027Depends: ${shlibs:Depends},
28 ${misc:Depends}
29Description: GSM Base Station Controller
30 This is the BSC-only version of OpenBSC. It requires a Mobile Switching Center
31 (MSC) to operate.
32 .
33 You might rather prefer to use osmocom-nitb which is considered a
34 "GSM Network-in-a-Box" and does not depend on a MSC.
Harald Welte640d72a2010-08-24 15:33:04 +020035
36Package: osmocom-nitb
Harald Welte305e2902010-08-25 13:57:22 +020037Architecture: any
Max5fa8b082016-12-19 18:41:42 +010038Depends: ${shlibs:Depends},
39 ${misc:Depends},
40 libdbd-sqlite3
Harald Welte640d72a2010-08-24 15:33:04 +020041Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
Max5fa8b082016-12-19 18:41:42 +010042 This is the Network-in-a-Box version of OpenBSC. It has all the GSM network
43 components bundled together. When using osmocom-nitb, there is no need for a
44 Mobile Switching Center (MSC) which is needed when using osmocom-bsc.
Harald Welte640d72a2010-08-24 15:33:04 +020045
46Package: osmocom-ipaccess-utils
Harald Welte305e2902010-08-25 13:57:22 +020047Architecture: any
Max5fa8b082016-12-19 18:41:42 +010048Depends: ${shlibs:Depends},
49 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020050Description: Command line utilities for ip.access nanoBTS
Max5fa8b082016-12-19 18:41:42 +010051 This package contains utilities that are specific for nanoBTS when being used
52 together with OpenBSC. It contains mainly three tools: ipaccess-find,
53 ipaccess-config and ipaccess-proxy.
Harald Welte640d72a2010-08-24 15:33:04 +020054
55Package: osmocom-bs11-utils
Harald Welte305e2902010-08-25 13:57:22 +020056Architecture: any
Max5fa8b082016-12-19 18:41:42 +010057Depends: ${shlibs:Depends},
58 ${misc:Depends}
Harald Welte640d72a2010-08-24 15:33:04 +020059Description: Command line utilities for Siemens BS-11 BTS
Max5fa8b082016-12-19 18:41:42 +010060 There is a tool in this package for configuring the Siemens BS-11 BTS.
61 Additionally, it contains one tool for making use of an ISDN-card and the
62 public telephone network as frequency standard for the E1 line.
Harald Welte640d72a2010-08-24 15:33:04 +020063
64Package: osmocom-sgsn
Harald Welte305e2902010-08-25 13:57:22 +020065Architecture: any
Max5fa8b082016-12-19 18:41:42 +010066Depends: ${shlibs:Depends},
67 ${misc:Depends}
68Suggests: osmocom-bsc
Harald Welte640d72a2010-08-24 15:33:04 +020069Description: Osmocom Serving GPRS Support Node
Max5fa8b082016-12-19 18:41:42 +010070 This is an implementation of the GPRS Serving GPRS Support Node (SGSN). As
71 such it implements the GPRS Mobility Management (GMM) and SM (Session
72 Management).
73 .
74 The SGSN connects via the Gb-interface to the BSS (like the osmo-pcu or an
75 ip.access nanoBTS), and it connects via the GTP protocol to a Gateway GPRS
76 Support Node (GGSN) like openggsn.
Harald Welte640d72a2010-08-24 15:33:04 +020077
78Package: osmocom-gbproxy
Harald Welte305e2902010-08-25 13:57:22 +020079Architecture: any
Max5fa8b082016-12-19 18:41:42 +010080Depends: ${shlibs:Depends},
81 ${misc:Depends}
82Recommends: osmocom-sgsn
Harald Welte640d72a2010-08-24 15:33:04 +020083Description: Osmocom GPRS Gb Interface Proxy
Max5fa8b082016-12-19 18:41:42 +010084 The purpose of the Gb proxy is to aggregate the Gb links of multiple
85 BSS's and present them in one Gb link to the SGSN.
86 .
87 This package is part of OpenBSC and closely related to osmocom-sgsn.
Harald Welte640d72a2010-08-24 15:33:04 +020088
89Package: osmocom-bsc-nat
Harald Welte305e2902010-08-25 13:57:22 +020090Architecture: any
Max5fa8b082016-12-19 18:41:42 +010091Depends: ${shlibs:Depends},
92 ${misc:Depends}
93Recommends: osmocom-bsc
Harald Welte640d72a2010-08-24 15:33:04 +020094Description: Osmocom Base Station Controller Network Address Translation
Max5fa8b082016-12-19 18:41:42 +010095 This NAT is useful for masquerading multiple BSCs behind one. It listens
96 for incoming BSCs on port 5000 and connects to a specified Mobile Switching
97 Center (MSC).
98 .
99 This package is part of OpenBSC and closely related to osmocom-bsc.
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +0100100
Ruben Undheimc8fc41c2017-01-18 10:51:49 +0100101Package: openbsc-dev
102Architecture: all
103Depends: ${misc:Depends}
104Description: Header file needed by tools tightly integrated
105 Some other programs depend on gsm_data_shared.h and gsm_data_shared.c
106 from OpenBSC. This package installs these files to your file system so
107 that the other packages can build-depend on this package.
108 .
109 The header file is installed to /usr/include/osmocom/openbsc, while
110 the .c file is installed to /usr/src/osmocom/openbsc.
111
Neels Hofmeyre5e78c22015-11-18 17:09:22 +0100112Package: osmo-gtphub
113Architecture: any
114Depends: ${shlibs:Depends}, ${misc:Depends}
115Description: Osmocom GTP Hub
116 Proxy for comms between multiple SGSNs and GGSNs.
117
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +0100118Package: osmocom-bsc-dbg
119Architecture: any
120Section: debug
121Priority: extra
122Depends: osmocom-bsc (= ${binary:Version}), ${misc:Depends}
123Description: Debug symbols for the OpenBSC BSC
124 Make debugging possible
125
126Package: osmocom-nitb-dbg
127Architecture: any
128Section: debug
129Priority: extra
130Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends}
131Description: Debug symbols for the OpenBSC NITB
132 Make debugging possible
133
134Package: osmocom-ipaccess-utils-dbg
135Architecture: any
136Section: debug
137Priority: extra
138Depends: osmocom-ipaccess-utils (= ${binary:Version}), ${misc:Depends}
139Description: Debug symbols for the OpenBSC ip.access utils
140 Make debugging possible
141
142Package: osmocom-bs11-utils-dbg
143Architecture: any
144Section: debug
145Priority: extra
146Depends: osmocom-bs11-utils (= ${binary:Version}), ${misc:Depends}
147Description: Debug symbols for the OpenBSC BS11 utils
148 Make debugging possible
149
150Package: osmocom-sgsn-dbg
151Architecture: any
152Section: debug
153Priority: extra
154Depends: osmocom-sgsn (= ${binary:Version}), ${misc:Depends}
155Description: Debug symbols for the OpenBSC Serving GPRS Support Node
156 Make debugging possible
157
158Package: osmocom-gbproxy-dbg
159Architecture: any
160Section: debug
161Priority: extra
162Depends: osmocom-gbproxy (= ${binary:Version}), ${misc:Depends}
163Description: Debug symbols for the OpenBSC GPRS GBProxy
164 Make debugging possible
165
166Package: osmocom-bsc-nat-dbg
167Architecture: any
168Section: debug
169Priority: extra
170Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends}
171Description: Debug symbols for the OpenBSC Network Address Translation
172 Make debugging possible
Neels Hofmeyre5e78c22015-11-18 17:09:22 +0100173
174Package: osmo-gtphub-dbg
175Architecture: any
176Section: debug
177Priority: extra
178Depends: osmo-gtphub (= ${binary:Version}), ${misc:Depends}
179Description: Debug symbols for Osmocom GTP Hub
180 Make debugging possible