<div dir="ltr">Hi Sipos,<br><br>Osmo-TRX master branch should be also fine for gprs, you can use it.<br>Thank you for report, we will fix osmo-trx fairwaves/master branch soon.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-26 14:39 GMT+03:00 Sipos Csaba <span dir="ltr"><<a href="mailto:sipos.csaba@kvk.uni-obuda.hu" target="_blank">sipos.csaba@kvk.uni-obuda.hu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry for this last one, GPRS was not enabled in openbsc.conf.<br>
<br>
The PCU is now talking with the SGSN.<br>
<br>
But the compilation probem with Osmo-TRX fairwaves/master branch is still there.<br>
<span class=""><br>
Regards,<br>
Csaba<br>
<br>
----- Eredeti üzenet -----<br>
</span>Feladó: "Sipos Csaba" <<a href="mailto:sipos.csaba@kvk.uni-obuda.hu">sipos.csaba@kvk.uni-obuda.hu</a>><br>
Címzett: "Ivan Kluchnikov" <<a href="mailto:Ivan.Kluchnikov@fairwaves.ru">Ivan.Kluchnikov@fairwaves.ru</a>>, "Alexander Chemeris" <<a href="mailto:alexander.chemeris@gmail.com">alexander.chemeris@gmail.com</a>><br>
<span class="im HOEnZb">Másolatot kap: "OpenBSC Mailing List" <<a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a>><br>
</span><span class="im HOEnZb">Elküldött üzenetek: Vasárnap, 2015. Július 26. 12:30:50<br>
Tárgy: Re: Using GPRS<br>
<br>
</span><div class="HOEnZb"><div class="h5">Dear Ivan, Alexander,<br>
<br>
I encountered the following issues:<br>
<br>
During compiling of OpenBSC (fairwaves/master), the pcap.h was missing. The configuration script was not detecting this missing file. "apt-get install libpcap-dev" solved this issue.<br>
<br>
The fairwaves/master branch of osmo-trx produces the following issue durign compilation:<br>
<br>
================================<br>
<br>
Making all in x86<br>
make[3]: Entering directory `/root/new_openbsc/osmo-trx/Transceiver52M/x86'<br>
  CC       ../common/convolve_base.lo<br>
  CC       convert.lo<br>
In file included from convert.c:33:0:<br>
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/smmintrin.h:31:3: error: #error "SSE4.1 instruction set not enabled"<br>
 # error "SSE4.1 instruction set not enabled"<br>
   ^<br>
convert.c: In function '_sse_convert_si16_ps_16n':<br>
convert.c:49:3: warning: implicit declaration of function '_mm_cvtepi16_epi32' [-Wimplicit-function-declaration]<br>
   m2 = _mm_cvtepi16_epi32(m0);<br>
   ^<br>
convert.c:49:6: error: incompatible types when assigning to type '__m128i' from type 'int'<br>
   m2 = _mm_cvtepi16_epi32(m0);<br>
      ^<br>
convert.c:50:6: error: incompatible types when assigning to type '__m128i' from type 'int'<br>
   m4 = _mm_cvtepi16_epi32(m1);<br>
      ^<br>
convert.c:53:6: error: incompatible types when assigning to type '__m128i' from type 'int'<br>
   m3 = _mm_cvtepi16_epi32(m0);<br>
      ^<br>
convert.c:54:6: error: incompatible types when assigning to type '__m128i' from type 'int'<br>
   m5 = _mm_cvtepi16_epi32(m1);<br>
      ^<br>
make[3]: *** [convert.lo] Error 1<br>
make[3]: Leaving directory `/root/new_openbsc/osmo-trx/Transceiver52M/x86'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/root/new_openbsc/osmo-trx/Transceiver52M'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/root/new_openbsc/osmo-trx'<br>
make: *** [all] Error 2<br>
<br>
=================================<br>
<br>
Please note that the master branch of Osmo-TRX compiles just fine.<br>
<br>
Do any of you have an idea what could be the problem?<br>
<br>
Thanks!<br>
<br>
Csaba<br>
<br>
----- Eredeti üzenet -----<br>
Feladó: "Sipos Csaba" <<a href="mailto:sipos.csaba@kvk.uni-obuda.hu">sipos.csaba@kvk.uni-obuda.hu</a>><br>
Címzett: "Ivan Kluchnikov" <<a href="mailto:Ivan.Kluchnikov@fairwaves.ru">Ivan.Kluchnikov@fairwaves.ru</a>><br>
Másolatot kap: "OpenBSC Mailing List" <<a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a>><br>
Elküldött üzenetek: Vasárnap, 2015. Július 26. 11:35:42<br>
Tárgy: Re: Using GPRS<br>
<br>
Thanks Ivan,<br>
<br>
Will try that and report back.<br>
<br>
Regards,<br>
Csaba<br>
<br>
----- Eredeti üzenet -----<br>
Feladó: "Ivan Kluchnikov" <<a href="mailto:Ivan.Kluchnikov@fairwaves.ru">Ivan.Kluchnikov@fairwaves.ru</a>><br>
Címzett: "Sipos Csaba" <<a href="mailto:sipos.csaba@kvk.uni-obuda.hu">sipos.csaba@kvk.uni-obuda.hu</a>><br>
Másolatot kap: "Alexander Chemeris" <<a href="mailto:alexander.chemeris@gmail.com">alexander.chemeris@gmail.com</a>>, "OpenBSC Mailing List" <<a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a>><br>
Elküldött üzenetek: Vasárnap, 2015. Július 26. 10:56:51<br>
Tárgy: Re: Using GPRS<br>
<br>
Hi Sipos, Omar,<br>
<br>
You should use the following branches:<br>
<br>
 libosmocore branch master<br>
<br>
 libosmo-abis branch master<br>
<br>
osmo-trx branch fairwaves/master<br>
<br>
osmo-bts branch fairwaves/master ( use ./configure --enable-trx)<br>
<br>
openbsc branch fairwaves/master<br>
<br>
 osmo-pcu branch master (use ./configure --enable-sysmocom-bts )<br>
<br>
 openggsn branch master<br>
<br>
Also if you use the same machine for sgsn, bts and pcu, you should change<br>
openbsc.cfg, instead of:<br>
  gprs nsvc 0 local udp port 23000<br>
  gprs nsvc 0 remote udp port 23000<br>
use different ports, for example:<br>
  gprs nsvc 0 local udp port 5948<br>
  gprs nsvc 0 remote udp port 23000<br>
<br>
--<br>
Regards,<br>
Ivan Kluchnikov.<br>
<a href="http://fairwaves.ru" rel="noreferrer" target="_blank">http://fairwaves.ru</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Regards,<br>Ivan Kluchnikov.<br><a href="http://fairwaves.ru/" target="_blank">http://fairwaves.ru</a><br>
</div>
</div>