Hi
Ok,let's start with the installation !
setup : Limedsdr mini + ubuntu 18:04 + osmocm cni latest build
1- i used the Ubuntu latest build :
2- i just installed all the required Programs using apt-get install command such as osmo-hlr ,osmo,msc etc...
3- i used this script to run the osmocom cni :
#!/bin/sh
cmd="${1:-start}"
set -ex
systemctl $cmd osmo-hlr osmo-msc osmo-mgw osmo-ggsn osmo-sgsn osmo-stp osmo-bsc osmo-hnbgw osmo-bts-trx osmo-trx-lms
4- then by running ./osmo-all status i found that all programs work fine without any errors,only for osmo-trx-lms ,i just got this :
osmo-trx-lms[7995]: Sun Dec 8 18:02:03 2019 DLMS <0003> LMSDevice.cpp:94 [tid=140437169072832] Reference clock 40.00 MHz
osmo-trx-lms[7995]: Sun Dec 8 18:02:03 2019 DDEV <0002> LMSDevice.cpp:192 [tid=140437169072832] Init LMS device
osmo-trx-lms[7995]:
Sun Dec 8 18:02:04 2019 DDEV <0002> LMSDevice.cpp:99
[tid=140437169072832] Sample Rate: Min=100000 Max=3.072e+07 Step=0
osmo-trx-lms[7995]:
Sun Dec 8 18:02:04 2019 DDEV <0002> LMSDevice.cpp:228
[tid=140437169072832] Setting sample rate to 1.08333e+06 4
osmo-trx-lms[7995]:
Sun Dec 8 18:02:04 2019 DDEV <0002> LMSDevice.cpp:234
[tid=140437169072832] Sample Rate: Host=1.08333e+06 RF=3.46667e+07
osmo-trx-lms[7995]:
Sun Dec 8 18:02:04 2019 DMAIN <0000> LMSDevice.cpp:209
[tid=140437169072832] Antennas configured successfully
osmo-trx-lms[7995]:
Sun Dec 8 18:02:04 2019 DMAIN <0000> Threads.cpp:117
[tid=140437098583808] Thread 140437098583808 (task 8127) set name:
CtrlService0
osmo-trx-lms[7995]: Sun Dec 8 18:02:04 2019 DMAIN
<0000> osmo-trx.cpp:528 [tid=140437169072832] -- Transceiver
active with 1 channel(s)
osmo-trx-lms[7995]: Sun Dec 8 18:02:05
2019 DTRXCTRL <0001> Transceiver.cpp:773
[tid=140437098583808][chan=0] command is 'POWEROFF'
osmo-trx-lms[7995]:
Sun Dec 8 18:02:05 2019 DTRXCTRL <0001> Transceiver.cpp:918
[tid=140437098583808][chan=0] response is 'RSP POWEROFF 0'
and for osmo-bts-trx :
<0017> control_if.c:911 CTRL at 127.0.0.1 4238
osmo-bts-trx[6675]: <0010> telnet_interface.c:104 Available via telnet 127.0.0.1 4241
osmo-bts-trx[6675]: <0012> input/ipaccess.c:897 enabling ipaccess BTS mode, OML connecting to 192.168.122.1:3002
osmo-bts-trx[6675]: <000b> trx_if.c:1155 phy0.0: Open transceiver
also,by using my phone,i can't find the created network and so the problem is the limesdr mini (osmo-trx-lms) or the osmo-bts-trx .
for the confihuration files,i used the default .cfg files for all programs .
did i missed any thing ?
PS : i just tried the osmocm cni with Raspberry and i got the same problem .
Regards.