Does the nRF9151 support SGP.32 IPAd? I can't find any documentation regarding IPAd support on the modem.
Does the nRF9151 support SGP.32 IPAd? I can't find any documentation regarding IPAd support on the modem.
Hi, sim
thanks for posting this question here,
you won't find it in the modem documentation because IPAd isn't a modem feature. SGP.32 splits the work across three parties, and the modem is only involved in one of them — as a transport.
| Component | Where it lives | Who provides it |
|---|---|---|
| eUICC with SGP.32 OS | The eSIM/SIM itself | eSIM vendor (Kigen, Thales, IDEMIA, G+D…) |
| IPAd (IoT Profile Assistant, device variant) | Application processor — your Zephyr app | You / a third-party SDK |
| eIM | Cloud | Connectivity provider |
IPAd is just an application. It needs two things from the nRF9151:
SELECT the ISD-R AID (A0000005591010FFFFFFFF8900000100), and drive ES10a/b/c.Thanks and regards
Nishant
Hi, sim
thanks for posting this question here,
you won't find it in the modem documentation because IPAd isn't a modem feature. SGP.32 splits the work across three parties, and the modem is only involved in one of them — as a transport.
| Component | Where it lives | Who provides it |
|---|---|---|
| eUICC with SGP.32 OS | The eSIM/SIM itself | eSIM vendor (Kigen, Thales, IDEMIA, G+D…) |
| IPAd (IoT Profile Assistant, device variant) | Application processor — your Zephyr app | You / a third-party SDK |
| eIM | Cloud | Connectivity provider |
IPAd is just an application. It needs two things from the nRF9151:
SELECT the ISD-R AID (A0000005591010FFFFFFFF8900000100), and drive ES10a/b/c.Thanks and regards
Nishant