Hi list,
I'm trying to install the OpenBSC and made it work with a USRP N210 device. I'm having trouble installing the OsmoBTS (following this tutorial: http://openbsc.osmocom.org/trac/wiki/network_from_scratch). However, if I understood correctly, this tutorial is to use the with a UmTx device, right?
Is there a tutorial to configure all the environment for a USRP device ?
Btw, I having the following compile error when compiling the OsmoBTS with the --with-trx option: In file included from sysmobts_test.c:22:0: ../../src/osmo-bts-sysmo/femtobts.h:7:42: fatal error: sysmocom/femtobts/superfemto.h: No such file or directory
Best Regards,
Hi Maicon,
Thank you for report, we will fix it soon.
Use this simple fix:
diff --git a/tests/Makefile.am b/tests/Makefile.am index d233df9..8a96e7e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = paging cipher sysmobts bursts handover +SUBDIRS = paging cipher bursts handover
2013/8/21 Maicon Kist maicon.kist@inf.ufrgs.br:
Hi list,
I'm trying to install the OpenBSC and made it work with a USRP N210 device. I'm having trouble installing the OsmoBTS (following this tutorial: http://openbsc.osmocom.org/trac/wiki/network_from_scratch). However, if I understood correctly, this tutorial is to use the with a UmTx device, right?
Is there a tutorial to configure all the environment for a USRP device ?
Btw, I having the following compile error when compiling the OsmoBTS with the --with-trx option: In file included from sysmobts_test.c:22:0: ../../src/osmo-bts-sysmo/femtobts.h:7:42: fatal error: sysmocom/femtobts/superfemto.h: No such file or directory
Best Regards,
Maicon Kist wrote:
I'm trying to install the OpenBSC and made it work with a USRP N210 device. I'm having trouble installing the OsmoBTS (following this tutorial: http://openbsc.osmocom.org/trac/wiki/network_from_scratch). However, if I understood correctly, this tutorial is to use the with a UmTx device, right?
Is there a tutorial to configure all the environment for a USRP device ?
the doc is quick and incomplete. i never used an USRP, sorry. feel free to add it, as soon as you got it running.
Btw, I having the following compile error when compiling the OsmoBTS with the --with-trx option: In file included from sysmobts_test.c:22:0: ../../src/osmo-bts-sysmo/femtobts.h:7:42: fatal error: sysmocom/femtobts/superfemto.h: No such file or directory
it seems that the test is always compiled, even without sysmo-bts support. try removing test from first line of tests/Makefile.am.
regards,
andreas
Hi,
i run into the same issue recently and made the following changes to fix the tests.
best regards, Martin
Hi list,
thaks for you help. I manage to fix the problem by following the suggestion of Ivan Kluchnikov.
Btw, run OpenBSC with a USRP is pretty easy: after the steps in the Running section (http://openbsc.osmocom.org/trac/wiki/network_from_scratch), I Started the transceiver app compiled within OpenBTS project (a binary compiled in the Transceiver52M directory)
Thanks for all.
abc
On Wed, Aug 21, 2013 at 3:24 PM, Martin Hauke mardnh@gmx.de wrote:
Hi,
i run into the same issue recently and made the following changes to fix the tests.
best regards, Martin