List available networks without actually connecting

We want to verify that the modem can find mobile networks without actually connecting. Actually connecting to the network has a price tag. The context here is a quality assurance script that we run on all hardware to verify that it functions properly.

The documentation for the COPS command is not entirely clear on whether it really connects, but seems to suggest that it does:

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Fnw_service%2Fcops.html

Does the COPS command already do what we want? or maybe there is some different AT command or a read-only configuration option for the modem?

Parents Reply
  • yes, my situation is that i am using external sim for NBIOT  and eSIM for LTE-m.

    let suppose my device is currently connected with NBIOT on external SIM. due to some reason device is disconnected from NBIOT(may be device moved to somewhere where there is no more NBIOT coverage) now  in this case  i want implement in my firmware that device scan for available network if it found LTE-M network in list. The device just switch to eSIM and get connected with LTE-M..

    Thanks

Children
No Data
Related