1. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 4 months ago
  2. abc2336 pySim-read: put try/catch block around select_adf_by_aid() by Philipp Maier · 2 years, 7 months ago
  3. 055b80a pySim-read: do not select ADF.ISIM again by Philipp Maier · 2 years, 7 months ago
  4. bb73e51 cards: rename class "Card" to "SimCard" by Philipp Maier · 3 years, 1 month ago
  5. 5933c3b pySim-read: adjust meaning of HPLMN/OPLMN flags in EF_SPN by Robert Falkenberg · 3 years, 1 month ago
  6. e2c59a8 pySim_prog: remove unused import for dec_addr_tlv by Philipp Maier · 3 years, 1 month ago
  7. b07a3e9 Add codecs for EF_SPN and GSM strings via construct by Robert Falkenberg · 3 years, 1 month ago
  8. 4210a70 pySim-read: fix wrong comment by Philipp Maier · 3 years, 1 month ago
  9. 8fe1d20 pySim-read: Migrate over to use shared argparse from transport by Harald Welte · 3 years, 2 months ago
  10. 9d16fbc Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py by Robert Falkenberg · 3 years, 2 months ago
  11. 6e0458d Move init_reader() from utils.py to transport/__init__.py by Harald Welte · 3 years, 2 months ago
  12. cba6dbc fileystem: fix ADF selection by Philipp Maier · 3 years, 3 months ago
  13. c8caec2 utils: catch exceptions during reader initalitation by Philipp Maier · 3 years, 3 months ago
  14. cebf8b1 pySim-read.py: Add support for reading USIM+ISIM data from third-party UICC by herlesupreeth · 3 years, 4 months ago
  15. be3b641 pySim-read.py: Enable reading of UICC IARI from ISIM by Supreeth Herle · 4 years ago
  16. 0c02d8a pySim-read.py: Enable reading of EF.IMPU from ISIM by Supreeth Herle · 4 years, 2 months ago
  17. 3f67f9c pySim-read.py: Enable reading of EF.IMPI from ISIM by Supreeth Herle · 4 years, 2 months ago
  18. 05b2807 pySim-read.py: Enable reading of Home Network Domain Name from ISIM by Supreeth Herle · 4 years, 2 months ago
  19. 5ad9aec pySim-read.py: Enabled reading P-CSCF address from ISIM by Supreeth Herle · 4 years, 2 months ago
  20. 3b342c2 Re-purpose helper method to be used for parsing Address TLV Object in general by Supreeth Herle · 4 years, 2 months ago
  21. 99d5555 pySim-read.py: Enable parsing of EF.ePDGSelection in USIM by Supreeth Herle · 4 years, 2 months ago
  22. de07b95 Fix invocation python2 -> python3 by Daniel Willmann · 3 years, 8 months ago
  23. 4a3580b Move reading of USIM service table to generic USIM class by herlesupreeth · 3 years, 8 months ago
  24. f8232db Move reading of ePDG Id to generic USIM class by herlesupreeth · 3 years, 8 months ago
  25. dfe3dbb pySim-read.py: decode contents of EF.AD (Administrative data) by Vadim Yanitskiy · 3 years, 10 months ago
  26. ca67394 Add support for ADF_USIM/EF_EHPLMN by Harald Welte · 4 years ago
  27. b1634db pySim-read.py: Enable parsing of Home ePDG Identifier in USIM by Supreeth Herle · 4 years, 2 months ago
  28. 0dc8f69 ts_31_102.py: add EF_ADF_map by Sebastian Viviani · 4 years ago
  29. 29ca804 Implement Generic SIM Access interface as per 3GPP TS 27.007 by Vadim Yanitskiy · 4 years, 1 month ago
  30. ff84c23 pySim-prog, pySim-read, do not echo reader id by Philipp Maier · 4 years, 1 month ago
  31. ee15c77 Enable parsing of ISIM Service table (IST) by Supreeth Herle · 4 years, 2 months ago
  32. 9641299 Enable parsing of USIM Service table (UST) by Supreeth Herle · 4 years, 2 months ago
  33. d3b13d0 Use helper method to print available service in EF.SST by Supreeth Herle · 4 years, 1 month ago
  34. 3e6f16d pySim-read.py: Add ability to read Cards with correct CLA, P1 and P2 bytes by Supreeth Herle · 4 years, 2 months ago
  35. f9f3e5e cards.py: Added method to select ADF by its full AID by Supreeth Herle · 4 years, 2 months ago
  36. 3bf4363 Populate AIDs present on the UICC by Supreeth Herle · 4 years, 2 months ago
  37. e26331e Add ability to parse SIM Service Table (EF.SST) by Supreeth Herle · 4 years, 2 months ago
  38. 52ef675 Use the generic method read_binary of card class to read AD by Supreeth Herle · 4 years, 2 months ago
  39. 6d66af6 Move parsing of MSISDN to generic Card class by Supreeth Herle · 4 years, 2 months ago
  40. d1fb6fc Use the generic method read_binary of card class to read ACC by Supreeth Herle · 4 years, 2 months ago
  41. a850a47 Move parsing of HPLMNAcT to generic Card class by Supreeth Herle · 4 years, 2 months ago
  42. 1757b26 Move parsing of OPLMNwAcT to generic Card class by Supreeth Herle · 4 years, 2 months ago
  43. 1408440 Move parsing of PLMNwAcT to generic Card class by Supreeth Herle · 4 years, 2 months ago
  44. 9efd8ef Use the generic method read_binary of card class to read PLMNsel by Supreeth Herle · 4 years, 2 months ago
  45. 846cefb pySim-read.py: Use the method declared in cards.py to read SPN by Supreeth Herle · 4 years, 2 months ago
  46. ebe6dba Use the generic method read_record of card class to read SMSP by Supreeth Herle · 4 years, 2 months ago
  47. e573ccb Use read_binary function of card class to read GID2 and reduce code duplication by Supreeth Herle · 4 years, 2 months ago
  48. c7f2f74 Move parsing of GID2 to generic Card class by Supreeth Herle · 4 years, 2 months ago
  49. 98a6927 Move parsing of GID1 to generic Card class by Supreeth Herle · 4 years, 3 months ago
  50. f9762dc pySim-read.py: Use the method declared in cards.py to read IMSI by Supreeth Herle · 4 years, 3 months ago
  51. 3566b8e pySim-read.py: Use the method declared in cards.py to read ICCID by Supreeth Herle · 4 years, 3 months ago
  52. 4c306ab pySim-read.py: Added a common card detection function for both pySim-prog.py and pySim-read.py by Supreeth Herle · 4 years, 3 months ago
  53. 0e90e6c pySim-read.py: support for reading GID2 from SIM by Supreeth Herle · 4 years, 3 months ago
  54. ab46d62 pySim-read.py: support for reading GID1 from SIM by Supreeth Herle · 4 years, 3 months ago
  55. 4133080 pySim-read.py: do not import json, it is not needed by Vadim Yanitskiy · 4 years, 4 months ago
  56. 4b1c763 pySim-read.py: fix reading and parsing of EF.MSISDN by Supreeth Herle · 4 years, 5 months ago
  57. 6af4c21 pySim-read.py: print meaningful message when SPN is not set by Supreeth Herle · 4 years, 4 months ago
  58. a3bb334 pySim-read.py: fix copy-paste: s/HPLMNAcT/PLMNsel/ by Vadim Yanitskiy · 4 years, 4 months ago
  59. 6727f0c Fix compatibility with Python 3: print() is a function by Vadim Yanitskiy · 4 years, 4 months ago
  60. e51643e Fix file permission by Supreeth Herle · 4 years, 10 months ago
  61. f829945 Added feature to read Service Provider Name (SPN) from the SIM card by Supreeth Herle · 5 years ago
  62. 84d2cb3 python3 conversion: fix tabs and spaces inconsistency by Denis 'GNUtoo' Carikli · 4 years, 9 months ago
  63. 35a96ed pySim-*.py: print info about selected reader interface by Vadim Yanitskiy · 6 years ago
  64. 89cfded Use reference array for reading ICCID by Max · 5 years ago
  65. 851e9c0 utils: add EF [H|O]PLMNwAcT decoding. by Daniel Laszlo Sitzer · 5 years ago
  66. ee908ae sysmo-usim-sjs1: update EF.AD with correct MNC length by Philipp Maier · 5 years ago
  67. 9f9f5a6 pySim-*.py: add command line option for Calypso reader by Vadim Yanitskiy · 6 years ago
  68. 588f3ac pySim-*.py: refactor card reader driver initialization by Vadim Yanitskiy · 6 years ago
  69. a265049 pySim-read: read contents of PLMN related files. by Philipp Maier · 6 years ago
  70. ea6bdf0 pySim-read: Print exception when reading of EF.MSISDN fails by Philipp Maier · 6 years ago
  71. ac23ad5 pySim-*.py: Set shebang to use python v2 by Pau Espin Pedrol · 6 years ago
  72. 9f13897 pySim-read: MISDN is not mandatory by Sylvain Munaut · 11 years ago
  73. 6e58914 Add an utility to read data from a SIM card. by Alexander Chemeris · 11 years ago