Community discussions

MikroTik App
 
confusedrouter
just joined
Topic Author
Posts: 2
Joined: Wed Jan 30, 2019 11:40 pm

Problems cell locking

Wed Jan 30, 2019 11:49 pm

Hi, Im using a R11e-LTE in which im trying to use the cell locking feature in the newest os V6.44. However, i cannot send a AT chat command while the modem is in use and if i reset the modem the cell lock is removed as noted by the wiki. https://wiki.mikrotik.com/wiki/Manual:I ... _Cell_lock

Ive tried using the command based on AT*Cell=2,3,,1300,384 in the modem init string but this has show an error.

How should i be using the AT chat to send the command before it connects to the cell?
 
User avatar
antonsb
MikroTik Support
MikroTik Support
Posts: 387
Joined: Sun Jul 24, 2016 3:12 pm
Location: Riga, Latvia

Re: Problems cell locking

Thu Jan 31, 2019 4:44 pm

Hi, Im using a R11e-LTE in which im trying to use the cell locking feature in the newest os V6.44. However, i cannot send a AT chat command while the modem is in use and if i reset the modem the cell lock is removed as noted by the wiki. https://wiki.mikrotik.com/wiki/Manual:I ... _Cell_lock

Ive tried using the command based on AT*Cell=2,3,,1300,384 in the modem init string but this has show an error.

How should i be using the AT chat to send the command before it connects to the cell?
Init string would not work.
Make scheduler entry or write script that sends out:
/interface lte at-chat lte1 input="AT*Cell=2,3,,1300,384"
for example add scheduler entry at startup to run something like this:
{
#delay to give modem time for initiate
:delay 300
/interface lte at-chat lte1 input="AT*Cell=2,3,,1500,42"
}

Who is online

Users browsing this forum: cedriclaurel and 20 guests