1. da2fa83 pySim-shell.py: add a command for RUN GSM ALGORITHM by Vadim Yanitskiy · 2 years, 1 month ago fixeria/run_gsm_alg
  2. 6865819 SimCardCommands.run_gsm(): use send_apdu_checksw() by Vadim Yanitskiy · 2 years, 1 month ago
  3. a576764 fix SimCardCommands.run_gsm(): always use CLA=0xa0 by Vadim Yanitskiy · 2 years, 1 month ago
  4. c30bed2 ts_102_221: Add encode/write support of EF.ARR records by Harald Welte · 2 years, 1 month ago
  5. 0dcdfbf utils: Add DataObjectSequence.encode_multi() by Harald Welte · 2 years, 1 month ago
  6. 785d484 utils: Fix bugs in DataObject encoders by Harald Welte · 2 years, 1 month ago
  7. b7f35ac ts_31_103: Correct file-id of EF.DOMAIN in ADF.ISIM by æstrid smith · 2 years, 2 months ago
  8. ab91d87 ts_31_102: Avoid pylint false positive by Harald Welte · 2 years, 2 months ago
  9. aefd064 pySim-shell: Add 'decode_hex' command for transparent + linear EF by Harald Welte · 2 years, 3 months ago
  10. 34eb504 Initial support for GlobalPlatform by Harald Welte · 2 years, 3 months ago
  11. a037762 ts_31_102: Further decode TAI in EF.OPL5G by Harald Welte · 2 years, 3 months ago
  12. 3a5afff ts_31_102: Further decode LAI in EF_LOCI by Harald Welte · 2 years, 3 months ago
  13. 1459e45 ts_51_011: Better decode of EF_OPL LAI by Harald Welte · 2 years, 3 months ago
  14. 22a1cdd ts_51_011: Properly decode EF.OPL by Harald Welte · 2 years, 3 months ago
  15. dd45d8e ts_31_102: Fix decoding of UServiceTable by Harald Welte · 2 years, 3 months ago
  16. 4ebeebf ts_102_221: Fix decoding the 'num_of_rec' field by Harald Welte · 2 years, 3 months ago
  17. 5e9bd93 ts_102_221: properly decode short file identifier by Harald Welte · 2 years, 3 months ago
  18. fa578bd add scripts/deactivate-ims.script to deactivate IMS related services by Harald Welte · 2 years, 3 months ago
  19. c89a1a9 Add scripts/deacivate-5g.script by Harald Welte · 2 years, 3 months ago
  20. 12af793 doc: Improve documentation in various places by Harald Welte · 2 years, 3 months ago
  21. d01bd36 docs: Document missing 'status' command in 7816 section by Harald Welte · 2 years, 3 months ago
  22. 799c354 shell: Proper argparser (for help + manual) activate_file by Harald Welte · 2 years, 3 months ago
  23. 2bb17f3 pySim-shell: export: Add FCP template to export by Harald Welte · 2 years, 3 months ago
  24. 9e24143 docs/legcay.txt: Point to pySim-shell as replacement by Harald Welte · 2 years, 3 months ago
  25. 3c9b784 pySim-shell: support TS 102 222 administrative commands by Harald Welte · 2 years, 7 months ago
  26. 747a978 ts_102_221: Implement File Descriptor using construct by Harald Welte · 2 years, 3 months ago
  27. ee670bc pySim-shell: Allow selecting of deep paths like DF.GSM/EF.IMSI by Harald Welte · 2 years, 3 months ago
  28. 226b866 ts_31_103: TLV definitions for IMS, XCAP and MudMid configuration by Harald Welte · 2 years, 3 months ago
  29. 540adb0 ts_51_011: EF_CMI: Decoder the alpha_id string by Harald Welte · 2 years, 3 months ago
  30. 1e73d22 ts_51_011: Convert EF_ADN and EF_ACC to Construct by Harald Welte · 2 years, 3 months ago
  31. bc0e209 ts_51_011: Proper decode of EF.SMSP by Harald Welte · 2 years, 3 months ago
  32. 3bb516b Improve IST/UST check documentation (for the user manual) by Harald Welte · 2 years, 3 months ago
  33. aceb2a5 ust_service_check: proper treatment of files in sub-directories by Harald Welte · 2 years, 3 months ago
  34. 419bb49 ts_31_102: service annotations for DF.{5GS,WLAN,HNB} by Harald Welte · 2 years, 3 months ago
  35. fa8b8d1 ts_31_102: Use perror() instead of poutput() for errors by Harald Welte · 2 years, 3 months ago
  36. 82f75c2 ts_31_102: Add more EF.UST checks to 'ust_service_check' command by Harald Welte · 2 years, 3 months ago
  37. d53918c filesystem: Fix CardMF.get_app_names() by Harald Welte · 2 years, 3 months ago
  38. 6ca2fa7 Split EF.UST handling from EF.IST and EF.SST by Harald Welte · 2 years, 3 months ago
  39. 4c5e231 ts_31_102: Add "ust_service_check" command. by Harald Welte · 2 years, 3 months ago
  40. d16d904 README.md: Remove old usage examples, refer to user manual instead by Harald Welte · 2 years, 3 months ago
  41. 3729c47 commands: Add method to select parent DF ("cd ..") by Harald Welte · 2 years, 3 months ago
  42. a630a3c cosmetic: Remove extraneous empty lines between spec-section-comment and class by Harald Welte · 2 years, 3 months ago
  43. 6169c72 USIM + ISIM: Specify the services associated with each file by Harald Welte · 2 years, 3 months ago
  44. 9170fbf filesystem: Maintain a 'service' attribute for all files on a card by Harald Welte · 2 years, 3 months ago
  45. afb8d3f pySim-shell: introduce 'apdu' command for sending raw APDU to card by Harald Welte · 2 years, 3 months ago
  46. 08b11ab pySim-shell: export: allow export as JSON instead of hex by Harald Welte · 2 years, 3 months ago
  47. c8c3327 ts_102_221: Proper parsing of FCP using pySim.tlv instead of pytlv by Harald Welte · 2 years, 3 months ago
  48. e4a6eaf tlv: Don't raise exception if somebody passes empty data to TLV decoder by Harald Welte · 2 years, 3 months ago
  49. c975251 filesystem: Don't pass empty string to parse_select_response() by Harald Welte · 2 years, 3 months ago
  50. 81f4b40 Extend unit test coverage for construct, add [some] tests for TLV by Harald Welte · 2 years, 3 months ago
  51. d0519e0 construct: Add Construct for variable-length int 'GreedyInteger' by Harald Welte · 2 years, 3 months ago
  52. e8d177d tlv: Convert CamelCase class name to snake_case in json by Harald Welte · 2 years, 3 months ago
  53. 9a2a669 tlv: Function for flattening the list-of-dict output of TLV decoder by Harald Welte · 2 years, 3 months ago
  54. 425038f utils: Fix missing Optional[] in type annotations by Harald Welte · 2 years, 3 months ago
  55. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 3 months ago
  56. 181c7c5 ts_102_221: Implement proper parsing of EF.DIR by Harald Welte · 2 years, 3 months ago
  57. ca60ac2 filesystem.py: Accept both a class or an instance as TLV._tlv member by Harald Welte · 2 years, 3 months ago
  58. 6551627 ts_31_102: TLV._tlv must point to the class, not an instance by Harald Welte · 2 years, 3 months ago
  59. 944cd2f filesystem: Fix TLV decode/encode by Harald Welte · 2 years, 4 months ago
  60. e894749 Better decode of EF.UST, EF.EST and EF.IST by Harald Welte · 2 years, 3 months ago
  61. 08b2499 utils.py: Fix some tuple type annotations by Harald Welte · 2 years, 3 months ago
  62. 5036877 utils.py: type annotations for DataObject related methods by Harald Welte · 2 years, 3 months ago
  63. b060833 ts_102_221: Handle nested security condition data objects by Harald Welte · 2 years, 3 months ago
  64. aaf5931 ts_51_011: Fix type annotation for Tuple[int, int] by Harald Welte · 2 years, 3 months ago
  65. 6113fe9 ts_51_011: Fix typo in EF_MMSUP by Harald Welte · 2 years, 4 months ago
  66. 06c4a5b ts_31_102: EF.PNN encoding is identical to that of DF.GSM by Harald Welte · 2 years, 4 months ago
  67. 362d2d0 publish also the HTML manual for pySim by Harald Welte · 2 years, 3 months ago
  68. 5981aa5 contrib/jenkins.sh: Fix PUBLISH by Harald Welte · 2 years, 3 months ago
  69. 6b08fc3 contrib/jenkins.sh: first upload manuals, then execute physical tests by Harald Welte · 2 years, 3 months ago
  70. bf82ceb avoid pylint E0611: No name 'strxor' in module 'Crypto.Util.strxor' by Harald Welte · 2 years, 3 months ago
  71. f03894a update pyyaml dependency to >= 5.1 by Harald Welte · 2 years, 3 months ago
  72. e91405e implement shell command to update PLMN in IMSI by Bjoern Riemer · 2 years, 5 months ago
  73. 9c93cec transport/serial: fix for Python 3 by Steve Markgraf · 2 years, 4 months ago
  74. 0c840f0 ts_102_221: decode/encode EF.PL by Harald Welte · 2 years, 4 months ago
  75. b3d68c0 pySim-shell: alphabetically sort name of files in 'dir' command by Harald Welte · 2 years, 4 months ago
  76. 2a701ee cosmetic: Use EF.FDN instead of EF_FDN in ts_51_011.py by Harald Welte · 2 years, 4 months ago
  77. ff2d86d ts_31_102: Add support for EF.ECC (emergency call codes) by Harald Welte · 2 years, 4 months ago
  78. ffee89a add missing bit definition for NG-RAN in xAcT by Bjoern Riemer · 2 years, 4 months ago
  79. da57ef1 catch and ignore SwMatchError on probing for AID's by Bjoern Riemer · 2 years, 4 months ago
  80. 3e33cc7 Add pyyaml to requirements.txt by Julian Lemmerich · 2 years, 4 months ago
  81. 0e4515f filesystem: use correct AID for applications found by probing by Philipp Maier · 2 years, 4 months ago
  82. 8d8bdef filesystem: actively probe applications by Philipp Maier · 2 years, 6 months ago
  83. e903a40 fix invalid dependency by johannes.richter · 2 years, 8 months ago
  84. c104095 fix: Decoder may raise KeyError by Lennart Rosam · 2 years, 6 months ago
  85. 931bc66 cards: Make select_adf_by_aid() use prefix AID selection by Philipp Maier · 2 years, 6 months ago
  86. abc2336 pySim-read: put try/catch block around select_adf_by_aid() by Philipp Maier · 2 years, 6 months ago
  87. 47833bc cards: make _get_aid case insensitive by Philipp Maier · 2 years, 6 months ago
  88. 9e42e7f profile: decode_select_response use object instead 'Any' by Philipp Maier · 2 years, 6 months ago
  89. 5998a3a profile: decode_select_response can be a static method by Philipp Maier · 2 years, 6 months ago
  90. 825b564 pySim-shell: export command: guess number of records when not specified by Philipp Maier · 2 years, 6 months ago
  91. f1fc619 commands: use send_apdu_checksw() in method read_record by Philipp Maier · 2 years, 6 months ago
  92. 4ab971c ts_51_011: move _decode_select_response into profile class by Philipp Maier · 2 years, 6 months ago
  93. a028c7d pySim-shell: add method to match card profile to card by Philipp Maier · 2 years, 6 months ago
  94. 055b80a pySim-read: do not select ADF.ISIM again by Philipp Maier · 2 years, 6 months ago
  95. 46c6154 cards: select_adf_by_aid: split off aid completion by Philipp Maier · 2 years, 6 months ago
  96. 95ce6b1 ARA-M related command support by Harald Welte · 2 years, 7 months ago
  97. a4df942 ts_51_011: add status word definition by Philipp Maier · 2 years, 6 months ago
  98. 6b590c5 filesystem: CardProfile: initialize empty sw table as empty dict by Philipp Maier · 2 years, 6 months ago
  99. 51cad0d filesystem: define class byte and select control bytes in profile by Philipp Maier · 2 years, 6 months ago
  100. 4e2e1d9 filesystem: make sure the card is in a defined state by Philipp Maier · 2 years, 6 months ago