Community discussions

MikroTik App
 
mbezuidenhout
just joined
Topic Author
Posts: 3
Joined: Wed Nov 03, 2010 4:41 pm

LtAP-2HnD not connecting to LTE if 3g is disabled

Thu Apr 25, 2024 5:51 pm

I have a Mikrotik LtAP-2HnD which I'm using to connect to an LTE network. The problem is that if I disable 3g in the Network mode it refuses to connect at all.
When both LTE and 3g is enabled it connects HSDPA first then LTE but only once after a reboot. If the link goes down and comes back up it connects to HSDPA and never "upgrades" to an LTE connection. I've even changed the Preferred PLMN list with the AT+CPOL modem command.
Disabling and re-enabling the modem does not fix the problem. In order for the modem to connect to the network at LTE speeds again I have to reboot the whole device.

Update
I've added the follow script to run every few minutes to try and force it to connect to the LTE network.
if ([/interface/lte/get value-name=running number=0]) do={
  /interface lte at-chat lte1 input="AT+COPS=1,2,\"65501\",7"
} else {
  /interface lte at-chat lte1 input="AT+COPS=1,2,\"65501\",6"
}
 
User avatar
krafg
Forum Guru
Forum Guru
Posts: 1023
Joined: Sun Jun 28, 2015 7:36 pm

Re: LtAP-2HnD not connecting to LTE if 3g is disabled

Tue Apr 30, 2024 1:50 am

LtAP is just the router. You need specify the LTE card that you are using.

Regards.
 
mbezuidenhout
just joined
Topic Author
Posts: 3
Joined: Wed Nov 03, 2010 4:41 pm

Re: LtAP-2HnD not connecting to LTE if 3g is disabled

Tue Apr 30, 2024 11:58 am

I'm using the built in modem. I believe it is R11eL-FG621-E

Who is online

Users browsing this forum: MatoZ, RobWFS and 9 guests