#!/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-pcu osmo-trx-lms osmo-bts-trx
everything seems work fine,only the osmo-trx-lms :
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'
i am using the default .cfg files !
Thanks.