summaryrefslogtreecommitdiff
path: root/debian/control
blob: 22b1e1692e23af89a5949d405f47198d7bb4b224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: osmo-bsc
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: net
Priority: optional
Build-Depends: debhelper (>= 11),
               pkg-config,
               libosmocore-dev (>= 0.12.0),
               libosmo-sccp-dev (>= 0.9.0),
               libosmo-mgcp-client-dev (>= 1.4.0),
               libosmo-legacy-mgcp-dev (>= 1.3.0),
               libosmo-abis-dev (>= 0.5.1),
               libosmo-netif-dev (>= 0.3.0),
               libosmo-sigtran-dev (>= 0.10.0),
               libsqlite3-dev,
               libpcap-dev,
               libcdk5-dev,
               txt2man
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmo-bsc
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/osmo-bsc.git
Homepage: https://osmocom.org/projects/osmobsc

Package: osmo-bsc
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: osmo-stp
Conflicts: osmocom-bsc
Replaces: osmocom-bsc
Description: GSM Base Station Controller
 This is the BSC-only version of OpenBSC. It requires a Mobile Switching Center
 (MSC) to operate.
 .
 This package replaces osmocom-bsc.

Package: abisip-find
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: osmocom-ipaccess-utils
Description: Command line utility to find ip.access compatible BTS
 This package contains a command line utility for searching and finding
 BTS devices in your network.
 .
 It is part of osmo-bsc.

Package: osmo-bsc-ipaccess-utils
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: osmocom-ipaccess-utils
Description: Command line utilities for ip.access nanoBTS
 This package contains utilities that are specific for nanoBTS when being used
 together with OpenBSC. It contains mainly three tools: ipaccess-find,
 ipaccess-config and ipaccess-proxy.

Package: osmo-bsc-bs11-utils
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: osmocom-bs11-utils
Description: Command line utilities for Siemens BS-11 BTS
 There is a tool in this package for configuring the Siemens BS-11 BTS.
 Additionally, it contains one tool for making use of an ISDN-card and the
 public telephone network as frequency standard for the E1 line.

Package: osmo-bsc-meas-utils
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Command line utilities to manage measurement reports
 This package is part of osmo-bsc.
 .
 It converts measurement report feed into JSON feed printed to stdout. Each
 measurement report is printed as a separate JSON root entry. All measurement
 reports are separated by a new line.