Skip to content
Discussion options

You must be logged in to vote

Hi @StefanoFalsetto-CKHIOD

The example implementation shown in the API definition uses the PCRF to retrieve the IMEI. That only works if the device is still connected to the network, and so would be considered "real time". Hence, for that implementation, lastChecked can be set to the current time, even though the PCRF would have got that information when the device first attached to the network, which could be some time ago. This is valid because the physical device cannot change without the SIM detaching and then re-attaching, at which point the IMEI would be updated.

For solutions where the IMEI is being retrieved from BSS or similar where the information is known to be "historical" the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by StefanoFalsetto-CKHIOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants