1. 2bb17f3 pySim-shell: export: Add FCP template to export by Harald Welte · 2 years, 5 months ago
  2. 3c9b784 pySim-shell: support TS 102 222 administrative commands by Harald Welte · 2 years, 9 months ago
  3. 747a978 ts_102_221: Implement File Descriptor using construct by Harald Welte · 2 years, 5 months ago
  4. ee670bc pySim-shell: Allow selecting of deep paths like DF.GSM/EF.IMSI by Harald Welte · 2 years, 5 months ago
  5. 226b866 ts_31_103: TLV definitions for IMS, XCAP and MudMid configuration by Harald Welte · 2 years, 5 months ago
  6. 540adb0 ts_51_011: EF_CMI: Decoder the alpha_id string by Harald Welte · 2 years, 5 months ago
  7. 1e73d22 ts_51_011: Convert EF_ADN and EF_ACC to Construct by Harald Welte · 2 years, 5 months ago
  8. bc0e209 ts_51_011: Proper decode of EF.SMSP by Harald Welte · 2 years, 5 months ago
  9. 3bb516b Improve IST/UST check documentation (for the user manual) by Harald Welte · 2 years, 5 months ago
  10. aceb2a5 ust_service_check: proper treatment of files in sub-directories by Harald Welte · 2 years, 5 months ago
  11. 419bb49 ts_31_102: service annotations for DF.{5GS,WLAN,HNB} by Harald Welte · 2 years, 5 months ago
  12. fa8b8d1 ts_31_102: Use perror() instead of poutput() for errors by Harald Welte · 2 years, 5 months ago
  13. 82f75c2 ts_31_102: Add more EF.UST checks to 'ust_service_check' command by Harald Welte · 2 years, 5 months ago
  14. d53918c filesystem: Fix CardMF.get_app_names() by Harald Welte · 2 years, 5 months ago
  15. 6ca2fa7 Split EF.UST handling from EF.IST and EF.SST by Harald Welte · 2 years, 5 months ago
  16. 4c5e231 ts_31_102: Add "ust_service_check" command. by Harald Welte · 2 years, 5 months ago
  17. 3729c47 commands: Add method to select parent DF ("cd ..") by Harald Welte · 2 years, 5 months ago
  18. a630a3c cosmetic: Remove extraneous empty lines between spec-section-comment and class by Harald Welte · 2 years, 5 months ago
  19. 6169c72 USIM + ISIM: Specify the services associated with each file by Harald Welte · 2 years, 5 months ago
  20. 9170fbf filesystem: Maintain a 'service' attribute for all files on a card by Harald Welte · 2 years, 5 months ago
  21. c8c3327 ts_102_221: Proper parsing of FCP using pySim.tlv instead of pytlv by Harald Welte · 2 years, 5 months ago
  22. e4a6eaf tlv: Don't raise exception if somebody passes empty data to TLV decoder by Harald Welte · 2 years, 5 months ago
  23. c975251 filesystem: Don't pass empty string to parse_select_response() by Harald Welte · 2 years, 5 months ago
  24. d0519e0 construct: Add Construct for variable-length int 'GreedyInteger' by Harald Welte · 2 years, 5 months ago
  25. e8d177d tlv: Convert CamelCase class name to snake_case in json by Harald Welte · 2 years, 5 months ago
  26. 9a2a669 tlv: Function for flattening the list-of-dict output of TLV decoder by Harald Welte · 2 years, 5 months ago
  27. 425038f utils: Fix missing Optional[] in type annotations by Harald Welte · 2 years, 5 months ago
  28. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  29. 181c7c5 ts_102_221: Implement proper parsing of EF.DIR by Harald Welte · 2 years, 5 months ago
  30. ca60ac2 filesystem.py: Accept both a class or an instance as TLV._tlv member by Harald Welte · 2 years, 5 months ago
  31. 6551627 ts_31_102: TLV._tlv must point to the class, not an instance by Harald Welte · 2 years, 5 months ago
  32. 944cd2f filesystem: Fix TLV decode/encode by Harald Welte · 2 years, 6 months ago
  33. e894749 Better decode of EF.UST, EF.EST and EF.IST by Harald Welte · 2 years, 5 months ago
  34. 08b2499 utils.py: Fix some tuple type annotations by Harald Welte · 2 years, 5 months ago
  35. 5036877 utils.py: type annotations for DataObject related methods by Harald Welte · 2 years, 5 months ago
  36. b060833 ts_102_221: Handle nested security condition data objects by Harald Welte · 2 years, 5 months ago
  37. aaf5931 ts_51_011: Fix type annotation for Tuple[int, int] by Harald Welte · 2 years, 5 months ago
  38. 6113fe9 ts_51_011: Fix typo in EF_MMSUP by Harald Welte · 2 years, 6 months ago
  39. 06c4a5b ts_31_102: EF.PNN encoding is identical to that of DF.GSM by Harald Welte · 2 years, 6 months ago
  40. bf82ceb avoid pylint E0611: No name 'strxor' in module 'Crypto.Util.strxor' by Harald Welte · 2 years, 5 months ago
  41. e91405e implement shell command to update PLMN in IMSI by Bjoern Riemer · 2 years, 7 months ago
  42. 9c93cec transport/serial: fix for Python 3 by Steve Markgraf · 2 years, 5 months ago
  43. 0c840f0 ts_102_221: decode/encode EF.PL by Harald Welte · 2 years, 6 months ago
  44. b3d68c0 pySim-shell: alphabetically sort name of files in 'dir' command by Harald Welte · 2 years, 6 months ago
  45. 2a701ee cosmetic: Use EF.FDN instead of EF_FDN in ts_51_011.py by Harald Welte · 2 years, 6 months ago
  46. ff2d86d ts_31_102: Add support for EF.ECC (emergency call codes) by Harald Welte · 2 years, 6 months ago
  47. ffee89a add missing bit definition for NG-RAN in xAcT by Bjoern Riemer · 2 years, 6 months ago
  48. da57ef1 catch and ignore SwMatchError on probing for AID's by Bjoern Riemer · 2 years, 6 months ago
  49. 0e4515f filesystem: use correct AID for applications found by probing by Philipp Maier · 2 years, 6 months ago
  50. 8d8bdef filesystem: actively probe applications by Philipp Maier · 2 years, 7 months ago
  51. c104095 fix: Decoder may raise KeyError by Lennart Rosam · 2 years, 7 months ago
  52. 931bc66 cards: Make select_adf_by_aid() use prefix AID selection by Philipp Maier · 2 years, 8 months ago
  53. 47833bc cards: make _get_aid case insensitive by Philipp Maier · 2 years, 8 months ago
  54. 9e42e7f profile: decode_select_response use object instead 'Any' by Philipp Maier · 2 years, 8 months ago
  55. 5998a3a profile: decode_select_response can be a static method by Philipp Maier · 2 years, 8 months ago
  56. f1fc619 commands: use send_apdu_checksw() in method read_record by Philipp Maier · 2 years, 8 months ago
  57. 4ab971c ts_51_011: move _decode_select_response into profile class by Philipp Maier · 2 years, 8 months ago
  58. a028c7d pySim-shell: add method to match card profile to card by Philipp Maier · 2 years, 8 months ago
  59. 46c6154 cards: select_adf_by_aid: split off aid completion by Philipp Maier · 2 years, 8 months ago
  60. 95ce6b1 ARA-M related command support by Harald Welte · 2 years, 9 months ago
  61. a4df942 ts_51_011: add status word definition by Philipp Maier · 2 years, 8 months ago
  62. 6b590c5 filesystem: CardProfile: initialize empty sw table as empty dict by Philipp Maier · 2 years, 8 months ago
  63. 51cad0d filesystem: define class byte and select control bytes in profile by Philipp Maier · 2 years, 8 months ago
  64. 4e2e1d9 filesystem: make sure the card is in a defined state by Philipp Maier · 2 years, 8 months ago
  65. d454fe7 filesystem: do not read AIDs when no apps are defined by Philipp Maier · 2 years, 8 months ago
  66. 5af7bdf filesystem: fix decode_select_response by Philipp Maier · 2 years, 8 months ago
  67. e087f90 commands: return none, when offset exceeds file length by Philipp Maier · 2 years, 8 months ago
  68. 712251a commands: complete documentation strings by Philipp Maier · 2 years, 8 months ago
  69. 1db3311 utils: cosmetic: remove stray comment by Philipp Maier · 2 years, 8 months ago
  70. 796ca3d commands: do not check SW manually, use send_apdu_checksw() by Philipp Maier · 2 years, 8 months ago
  71. dbd5ed6 Python is not C: get rid of unnecessary semicolons by Vadim Yanitskiy · 2 years, 8 months ago
  72. c8387dc ts_51_011: implement CardProfileSIM as a class by Philipp Maier · 2 years, 8 months ago
  73. 946226a filesystem: fix reset mechanism by Philipp Maier · 2 years, 8 months ago
  74. 30b225f cards: add method to modify APDU parameters (cla, sel_ctrl) by Philipp Maier · 2 years, 8 months ago
  75. 51e4cb7 commands: use python style commends to describe methods by Philipp Maier · 2 years, 8 months ago
  76. 305e1f8 cards: use python style commends to describe methods by Philipp Maier · 2 years, 8 months ago
  77. 9a75410 utils: Fix BER-TLV tag decode for multi-byte tags by Harald Welte · 2 years, 9 months ago
  78. 5895380 tlv: Fix recursive initialization from_dict() by Harald Welte · 2 years, 9 months ago
  79. 04c1302 tlv: Don't require encoder/decoder methods for TLV without value by Harald Welte · 2 years, 9 months ago
  80. ec95053 pySim-shell: Add suspend_uicc command by Harald Welte · 2 years, 9 months ago
  81. 2a33ad2 pySim-shell: Add support for GSM-R SIM Cards with DF.EIRENE by Harald Welte · 2 years, 9 months ago
  82. 57f65ee ts_31_10x: add a class for CardApplicationXSIM by Philipp Maier · 2 years, 9 months ago
  83. eb45838 sysmocom_sja2: Properly decode EF.USIM_SQN freshness by Harald Welte · 2 years, 9 months ago
  84. 7a8aa86 ts_51_011: Add encoder for EF.SST by Harald Welte · 2 years, 9 months ago
  85. 611dd78 commands: Fix read_binary() for non-zero offset by Harald Welte · 2 years, 9 months ago
  86. 5d698e5 pySim-shell: allow card insertion at runtime by Philipp Maier · 2 years, 10 months ago
  87. 3c30988 ts_51_011: fix select response decoder by Philipp Maier · 2 years, 9 months ago
  88. 80901d6 commands: fix update_binary() with non-zero offset by Harald Welte · 2 years, 9 months ago
  89. 4c1dca0 CardModel: Document how this 'magic' works in some comments. by Harald Welte · 2 years, 9 months ago
  90. f898c28 51.011: Fix EF_SST decoder for services > table description by Harald Welte · 2 years, 9 months ago
  91. 1aae4a0 filsystem: Make NotImplementedError more verbose. by Harald Welte · 2 years, 9 months ago
  92. 7cb94e4 USIM: Add ENVELOPE and ENVELOPE-SMS shell commands by Harald Welte · 2 years, 9 months ago
  93. 846a898 Add API + shell command for sending TERMINAL PROFILE to card by Harald Welte · 2 years, 9 months ago
  94. f44256c pysim-Shell: Add sysmocom SJA2 card specific bits by Harald Welte · 2 years, 9 months ago
  95. 9edbdb9 cat: Fix SMS/ENVELOPE related IE tag definitions by Harald Welte · 2 years, 9 months ago
  96. f235954 cat: Add more terminal profile bitmask definitions by Harald Welte · 2 years, 9 months ago
  97. 6477309 cards: remove "auto_once" from possible ctype options by Philipp Maier · 2 years, 9 months ago
  98. 913e616 card_handler: clean-up by Harald Welte · 2 years, 9 months ago
  99. 2bc2131 cards: remove unused function card_autodetect() by Philipp Maier · 2 years, 9 months ago
  100. 64b2837 cards: FairwavesSIM: force SIM APDUs during programming by Philipp Maier · 2 years, 9 months ago