1. 05d30eb construct: use Python's API for int<->bytes conversion by Vadim Yanitskiy · 1 year, 10 months ago
  2. 59f3b11 proactive: Send a Terminal Response automatically after a Fetch by Christian Amsüss · 1 year, 10 months ago
  3. 98552ef proactive: Avoid clobbering the output of the command that triggered the FETCH by Christian Amsüss · 1 year, 10 months ago
  4. fd476b4 pySim.transport: Add mechanism for handling for CAT/USAT proactive cmds by Harald Welte · 1 year, 10 months ago
  5. 5a4891a Add TLV definitions for *a lot more* CAT / USAT data objects by Harald Welte · 1 year, 10 months ago
  6. 7d8029e tlv: Use self._compute_tag() method rather than direct self.tag by Harald Welte · 1 year, 10 months ago
  7. f56b6b2 ts_31_102: Add missing imports for envelope_sms command by Harald Welte · 1 year, 11 months ago
  8. 51b3abb ts_31_102: Fix terminal_profile, envelope and envelope_sms commands by Harald Welte · 1 year, 11 months ago
  9. 7416d46 Fix printing of SwMatchError after introduction of logical channels by Harald Welte · 1 year, 11 months ago
  10. 93c34aa apdu/ts_102_221: SELECT: allow select of SELF by Harald Welte · 1 year, 11 months ago
  11. dcc689d apdu/ts_102_221: SELECT: allow select of parent/ancestor DFs by Harald Welte · 1 year, 11 months ago
  12. f5ff1b8 filesystem: We can select not just immediate parent DF but all ancestors by Harald Welte · 1 year, 11 months ago
  13. 8e9c844 apdu/ts_102_221: Fix SELECT of 3f00 by Harald Welte · 1 year, 11 months ago
  14. 498361f apdu/ts_102_221: Implement SELECT case "df_ef_or_mf_by_file_id" by Harald Welte · 1 year, 11 months ago
  15. d2c177b filesystem.py: Make CardDF.get_selectables() respect the flags by Harald Welte · 1 year, 11 months ago
  16. c61fbf4 pySim-trace: Support SELECT with empty response body by Harald Welte · 1 year, 11 months ago
  17. 21caf32 Introduce APDU/TPDU trace decoder by Harald Welte · 1 year, 11 months ago
  18. cfa3015 sysmocom_sja2: Prevent KeyError/None exception on encode by Harald Welte · 1 year, 11 months ago
  19. 1272129 ts_31_102: Fix EF_EPSLOCI argument ordering by Harald Welte · 1 year, 11 months ago
  20. 99e4cc0 filesystem: Use Tuple for record length by Harald Welte · 1 year, 11 months ago
  21. 13edf30 filesystem: Use Tuple for transparent file size by Harald Welte · 1 year, 11 months ago
  22. b2e4b4a introduce fully_qualified_path_str() method by Harald Welte · 1 year, 11 months ago
  23. 3c98d5e Never use Bytes without any 'Adapter' by Harald Welte · 1 year, 11 months ago
  24. 857f110 EF.AD: Avoid NotImplementedErrror regarding network names by Harald Welte · 1 year, 11 months ago
  25. ea600a8 tlv: Make NotImplementedError more verbose by Harald Welte · 1 year, 11 months ago
  26. 363edd9 ts_31_102: Add support for obsolete EF.RPLMNAcT by Harald Welte · 1 year, 11 months ago
  27. d90ceb8 ts_31_102: Add support for DF.GSM-ACCESS by Harald Welte · 1 year, 11 months ago
  28. 228ae8e ts_31_102: Support for files of DF.V2X (Vehicle 2 X) by Harald Welte · 1 year, 11 months ago
  29. 650f612 ts_31_102: Support for DF_MCS (Mission Critical Services) by Harald Welte · 1 year, 11 months ago
  30. 6f8a870 move EF_UServiceTable from ts_31_102 to ts_31_102_telecom by Harald Welte · 1 year, 11 months ago
  31. a045221 minimalistic support for DF.MULTIMEDIA by Harald Welte · 1 year, 11 months ago
  32. a6c0f88 filesystem: Introduce the basic notion of 'logical channels' by Harald Welte · 1 year, 11 months ago
  33. de4c14c Add very simplistic DF_PHONEBOOK support by Harald Welte · 1 year, 11 months ago
  34. afe093c ts_31_103: Fix typos related to IMSConfigData + MudMidConfigData by Harald Welte · 1 year, 11 months ago
  35. eb88205 ts_31_102: Fix FID in DF.HNB by Harald Welte · 1 year, 11 months ago
  36. 4b00365 fileystem: Use human-readable ADF name if available. by Harald Welte · 1 year, 11 months ago
  37. 46a7a3f filesystem: keep track of currently selected ADF by Harald Welte · 1 year, 11 months ago
  38. d56f45d filesystem: raise exception only when applicable by Harald Welte · 1 year, 11 months ago
  39. c655518 pySim/ts_102_222.py: remove ununsed imports from 'cmd2' by Vadim Yanitskiy · 1 year, 11 months ago
  40. 04b5d9d Py2 -> Py3: do not inherit classes from object by Vadim Yanitskiy · 2 years ago
  41. bda5283 cards: populate ADM1 key reference member by Philipp Maier · 2 years ago
  42. 541a915 ts_102_221: The BTLV IEs FILE SIZE and TOTAL FILE SIZE have a min length by Philipp Maier · 2 years ago
  43. 40ea4a4 commands: add ".." notation to expand hexstrings by Philipp Maier · 2 years ago
  44. 373b23c ts_102_221: fix SFI generation by Philipp Maier · 2 years ago
  45. 6b8eedc filesystem: also return the encoded FCP from probe_file by Philipp Maier · 2 years ago
  46. e17e277 ts_102_222: Set number of records when creating linear files by Christian Amsüss · 2 years, 2 months ago
  47. e6b8687 transport/pcsc: throw ReaderError with a message by Vadim Yanitskiy · 2 years, 2 months ago
  48. b954451 SimCard.reset(): fix SyntaxWarning: 'is' with a literal by Vadim Yanitskiy · 2 years, 2 months ago
  49. c30bed2 ts_102_221: Add encode/write support of EF.ARR records by Harald Welte · 2 years, 2 months ago
  50. 0dcdfbf utils: Add DataObjectSequence.encode_multi() by Harald Welte · 2 years, 2 months ago
  51. 785d484 utils: Fix bugs in DataObject encoders by Harald Welte · 2 years, 2 months ago
  52. b7f35ac ts_31_103: Correct file-id of EF.DOMAIN in ADF.ISIM by æstrid smith · 2 years, 3 months ago
  53. ab91d87 ts_31_102: Avoid pylint false positive by Harald Welte · 2 years, 3 months ago
  54. aefd064 pySim-shell: Add 'decode_hex' command for transparent + linear EF by Harald Welte · 2 years, 4 months ago
  55. 34eb504 Initial support for GlobalPlatform by Harald Welte · 2 years, 4 months ago
  56. a037762 ts_31_102: Further decode TAI in EF.OPL5G by Harald Welte · 2 years, 4 months ago
  57. 3a5afff ts_31_102: Further decode LAI in EF_LOCI by Harald Welte · 2 years, 4 months ago
  58. 1459e45 ts_51_011: Better decode of EF_OPL LAI by Harald Welte · 2 years, 4 months ago
  59. 22a1cdd ts_51_011: Properly decode EF.OPL by Harald Welte · 2 years, 4 months ago
  60. dd45d8e ts_31_102: Fix decoding of UServiceTable by Harald Welte · 2 years, 4 months ago
  61. 4ebeebf ts_102_221: Fix decoding the 'num_of_rec' field by Harald Welte · 2 years, 4 months ago
  62. 5e9bd93 ts_102_221: properly decode short file identifier by Harald Welte · 2 years, 4 months ago
  63. 12af793 doc: Improve documentation in various places by Harald Welte · 2 years, 4 months ago
  64. 2bb17f3 pySim-shell: export: Add FCP template to export by Harald Welte · 2 years, 4 months ago
  65. 3c9b784 pySim-shell: support TS 102 222 administrative commands by Harald Welte · 2 years, 8 months ago
  66. 747a978 ts_102_221: Implement File Descriptor using construct by Harald Welte · 2 years, 4 months ago
  67. ee670bc pySim-shell: Allow selecting of deep paths like DF.GSM/EF.IMSI by Harald Welte · 2 years, 4 months ago
  68. 226b866 ts_31_103: TLV definitions for IMS, XCAP and MudMid configuration by Harald Welte · 2 years, 4 months ago
  69. 540adb0 ts_51_011: EF_CMI: Decoder the alpha_id string by Harald Welte · 2 years, 4 months ago
  70. 1e73d22 ts_51_011: Convert EF_ADN and EF_ACC to Construct by Harald Welte · 2 years, 4 months ago
  71. bc0e209 ts_51_011: Proper decode of EF.SMSP by Harald Welte · 2 years, 4 months ago
  72. 3bb516b Improve IST/UST check documentation (for the user manual) by Harald Welte · 2 years, 4 months ago
  73. aceb2a5 ust_service_check: proper treatment of files in sub-directories by Harald Welte · 2 years, 4 months ago
  74. 419bb49 ts_31_102: service annotations for DF.{5GS,WLAN,HNB} by Harald Welte · 2 years, 4 months ago
  75. fa8b8d1 ts_31_102: Use perror() instead of poutput() for errors by Harald Welte · 2 years, 4 months ago
  76. 82f75c2 ts_31_102: Add more EF.UST checks to 'ust_service_check' command by Harald Welte · 2 years, 4 months ago
  77. d53918c filesystem: Fix CardMF.get_app_names() by Harald Welte · 2 years, 4 months ago
  78. 6ca2fa7 Split EF.UST handling from EF.IST and EF.SST by Harald Welte · 2 years, 4 months ago
  79. 4c5e231 ts_31_102: Add "ust_service_check" command. by Harald Welte · 2 years, 4 months ago
  80. 3729c47 commands: Add method to select parent DF ("cd ..") by Harald Welte · 2 years, 4 months ago
  81. a630a3c cosmetic: Remove extraneous empty lines between spec-section-comment and class by Harald Welte · 2 years, 4 months ago
  82. 6169c72 USIM + ISIM: Specify the services associated with each file by Harald Welte · 2 years, 4 months ago
  83. 9170fbf filesystem: Maintain a 'service' attribute for all files on a card by Harald Welte · 2 years, 4 months ago
  84. c8c3327 ts_102_221: Proper parsing of FCP using pySim.tlv instead of pytlv by Harald Welte · 2 years, 4 months ago
  85. e4a6eaf tlv: Don't raise exception if somebody passes empty data to TLV decoder by Harald Welte · 2 years, 4 months ago
  86. c975251 filesystem: Don't pass empty string to parse_select_response() by Harald Welte · 2 years, 4 months ago
  87. d0519e0 construct: Add Construct for variable-length int 'GreedyInteger' by Harald Welte · 2 years, 4 months ago
  88. e8d177d tlv: Convert CamelCase class name to snake_case in json by Harald Welte · 2 years, 4 months ago
  89. 9a2a669 tlv: Function for flattening the list-of-dict output of TLV decoder by Harald Welte · 2 years, 4 months ago
  90. 425038f utils: Fix missing Optional[] in type annotations by Harald Welte · 2 years, 4 months ago
  91. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 4 months ago
  92. 181c7c5 ts_102_221: Implement proper parsing of EF.DIR by Harald Welte · 2 years, 4 months ago
  93. ca60ac2 filesystem.py: Accept both a class or an instance as TLV._tlv member by Harald Welte · 2 years, 4 months ago
  94. 6551627 ts_31_102: TLV._tlv must point to the class, not an instance by Harald Welte · 2 years, 4 months ago
  95. 944cd2f filesystem: Fix TLV decode/encode by Harald Welte · 2 years, 5 months ago
  96. e894749 Better decode of EF.UST, EF.EST and EF.IST by Harald Welte · 2 years, 4 months ago
  97. 08b2499 utils.py: Fix some tuple type annotations by Harald Welte · 2 years, 4 months ago
  98. 5036877 utils.py: type annotations for DataObject related methods by Harald Welte · 2 years, 4 months ago
  99. b060833 ts_102_221: Handle nested security condition data objects by Harald Welte · 2 years, 4 months ago
  100. aaf5931 ts_51_011: Fix type annotation for Tuple[int, int] by Harald Welte · 2 years, 4 months ago