1. 5dfda9f pySim-fairwaves-prog: Read a selected A3/A8 algorithm. by Alexander Chemeris · 6 years ago fairwaves/sim
  2. 99b5e32 Checking in pySim-read-all.py - utility to read all known files on a SIM card. by Alexander Chemeris · 6 years ago
  3. d21ef12 commands: Allow reading binary/record files if they are already selected. by Alexander Chemeris · 6 years ago
  4. 1198ad9 utils: Add a function to decode SELECT result for EF files. by Alexander Chemeris · 6 years ago
  5. cc85a1e utils: Zero-pad MCC and MNC in enc_plmn() by Alexander Chemeris · 6 years ago
  6. 2322c1f Checking in various utilities to manipulate Fairwaves SIM card DB. by Alexander Chemeris · 6 years ago
  7. 6a38c4a Checking in pySim-run-gsm.py - utility to run A3/A8 on a SIM card. by Alexander Chemeris · 6 years ago
  8. 575f64e pySim-read: Read SPN and use new EF constants to address other files. by Alexander Chemeris · 6 years ago
  9. 4d5c029 pySim-fairwaves-prog: Write Ki/OPC/IMSI as read from the input file. by Alexander Chemeris · 6 years ago
  10. 3a27424 pySim-fairwaves-prog: Add an option to play sound on successful write in the batch mode. by Alexander Chemeris · 6 years ago
  11. 5705837 ts_51_011: Fix a comment language. by Alexander Chemeris · 6 years ago
  12. b5208b5 cards: Add ability to read/set A3/A8 algorithm for Fairwaves SIM cards. by Alexander Chemeris · 6 years ago
  13. 4dabfda cards: Minor formating cleanup by Alexander Chemeris · 6 years ago
  14. 6d4a0a1 Add a comanda to run GSM auth algorithm. by Alexander Chemeris · 6 years ago
  15. e6d4faa Checking in pySim-fairwaves-prog.py utility. by Alexander Chemeris · 6 years ago
  16. 19fffa1 Make derive_milenage_opc and calculate_luhn publicly available through utils.py by Alexander Chemeris · 6 years ago
  17. e0d9d88 cards: Add Fairwaves SIM implementation. by Alexander Chemeris · 6 years ago
  18. 8ad124a cards: Implement card type autodetection based on ATR. by Alexander Chemeris · 6 years ago
  19. 47c73ab pySim-prog: Replace magic numbers with a readable EF file name. by Alexander Chemeris · 6 years ago
  20. a51592e pySim-prog: ADM code can be longer 8 digits, it's implementation specific. by Alexander Chemeris · 6 years ago
  21. eb6807d cards: Extend Card class with access functions for some of the standard EF files. by Alexander Chemeris · 7 years ago
  22. d2d660a Add methods to get ATR for a card or a link. by Alexander Chemeris · 7 years ago
  23. dddbf52 utils: Fix documentation. 3+3=6 digits equals 3 bytes, not 6 by Alexander Chemeris · 7 years ago
  24. a5f0ea6 utils: Functions to encode/decode EF SPN. by Alexander Chemeris · 7 years ago
  25. 067f69c ts_51_011: A file with MF/DF/EF constants from TS 51 011 by Alexander Chemeris · 7 years ago
  26. d17ca3d Fix comment: Ki -> OPC by Alexander Chemeris · 7 years ago
  27. 665bd22 utils.py: dec_imsi: Fix ValueError by Pau Espin Pedrol · 6 years ago
  28. 287b6ce pySim-prog.py: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  29. ac23ad5 pySim-*.py: Set shebang to use python v2 by Pau Espin Pedrol · 6 years ago
  30. 1d087ef Support writing SMSP for sysmoUSIM-SJS1 by Daniel Willmann · 7 years ago
  31. e960488 fix writing of ICCID for sysmo-usim-sjs1 by Philipp Maier · 7 years ago
  32. 4146086 Fix select control parameter by Philipp Maier · 7 years ago
  33. 3ce84d9 cosmetic: missing newlines on last line of 2 files by Neels Hofmeyr · 7 years ago
  34. 9b7c45d README.md: Cosmetic/Formatting fixes by Harald Welte · 7 years ago
  35. 42b6be8 Update README with general project information and convert to Markdown by Harald Welte · 7 years ago
  36. 9a1dcea Revert "Do not return the FCI information while selecting a file" by Harald Welte · 8 years ago
  37. 4e82468 re-program: Instead of specifying the IMSI, read it from the card. by Holger Hans Peter Freyther · 12 years ago
  38. 8c1b33c Do not return the FCI information while selecting a file by Jan Balke · 9 years ago
  39. 3e84067 Add provision support for sysmoUSIM-SJS1 cards by Jan Balke · 9 years ago
  40. c3ebd33 Add PIN-ADM argument to the command line by Jan Balke · 9 years ago
  41. 14b350f Allow changing the class byte for pdu messages by Jan Balke · 9 years ago
  42. e9e5ecb Introduce a '--dry-run' option to skip actual card access by Harald Welte · 12 years ago
  43. c26b829 read_params_csv: Make sure we don't end up in endless loop by Harald Welte · 12 years ago
  44. 7f62cec pySim-prog: Add mode where it can re-generate a card from CSV by Harald Welte · 12 years ago
  45. 130524b split parameter writing for CSV and SQL into separate functions by Harald Welte · 12 years ago
  46. 2fc205c cards: sysmocom SysmoSIM-GR2 support added to cards by Sylvain Munaut · 10 years ago
  47. 9f13897 pySim-read: MISDN is not mandatory by Sylvain Munaut · 11 years ago
  48. 7be92ff Move encoder functions for ICCID, IMSI and PLMN to pySim.utils for consistency. by Alexander Chemeris · 11 years ago
  49. 6e58914 Add an utility to read data from a SIM card. by Alexander Chemeris · 11 years ago
  50. 5e96c3d utils: Add functions to decode IMSI and ICCID from EF raw data. by Alexander Chemeris · 11 years ago
  51. 2188524 Implement setting of EF.ACC file in GrcardSim and _MagicSimBase by Alexander Chemeris · 11 years ago
  52. 5da8d4e cards: Fix spacing according to PEP by Sylvain Munaut · 11 years ago
  53. 053c895 cards: Fix comment position by Sylvain Munaut · 11 years ago
  54. cca4179 usim/opc: Derive OPC from KI and OP by Holger Hans Peter Freyther · 12 years ago
  55. 93b38cd usim/opc: Add support to write completely random OPC by Harald Welte · 12 years ago
  56. 4d91bf4 sysmoUSIM-GR1: Add basic (hacky) support for the sysmoUSIM-GR1 by Holger Hans Peter Freyther · 12 years ago
  57. 8ca49e9 cards: SMSP is left padded not right padded by Sylvain Munaut · 12 years ago
  58. 9977c86 pySim-prog: Fix SMSC 'number type' field to 0x81 by Sylvain Munaut · 12 years ago
  59. 607ce2a Fix computation of SMSP from a SMSC number by Sylvain Munaut · 12 years ago
  60. 1a91443 Whitespace fixes by Sylvain Munaut · 12 years ago
  61. e10394b Add sysmoSIM-GR1 as alias to grcardsim by Harald Welte · 12 years ago
  62. 2c0ff3a correctly compute the ICCID (19 digits, including luhn checksum) by Harald Welte · 12 years ago
  63. 5dffefb pySim-prog.py: pyflakes doesn't find Importerror.. by Holger Hans Peter Freyther · 12 years ago
  64. 50e7c03 README: Mention the necessary wait_for_card by Holger Hans Peter Freyther · 13 years ago
  65. 3156d90 cards: Add support for grcard.cn (Green Card) SIM cards by Harald Welte · 13 years ago
  66. 982a307 commands: Check SW for UPDATE BIN / UPDATE REC / VERIFY CHV by Harald Welte · 13 years ago
  67. 530076e commands: Fix bug in verify_chv. by Sylvain Munaut · 13 years ago
  68. 9f120e0 pySim-prog: Fix insertion of Ki in HLR. Need to escape like DBI does it by Sylvain Munaut · 13 years ago
  69. 8d243e8 pySim-prog: Fix crash when using manuam imsi/iccid/kc by Sylvain Munaut · 13 years ago
  70. 98d2b85 pySim-prog: Check that batch mode is used with auto parameters by Sylvain Munaut · 13 years ago
  71. 8f7d3ba pySim-prog: Change logic to support batch programming by Sylvain Munaut · 13 years ago
  72. bdca252 transport: Change transport api to allow for wait_for_card/connect/disconnect by Sylvain Munaut · 13 years ago
  73. 9c8729a pySim-prog: Fix pcsc device selection and link creation by Sylvain Munaut · 13 years ago
  74. 245d534 transport/pcsc: Remove obsolete/debug code by Sylvain Munaut · 13 years ago
  75. 143e99d pySim-prog: Add options to save generated parameters to CVS or OpenBSC HLR by Sylvain Munaut · 13 years ago
  76. 1771603 pySim-prog: Show default for mnc in help mode by Sylvain Munaut · 13 years ago
  77. e9fdecb pySim-prog: Group option for serial (dev & baud) together by Sylvain Munaut · 13 years ago
  78. e7c15cd transport: Put common methods in LinkBase class by Sylvain Munaut · 13 years ago
  79. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 13 years ago
  80. be17997 Add a internal h2i purely for symmetry :) by Sylvain Munaut · 13 years ago
  81. 6576ce1 Add command to submit the CHV (pin code) by Sylvain Munaut · 13 years ago
  82. 6dc5145 pySim: Add support for PC/SC readers by Harald Welte · 13 years ago
  83. 63722fd Fix format for 'SuperSim' by Sylvain Munaut · 14 years ago
  84. 36f7a2d Reset the card after formatting and auto-detect by Sylvain Munaut · 14 years ago
  85. 995c398 Add README, COPYING, .gitignor by Sylvain Munaut · 14 years ago
  86. 0d1e63a Initial import by Sylvain Munaut · 14 years ago