Anyone has an experience of Setuping 2G Network using NITB & LimeSDR Mini, which version of osmotrx is working fine with LimeSDR Mini.
Thank You
Regards
Babar
On Wed, Jul 11, 2018 at 04:53:54PM +0000, Babar Ali wrote:
Anyone has an experience of Setuping 2G Network using NITB & LimeSDR Mini, which version of osmotrx is working fine with LimeSDR Mini.
We have seen very good results using the new osmo-trx-lms with LimeSDR-mini.
Hi Harald Thank very much for your support please, i’ll test & share the results. Further kindly let me clear one more thing please, can I build osmotrx on RaspbianOS, I have already tried to build osmotrx v0.3 on RasbianOS it was build successfully but when I run osmo-trx —help, it shows only one option that is -C which I can use with osmo-trx, no other options are available, is it cannot be build completely on raspberry pi 3? or what’s gone wrong? any suggestions/comments in this regard please. Thank you for your support & time please.
Regards Babar
On Thursday, July 12, 2018, 1:26 AM, Harald Welte laforge@gnumonks.org wrote:
On Wed, Jul 11, 2018 at 04:53:54PM +0000, Babar Ali wrote:
Anyone has an experience of Setuping 2G Network using NITB & LimeSDR Mini, which version of osmotrx is working fine with LimeSDR Mini.
We have seen very good results using the new osmo-trx-lms with LimeSDR-mini.
Hi Babar,
If you want to use a LimeSDR-mini, you should build latest master, and use osmo-trx-lms binary. To generate that binary, you first need to build and install latest LimeSuite master [1], and then build osmo-trx with --with-lms configure flag. As you are building for raspberry pi3, you may want to enable instruction set optimizations as explained in the user manual section "12 OsmoTRX hardware architecture support" [2]. Have a look at the wiki page too for further information [3].
Also a reminder: we have osmo-trx-lms already available as a debian package for debian9 [4], but I think we don't enable NEON on that build.
[1] https://github.com/myriadrf/LimeSuite [2] http://ftp.osmocom.org/docs/latest/osmotrx-usermanual.pdf [3] https://osmocom.org/projects/osmotrx/wiki/OsmoTRX [4] https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_...
On 12/07/18 01:36, Babar Ali wrote:
Hi Harald
Thank very much for your support please, i’ll test & share the results.
Further kindly let me clear one more thing please, can I build osmotrx on RaspbianOS, I have already tried to build osmotrx v0.3 on RasbianOS it was build successfully but when I run osmo-trx —help, it shows only one option that is -C which I can use with osmo-trx, no other options are available, is it cannot be build completely on raspberry pi 3? or what’s gone wrong? any suggestions/comments in this regard please.
Thank you for your support & time please.
Regards Babar
On Thursday, July 12, 2018, 1:26 AM, Harald Welte laforge@gnumonks.org wrote:
On Wed, Jul 11, 2018 at 04:53:54PM +0000, Babar Ali wrote: > Anyone has an experience of Setuping 2G Network using NITB & LimeSDR Mini, which version of osmotrx is working fine with LimeSDR Mini. We have seen very good results using the new osmo-trx-lms with LimeSDR-mini. -- - Harald Welte <laforge@gnumonks.org <mailto:laforge@gnumonks.org>> http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 <tel:300%20175-7> Ch. A6)
Hi Pedrol Thank you for your support, I have build following components from source. 1. SoapySDR v0.6.12. Lime Suite v18.06.03. UHD v3.12.0.0-rc14. SoapyUHD v0.3.45. osmo-trx v0.4.0 configure --with-lms however i have only following options are available with osmo-trx root@miniBTS:/home/pi/osmocom/osmo-trx# osmo-trx-lms -h Options: -h This text -C Filename The config file to use -V Print the version of OsmoTRX why on raspberry all options are not available with osmo-trx Babar Ali
On Saturday, 14 July 2018, 4:31:43 AM GMT+5, Pau Espin Pedrol pespin@sysmocom.de wrote:
Hi Babar,
If you want to use a LimeSDR-mini, you should build latest master, and use osmo-trx-lms binary. To generate that binary, you first need to build and install latest LimeSuite master [1], and then build osmo-trx with --with-lms configure flag. As you are building for raspberry pi3, you may want to enable instruction set optimizations as explained in the user manual section "12 OsmoTRX hardware architecture support" [2]. Have a look at the wiki page too for further information [3].
Also a reminder: we have osmo-trx-lms already available as a debian package for debian9 [4], but I think we don't enable NEON on that build.
[1] https://github.com/myriadrf/LimeSuite [2] http://ftp.osmocom.org/docs/latest/osmotrx-usermanual.pdf [3] https://osmocom.org/projects/osmotrx/wiki/OsmoTRX [4] https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_...
On 12/07/18 01:36, Babar Ali wrote:
Hi Harald
Thank very much for your support please, i’ll test & share the results.
Further kindly let me clear one more thing please, can I build osmotrx on RaspbianOS, I have already tried to build osmotrx v0.3 on RasbianOS it was build successfully but when I run osmo-trx —help, it shows only one option that is -C which I can use with osmo-trx, no other options are available, is it cannot be build completely on raspberry pi 3? or what’s gone wrong? any suggestions/comments in this regard please.
Thank you for your support & time please.
Regards Babar
On Thursday, July 12, 2018, 1:26 AM, Harald Welte laforge@gnumonks.org wrote:
On Wed, Jul 11, 2018 at 04:53:54PM +0000, Babar Ali wrote:
> Anyone has an experience of Setuping 2G Network using NITB & LimeSDR Mini, which version of osmotrx is working fine with LimeSDR Mini.
We have seen very good results using the new osmo-trx-lms with LimeSDR-mini.
-- - Harald Welte <laforge@gnumonks.org mailto:laforge@gnumonks.org> http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 tel:300%20175-7 Ch. A6)
Hi, You need to configure and add the following the -C limesdr.cfg after the osmo-trx-lms command.
example: osmo-trx-lms -C limesdr.cfg
the example configuration can find on the doc from osmo-trx folder.
Thats why no other option since it use -C to fill all option on it.
hope this help.
Best Regards, Sandi DUO
On Sun, Jul 15, 2018, 19:01 Babar Ali babarbuttgrt@yahoo.com wrote:
Hi Pedrol
Thank you for your support, I have build following components from source.
- SoapySDR v0.6.1
- Lime Suite v18.06.0
- UHD v3.12.0.0-rc1
- SoapyUHD v0.3.4
- osmo-trx v0.4.0 configure --with-lms
however i have only following options are available with osmo-trx
*root@miniBTS:/home/pi/osmocom/osmo-trx#* osmo-trx-lms -h
Options: -h This text -C Filename The config file to use -V Print the version of OsmoTRX
*why on raspberry all options are not available with osmo-trx*
*Babar Ali*
On Saturday, 14 July 2018, 4:31:43 AM GMT+5, Pau Espin Pedrol < pespin@sysmocom.de> wrote:
Hi Babar,
If you want to use a LimeSDR-mini, you should build latest master, and use osmo-trx-lms binary. To generate that binary, you first need to build and install latest LimeSuite master [1], and then build osmo-trx with --with-lms configure flag. As you are building for raspberry pi3, you may want to enable instruction set optimizations as explained in the user manual section "12 OsmoTRX hardware architecture support" [2]. Have a look at the wiki page too for further information [3].
Also a reminder: we have osmo-trx-lms already available as a debian package for debian9 [4], but I think we don't enable NEON on that build.
[1] https://github.com/myriadrf/LimeSuite [2] http://ftp.osmocom.org/docs/latest/osmotrx-usermanual.pdf [3] https://osmocom.org/projects/osmotrx/wiki/OsmoTRX [4] https://download.opensuse.org/repositories/network:/osmocom: /nightly/Debian_9.0/
On 12/07/18 01:36, Babar Ali wrote:
Hi Harald
Thank very much for your support please, i’ll test & share the results.
Further kindly let me clear one more thing please, can I build osmotrx on RaspbianOS, I have already tried to build osmotrx v0.3 on RasbianOS it was build successfully but when I run osmo-trx —help, it shows only one option that is -C which I can use with osmo-trx, no other options are available, is it cannot be build completely on raspberry pi 3? or what’s gone wrong? any suggestions/comments in this regard please.
Thank you for your support & time please.
Regards Babar
On Thursday, July 12, 2018, 1:26 AM, Harald Welte laforge@gnumonks.org
wrote:
On Wed, Jul 11, 2018 at 04:53:54PM +0000, Babar Ali wrote:
> Anyone has an experience of Setuping 2G Network using NITB &LimeSDR Mini, which version of osmotrx is working fine with LimeSDR Mini.
We have seen very good results using the new osmo-trx-lms with LimeSDR-mini.
--
- Harald Welte <laforge@gnumonks.org mailto:laforge@gnumonks.org>
http://laforge.gnumonks.org/
================
"Privacy in residential applications is a desirable marketing option." (ETSI EN 300
175-7 tel:300%20175-7 Ch. A6)
--
- Pau Espin Pedrol pespin@sysmocom.de http://www.sysmocom.de/
=======================================================================
- sysmocom - systems for mobile communications GmbH
- Alt-Moabit 93
- 10559 Berlin, Germany
- Sitz / Registered office: Berlin, HRB 134158 B
- Geschaeftsfuehrer / Managing Director: Harald Welte
On Wed, Jul 11, 2018 at 11:36:57PM +0000, Babar Ali wrote:
Further kindly let me clear one more thing please, can I build osmotrx on RaspbianOS, I have already tried to build osmotrx v0.3 on RasbianOS [...]
why work with an old version?
If you want to use the latest features (such as native limesuite support which was developed in April + May 2018), you cannot use a version tagged in march ;)
please use current git master.