Hi,
we are looking for a fast way to get as fast as possible a snapshot of all available cells and their mapping to supported providers.
If for example we want to check for available LTE cells for provider A, B and C, we do currently the following:
for PROVIDER in A,B,C:
register for provider PROVIDER by using AT+COPS=1,2,“PROVIDER”,7
check serving cell attributes using AT+QENG=“servingcell”
check neighbour cell attributes using AT+QENG=“neighbourcell”
AT+COPS=2
This is very time consuming, as we have to register for each provider. Is there another, faster solution available?
Best Regards,
Stefan