config in runtime instead of in prj.conf

Hi Support team:

I'm using Zephyr cellular modem driver on the nRF5340 and set APN in prj.conf with 'CONFIG_MODEM_CELLULAR_APN="telenor.iot"' now.
I need to set APN value in runtime at the initialization stage, because this value is provided by the user.

I found the driver did not provide API to do this. Is there any method to do this in Zephyr or Nordic sdk? Thank you very much.

Best regards,
Yanpeng Wum

Related