<div dir="ltr">Hi Aleksander and Dan,<br><div><br></div><div>We're looking into a way to toggle the CFUN state (from 1 to 0, and then back to 1) upon receiving an unsolicited message after the modem is enabled. An example use case would be SIM OTA.<br>

</div><div><br></div><div>Do you see any potential issue with the following implementation in a modem plugin:</div><div><br></div><div>- When the modem is being enabled, set up an unsolicited message handler.</div><div>- When the unsolicited message handler is called after the modem is enabled, perform the following:</div>

<div><br></div><div><div>    mm_base_modem_disable ()</div><div>    mm_base_base_modem_at_sequence ( [ "+CFUN=0", "+CFUN=1" ] )</div><div>    mm_base_modem_enable ()</div></div><div><br></div><div>Thanks,</div>

<div>Ben</div><div><br></div></div>