I'm implementing APN lookup based on MCC MNC, which I try to obtain from IMSI using AT+CIMI.
However, AT+CIMI it returns valid result only after trying to connect for some time via AT+CFUN=1
I tried running AT+CIMI after AT+CFUN=0 or AT+CFUN=4, but after that it yields NOEXEC, -8
I don't want to perform any connection attempts, I just want to read out IMSI as soon as possible.
Is it possible?
Thanks a lot!