I tried to install CalypsoBTS have libosmocore installed, osmo-bts osmobsc,
libosmo-netif, libosmo-abis, ortp, trx, libosmo-dsp everything went without
errors, following the instructions I created: touch ~/.osmocom/open-bsc.cfg
, then when you run : osmo-nitb -c ~/.osmocom/open-bsc.cfg-l
~/.osmocom/hlr.sqlite3-P-C --debug=DRLL:CC:MM:RR:RSL:NM shows me:<0005>
bsc_init.c:498 Failed to parse the config file:
'/root/.osmocom/open-bsc.cfg' file tried to create as administrator but
without success , pleas help me
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/Calypso-BTS-tp4026753.html
Sent from the baseband-devel mailing list archive at Nabble.com.
Hi!
I install the project according to the instructions https://habr.com/en/company/pentestit/blog/331406/
A few months ago, the installation was successful, but this month an error related to osmo_sock_init2_multiaddr () occurs when building libosmo-netif.
The file "libosmo-netif / TODO-RELEASE" contains information:
"libosmo-netif stream osmo_sock_init2_multiaddr () is used, requires libosmocore> 1.2.0 (to be released)."
At the same time, the existing version of libosmocore is only 1.2.0
How to set up a project?
I tried using diff to return libosmo-netif to version 0.5.0.2-6563-dirty as described in http://git.osmocom.org/libosmo-netif/commit/?id=592057bb33dc0c336a63003cd7a…
but had no success.
--
Dimoon
I am installing OsmocomBB SDR PHY on ubunt 18.04 and i have
installedosmo-TRX, UHD Driver, Gr-gsm and Gnuradio from ubuntu package
manager.
but when i try to compile osmocomBB with TRX interface i got this problem:
on make
cd host/layer23 && autoreconf -i
/bin/sh: 1: autoreconf: not found
Makefile:91: recipe for target 'host/layer23/configure' failed
make: *** [host/layer23/configure] Error 127
Thank you for your time!!!1