1. 5a54101 pySim-prog.py: add support for MSISDN programming by Supreeth Herle · 4 years, 7 months ago
  2. 4b1c763 pySim-read.py: fix reading and parsing of EF.MSISDN by Supreeth Herle · 4 years, 7 months ago
  3. d24f163 Fix MCC and MCC representation in the output of pySim-read by Supreeth Herle · 4 years, 7 months ago
  4. f442fb4 cards/sysmoUSIM-SJS1: support programming of EF.HPLMNwAcT by Supreeth Herle · 4 years, 6 months ago
  5. c8796a3 cards/sysmoUSIM-SJS1: support programming of ACC bits by Supreeth Herle · 4 years, 6 months ago
  6. 2d78597 cards: fix reading of EF.HPLMNwAcT in Card.update_hplmn_act() by Supreeth Herle · 4 years, 7 months ago
  7. 9ca41c1 cards: cosmetic/indentation fix: use tabs, not spaces by Supreeth Herle · 4 years, 6 months ago
  8. 840a9e2 pySim-prog.py: add presence/length checks for user-provided SPN by Supreeth Herle · 4 years, 6 months ago
  9. 6727f0c Fix compatibility with Python 3: print() is a function by Vadim Yanitskiy · 4 years, 5 months ago
  10. 7947d92 Added feature to program SPN into sysmoUSIM-SJS1 SIM cards by Supreeth Herle · 5 years ago
  11. 0ad5bcf cards: Add support for sysmo-isim-sja2 by Philipp Maier · 4 years, 6 months ago
  12. cdfdd41 commands: fix __record_len() by Philipp Maier · 4 years, 7 months ago
  13. 5a87631 cards.py: do not use spaces in card names by Philipp Maier · 4 years, 8 months ago
  14. 8902bcd python3 conversion: Use python 2 and 3 compatible exceptions by Denis 'GNUtoo' Carikli · 4 years, 10 months ago
  15. 84d2cb3 python3 conversion: fix tabs and spaces inconsistency by Denis 'GNUtoo' Carikli · 4 years, 10 months ago
  16. 7592eee pySim-prog: use functions to derive MCC/MNC from IMSI by Philipp Maier · 4 years, 10 months ago
  17. be069e2 cards: use string representation for MNC/MCC by Philipp Maier · 4 years, 10 months ago
  18. c5b422e Add support for automatic card handling by Philipp Maier · 4 years, 10 months ago
  19. 7d38d74 pySim-prog: Print out hex-escaped pin_adm in card parameters by Daniel Willmann · 6 years ago
  20. 23888da make writing SMSP optional by Harald Welte · 4 years, 10 months ago
  21. 67acdbc Make programming OPC optional by Daniel Willmann · 6 years ago
  22. 5491c48 Don't try to parse result if select_file() failed by Max · 6 years ago
  23. 851e9c0 utils: add EF [H|O]PLMNwAcT decoding. by Daniel Laszlo Sitzer · 6 years ago
  24. 6e507a7 wavemobile-sim: write mnc-length field ine EF.AD by Philipp Maier · 5 years ago
  25. 45daa92 cosmetic: fix sourecode formatting by Philipp Maier · 5 years ago
  26. ee908ae sysmo-usim-sjs1: update EF.AD with correct MNC length by Philipp Maier · 5 years ago
  27. 2d15ea0 cards: sysmo-usim-sjs1: add programming of EF.PLMNsel, EF.PLMNwAcT and EF.OPLMNwAcT by Philipp Maier · 5 years ago
  28. 91f26d7 commands: correct case of a TLV tag (A5 => a5) by Philipp Maier · 5 years ago
  29. 1381ff1 pySim/transport: introduce Calypso based reader interface by Vadim Yanitskiy · 6 years ago
  30. 0ec1475 utils: fix encoding/decoding of IMSI value by Ben Fox-Moore · 6 years ago
  31. c8ce82a cards: Add support for Wavemobile SIM by Philipp Maier · 6 years ago
  32. a3de5a3 cards: do not feed ascii as adm for sysmosim-gr1 by Philipp Maier · 6 years ago
  33. 087feff cards: autodetect sysmosim-gr1 by Philipp Maier · 6 years ago
  34. fb98dd6 commands: depend on pytlv only when it is actually needed by Philipp Maier · 6 years ago
  35. af9ae8b cards: return SW in method update_plmnsel() of class Card by Philipp Maier · 6 years ago
  36. 1be35bf cosmetic: fix cut and paste error in comment by Philipp Maier · 6 years ago
  37. 589c1a4 cosmetic: fix excess space in log output (typo) by Philipp Maier · 6 years ago
  38. 5bf4260 cards: add update method for EF:PLMNsel to Card class by Philipp Maier · 6 years ago
  39. 0e3fcaa commands: get file/record length from FCP (USIM) by Philipp Maier · 6 years ago
  40. 859e0fd __init__: also fetch response bytes for USIMs automatically by Philipp Maier · 6 years ago
  41. d4ebb6f __init__: allow wildcards in expected SW for send_apdu_checksw() by Philipp Maier · 6 years ago
  42. 9eeadfc add support for open cells SIM cards by Todd Neal · 6 years ago
  43. 6cbecaa transport/serial: Fix serial transport by Martin Hauke · 6 years ago
  44. 19fffa1 Make derive_milenage_opc and calculate_luhn publicly available through utils.py by Alexander Chemeris · 6 years ago
  45. e0d9d88 cards: Add Fairwaves SIM implementation. by Alexander Chemeris · 6 years ago
  46. 8ad124a cards: Implement card type autodetection based on ATR. by Alexander Chemeris · 6 years ago
  47. eb6807d cards: Extend Card class with access functions for some of the standard EF files. by Alexander Chemeris · 7 years ago
  48. d2d660a Add methods to get ATR for a card or a link. by Alexander Chemeris · 7 years ago
  49. dddbf52 utils: Fix documentation. 3+3=6 digits equals 3 bytes, not 6 by Alexander Chemeris · 7 years ago
  50. a5f0ea6 utils: Functions to encode/decode EF SPN. by Alexander Chemeris · 7 years ago
  51. 067f69c ts_51_011: A file with MF/DF/EF constants from TS 51 011 by Alexander Chemeris · 7 years ago
  52. 665bd22 utils.py: dec_imsi: Fix ValueError by Pau Espin Pedrol · 7 years ago
  53. 1d087ef Support writing SMSP for sysmoUSIM-SJS1 by Daniel Willmann · 7 years ago
  54. e960488 fix writing of ICCID for sysmo-usim-sjs1 by Philipp Maier · 7 years ago
  55. 4146086 Fix select control parameter by Philipp Maier · 7 years ago
  56. 3ce84d9 cosmetic: missing newlines on last line of 2 files by Neels Hofmeyr · 7 years ago
  57. 9a1dcea Revert "Do not return the FCI information while selecting a file" by Harald Welte · 8 years ago
  58. 8c1b33c Do not return the FCI information while selecting a file by Jan Balke · 9 years ago
  59. 3e84067 Add provision support for sysmoUSIM-SJS1 cards by Jan Balke · 9 years ago
  60. c3ebd33 Add PIN-ADM argument to the command line by Jan Balke · 9 years ago
  61. 14b350f Allow changing the class byte for pdu messages by Jan Balke · 9 years ago
  62. 2fc205c cards: sysmocom SysmoSIM-GR2 support added to cards by Sylvain Munaut · 11 years ago
  63. 7be92ff Move encoder functions for ICCID, IMSI and PLMN to pySim.utils for consistency. by Alexander Chemeris · 11 years ago
  64. 5e96c3d utils: Add functions to decode IMSI and ICCID from EF raw data. by Alexander Chemeris · 11 years ago
  65. 2188524 Implement setting of EF.ACC file in GrcardSim and _MagicSimBase by Alexander Chemeris · 11 years ago
  66. 5da8d4e cards: Fix spacing according to PEP by Sylvain Munaut · 11 years ago
  67. 053c895 cards: Fix comment position by Sylvain Munaut · 11 years ago
  68. 93b38cd usim/opc: Add support to write completely random OPC by Harald Welte · 12 years ago
  69. 4d91bf4 sysmoUSIM-GR1: Add basic (hacky) support for the sysmoUSIM-GR1 by Holger Hans Peter Freyther · 12 years ago
  70. 8ca49e9 cards: SMSP is left padded not right padded by Sylvain Munaut · 13 years ago
  71. 607ce2a Fix computation of SMSP from a SMSC number by Sylvain Munaut · 13 years ago
  72. e10394b Add sysmoSIM-GR1 as alias to grcardsim by Harald Welte · 13 years ago
  73. 2c0ff3a correctly compute the ICCID (19 digits, including luhn checksum) by Harald Welte · 13 years ago
  74. 3156d90 cards: Add support for grcard.cn (Green Card) SIM cards by Harald Welte · 13 years ago
  75. 982a307 commands: Check SW for UPDATE BIN / UPDATE REC / VERIFY CHV by Harald Welte · 13 years ago
  76. 530076e commands: Fix bug in verify_chv. by Sylvain Munaut · 14 years ago
  77. bdca252 transport: Change transport api to allow for wait_for_card/connect/disconnect by Sylvain Munaut · 14 years ago
  78. 245d534 transport/pcsc: Remove obsolete/debug code by Sylvain Munaut · 14 years ago
  79. e7c15cd transport: Put common methods in LinkBase class by Sylvain Munaut · 14 years ago
  80. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 14 years ago