Hi.
We are doing automatic network attaching on nRF9151. This is how the flow looks:
- AT%XBANDLOCK=2,...
- AT+CFUN=1
- AT+COPS=0
We do this until we get registered or we get %MDMEV: SEARCH STATUS 2. According to the documentation, this means that the network search is completed.
But for some configurations, like only using one band, this is suspiciously fast. Example: around 7 seconds for band 20.
Are we always sure that all PLMNs and all frequencies are scanned? Or does the modem do optimisations, like the ones described in the documentation of AT%PERIODICSEARCHCONF or AT%XDATAPRFL. We don't currently use these commands because we're always triggering searches and not doing anything periodically.
Thank you!