We have a product that needs to support two different customers with two different SIM. One of the SIM requires the following four extra lines in the prj.conf in order to work.
CONFIG_PDN=y
CONFIG_PDN_DEFAULTS_OVERRIDE=y
CONFIG_PDN_LEGACY_PCO=y
CONFIG_PDN_DEFAULT_APN="nbiot"
The rest of the firmware is identical regardless of the SIM. For production, it is less confusing for our contract manufacturer to program just one firmware image into all nRF9160. Is it possible to setup these 4 configuration during run time with AT commands or other methods? Or, can we have two firmware image in the nRF9160 and then select which one to run upon detecting what SIM is being used?
Thank you,
Floyd