Hi,
what is the recommended way on the nRF91x1 to clear the Forbidden PLMN list?
Devices may get denied on networks repeatedly, filling up the FPLMN list. To ensure the devices can still connect when the networks are accessible again I believe we need to ensure the FPLMN list is cleared occasionally.
Our understanding is the official way to clear the FPLMN is using AT+CRSM=214,28539,0,0,12,"FFFFFFFFFFFFFFFFFFFFFFFF"
My question is: Are these ways also possible clear the FPLMN?
- sys_reboot(SYST_REBOOT_COLD)
- conn_mgr_all_if_disconnect(true) followed by conn_mgr_all_if_connect(true)
Thanks,
-- Terrence