Do you have any guide on how to use Osmocom stack with LimeSDR to make a GSM network ?
I want to test my luck with it
Do you have any guide on how to use Osmocom stack with LimeSDR to make a GSM network ?
I want to test my luck with it
hello
can you share your progress, which version of every package did you use ?
or even better can you compress the VM and share it with us ?
thanks
UHD release_003_010_000_000
LimeSuite v17.10.0
osmo-trx 0.2.0
OpenBTS 5.0
Firmware update to 17.10
LimeUtil --update
sudo ./osmo-trx/Transceiver52M/osmo-trx -s 4 -c 1 -e -l INFO -f
I do not have osmo-trx, I have osmo-trx-lms or osmo-trx-uhd.
I imagine you also have SoapySDR and SoapyUHD installed ?
Can you tell us how did you install osmo-trx in version 0.2.0 ?
Thanks for your help.
cd osmo-trx
git tag
git checkout 0.2.0
Thank you for this info
I did the installation, openbts starts, I have the network ātest plmn 1-1ā. But after a few minutes it does not work anymore. Itās always the same thing, thatās what I have :
OpenBTS
1533347917.459447 140707392526144:
Starting the systemā¦
ALERT 4569:4581 2018-08-03T18:58:42.5 OpenBTS.cpp:174:startTransceiver: starting transceiver ./transceiver with 1 ARFCNs
EMERG 4569:4584 2018-08-03T18:58:42.5 OpenBTS.cpp:180:startTransceiver: cannot find ./transceiver
EMERG 4569:4581 2018-08-03T18:58:42.5 OpenBTS.cpp:185:startTransceiver: Transceiver quit with status 256. Exiting.
Osmo-trx
ALERT 140199593649920 18:57:37.8 UHDDevice.cpp:1021:writeSamples: UHD: Device send timed out
ALERT 140199593649920 18:57:37.9 UHDDevice.cpp:1021:writeSamples: UHD: Device send timed out
ALERT 140199593649920 18:57:37.9 UHDDevice.cpp:1021:writeSamples: UHD: Device send timed out
ALERT 140199593649920 18:57:38.0 UHDDevice.cpp:1021:writeSamples: UHD: Device send timed out
ā¦
ALERT 140199593649920 18:58:37.3 UHDDevice.cpp:1021:writeSamples: UHD: Device send timed out
ALERT 140199593649920 18:58:37.4 UHDDevice.cpp:1021:writeSamples: UHD: Device send timed out
ALERT 140199593649920 18:58:37.4 UHDDevice.cpp:1021:writeSamples: UHD: Device send timed out
INFO 140199593682688 18:58:37.4 Transceiver.cpp:685:driveControl: command is CMD POWEROFF
NOTICE 140199593682688 18:58:37.4 Transceiver.cpp:298:stop: Stopping the transceiver
terminate called without an active exception
Aborted (core dumped)
sudo smqueue
ALERT 4687:4687 2018-08-03T19:01:09.5 smqueue.cpp:2798:main: smqueue (re)starting
smqueue logs to syslogd facility LOCAL7, so thereās not much to see here
sipauthserve
ALERT 4697:4697 2018-08-03T19:01:12.9 sipauthserve.cpp:328:main: /usr/local/sbin/sipauthserve (re)starting
Asterisk Ready.
An idea for stabilized? The 0.2.0 version of osmo-trx is not too old for LimeSDR Mini ?
Sorry, my device is limesdr usb, I donāt have a mini so I canāt test its stability.
Suspect it wonāt work, hence why I recommended getting the latest OsmoTRX from git, which has direct LMS API integration, hence no need for SoapySDR and UHD, and works well with the LimeSDR Mini.
I can not install OsmoTRX without UHD, I have the error :
No package 'uhd' found
Do you have a solution ?
I succeeded to stabilize openBTS with LimeSDR-Mini but could not connect to it. I suspect UHD because I have no error.
I managed to stabilize OpenBTS, the network ā001 01ā is displayed well each time, does not cut, but I do not pausing to connect to it.
I do the configuration well, I try several version uhd, I do not know where it hangs, I have no error.
Do you have an idea ?
It was just a problem of OpenBTS configuration.
Now, I can confirm that OpenBTS seems to work well with LimeSDR-Mini.
is there a how-to article for gsm openbts with limesdr miniļ¼
I have got a limesdr mini board servel days ago,and now i has a error when i build a gsm bts with using osmoc-trx-lms and openbts ,and its dosenot work, can you help me & give me a how-do articleļ¼
What is the error ?
#!/bin/bash
autoreconf -if
./configure --with-lms --without-uhd
make
sudo make install
This should help you. No need to install UHD in case of use Lime mini.
Thank you very much.
I will test when I receive my mini limesdr.
Do you have information or a link for installing osmonitb?
No, I am working on osmo-trx and osmo-bts conf at the moment. OsmoNITB is the next in my TODO list.
After
./configure --with-lms --without-uhd
I have error :
checking for LMSā¦ no
configure: error: Package requirements (LimeSuite) were not met:
No package āLimeSuiteā found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
I have this error but limesuite is well installed.
I can not install and use osmo-trx without uhd.