aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-01-08 09:28:58 +0100
committerAlexander Couzens <lynxis@fe80.eu>2021-01-08 09:32:03 +0100
commit7e27deb8cb8ab829d39740225a13fe32a29c7612 (patch)
treef90f852bc56823fe55ac42afc5510c691ec4831e
parenta9512d963a4fa5e847da56cda191df3cd9d61d33 (diff)
osmo-trx.spec: move ipc-driver-test into package ipc-test
Allow to drop the uhd runtime dependency of osmo-trx-ipc. uhd is only required for the driver-test utility. Related: SYS#5266 Change-Id: Iff91e09684167247c9c7de0141451a5b9344aa0d
-rw-r--r--contrib/osmo-trx.spec.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/osmo-trx.spec.in b/contrib/osmo-trx.spec.in
index ace7212..8f4bb48 100644
--- a/contrib/osmo-trx.spec.in
+++ b/contrib/osmo-trx.spec.in
@@ -149,6 +149,16 @@ connect mobile phones to the mobile network.
between different telecommunication associations for developing new
generations of mobile phone networks. (post-2G/GSM)
+%package ipc-test
+Summary: SDR transceiver that implements Layer 1 of a GSM BTS (IPC) driver test utility
+Group: Productivity/Telephony/Servers
+
+%description ipc-test
+OsmoTRX is a software-defined radio transceiver that implements the Layer 1
+physical layer of a BTS comprising the following 3GPP specifications:
+
+This package include the test tools for osmo-trx-ipc
+
%prep
%setup -q
@@ -234,9 +244,11 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%files ipc
%{_bindir}/osmo-trx-ipc
-%{_bindir}/ipc-driver-test
%dir %{_sysconfdir}/osmocom
%config(noreplace) %{_sysconfdir}/osmocom/osmo-trx-ipc.cfg
%{_unitdir}/osmo-trx-ipc.service
+%files ipc-test
+%{_bindir}/ipc-driver-test
+
%changelog