Hi,
What does the AT%XOPERID command do exactly? Does it just return the operator, or does it change settings too, such as bands, system mode, psm, edrx etc?
Kind regards,
Thomas
Hi,
What does the AT%XOPERID command do exactly? Does it just return the operator, or does it change settings too, such as bands, system mode, psm, edrx etc?
Kind regards,
Thomas
Hi Håkon,
Is there a way to access these settings without using the library?
Hi Thomas,
Thomas said:Is there a way to access these settings without using the library?
You can write AT commands using the at_cmd library instead of the at_client, and call it similar to this:
https://github.com/nrfconnect/sdk-nrf/blob/v1.4.2/lib/lte_link_control/lte_lc.c#L552
Kind regards,
Håkon