This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Hoernchen gerrit-no-reply at lists.osmocom.orgHello osmith,
I'd like you to do a code review. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/19645
to review the following change.
Change subject: contrib/osmo-trx.spec.in: add osmo-trx-ipc
......................................................................
contrib/osmo-trx.spec.in: add osmo-trx-ipc
Change-Id: Ib57980e8e102d6f77d0bffa47faafd929c82a288
---
M contrib/osmo-trx.spec.in
1 file changed, 35 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/45/19645/1
diff --git a/contrib/osmo-trx.spec.in b/contrib/osmo-trx.spec.in
index aebd355..86b96d3 100644
--- a/contrib/osmo-trx.spec.in
+++ b/contrib/osmo-trx.spec.in
@@ -129,6 +129,26 @@
generations of mobile phone networks. (post-2G/GSM)
%endif
+%package ipc
+Summary: SDR transceiver that implements Layer 1 of a GSM BTS (IPC)
+Group: Productivity/Telephony/Servers
+
+%description ipc
+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)
+
%prep
%setup -q
@@ -142,14 +162,16 @@
--with-systemdsystemunitdir=%{_unitdir} \
--without-lms \
--with-uhd \
- --without-usrp1
+ --without-usrp1 \
+ --with-ipc
%else
%configure \
--docdir=%{_docdir}/%{name} \
--with-systemdsystemunitdir=%{_unitdir} \
--with-lms \
--with-uhd \
- --with-usrp1
+ --with-usrp1 \
+ --with-ipc
%endif
make %{?_smp_mflags} V=1
@@ -174,6 +196,10 @@
%post usrp1 %service_add_post osmo-trx-usrp1.service
%preun usrp1 %service_del_preun osmo-trx-usrp1.service
%postun usrp1 %service_del_postun osmo-trx-usrp1.service
+%pre ipc %service_add_pre osmo-trx-ipc.service
+%post ipc %service_add_post osmo-trx-ipc.service
+%preun ipc %service_del_preun osmo-trx-ipc.service
+%postun ipc %service_del_postun osmo-trx-ipc.service
%endif
%files
@@ -206,4 +232,11 @@
%{_unitdir}/osmo-trx-usrp1.service
%endif
+%files ipc
+%{_bindir}/osmo-trx-ipc
+%{_bindir}/ipc-driver-test
+%dir %{_sysconfdir}/osmocom
+# FIXME: missing: osmo-trx-ipc.cfg
+%{_unitdir}/osmo-trx-ipc.service
+
%changelog
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/19645
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ib57980e8e102d6f77d0bffa47faafd929c82a288
Gerrit-Change-Number: 19645
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200814/4842d2e1/attachment.htm>