Add check digit to ICCID in portal and
complete
F
Fabian Schmidt
Hello EMnify team,
as already discussed in ticket 41826, the ICCIDs shown in the portal are not exactly the same as the ones which can be read out from SIM by AT+CCID command. The last check digit is always missing in the portal.
If the ICCIDs do not exactly match each other, we can not use the SIMs in our devices. During the production of our devices we request the static IP address for each device by the ICCID read out from the SIM card. If this is not possible due to a ICCID mismatch, we cannot assign the IP address to the device which is necessary to reach it over the network.
Could you please add the check digit to the ICCID value in the portal?
Best regards,
Fabian
Log In
F
Fabian Schmidt
Hello,
thanks. We will try this out.
Is it not possible to add it to the portal UI as well?
I must admit that I did not yet check the API in detail. However, at the first glance I could not find an API Call which returns the IP address belonging to a given ICCID (with Luhn). Which route can be used for this?
Best regards,
Fabian
Pasha
Fabian Schmidt: Hi
We would add an ICCID with Luhn to the portal UI a bit later. But already now you can search and filter using the ICCID with Luhn on the portal UI and you would get proper results in return.
As for the API, please check api/v1/endpoint and api/v1/sim. There we have a new object iccid_with_luhn.
Pasha
complete
Fabian, hello. I brought you some updates about your request. The portal and API from now supports also the ICCID including the checksum (Luhn Digit).
How can you start working with Luhn (checksum) digit:
- We enabled Connected devices search with and without Luhn digit on the Portal so now it should match with what you get from your devices.
- We added ICCID with Luhn to the API responses and published API documentation
Please let me know if you have any other questions and, of course, get back to us with more requests and ideas.
V
Vinita Katti
under review