osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-trx/+/36329?usp=email )
Change subject: debian: add osmo-trx-ms-blade
......................................................................
debian: add osmo-trx-ms-blade
Related: OS#6409
Change-Id: I85d24355975f292610bcde61a8917aec852043ca
---
M debian/control
A debian/osmo-trx-ms-blade.install
M debian/rules
3 files changed, 34 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/29/36329/1
diff --git a/debian/control b/debian/control
index b1bb6c0..338e89a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@
libusrp-dev,
liblimesuite-dev,
libosmocore-dev (>= 1.9.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ osmo-gsm-manuals-dev (>= 1.5.0),
+ libbladerf-dev
Standards-Version: 3.9.6
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
@@ -110,6 +111,25 @@
between different telecommunication associations for developing new
generations of mobile phone networks. (post-2G/GSM)
+Package: osmo-trx-ms-blade
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: MS side transceiver (bladeRF)
+ OsmoTRX is a software-defined radio transceiver that implements the Layer 1
+ physical layer of a BTS comprising the following 3GPP specifications:
+ .
+ TS 05.01 "Physical layer on the radio path"
+ TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
+ TS 05.04 "Modulation"
+ TS 05.10 "Radio subsystem synchronization"
+ .
+ In this context, BTS is "Base transceiver station". It's the stations
that
+ connect mobile phones to the mobile network.
+ .
+ 3GPP is the "3rd Generation Partnership Project" which is the collaboration
+ between different telecommunication associations for developing new
+ generations of mobile phone networks. (post-2G/GSM)
+
Package: osmo-trx-doc
Architecture: all
Section: doc
diff --git a/debian/osmo-trx-ms-blade.install b/debian/osmo-trx-ms-blade.install
new file mode 100644
index 0000000..0a3f163
--- /dev/null
+++ b/debian/osmo-trx-ms-blade.install
@@ -0,0 +1 @@
+/usr/bin/osmo-trx-ms-blade
diff --git a/debian/rules b/debian/rules
index f2dadcc..d9e4949 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,10 @@
override_dh_auto_configure:
dh_auto_configure -- \
--enable-manuals \
+ --with-bladerf \
--with-ipc \
--with-lms \
+ --with-mstrx \
--with-systemdsystemunitdir=/lib/systemd/system \
--with-uhd \
--with-usrp1 \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-trx/+/36329?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I85d24355975f292610bcde61a8917aec852043ca
Gerrit-Change-Number: 36329
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange