Wolfeyes:
I think you've got it in here already, but from below list I believe it should be 12 instead of 11 as 0x0C = 12 in decimal (CDMA and LTE).
Kind of interesting discussion although we have moved a little OT.
I have done quite a bit of testing with the 7710 on moving veichles, and I see that scripts for monitoring the status of the LTE interface and the connection to a reliable host, including USB power reset, and even further reboot of the routerboard, is an absolute neccessity.
This is possible to cope with.
The tricky part is what is covered in this thread, i.e. at any given time maintaining the available service with the highest possible speed, i.e. EDGE, HSxPA or LTE.
When the card has locked on one of the two latter services there are no big issues.
The problem arises when service is lost, the card starts to scan for network and it connects on EDGE (GSM) Then it stays there way too long before it switches to a better service, although WCDMA or LTE is available. Meanwhile, this means very poor speed for the users.
Fallback to GSM is absolutely neccessary for rural areas where that is all that's present.
I don't know why the 7710 itself does not contain algorithms for quickly "upgrading" to a better connection itself, when such is available. As mentioned in this thread, this is what phones and mini routers do.
What I need is some kind of scripting that continously monitors all available networks/signal strengths and switches to the best service available that has good enough signal.
Any of you guys that achieved this?
Thanks RogerWilco
I didn't know that value 11 was an option, because in respective reference manual I find the following:
Parameters:
<ratInd> (RAT configuration index):
• 00=Automatic
• 01=UMTS 3G only
• 02=GSM 2G only
• 03=UMTS 3G preferred
• 04=GSM 2G preferred
• 05=GSM and UMTS only
• 06=LTE only
• 07=GSM, UMTS, LTE
• 08=CDMA, HRPD, GSM, UMTS, LTE
• 09=CDMA only
• 0A=HRPD only
• 0B=hybrid CDMA/HRPD
• 0C=CDMA, LTE
• 0D=HRPD, LTE
• 0E=CDMA, HRPD, LTE
• 0F=CDMA, GSM, UMTS
• 10=CDMA, HRPD, GSM, UMTS
I'll test it!