blob: 79f18dfc46d21f4db3e74eb0c7da442f350f065b [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
Neels Hofmeyre5e78c22015-11-18 17:09:22 +0100101Package: osmo-gtphub
102Architecture: any
103Depends: ${shlibs:Depends}, ${misc:Depends}
104Description: Osmocom GTP Hub
105 Proxy for comms between multiple SGSNs and GGSNs.
106
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +0100107Package: osmocom-bsc-dbg
108Architecture: any
109Section: debug
110Priority: extra
111Depends: osmocom-bsc (= ${binary:Version}), ${misc:Depends}
112Description: Debug symbols for the OpenBSC BSC
113 Make debugging possible
114
115Package: osmocom-nitb-dbg
116Architecture: any
117Section: debug
118Priority: extra
119Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends}
120Description: Debug symbols for the OpenBSC NITB
121 Make debugging possible
122
123Package: osmocom-ipaccess-utils-dbg
124Architecture: any
125Section: debug
126Priority: extra
127Depends: osmocom-ipaccess-utils (= ${binary:Version}), ${misc:Depends}
128Description: Debug symbols for the OpenBSC ip.access utils
129 Make debugging possible
130
131Package: osmocom-bs11-utils-dbg
132Architecture: any
133Section: debug
134Priority: extra
135Depends: osmocom-bs11-utils (= ${binary:Version}), ${misc:Depends}
136Description: Debug symbols for the OpenBSC BS11 utils
137 Make debugging possible
138
139Package: osmocom-sgsn-dbg
140Architecture: any
141Section: debug
142Priority: extra
143Depends: osmocom-sgsn (= ${binary:Version}), ${misc:Depends}
144Description: Debug symbols for the OpenBSC Serving GPRS Support Node
145 Make debugging possible
146
147Package: osmocom-gbproxy-dbg
148Architecture: any
149Section: debug
150Priority: extra
151Depends: osmocom-gbproxy (= ${binary:Version}), ${misc:Depends}
152Description: Debug symbols for the OpenBSC GPRS GBProxy
153 Make debugging possible
154
155Package: osmocom-bsc-nat-dbg
156Architecture: any
157Section: debug
158Priority: extra
159Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends}
160Description: Debug symbols for the OpenBSC Network Address Translation
161 Make debugging possible
Neels Hofmeyre5e78c22015-11-18 17:09:22 +0100162
163Package: osmo-gtphub-dbg
164Architecture: any
165Section: debug
166Priority: extra
167Depends: osmo-gtphub (= ${binary:Version}), ${misc:Depends}
168Description: Debug symbols for Osmocom GTP Hub
169 Make debugging possible