Hi,
I am trying to get information on the service and neighbouring cells that the device is connecting to.
I am able to get the needed info for the service cell using AT+KCELL=0 where I can derive the MCC, MNC, LAC and Cell ID (although I haven’t managed to get the PSC yet, any ideas?).
For example:
at+kcell=0
+KCELL: 0
+KCELL: 0
+KCELL: 3,5,02f250,27637,42,5061,58,22,0,6,6290,182,51,10,6,6290,44,46,0
MCC: 202
MNC: 05
LAC: 5061
Cell ID: 161335
The needed Cell IDs for the neighbouring cells are not present in the original reply (similar topic)
How can I get these Cell IDs?
I’ve tried AT+KCELL=2,1 like so:
AT+KCELL=2,1
OK
+KCELL: 6290,42,00027637,02f250,75,5061
+KCELL: 6390,487,0003F548,02f210,70,8000
+KCELL: 0
which returns the service cell and a cell that was not present in the neighbouring cells(?). Is this command the way to go?
FW version: 4.6.9.4
thanks