osmith submitted this change.

View Change


Approvals: laforge: Looks good to me, but someone else must approve Hoernchen: Looks good to me, approved Jenkins Builder: Verified
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, 33 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index b1bb6c0..1186479 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@
libtalloc-dev,
libusrp-dev,
liblimesuite-dev,
+ libbladerf-dev,
libosmocore-dev (>= 1.9.0),
osmo-gsm-manuals-dev (>= 1.5.0)
Standards-Version: 3.9.6
@@ -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 e6cac87..5d4c73d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,10 @@
dh_auto_configure -- \
--enable-manuals \
--with-systemdsystemunitdir=/lib/systemd/system \
+ --with-bladerf \
--with-ipc \
--with-lms \
+ --with-mstrx \
--with-uhd \
--with-usrp1 \
$(NULL)

To view, visit change 36329. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I85d24355975f292610bcde61a8917aec852043ca
Gerrit-Change-Number: 36329
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-CC: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged