I have a Mikrotik LtAP mini with a TMobile SIM and an AT&T SIM, and I need to figure out a script that can determine which connection is better and toggle to that SIM. I know the SIMs on this model can’t be active at the same time since it is one modem with 2 slots.
The scenario is we send this out with an installer and would like it to lock onto the best connection and make that sim active. This only needs to be done at reboot and not an active thing that is always going.
I know I can do something like:
/int lte info [find where name=“lte2”] once do={:set $netwType $“signal-strengh”}
Any scripting ideas to toggle to the SIM with the better connection?