How to enable LTE Roaming in Wifix?
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
How to enable LTE Roaming in Wifix?
Hello all. I have a ZBT1326 v5 with Quectel EC25-AF modem with TMobile SIM. Got the chance to go out in the rural areas. Found some dead spots because music streaming stopped. I have another phone iPhone7plus and I noticed it’s getting good roaming signal from UScellular. So my question is how do I enable roaming for the Quectel Modem.its on qmi mode. so far i have tried ssh with uqmi and everytime i set roaming to “any”, i get “device not set”. is there any GUI menu i can use to enable roaming? any help is welcome.
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: How to enable LTE Roaming in Wifix?
tambutso wrote: ↑Sat Feb 29, 2020 3:17 pm Hello all. I have a ZBT1326 v5 with Quectel EC25-AF modem with TMobile SIM. Got the chance to go out in the rural areas. Found some dead spots because music streaming stopped. I have another phone iPhone7plus and I noticed it’s getting good roaming signal from UScellular. So my question is how do I enable roaming for the Quectel Modem.its on qmi mode. so far i have tried ssh with uqmi and everytime i set roaming to “any”, i get “device not set”. is there any GUI menu i can use to enable roaming? any help is welcome.
You could try these AT commands which seem to be universal on most Quectel modems.
It should take affect immediately, but you may want to restart the modem/router for good measure.
Roam settings
Before changing settings, check your current value via:
AT+QCFG?
Disable roaming
AT+QCFG="roamservice",0,1
Enable roaming
AT+QCFG="roamservice",1,1
Auto roaming (try both values 2 and 255)
AT+QCFG="roamservice",2,1
AT+QCFG="roamservice",255,1
Network mode
Before changing settings, check your current value via:
AT+QCFG?
Auto
AT+QCFG="nwscanmode",0,1
GSM only
AT+QCFG="nwscanmode",1,1
WCDMA only
AT+QCFG="nwscanmode",2,1
LTE only
AT+QCFG="nwscanmode",3,1