El IMEI que mostramos en el Portal es el IMEISV, que se obtiene del contexto PDP (la sesión de datos), con el siguiente formato:
IMEI + SV (software version), según establece la norma 3GPP TS23.003.
- Composición del IMEI
- Type Allocation Code (TAC) - 8 dígitos
- Serial Number (SNR) - 6 dígitos
- Spare digit - 1 digito
- Composición del IMEISV
- Type Allocation Code (TAC) - 8 dígitos
- Serial Number (SNR) - 6 dígitos
- Software Version Number (SVN) - 2 dígitos
Para obtener el IMEI a partir del IMEISV, puede aplicar el algoritmo de Luhn. A continuación le explicamos (en inglés) como puede hacerlo:
Step 1: Double every second digit, starting from the first one on the most right.
Step 2: Add all digits that have been left out in step 1 and then add each individual digit that you got in step 2 (if you got 12 in step 2, you need to add 1 and 2).
Step 3: If the sum obtained in step 2 ends in 0, then CD is set to 0. Otherwise, the CD is calculated by subtracting the sum from the closest higher value ending in 0 (if you got 18, then CD=20-18=2).
Example:
Step 1:
Step 2:
2+(1+2)+0+(1+0)+3+2+7+(1+8)+3+2+1+6+8+6 = 53
Step 3:
CD = 60 - 53 = 7
El IMEI original es:
260531793113837
Comentarios
0 comentarios
Inicie sesión para dejar un comentario.