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