<p>Hoernchen would like osmith to <strong>review</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/19645">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib/osmo-trx.spec.in: add osmo-trx-ipc<br><br>Change-Id: Ib57980e8e102d6f77d0bffa47faafd929c82a288<br>---<br>M contrib/osmo-trx.spec.in<br>1 file changed, 35 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/45/19645/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/osmo-trx.spec.in b/contrib/osmo-trx.spec.in</span><br><span>index aebd355..86b96d3 100644</span><br><span>--- a/contrib/osmo-trx.spec.in</span><br><span>+++ b/contrib/osmo-trx.spec.in</span><br><span>@@ -129,6 +129,26 @@</span><br><span> generations of mobile phone networks. (post-2G/GSM)</span><br><span> %endif</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+%package ipc</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        SDR transceiver that implements Layer 1 of a GSM BTS (IPC)</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          Productivity/Telephony/Servers</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description ipc</span><br><span style="color: hsl(120, 100%, 40%);">+OsmoTRX is a software-defined radio transceiver that implements the Layer 1</span><br><span style="color: hsl(120, 100%, 40%);">+physical layer of a BTS comprising the following 3GPP specifications:</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+TS 05.01 "Physical layer on the radio path"</span><br><span style="color: hsl(120, 100%, 40%);">+TS 05.02 "Multiplexing and Multiple Access on the Radio Path"</span><br><span style="color: hsl(120, 100%, 40%);">+TS 05.04 "Modulation"</span><br><span style="color: hsl(120, 100%, 40%);">+TS 05.10 "Radio subsystem synchronization"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+In this context, BTS is "Base transceiver station". It's the stations that</span><br><span style="color: hsl(120, 100%, 40%);">+connect mobile phones to the mobile network.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+3GPP is the "3rd Generation Partnership Project" which is the collaboration</span><br><span style="color: hsl(120, 100%, 40%);">+between different telecommunication associations for developing new</span><br><span style="color: hsl(120, 100%, 40%);">+generations of mobile phone networks. (post-2G/GSM)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> %prep</span><br><span> %setup -q</span><br><span> </span><br><span>@@ -142,14 +162,16 @@</span><br><span>   --with-systemdsystemunitdir=%{_unitdir} \</span><br><span>   --without-lms \</span><br><span>   --with-uhd \</span><br><span style="color: hsl(0, 100%, 40%);">-  --without-usrp1</span><br><span style="color: hsl(120, 100%, 40%);">+  --without-usrp1 \</span><br><span style="color: hsl(120, 100%, 40%);">+  --with-ipc</span><br><span> %else</span><br><span> %configure \</span><br><span>   --docdir=%{_docdir}/%{name} \</span><br><span>   --with-systemdsystemunitdir=%{_unitdir} \</span><br><span>   --with-lms \</span><br><span>   --with-uhd \</span><br><span style="color: hsl(0, 100%, 40%);">-  --with-usrp1</span><br><span style="color: hsl(120, 100%, 40%);">+  --with-usrp1 \</span><br><span style="color: hsl(120, 100%, 40%);">+  --with-ipc</span><br><span> %endif</span><br><span> </span><br><span> make %{?_smp_mflags} V=1</span><br><span>@@ -174,6 +196,10 @@</span><br><span> %post   usrp1 %service_add_post   osmo-trx-usrp1.service</span><br><span> %preun  usrp1 %service_del_preun  osmo-trx-usrp1.service</span><br><span> %postun usrp1 %service_del_postun osmo-trx-usrp1.service</span><br><span style="color: hsl(120, 100%, 40%);">+%pre    ipc %service_add_pre    osmo-trx-ipc.service</span><br><span style="color: hsl(120, 100%, 40%);">+%post   ipc %service_add_post   osmo-trx-ipc.service</span><br><span style="color: hsl(120, 100%, 40%);">+%preun  ipc %service_del_preun  osmo-trx-ipc.service</span><br><span style="color: hsl(120, 100%, 40%);">+%postun ipc %service_del_postun osmo-trx-ipc.service</span><br><span> %endif</span><br><span> </span><br><span> %files</span><br><span>@@ -206,4 +232,11 @@</span><br><span> %{_unitdir}/osmo-trx-usrp1.service</span><br><span> %endif</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+%files ipc</span><br><span style="color: hsl(120, 100%, 40%);">+%{_bindir}/osmo-trx-ipc</span><br><span style="color: hsl(120, 100%, 40%);">+%{_bindir}/ipc-driver-test</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_sysconfdir}/osmocom</span><br><span style="color: hsl(120, 100%, 40%);">+# FIXME: missing: osmo-trx-ipc.cfg</span><br><span style="color: hsl(120, 100%, 40%);">+%{_unitdir}/osmo-trx-ipc.service</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> %changelog</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/19645">change 19645</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-trx/+/19645"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ib57980e8e102d6f77d0bffa47faafd929c82a288 </div>
<div style="display:none"> Gerrit-Change-Number: 19645 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hoernchen <ewild@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>