1. 777ee9e Add FPLMN read and program by Matan Perelman · 1 year, 2 months ago
  2. c296cb5 cards: Add support for Gialer SIM cards by Matan Perelman · 1 year, 2 months ago
  3. 0489ae6 cards.py: support ATR-based detection of sysmoISIM-SJA5 by Harald Welte · 1 year, 1 month ago
  4. 8490240 cards: sysmo-isim-sja2: make sure an ADF is present in EF.DIR before selecting it by Philipp Maier · 1 year, 5 months ago
  5. 284ac10 cards: also program EF.AD under ADF.USIM by Philipp Maier · 1 year, 6 months ago
  6. de0cf16 cards: fix typo by Philipp Maier · 1 year, 6 months ago
  7. 0a8d9f0 cards: check length of mnc more restrictively by Philipp Maier · 1 year, 7 months ago
  8. 04b5d9d Py2 -> Py3: do not inherit classes from object by Vadim Yanitskiy · 2 years ago
  9. bda5283 cards: populate ADM1 key reference member by Philipp Maier · 2 years, 1 month ago
  10. b954451 SimCard.reset(): fix SyntaxWarning: 'is' with a literal by Vadim Yanitskiy · 2 years, 2 months ago
  11. 6ca2fa7 Split EF.UST handling from EF.IST and EF.SST by Harald Welte · 2 years, 5 months ago
  12. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  13. 931bc66 cards: Make select_adf_by_aid() use prefix AID selection by Philipp Maier · 2 years, 8 months ago
  14. 47833bc cards: make _get_aid case insensitive by Philipp Maier · 2 years, 8 months ago
  15. 46c6154 cards: select_adf_by_aid: split off aid completion by Philipp Maier · 2 years, 8 months ago
  16. 946226a filesystem: fix reset mechanism by Philipp Maier · 2 years, 8 months ago
  17. 30b225f cards: add method to modify APDU parameters (cla, sel_ctrl) by Philipp Maier · 2 years, 8 months ago
  18. 305e1f8 cards: use python style commends to describe methods by Philipp Maier · 2 years, 8 months ago
  19. 6477309 cards: remove "auto_once" from possible ctype options by Philipp Maier · 2 years, 9 months ago
  20. 2bc2131 cards: remove unused function card_autodetect() by Philipp Maier · 2 years, 9 months ago
  21. 64b2837 cards: FairwavesSIM: force SIM APDUs during programming by Philipp Maier · 2 years, 9 months ago
  22. bb73e51 cards: rename class "Card" to "SimCard" by Philipp Maier · 3 years, 2 months ago
  23. be18f2a utils: split string formatting from dec_addr_tlv by Philipp Maier · 3 years, 2 months ago
  24. fc5f28d cards: populate name property in Card, UsimCard and IsimCard by Philipp Maier · 3 years, 2 months ago
  25. b07a3e9 Add codecs for EF_SPN and GSM strings via construct by Robert Falkenberg · 3 years, 2 months ago
  26. eb39586 [pylint] Fix float vs integer division in cards.py by Vadim Yanitskiy · 3 years, 2 months ago
  27. 85302d6 [pylint] Mark abstract MagicSimBase class as such by Vadim Yanitskiy · 3 years, 2 months ago
  28. d9a8d2f [pylint] Fix calling non-existing iteritems() of dict by Vadim Yanitskiy · 3 years, 2 months ago
  29. 03c67f7 [pylint] Declare some fields in _MagicSimBase class by Vadim Yanitskiy · 3 years, 2 months ago
  30. b46cb3f utils: fix encoding of EF.MSISDN by Philipp Maier · 3 years, 2 months ago
  31. 9d16fbc Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py by Robert Falkenberg · 3 years, 3 months ago
  32. c9cdce3 fix various typos all over the code by Harald Welte · 3 years, 3 months ago
  33. d0505bd WIP: Add option to set UE operation mode in EF_AD (Administrative Data) by Robert Falkenberg · 3 years, 4 months ago
  34. 75487ae Use zero padding for EF['ACC'] field by Robert Falkenberg · 3 years, 3 months ago
  35. 5459536 SysmoISIM-SJA2: Add option to set Service Provider Name (SPN) by Robert Falkenberg · 3 years, 3 months ago
  36. cba6dbc fileystem: fix ADF selection by Philipp Maier · 3 years, 4 months ago
  37. 1e896f3 pySim-shell: add ADF.ISIM / ADF.USIM dynamically by Philipp Maier · 3 years, 4 months ago
  38. 05f42ee cards: remove unnecessary execptions. by Philipp Maier · 3 years, 4 months ago
  39. 4f6ca43 start using python3 bytearray for our b2h/h2b types by Harald Welte · 3 years, 5 months ago
  40. c0499c8 commands.py: rename select_file() to select_path() by Harald Welte · 3 years, 5 months ago
  41. a670425 cards.py: SJS1 + SJA2: Implement + Expose verify_adm() method by Harald Welte · 3 years, 6 months ago
  42. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 4 months ago
  43. be3b641 pySim-read.py: Enable reading of UICC IARI from ISIM by Supreeth Herle · 4 years, 1 month ago
  44. a97944b sysmoISIM-SJA2: Enable programming of EF.ACC by Supreeth Herle · 4 years, 3 months ago
  45. c601923 sysmoISIM-SJA2: Enable programming of EF.MSISDN by Supreeth Herle · 4 years, 3 months ago
  46. be7007e sysmoISIM-SJA2: Add support for programming IMS public user identity by Supreeth Herle · 4 years, 3 months ago
  47. a5bd968 sysmoISIM-SJA2: Add support for programming IMS private user identity by Supreeth Herle · 4 years, 3 months ago
  48. 0c02d8a pySim-read.py: Enable reading of EF.IMPU from ISIM by Supreeth Herle · 4 years, 3 months ago
  49. 3f67f9c pySim-read.py: Enable reading of EF.IMPI from ISIM by Supreeth Herle · 4 years, 3 months ago
  50. 1279085 sysmoISIM-SJA2: Add support for programming IPv4 address for PCSCF by herlesupreeth · 3 years, 6 months ago
  51. c491dc0 sysmoISIM-SJA2: Add support for programming IPv4 address for Home ePDG Identifier by Supreeth Herle · 4 years, 3 months ago
  52. 4779034 sysmoISIM-SJA2: Fill unused bytes of Home ePDGId with 'f' by Supreeth Herle · 4 years, 3 months ago
  53. 79f43dd sysmoISIM-SJA2: Add support for programming IMS Home Network Domain Name by Supreeth Herle · 4 years, 3 months ago
  54. 44e0462 sysmoISIM-SJA2: Disable Service 95, 99, 115 in EF.UST in case ISIM is present by Supreeth Herle · 4 years, 3 months ago
  55. 05b2807 pySim-read.py: Enable reading of Home Network Domain Name from ISIM by Supreeth Herle · 4 years, 3 months ago
  56. cf727f2 sysmoISIM-SJA2: Add support for programming Proxy Call Session Control Function address by Supreeth Herle · 4 years, 3 months ago
  57. 5ad9aec pySim-read.py: Enabled reading P-CSCF address from ISIM by Supreeth Herle · 4 years, 3 months ago
  58. b0c7d12 sysmoISIM-SJA2: Inherit ISIM Card class as SysmoISIMSJA2 UICC contains an ISIM by herlesupreeth · 3 years, 6 months ago
  59. ecbada9 cards: Define ISIM Card class by herlesupreeth · 3 years, 6 months ago
  60. 3b342c2 Re-purpose helper method to be used for parsing Address TLV Object in general by Supreeth Herle · 4 years, 3 months ago
  61. acc222f sysmoISIM-SJA2: Enable Service 106 and 107 after successfully programming EF.ePDGId and EF.ePDGSelection by Supreeth Herle · 4 years, 3 months ago
  62. f964df4 sysmoISIM-SJA2: Add support for programming EF.ePDGSelection (ePDG Selection Information) by Supreeth Herle · 4 years, 3 months ago
  63. 99d5555 pySim-read.py: Enable parsing of EF.ePDGSelection in USIM by Supreeth Herle · 4 years, 3 months ago
  64. 5d8cd9b Whitespace fixes by Daniel Willmann · 3 years, 9 months ago
  65. 677d41b Remove unnecessary semicolon by Daniel Willmann · 3 years, 9 months ago
  66. 4a3580b Move reading of USIM service table to generic USIM class by herlesupreeth · 3 years, 9 months ago
  67. f8232db Move reading of ePDG Id to generic USIM class by herlesupreeth · 3 years, 9 months ago
  68. 5d0a30c Move programminig of ePDG Id to generic USIM class by herlesupreeth · 3 years, 9 months ago
  69. 8e0fccd sysmoISIM-SJA2: Add support for programming Home ePDG Identifier by Supreeth Herle · 4 years, 3 months ago
  70. 71e3848 Remove redundant function read_aid() by herlesupreeth · 3 years, 10 months ago
  71. 1a13c44 Use the function select_adf_by_aid for selecting an AID by herlesupreeth · 3 years, 10 months ago
  72. 8016405 cards.py: Populate AIDs present in SysmoISIMSJA2 UICC by Supreeth Herle · 4 years, 3 months ago
  73. 1e42420 fix 'TabError: inconsistent use of tabs and spaces in indentation' by Harald Welte · 3 years, 10 months ago
  74. ca67394 Add support for ADF_USIM/EF_EHPLMN by Harald Welte · 4 years, 1 month ago
  75. 0dc8f69 ts_31_102.py: add EF_ADF_map by Sebastian Viviani · 4 years, 1 month ago
  76. d58c632 cards: remove empty erase() methods. by Philipp Maier · 4 years, 2 months ago
  77. 5c2cc66 cards: add methods to help erasing of file contents by Philipp Maier · 4 years, 2 months ago
  78. 7f9f64a cards: reset uninitalized EF.AD by Philipp Maier · 4 years, 2 months ago
  79. b689754 cards: remove len calculation by Philipp Maier · 4 years, 2 months ago
  80. 32f0d41 Fix writing of EF.HPLMNwAcT on sysmoISIM-SJA2 by Harald Welte · 4 years, 2 months ago
  81. 69e5d27 Remove redundant functions by Supreeth Herle · 4 years, 3 months ago
  82. f9f3e5e cards.py: Added method to select ADF by its full AID by Supreeth Herle · 4 years, 3 months ago
  83. e26331e Add ability to parse SIM Service Table (EF.SST) by Supreeth Herle · 4 years, 4 months ago
  84. 6d66af6 Move parsing of MSISDN to generic Card class by Supreeth Herle · 4 years, 4 months ago
  85. a850a47 Move parsing of HPLMNAcT to generic Card class by Supreeth Herle · 4 years, 4 months ago
  86. 1757b26 Move parsing of OPLMNwAcT to generic Card class by Supreeth Herle · 4 years, 4 months ago
  87. 1408440 Move parsing of PLMNwAcT to generic Card class by Supreeth Herle · 4 years, 4 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, 4 months ago
  92. 98a6927 Move parsing of GID1 to generic Card class by Supreeth Herle · 4 years, 4 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, 4 months ago
  94. e4e9831 cards.py: Added parsing of all the AIDs in the UICC by Supreeth Herle · 4 years, 4 months ago
  95. d950786 sysmoISIM-SJA2: Add suport for USIM-only and ISIM-only cards by Philipp Maier · 4 years, 4 months ago
  96. b3e11ea sysmiISIM-SJA2: add support for new card model / os version by Philipp Maier · 4 years, 4 months ago
  97. 9664b2e cards: Python 3 fix: use the floor division operator // by Vadim Yanitskiy · 4 years, 4 months ago
  98. 99affe1 Py2 -> Py3: use the floor division operator // where possible by Vadim Yanitskiy · 4 years, 5 months ago
  99. 5a54101 pySim-prog.py: add support for MSISDN programming by Supreeth Herle · 4 years, 7 months ago
  100. f442fb4 cards/sysmoUSIM-SJS1: support programming of EF.HPLMNwAcT by Supreeth Herle · 4 years, 6 months ago