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 (>= 11),
pkg-config,
libosmocore-dev (>= 0.11.0),
openbsc-dev (>= 1.1.0),
libosmo-abis-dev (>= 0.5.0),
libgps-dev,
libortp-dev,
libosmocoding0,
txt2man
Standards-Version: 4.2.1
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.
|