Hello
I am trying to install Osmocom NITB setup in Raspberry Pi. I am facing few issues(i have searched THE forum BEFORE posting the topic but could not find any direction) .
1:These are library i am building from sources
- libosmocore
- libosmo-abis
- libosmo-netif
- openbsc
After the library is
Then i am tried with these command
wget http://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_9.0/Release.key
sha256sum Release.key
apt-key add Release.key
rm Release.key
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_9.0/ ./" > /etc/apt/sources.list.d/osmocom-latest.list
apt update
---------------------------
then
apt install osmo-bts-trx
The error message is
------------------------------
The following packages have unmet dependencies:
osmo-bts-trx : Depends: libosmotrau2 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
-----------
I am unsure why the error is coming where i have build libosmocore and libosmo-abis properly.
2: Then i tried to build from the source
--------------------
git clone git://git.osmocom.org/osmo-bts
cd osmo-bts
autoreconf -fi
./configure --enable-trx
make
make check
sudo make install
sudo ldconfig -i
---------------------------------------
The library is installed properly. But when i try
sudo osmo-bts-trx -c osmo-bts.cfg
The error message is :
-------------------
<0012> input/ipaccess.c:720 received ID get from 1801/0/0
osmo-bts-trx: relocation error: osmo-bts-trx: symbol osmo_gsm48_rest_octets_si3_decode version LIBOSMOGSM_1.0 not defined in file libosmogsm.so.12 with link time reference
------------------
Either way i am unable to build osmo-bts-rtx
Could anyone tell why could be done.
Regards
Priyasloka