Future roadmap: WiFi and non-handset IoT device support in Device Identifier API #143
Replies: 1 comment 1 reply
-
|
Apologies for ignoring this discussion for so long! I missed the notification that you had created this. You raise some good questions. My thoughts: WiFi Scenarios Even if the device is not attached to the mobile network, the mobile operator may have historical information from when the device did last connect to the mobile network. It can signal that the information is historical using the Finally, even if the device has not been connected to the mobile network for a long time, the IMEI is signalled to the mobile operator should the device perform an EAP-AKA authentication. So the IMEI can be retrieved via that route, albeit that retrieving it from the Entitlement Configuration Server may not be so straightforward. IoT and non-handset devices Identifying by alternative subscription identifiers (e.g. IMSI) is not currently supported by CAMARA. My preference is that mobile network operators would support NAI for IoT devices, and the API be called using 2-legged access tokens (which is fine for IoT use cases). But, without NAI support and no allocated phone number, we are left with either identification from IP address or front-end flow, neither of which is ideal. Do you have specific proposals for this scenario? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We’ve been reviewing the Device Identifier v0.3 implementation under the CAMARA framework, and had two questions regarding potential future extensions:
1. WiFi scenarios:
Currently, the API seems limited to mobile devices authenticated through the mobile core (HLR/HSS/UDM). Are there any plans to extend /retrieve-identifier or /retrieve-type to support WiFi-attached sessions, for example when the subscriber device is connected through a broadband CPE or trusted WiFi gateway?
2. IoT and non-handset devices:
The documentation mentions support for IoT/M2M when a SIM/eSIM is present. Could the API, in future releases, be generalized to identify non-handset devices (e.g., connected cars, drones, smart home devices) that use a mobile subscription or NAI — potentially through an extended TAC or IoT registry?
We’re exploring use cases in connected mobility and device trust frameworks (EUDI Wallet, fraud prevention) and would like to understand if these scenarios are considered in the roadmap.
Thanks in advance for any clarification.
Beta Was this translation helpful? Give feedback.
All reactions