Hello,
We are working on a project having nRF9160 and STM32 microcontroller. We are using Serial LTE Modem firmware application for nRF9160.
We want to personalize the modem to use a specific SIM card. For this, we found the AT command "%XUSIMLCK" to lock the modem for dedicated IMSI number.
Our approach is like, STM32 read the IMSI number and personalize it so if user changes the SIM card then that new SIM will not work.
Here are few queries related to modem personalization -
1. We want to use multi-IMSI numbered SIM card. So, can we use "%XUSIMLCK" command to lock the SIM card? If yes, then let us know the detailed approach for Multi-IMSI SIM card personalization.
2. Does IMSI number integrated in SIM card? Does it need cellular network to read the IMSI number?
3. Can we read all IMSI numbers from Multi-IMSI SIM card using "+CIMI" AT command?
Your quick response appreciated.
Thank you.