ScruffR
November 22, 2018, 6:38am
4
There was discussion about that in one of the threads here, but the LTE towers don't seem to support the required command to identify the respective tower.
Well, I think I was wrong. I’m pretty sure it’s not possible to do cell tower location on LTE (SARA-R410M-02B), the E Series LTE and Boron LTE.
The problem is that the necessary info: MCC, MNC, BSIC, and cell ID can only be retrieved using mode 2 or mode 3 for AT+UCGED. The command reference says the SARA-R4 only supports modes 0 and 5 and indeed querying the device says that it’s true.
8.125 AT send 12 "AT+UCGED=?\r\n"
8.136 AT read + 19 "\r\n+UCGED: (0,5) \r\n"
Unfortunat…