File: control

package info (click to toggle)
osmo-bts 1.2.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,556 kB
  • sloc: ansic: 59,488; makefile: 382; sh: 325; awk: 159; python: 25
file content (38 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download
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
Source: osmo-bts
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>,
           Thorsten Alteholz <debian@alteholz.de>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 12),
               pkg-config,
               libosmocore-dev (>= 1.4.0),
               openbsc-dev (>= 1.1.0),
               libosmo-abis-dev (>= 1.0.1),
               libgps-dev,
               libortp-dev,
               libosmocoding0,
               txt2man
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmo-bts
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/osmo-bts.git
Homepage: http://openbsc.osmocom.org/trac/wiki/OsmoBTS

Package: osmo-bts
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: osmo-bsc
Description: Base Transceiver Station for GSM
 OsmoBTS is a software implementation of Layer2/3 of a BTS. It implements the
 following protocols/interfaces:
    LAPDm (GSM 04.06)
    RTP
    A-bis/IP in IPA multiplex
    OML (GSM TS 12.21)
    RSL (GSM TS 08.58)
 .
 OsmoBTS is modular and has support for multiple back-ends. A back-end talks to
 a specific L1/PHY implementation of the respective BTS hardware. Based on this
 architecture, it should be relatively easy to add a new back-end to support
 so-far unsupported GSM PHY/L1 and associated hardware.