Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle IMEIs shorter than 15 digits #49

Merged
merged 1 commit into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. handle IMEIs shorter than 15 digits

    IMEIs are 15 digits and IMEI-SVs are 16 digits (3GPP TS 23.003, clause
    6.2), anything else is not a valid IMEI. However, somehow 14 digit
    values are observed in the wild. Make sure that encoder/decoder
    handles them, so that higher levels can deal with the values.
    
    (cherry picked from commit f69e2ff)
    RoadRunnr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1028d87 View commit details
    Browse the repository at this point in the history