Hello, I am trying some setup to have multiple channels working all together: I have an UmTRX and a LimeSDR boards working fine. The problem is that I cannot launch osmo-trx-uhd and osmo-trx-lms at the same time as the VTY TCP port are defined in libosmocore.
Is it a way of disabling the VTY or change the TCP port it listen to?
Have a nice day, Antony
Hi Antony,
You can change the IP addr in the VTY config. You can for instance add a 127.0.0.2 to your loopback iface and then point one of them to use that IP addr.
See for an example vty cfg: https://git.osmocom.org/osmo-gsm-tester/tree/src/osmo_gsm_tester/templates/o...
line vty bind 127.0.0.2 ctrl bind 127.0.0.2
The default value used if not specified is 127.0.0.1