tag version 1.0 before introducing pysim-shell related changes
  1. 289fd28 serial: do not try to close non existing serial connection by Philipp Maier · 3 years, 4 months ago 1.0
  2. 92bdd5e serial: don't crash if the device does not exist by Philipp Maier · 3 years, 4 months ago
  3. c8caec2 utils: catch exceptions during reader initalitation by Philipp Maier · 3 years, 4 months ago
  4. bdf3d35 utils.py: Fix for parsing MNC by herlesupreeth · 3 years, 4 months ago
  5. be3b641 pySim-read.py: Enable reading of UICC IARI from ISIM by Supreeth Herle · 4 years ago
  6. a97944b sysmoISIM-SJA2: Enable programming of EF.ACC by Supreeth Herle · 4 years, 3 months ago
  7. c601923 sysmoISIM-SJA2: Enable programming of EF.MSISDN by Supreeth Herle · 4 years, 3 months ago
  8. be7007e sysmoISIM-SJA2: Add support for programming IMS public user identity by Supreeth Herle · 4 years, 3 months ago
  9. a5bd968 sysmoISIM-SJA2: Add support for programming IMS private user identity by Supreeth Herle · 4 years, 3 months ago
  10. 0c02d8a pySim-read.py: Enable reading of EF.IMPU from ISIM by Supreeth Herle · 4 years, 3 months ago
  11. 3f67f9c pySim-read.py: Enable reading of EF.IMPI from ISIM by Supreeth Herle · 4 years, 3 months ago
  12. 28484d0 Update ISIM IST table as per the 3GPP TS 31.103 specification V15.6.0 by Supreeth Herle · 4 years, 3 months ago
  13. 1279085 sysmoISIM-SJA2: Add support for programming IPv4 address for PCSCF by herlesupreeth · 3 years, 6 months ago
  14. c491dc0 sysmoISIM-SJA2: Add support for programming IPv4 address for Home ePDG Identifier by Supreeth Herle · 4 years, 3 months ago
  15. 43fd03b utils.py: Support IPv4 decoding for Address TLV object present in EF.ePDGId and EF.ePDGIdEm by Supreeth Herle · 4 years, 3 months ago
  16. 654eca7 utils.py: Support IPv4 encoding for Address TLV object present in EF.ePDGId and EF.ePDGIdEm by Supreeth Herle · 4 years, 3 months ago
  17. 4779034 sysmoISIM-SJA2: Fill unused bytes of Home ePDGId with 'f' by Supreeth Herle · 4 years, 3 months ago
  18. 79f43dd sysmoISIM-SJA2: Add support for programming IMS Home Network Domain Name by Supreeth Herle · 4 years, 3 months ago
  19. 556b0fe utils.py: Add helper method to get type of address (FQDN, IPv4, IPv6) by Supreeth Herle · 4 years, 3 months ago
  20. 44e0462 sysmoISIM-SJA2: Disable Service 95, 99, 115 in EF.UST in case ISIM is present by Supreeth Herle · 4 years, 3 months ago
  21. 05b2807 pySim-read.py: Enable reading of Home Network Domain Name from ISIM by Supreeth Herle · 4 years, 3 months ago
  22. cf727f2 sysmoISIM-SJA2: Add support for programming Proxy Call Session Control Function address by Supreeth Herle · 4 years, 3 months ago
  23. 5ad9aec pySim-read.py: Enabled reading P-CSCF address from ISIM by Supreeth Herle · 4 years, 3 months ago
  24. 75c14c0 ts_31_103.py: Add ADF map for files at ISIM ADF by herlesupreeth · 3 years, 6 months ago
  25. b0c7d12 sysmoISIM-SJA2: Inherit ISIM Card class as SysmoISIMSJA2 UICC contains an ISIM by herlesupreeth · 3 years, 6 months ago
  26. ecbada9 cards: Define ISIM Card class by herlesupreeth · 3 years, 6 months ago
  27. 3b342c2 Re-purpose helper method to be used for parsing Address TLV Object in general by Supreeth Herle · 4 years, 3 months ago
  28. acc222f sysmoISIM-SJA2: Enable Service 106 and 107 after successfully programming EF.ePDGId and EF.ePDGSelection by Supreeth Herle · 4 years, 3 months ago
  29. f964df4 sysmoISIM-SJA2: Add support for programming EF.ePDGSelection (ePDG Selection Information) by Supreeth Herle · 4 years, 3 months ago
  30. 3a261d3 utils.py: Bugfix for parsing non-programmed EFePDGSelection by herlesupreeth · 3 years, 5 months ago
  31. 95ec772 utils.py: Add helper method to encode ePDGSelection info TLV by Supreeth Herle · 4 years, 3 months ago
  32. 99d5555 pySim-read.py: Enable parsing of EF.ePDGSelection in USIM by Supreeth Herle · 4 years, 3 months ago
  33. 95b4e8d utils.py: Add helper method to parse ePDG Selection info TLV by Supreeth Herle · 4 years, 3 months ago
  34. 5d8cd9b Whitespace fixes by Daniel Willmann · 3 years, 8 months ago
  35. dd014ea Lint fixes: false -> False, missing imports, Index list, not map iter by Daniel Willmann · 3 years, 8 months ago
  36. 677d41b Remove unnecessary semicolon by Daniel Willmann · 3 years, 8 months ago
  37. de07b95 Fix invocation python2 -> python3 by Daniel Willmann · 3 years, 8 months ago
  38. 4a3580b Move reading of USIM service table to generic USIM class by herlesupreeth · 3 years, 9 months ago
  39. f8232db Move reading of ePDG Id to generic USIM class by herlesupreeth · 3 years, 9 months ago
  40. 5d0a30c Move programminig of ePDG Id to generic USIM class by herlesupreeth · 3 years, 9 months ago
  41. 3409ae7 Remove redundant hexstr_to_fivebytearr() and hexstr_to_threebytearr() functions by herlesupreeth · 3 years, 9 months ago
  42. 45fa604 Use generic function hexstr_to_Nbytearr to convert hex string to 3/5 Bytes array by herlesupreeth · 3 years, 9 months ago
  43. f394853 utils.py: Add helper method to convert a hex string into array of N bytes string elements by Supreeth Herle · 4 years, 3 months ago
  44. d84daa1 utils.py: Add helper method to encode Service Table by Supreeth Herle · 4 years, 3 months ago
  45. dfe3dbb pySim-read.py: decode contents of EF.AD (Administrative data) by Vadim Yanitskiy · 3 years, 11 months ago
  46. a562ea0 Add new line by herlesupreeth · 3 years, 9 months ago
  47. 4d9e6be Update UST table as per the latest 3GPP TS 31.102 specification by Supreeth Herle · 4 years, 3 months ago
  48. 8e0fccd sysmoISIM-SJA2: Add support for programming Home ePDG Identifier by Supreeth Herle · 4 years, 3 months ago
  49. 71e3848 Remove redundant function read_aid() by herlesupreeth · 3 years, 9 months ago
  50. 1a13c44 Use the function select_adf_by_aid for selecting an AID by herlesupreeth · 3 years, 9 months ago
  51. 8016405 cards.py: Populate AIDs present in SysmoISIMSJA2 UICC by Supreeth Herle · 4 years, 3 months ago
  52. 1e42420 fix 'TabError: inconsistent use of tabs and spaces in indentation' by Harald Welte · 3 years, 10 months ago
  53. ca67394 Add support for ADF_USIM/EF_EHPLMN by Harald Welte · 4 years ago
  54. 3c0bd7a utils.py: Add helper method to encode ePDG Identifier by Supreeth Herle · 4 years, 3 months ago
  55. d6a5ec5 utils.py: Handle parsing of ePDGId TLV with zero length by Supreeth Herle · 4 years ago
  56. e61170c utils.py add LOCI EFs decode functions by Sebastian Viviani · 4 years ago
  57. 0e9f93f commands.py: fix read_binary for lengths > 256 by Sebastian Viviani · 4 years, 2 months ago
  58. 0dc8f69 ts_31_102.py: add EF_ADF_map by Sebastian Viviani · 4 years, 1 month ago
  59. 29ca804 Implement Generic SIM Access interface as per 3GPP TS 27.007 by Vadim Yanitskiy · 4 years, 1 month ago
  60. eb06b45 utils: fix list comprehension in h2s(): ignore upper case padding by Vadim Yanitskiy · 4 years, 1 month ago
  61. d58c632 cards: remove empty erase() methods. by Philipp Maier · 4 years, 1 month ago
  62. 5c2cc66 cards: add methods to help erasing of file contents by Philipp Maier · 4 years, 1 month ago
  63. cd3d626 utils: do not crash when all bytes of EF.IMSI are 0xFF by Philipp Maier · 4 years, 1 month ago
  64. 30eb8ca commands: add features to verify data written to files by Philipp Maier · 4 years, 1 month ago
  65. 32daaf5 commands: add method to determine size of a non record oriented file by Philipp Maier · 4 years, 1 month ago
  66. e8536c0 pysim-prog: move ADM sanitation to utils.py by Philipp Maier · 4 years, 1 month ago
  67. 7f9f64a cards: reset uninitalized EF.AD by Philipp Maier · 4 years, 1 month ago
  68. 7f1d3c4 Treat MCC and MNC as strings, not integers by Harald Welte · 4 years, 1 month ago
  69. ff84c23 pySim-prog, pySim-read, do not echo reader id by Philipp Maier · 4 years, 1 month ago
  70. b689754 cards: remove len calculation by Philipp Maier · 4 years, 1 month ago
  71. d572ede utils.py: Add helper method to parse ePDG Identifier from hex string by Supreeth Herle · 4 years, 3 months ago
  72. 7d77d2d Introduce function for converting bytes list in (hex or int) to string by Supreeth Herle · 4 years, 1 month ago
  73. 9837055 Import TLV parsing related function from https://github.com/mitshell/card by Supreeth Herle · 4 years, 1 month ago
  74. 32f0d41 Fix writing of EF.HPLMNwAcT on sysmoISIM-SJA2 by Harald Welte · 4 years, 1 month ago
  75. df33037 Extend parsing and printing of Service table to ISIM by Supreeth Herle · 4 years, 2 months ago
  76. 8b72c27 Define mapping between ISIM Service Number and its description by Supreeth Herle · 4 years, 3 months ago
  77. 69e5d27 Remove redundant functions by Supreeth Herle · 4 years, 2 months ago
  78. 0c4d82d utils.py: Add helper method to parse and print Service Table by Supreeth Herle · 4 years, 2 months ago
  79. f9f3e5e cards.py: Added method to select ADF by its full AID by Supreeth Herle · 4 years, 3 months ago
  80. 475dcaa Define mapping between USIM Service Number and its description by Supreeth Herle · 4 years, 3 months ago
  81. e26331e Add ability to parse SIM Service Table (EF.SST) by Supreeth Herle · 4 years, 3 months ago
  82. 441c4a7 utils.py: Add helper method to parse Service Table by Supreeth Herle · 4 years, 3 months ago
  83. bf5d602 Define mapping between SIM Service Number and its description by Supreeth Herle · 4 years, 3 months ago
  84. 6d66af6 Move parsing of MSISDN to generic Card class by Supreeth Herle · 4 years, 3 months ago
  85. a850a47 Move parsing of HPLMNAcT to generic Card class by Supreeth Herle · 4 years, 3 months ago
  86. 1757b26 Move parsing of OPLMNwAcT to generic Card class by Supreeth Herle · 4 years, 3 months ago
  87. 1408440 Move parsing of PLMNwAcT to generic Card class by Supreeth Herle · 4 years, 3 months ago
  88. e573ccb Use read_binary function of card class to read GID2 and reduce code duplication by Supreeth Herle · 4 years, 3 months ago
  89. ad10d66 cards.py: Add generic function to read EF record in card class by Supreeth Herle · 4 years, 3 months ago
  90. d21349a cards.py: Add generic function to read EF binary to card class by Supreeth Herle · 4 years, 3 months ago
  91. c7f2f74 Move parsing of GID2 to generic Card class by Supreeth Herle · 4 years, 3 months ago
  92. 98a6927 Move parsing of GID1 to generic Card class by Supreeth Herle · 4 years, 3 months ago
  93. 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
  94. e4e9831 cards.py: Added parsing of all the AIDs in the UICC by Supreeth Herle · 4 years, 3 months ago
  95. d950786 sysmoISIM-SJA2: Add suport for USIM-only and ISIM-only cards by Philipp Maier · 4 years, 3 months ago
  96. b3e11ea sysmiISIM-SJA2: add support for new card model / os version by Philipp Maier · 4 years, 3 months ago
  97. 9664b2e cards: Python 3 fix: use the floor division operator // by Vadim Yanitskiy · 4 years, 4 months ago
  98. edf873d commands: Python 3 fix: properly distinguish str and list by Vadim Yanitskiy · 4 years, 4 months ago
  99. fa617ac transport/pcsc: explicitly specify T0 protocol by Vadim Yanitskiy · 4 years, 4 months ago
  100. 41c2217 transport/pcsc: cosmetic: reuse the existing code of PcscSimLink by Vadim Yanitskiy · 4 years, 4 months ago