blob: 5fb26cbcd10ca94f0eb5787c0c43149383113324 [file] [log] [blame]
Harald Welted4bb7ab2010-08-24 15:17:13 +02001Source: libosmocore
Vadim Yanitskiy441dd322020-08-13 16:09:02 +07002Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Harald Welted4bb7ab2010-08-24 15:17:13 +02003Section: libs
4Priority: optional
Oliver Smith405e7cc2023-08-31 12:40:22 +02005# liburing-dev: don't try to install it on debian 10 and ubuntu 20.04
Oliver Smith779ff092023-04-25 15:36:46 +02006Build-Depends: debhelper (>= 10),
Max126def72016-12-21 11:35:13 +01007 autotools-dev,
8 autoconf,
9 automake,
10 libtool,
11 dh-autoreconf,
12 libdpkg-perl,
13 git,
Harald Welte858cfec2017-11-03 21:52:01 +010014 libgnutls28-dev,
Max126def72016-12-21 11:35:13 +010015 doxygen,
16 libpcsclite-dev,
17 pkg-config,
Vadim Yanitskiy8ee1dfe2021-11-16 16:02:04 +030018 libtalloc-dev (>= 2.1.0),
Pau Espin Pedrol3f464fc2019-10-10 17:38:35 +020019 libsctp-dev,
Harald Welte22c7ec32019-12-17 13:48:09 +010020 libusb-1.0-0-dev,
Harald Welte53a2fde2020-12-01 22:21:14 +010021 libmnl-dev,
Harald Welte700822b2021-02-03 14:52:13 +010022 libsystemd-dev,
Oliver Smith405e7cc2023-08-31 12:40:22 +020023 liburing-dev | base-files (<< 11) | ubuntu-keyring (<< 2021),
Maksim Aristov7bdb94b2020-03-17 00:39:45 +000024 python3:native
Max126def72016-12-21 11:35:13 +010025Standards-Version: 3.9.8
Harald Welte02396202022-06-17 23:20:10 +020026Vcs-Git: https://gitea.osmocom.org/osmocom/libosmocore
27Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmocore
Max126def72016-12-21 11:35:13 +010028Homepage: https://projects.osmocom.org/projects/libosmocore
Harald Welted4bb7ab2010-08-24 15:17:13 +020029
30Package: libosmocore
31Section: libs
32Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +010033Multi-Arch: foreign
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +020034Depends: libosmocodec4 (= ${binary:Version}),
Vadim Yanitskiy3262f822016-09-23 01:48:59 +070035 libosmocoding0 (= ${binary:Version}),
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +020036 libosmocore21 (= ${binary:Version}),
Pau Espin Pedrola1584d22022-06-28 17:00:51 +020037 libosmogb14 (= ${binary:Version}),
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +020038 libosmogsm20 (= ${binary:Version}),
Harald Welted55a2092022-11-29 22:33:54 +010039 libosmoisdn0 (= ${binary:Version}),
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +020040 libosmovty13 (= ${binary:Version}),
Pau Espin Pedrol93288d72018-05-03 15:35:36 +020041 libosmoctrl0 (= ${binary:Version}),
Harald Welte5c5713e2020-08-13 11:06:36 +020042 libosmosim2 (= ${binary:Version}),
Harald Welteda432cd2019-12-15 19:13:26 +010043 libosmousb0 (= ${binary:Version}),
Max126def72016-12-21 11:35:13 +010044 ${misc:Depends}
45Description: Open Source MObile COMmunications CORE library (metapackage)
46 The libraries provided by this package contain various utility functions.
47 These were originally developed as part of the
48 OpenBSC project but are of a more generic nature and thus useful to (at
49 least) other programs that are developed in the sphere of Free Software / Open
50 Source mobile communication.
Harald Welted4bb7ab2010-08-24 15:17:13 +020051
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +020052Package: libosmocodec4
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +020053Section: libs
54Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +010055Multi-Arch: same
Max126def72016-12-21 11:35:13 +010056Depends: ${shlibs:Depends},
57 ${misc:Depends}
58Pre-Depends: ${misc:Pre-Depends}
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +020059Description: Osmo codec library
Max126def72016-12-21 11:35:13 +010060 This is part of the libosmocore "meta"-library. The libosmocore library
61 contains various utility functions that were originally developed as part of
62 the OpenBSC project, but which are of a more generic nature and thus useful to
63 (at least) other programs that are developed in the sphere of Free Software /
64 Open Source mobile communication.
65 .
66 The libosmocodec library in particular contains the implementation of multiple
67 GSM codecs:
68 .
69 - GSM 06.10 - GSM FR Codec
70 - GSM 06.20 - GSM HR Codec
71 - GSM 06.60 - GSM EFR Codec
72 - GSM 06.90 - GSM AMR Codec
73
74Package: libosmocodec-doc
75Architecture: all
76Section: doc
77Depends: ${misc:Depends},
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +020078 libosmocodec4,
Max126def72016-12-21 11:35:13 +010079 libjs-jquery
80Description: Documentation for the osmo codec library
81 This is part of the libosmocore "meta"-library. The libosmocore library
82 contains various utility functions that were originally developed as part of
83 the OpenBSC project, but which are of a more generic nature and thus useful to
84 (at least) other programs that are developed in the sphere of Free Software /
85 Open Source mobile communication.
86 .
87 This package contains the documentation for the libosmocodec library.
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +020088
Vadim Yanitskiy3262f822016-09-23 01:48:59 +070089Package: libosmocoding0
90Section: libs
91Architecture: any
92Multi-Arch: same
93Depends: ${shlibs:Depends},
94 ${misc:Depends}
95Pre-Depends: ${misc:Pre-Depends}
96Description: Osmo coding library
97 This is part of the libosmocore "meta"-library. The libosmocore library
98 contains various utility functions that were originally developed as part of
99 the OpenBSC project, but which are of a more generic nature and thus useful to
100 (at least) other programs that are developed in the sphere of Free Software /
101 Open Source mobile communication.
102 .
103 The libosmocoding library in particular contains the implementation of
104 GSM, GPRS and EDGE transcoding routines, migrated from OsmoBTS.
105
106Package: libosmocoding-doc
107Architecture: all
108Section: doc
109Depends: ${misc:Depends},
110 libosmocoding0,
111 libjs-jquery
112Description: Documentation for the osmo coding library
113 This is part of the libosmocore "meta"-library. The libosmocore library
114 contains various utility functions that were originally developed as part of
115 the OpenBSC project, but which are of a more generic nature and thus useful to
116 (at least) other programs that are developed in the sphere of Free Software /
117 Open Source mobile communication.
118 .
119 This package contains the documentation for the libosmocoding library.
120
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +0200121Package: libosmocore21
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200122Section: libs
123Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100124Multi-Arch: same
Max126def72016-12-21 11:35:13 +0100125Depends: ${shlibs:Depends},
126 ${misc:Depends}
127Pre-Depends: ${misc:Pre-Depends}
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200128Description: Osmo Core library
Max126def72016-12-21 11:35:13 +0100129 This is part of the libosmocore "meta"-library. The libosmocore library
130 contains various utility functions that were originally developed as part of
131 the OpenBSC project, but which are of a more generic nature and thus useful to
132 (at least) other programs that are developed in the sphere of Free Software /
133 Open Source mobile communication.
134 .
Pau Espin Pedrola1584d22022-06-28 17:00:51 +0200135 The libosmocore library in particular is a collection of common code used in
Max126def72016-12-21 11:35:13 +0100136 various sub-projects inside the Osmocom family of projects.
137
138Package: libosmocore-doc
139Architecture: all
140Section: doc
141Depends: ${misc:Depends},
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +0200142 libosmocore21,
Max126def72016-12-21 11:35:13 +0100143 libjs-jquery,
144 libosmocodec-doc,
Vadim Yanitskiy3262f822016-09-23 01:48:59 +0700145 libosmocoding-doc,
Max126def72016-12-21 11:35:13 +0100146 libosmogsm-doc,
Harald Welted55a2092022-11-29 22:33:54 +0100147 libosmoisdn-doc,
Vadim Yanitskiydbd61f02023-02-25 17:15:03 +0700148 libosmovty-doc,
149 libosmoctrl-doc,
Vadim Yanitskiy94e0af02023-02-25 16:56:16 +0700150 libosmogb-doc,
151 libosmosim-doc,
152 libosmousb-doc
Max126def72016-12-21 11:35:13 +0100153Description: Documentation for the Osmo Core library
154 This is part of the libosmocore "meta"-library. The libosmocore library
155 contains various utility functions that were originally developed as part of
156 the OpenBSC project, but which are of a more generic nature and thus useful to
157 (at least) other programs that are developed in the sphere of Free Software /
158 Open Source mobile communication.
159 .
160 This package contains the documentation for the libosmocore library.
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200161
Pau Espin Pedrola1584d22022-06-28 17:00:51 +0200162Package: libosmogb14
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200163Section: libs
164Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100165Multi-Arch: same
Max126def72016-12-21 11:35:13 +0100166Depends: ${shlibs:Depends},
167 ${misc:Depends}
168Pre-Depends: ${misc:Pre-Depends}
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200169Description: Osmo GPRS GB library
Max126def72016-12-21 11:35:13 +0100170 This is part of the libosmocore "meta"-library. The libosmocore library
171 contains various utility functions that were originally developed as part of
172 the OpenBSC project, but which are of a more generic nature and thus useful to
173 (at least) other programs that are developed in the sphere of Free Software /
174 Open Source mobile communication.
175 .
176 The libosmogb library in particular contains a GPRS BSSGP protocol
177 implementation.
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200178
Max70861e32017-06-27 13:51:02 +0200179Package: libosmogb-doc
180Architecture: all
181Section: doc
182Depends: ${misc:Depends},
Pau Espin Pedrola1584d22022-06-28 17:00:51 +0200183 libosmogb14,
Max70861e32017-06-27 13:51:02 +0200184 libjs-jquery
185Description: Documentation for the Osmo GPRS Gb library
186 This is part of the libosmocore "meta"-library. The libosmocore library
187 contains various utility functions that were originally developed as part of
188 the OpenBSC project, but which are of a more generic nature and thus useful to
189 (at least) other programs that are developed in the sphere of Free Software /
190 Open Source mobile communication.
191 .
192 This package contains the documentation for the libosmogb library.
193
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +0200194Package: libosmogsm20
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200195Section: libs
196Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100197Multi-Arch: same
Max126def72016-12-21 11:35:13 +0100198Depends: ${shlibs:Depends},
199 ${misc:Depends}
200Pre-Depends: ${misc:Pre-Depends}
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200201Description: Osmo GSM utility library
Max126def72016-12-21 11:35:13 +0100202 This is part of the libosmocore "meta"-library. The libosmocore library
203 contains various utility functions that were originally developed as part of
204 the OpenBSC project, but which are of a more generic nature and thus useful to
205 (at least) other programs that are developed in the sphere of Free Software /
206 Open Source mobile communication.
207 .
208 The libosmogsm library in particular is a collection of common code used in
209 various GSM related sub-projects inside the Osmocom family of projects. It
210 includes A5/1 and A5/2 ciphers, COMP128v1, a LAPDm implementation, a GSM TLV
211 parser, SMS utility routines as well as protocol definitions for a series of
212 protocols.
213
214Package: libosmogsm-doc
215Architecture: all
216Section: doc
217Depends: ${misc:Depends},
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +0200218 libosmogsm20,
Max126def72016-12-21 11:35:13 +0100219 libjs-jquery
220Description: Documentation for the Osmo GSM utility library
221 This is part of the libosmocore "meta"-library. The libosmocore library
222 contains various utility functions that were originally developed as part of
223 the OpenBSC project, but which are of a more generic nature and thus useful to
224 (at least) other programs that are developed in the sphere of Free Software /
225 Open Source mobile communication.
226 .
227 This package contains the documentation for the libosmogsm library.
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200228
Harald Welted55a2092022-11-29 22:33:54 +0100229Package: libosmoisdn0
230Section: libs
231Architecture: any
232Multi-Arch: same
233Depends: ${shlibs:Depends},
234 ${misc:Depends}
235Pre-Depends: ${misc:Pre-Depends}
236Description: Osmo ISDN utility library
237 This is part of the libosmocore "meta"-library. The libosmocore library
238 contains various utility functions that were originally developed as part of
239 the OpenBSC project, but which are of a more generic nature and thus useful to
240 (at least) other programs that are developed in the sphere of Free Software /
241 Open Source mobile communication.
242 .
243 The libosmoisdn library in particular is a collection of common code used in
244 various ISDN related sub-projects inside the Osmocom family of projects. It
245 includes an I.460 sub-channel multiplex and a generic LAPD core.
246
247Package: libosmoisdn-doc
248Architecture: all
249Section: doc
250Depends: ${misc:Depends},
251 libosmoisdn0,
252 libjs-jquery
253Description: Documentation for the Osmo ISDN utility library
254 This is part of the libosmocore "meta"-library. The libosmocore library
255 contains various utility functions that were originally developed as part of
256 the OpenBSC project, but which are of a more generic nature and thus useful to
257 (at least) other programs that are developed in the sphere of Free Software /
258 Open Source mobile communication.
259 .
Vadim Yanitskiy85e24a62023-02-25 17:18:37 +0700260 This package contains the documentation for the libosmoisdn library.
Harald Welted55a2092022-11-29 22:33:54 +0100261
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +0200262Package: libosmovty13
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200263Section: libs
264Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100265Multi-Arch: same
Max126def72016-12-21 11:35:13 +0100266Depends: ${shlibs:Depends},
267 ${misc:Depends}
268Pre-Depends: ${misc:Pre-Depends}
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200269Description: Osmo VTY library
Max126def72016-12-21 11:35:13 +0100270 This is part of the libosmocore "meta"-library. The libosmocore library
271 contains various utility functions that were originally developed as part of
272 the OpenBSC project, but which are of a more generic nature and thus useful to
273 (at least) other programs that are developed in the sphere of Free Software /
274 Open Source mobile communication.
275 .
276 The libosmovty library in particular implements the interactive command-line
277 on the VTY (Virtual TTY) as well as configuration file parsing.
278
279Package: libosmovty-doc
280Architecture: all
281Section: doc
282Depends: ${misc:Depends},
Pau Espin Pedrolaca2c722023-09-12 13:15:53 +0200283 libosmovty13,
Max126def72016-12-21 11:35:13 +0100284 libjs-jquery
285Description: Documentation for the Osmo VTY library
286 This is part of the libosmocore "meta"-library. The libosmocore library
287 contains various utility functions that were originally developed as part of
288 the OpenBSC project, but which are of a more generic nature and thus useful to
289 (at least) other programs that are developed in the sphere of Free Software /
290 Open Source mobile communication.
291 .
292 This package contains the documentation for the libosmovty library.
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200293
Pau Espin Pedrol93288d72018-05-03 15:35:36 +0200294Package: libosmoctrl0
Ciaby2cbfb592014-08-31 15:35:29 -0500295Section: libs
296Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100297Multi-Arch: same
Max126def72016-12-21 11:35:13 +0100298Depends: ${shlibs:Depends},
299 ${misc:Depends}
300Pre-Depends: ${misc:Pre-Depends}
Ciaby2cbfb592014-08-31 15:35:29 -0500301Description: Osmo control library
Max126def72016-12-21 11:35:13 +0100302 This is part of the libosmocore "meta"-library. The libosmocore library
303 contains various utility functions that were originally developed as part of
304 the OpenBSC project, but which are of a more generic nature and thus useful to
305 (at least) other programs that are developed in the sphere of Free Software /
306 Open Source mobile communication.
307 .
Pau Espin Pedrol93288d72018-05-03 15:35:36 +0200308 The libosmoctrl library in particular contains an SNMP-like status interface.
Ciaby2cbfb592014-08-31 15:35:29 -0500309
Harald Welte572fc2d2018-05-28 17:49:54 +0200310Package: libosmoctrl-doc
311Architecture: all
312Section: doc
313Depends: ${misc:Depends},
314 libosmoctrl0,
315 libjs-jquery
316Description: Documentation for the Osmocom CTRL library
317 This is part of the libosmocore "meta"-library. The libosmocore library
318 contains various utility functions that were originally developed as part of
319 the OpenBSC project, but which are of a more generic nature and thus useful to
320 (at least) other programs that are developed in the sphere of Free Software /
321 Open Source mobile communication.
322 .
323 This package contains the documentation for the libosmoctrl library.
324
Harald Welte5c5713e2020-08-13 11:06:36 +0200325Package: libosmosim2
Ciaby8497b0a2014-11-10 12:33:35 -0600326Section: libs
327Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100328Multi-Arch: same
Max126def72016-12-21 11:35:13 +0100329Depends: ${shlibs:Depends},
330 ${misc:Depends}
331Pre-Depends: ${misc:Pre-Depends}
Ciaby8497b0a2014-11-10 12:33:35 -0600332Description: Osmo SIM library
Max126def72016-12-21 11:35:13 +0100333 This is part of the libosmocore "meta"-library. The libosmocore library
334 contains various utility functions that were originally developed as part of
335 the OpenBSC project, but which are of a more generic nature and thus useful to
336 (at least) other programs that are developed in the sphere of Free Software /
337 Open Source mobile communication.
338 .
339 The libosmosim library in particular contains routines for SIM card access.
Ciaby8497b0a2014-11-10 12:33:35 -0600340
Vadim Yanitskiy94e0af02023-02-25 16:56:16 +0700341Package: libosmosim-doc
342Architecture: all
343Section: doc
344Depends: ${misc:Depends},
345 libosmosim2,
346 libjs-jquery
347Description: Documentation for the Osmo SIM library
348 This is part of the libosmocore "meta"-library. The libosmocore library
349 contains various utility functions that were originally developed as part of
350 the OpenBSC project, but which are of a more generic nature and thus useful to
351 (at least) other programs that are developed in the sphere of Free Software /
352 Open Source mobile communication.
353 .
354 This package contains the documentation for the libosmosim library.
355
Harald Welteda432cd2019-12-15 19:13:26 +0100356Package: libosmousb0
357Section: libs
358Architecture: any
359Multi-Arch: same
360Depends: ${shlibs:Depends},
361 ${misc:Depends}
362Pre-Depends: ${misc:Pre-Depends}
363Description: Osmo USB library
364 This is part of the libosmocore "meta"-library. The libosmocore library
365 contains various utility functions that were originally developed as part of
366 the OpenBSC project, but which are of a more generic nature and thus useful to
367 (at least) other programs that are developed in the sphere of Free Software /
368 Open Source mobile communication.
369 .
370 The libosmosub library in particular contains routines for USB device access
371 via libusb-1.0, integrated into the libosmocore select event loop.
372
Vadim Yanitskiy94e0af02023-02-25 16:56:16 +0700373Package: libosmousb-doc
374Architecture: all
375Section: doc
376Depends: ${misc:Depends},
377 libosmousb0,
378 libjs-jquery
379Description: Documentation for the Osmo USB library
380 This is part of the libosmocore "meta"-library. The libosmocore library
381 contains various utility functions that were originally developed as part of
382 the OpenBSC project, but which are of a more generic nature and thus useful to
383 (at least) other programs that are developed in the sphere of Free Software /
384 Open Source mobile communication.
385 .
386 This package contains the documentation for the libosmousb library.
387
Harald Welted4bb7ab2010-08-24 15:17:13 +0200388Package: libosmocore-dev
Harald Welted4bb7ab2010-08-24 15:17:13 +0200389Architecture: any
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100390Multi-Arch: same
Max126def72016-12-21 11:35:13 +0100391Section: libdevel
392Depends: libosmocore,
Vadim Yanitskiy8ee1dfe2021-11-16 16:02:04 +0300393 libtalloc-dev (>= 2.1.0),
Harald Weltea47eefe2022-03-25 09:35:11 +0000394 libsctp-dev,
395 libusb-1.0-0-dev,
Oliver Smith8d92d9c2023-01-26 09:10:44 +0100396 libmnl-dev,
Max126def72016-12-21 11:35:13 +0100397 ${misc:Depends}
Harald Welted4bb7ab2010-08-24 15:17:13 +0200398Description: Development headers for Open Source MObile COMmunications CORE library
Max126def72016-12-21 11:35:13 +0100399 The header files provided by this package may be used to develop
400 with any of the libosmocore libraries.
401 .
402 Also static libraries are installed with this package.
Harald Welted4bb7ab2010-08-24 15:17:13 +0200403
Holger Hans Peter Freytherb73d1912013-01-04 09:55:29 +0100404Package: libosmocore-utils
405Architecture: any
Max126def72016-12-21 11:35:13 +0100406Section: utils
407Depends: ${shlibs:Depends},
408 libosmocore,
409 ${misc:Depends}
Holger Hans Peter Freyther4d45d402015-03-14 19:21:25 +0100410Multi-Arch: same
Holger Hans Peter Freytherb73d1912013-01-04 09:55:29 +0100411Description: Utilities for gsm
Max126def72016-12-21 11:35:13 +0100412 This package contains a program for frequency calculation for GSM called
413 'osmo-arfcn' and a program called 'osmo-auc-gen' that is used for testing GSM
Harald Welte81bfef92018-09-25 16:34:19 +0200414 authentication, as well as 'osmo-config-merge', a tool for merging Osmocom
415 configuration files.
Max126def72016-12-21 11:35:13 +0100416 .
417 They use the libosmocore library. The libosmocore library contain various
418 utility functions that were originally developed as part of the OpenBSC
419 project, but which are of a more generic nature and thus useful to (at least)
420 other programs that are developed in the sphere of Free Software / Open Source
421 mobile communication.
Holger Hans Peter Freytherb73d1912013-01-04 09:55:29 +0100422
Holger Hans Peter Freythera5007db2013-02-13 19:27:42 +0100423Package: libosmocore-dbg
424Architecture: any
Max126def72016-12-21 11:35:13 +0100425Multi-Arch: same
Holger Hans Peter Freythera5007db2013-02-13 19:27:42 +0100426Section: debug
427Priority: extra
Max126def72016-12-21 11:35:13 +0100428Depends: libosmocore (= ${binary:Version}),
429 ${misc:Depends}
Holger Hans Peter Freythera5007db2013-02-13 19:27:42 +0100430Description: Debug symbols for Open Source MObile COMmunications CORE library
Max126def72016-12-21 11:35:13 +0100431 This proackage contains debug symbols for all the libraries that are part of
432 libosmocore.
433 .
434 The libosmocore library contain various utility functions that
435 were originally developed as part of the OpenBSC project, but which are of a
436 more generic nature and thus useful to (at least) other programs that are
437 developed in the sphere of Free Software / Open Source mobile communication.