Hi, I'm working on nRF9160 modem firmware update.
While working on nRF9160 modem, I found that it uses nrf_modem library which is precompiled library whose only API can be used into sample demo.
For modem firmware update, it uses nrf_modem_full_dfu_bl_write & nrf_modem_full_dfu_fw_write. I found doc file for related to this API, But couldn't find source code of nrf modem lib.
Question:
1) Could you please share the nrf_modem library source code ?