aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/utils.py
AgeCommit message (Expand)AuthorFilesLines
2018-01-27utils: Add a function to decode SELECT result for EF files.Alexander Chemeris1-0/+19
2018-01-27utils: Zero-pad MCC and MNC in enc_plmn()Alexander Chemeris1-1/+1
2018-01-11Make derive_milenage_opc and calculate_luhn publicly available through utils.pyAlexander Chemeris1-0/+21
2018-01-10utils: Fix documentation. 3+3=6 digits equals 3 bytes, not 6Alexander Chemeris1-1/+1
2018-01-10utils: Functions to encode/decode EF SPN.Alexander Chemeris1-0/+19
2018-01-02utils.py: dec_imsi: Fix ValueErrorPau Espin Pedrol1-1/+1
2013-07-13Move encoder functions for ICCID, IMSI and PLMN to pySim.utils for consistency.Alexander Chemeris1-0/+14
2013-07-13utils: Add functions to decode IMSI and ICCID from EF raw data.Alexander Chemeris1-0/+17
2010-12-07Split all things into a more "library-like" packageSylvain Munaut1-0/+44