aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-27pySim-fairwaves-prog: Read a selected A3/A8 algorithm.fairwaves/simAlexander Chemeris1-0/+7
2018-01-27Checking in pySim-read-all.py - utility to read all known files on a SIM card.Alexander Chemeris1-0/+126
2018-01-27commands: Allow reading binary/record files if they are already selected.Alexander Chemeris1-4/+10
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-26Checking in various utilities to manipulate Fairwaves SIM card DB.Alexander Chemeris3-0/+359
2018-01-26Checking in pySim-run-gsm.py - utility to run A3/A8 on a SIM card.Alexander Chemeris1-0/+97
2018-01-26pySim-read: Read SPN and use new EF constants to address other files.Alexander Chemeris1-9/+16
2018-01-26pySim-fairwaves-prog: Write Ki/OPC/IMSI as read from the input file.Alexander Chemeris1-5/+9
2018-01-26pySim-fairwaves-prog: Add an option to play sound on successful write in the...Alexander Chemeris1-0/+6
2018-01-26ts_51_011: Fix a comment language.Alexander Chemeris1-1/+1
2018-01-26cards: Add ability to read/set A3/A8 algorithm for Fairwaves SIM cards.Alexander Chemeris1-0/+18
2018-01-26cards: Minor formating cleanupAlexander Chemeris1-2/+2
2018-01-26Add a comanda to run GSM auth algorithm.Alexander Chemeris1-1/+15
2018-01-11Checking in pySim-fairwaves-prog.py utility.Alexander Chemeris1-0/+272
2018-01-11Make derive_milenage_opc and calculate_luhn publicly available through utils.pyAlexander Chemeris2-19/+22
2018-01-10cards: Add Fairwaves SIM implementation.Alexander Chemeris1-2/+145
2018-01-10cards: Implement card type autodetection based on ATR.Alexander Chemeris1-2/+21
2018-01-10pySim-prog: Replace magic numbers with a readable EF file name.Alexander Chemeris1-1/+1
2018-01-10pySim-prog: ADM code can be longer 8 digits, it's implementation specific.Alexander Chemeris1-4/+3
2018-01-10cards: Extend Card class with access functions for some of the standard EF fi...Alexander Chemeris1-2/+67
2018-01-10Add methods to get ATR for a card or a link.Alexander Chemeris3-2/+19
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-10ts_51_011: A file with MF/DF/EF constants from TS 51 011Alexander Chemeris1-0/+251
2018-01-10Fix comment: Ki -> OPCAlexander Chemeris1-1/+1
2018-01-02utils.py: dec_imsi: Fix ValueErrorPau Espin Pedrol1-1/+1
2017-12-29pySim-prog.py: Fix trailing whitespacePau Espin Pedrol1-1/+0
2017-12-29pySim-*.py: Set shebang to use python v2Pau Espin Pedrol2-2/+2
2017-09-01Support writing SMSP for sysmoUSIM-SJS1Daniel Willmann1-0/+3
2017-04-06fix writing of ICCID for sysmo-usim-sjs1Philipp Maier1-7/+7
2017-04-06Fix select control parameterPhilipp Maier2-1/+9
2017-03-21cosmetic: missing newlines on last line of 2 filesNeels Hofmeyr2-1/+2
2017-03-17README.md: Cosmetic/Formatting fixesHarald Welte1-4/+4
2017-03-17Update README with general project information and convert to MarkdownHarald Welte2-38/+91
2016-10-27Revert "Do not return the FCI information while selecting a file"Harald Welte1-1/+1
2016-05-22re-program: Instead of specifying the IMSI, read it from the card.Holger Hans Peter Freyther1-6/+16
2015-08-20Do not return the FCI information while selecting a fileJan Balke1-1/+1
2015-08-20Add provision support for sysmoUSIM-SJS1 cardsJan Balke1-1/+50
2015-08-20Add PIN-ADM argument to the command lineJan Balke2-4/+26
2015-08-20Allow changing the class byte for pdu messagesJan Balke1-7/+16
2015-08-20Introduce a '--dry-run' option to skip actual card accessHarald Welte1-21/+31
2015-08-20read_params_csv: Make sure we don't end up in endless loopHarald Welte1-7/+13
2015-08-20pySim-prog: Add mode where it can re-generate a card from CSVHarald Welte1-5/+54
2015-08-20split parameter writing for CSV and SQL into separate functionsHarald Welte1-2/+7
2013-12-23cards: sysmocom SysmoSIM-GR2 support added to cardsSylvain Munaut1-2/+67
2013-07-18pySim-read: MISDN is not mandatorySylvain Munaut1-8/+11
2013-07-13Move encoder functions for ICCID, IMSI and PLMN to pySim.utils for consistency.Alexander Chemeris2-28/+28
2013-07-13Add an utility to read data from a SIM card.Alexander Chemeris1-0/+138
2013-07-13utils: Add functions to decode IMSI and ICCID from EF raw data.Alexander Chemeris1-0/+17