Hi,
Recent Buy SXT LTE (“R11e-LTE”) and working very well. First time user of RouterOS. I, update RouterOS(V6.48.1) and also update LTE firmware. Here, I getting trouble to do cell id locking. First, try it by “Modem Init-ATCell=,,,," but not working then found on Microtik Documentation under LTE mention that only work on Terminal process for this model. So, I try this using this CMD "/interface lte at-chat lte1 input="ATCell=2,3,39150,255” and works. But after rebooting configuration resetting. I search on internet to fixing the problem not found any right way. How to fix this problem? It’s a SXT LTE V2 version and It’s have dual sim. Want to know about Dual Sim features?
is it possible to fix this issue using script? Please help.
/interface lte at-chat lte1 input=“ATCell=2,3,39150,255" ; # Cell Lock to earfcn & phy-cell-id
/interface lte at-chat lte1 input="ATCell=1,3,39150” ; # Freq Lock to earfcn
at your example you should use modem-init because R11e-LTE not remember that options after power loss.
modem-init: AT*Cell=2,3,39150,255
I have R11e-LTE-us with firmware r11eL_v16.02.183961
I want to do a cell lock and I entered
/interface lte at-chat lte1 input=“AT*Cell=2,3,850,360”
I get output=error
I also tried
/interface lte set lte1 modem-init=“AT%CLCMD=1,1,850,360”
This did put AT%CLCMD=1,1,850,360 in the modem init but I had no internet
What am I doing wrong?