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