1. baec4e9 transport: Move printing of reader number/name to generic code by Harald Welte · 9 months ago
  2. ad00279 transport/pcsc: Allow opening PC/SC readers by a regex of their name by Harald Welte · 9 months ago
  3. 0f177c1 transport: Pass argparse.Namespace directly into transport classes by Harald Welte · 7 months ago
  4. c108595 move {enc,dec}_addr_tlv functions from pySim.util to pySim.legacy.util by Harald Welte · 8 months ago
  5. 301d6ed isim: Replace legacy imperative address TLV encoder/decoder with construct by Harald Welte · 8 months ago
  6. b3c4613 bertlv_parse_len: Fix input data is smaller than num length octets by Harald Welte · 8 months ago
  7. 6e9ae8a usim: Properly decode/encode IPv4 + IPv6 addresses by Harald Welte · 8 months ago
  8. 478b5fe usim: ePDGId + ePDGSelection: Fix encoder/decoder + add test cases by Harald Welte · 8 months ago
  9. cdfe1c2 usim: Add EF.ePDGSelection + EF.ePDGSelectionEm support by Harald Welte · 8 months ago
  10. 5277b5c USIM: add support for EG.ePDGIdEm (Emergency ePDG) by Harald Welte · 8 months ago
  11. a5707c7 filesystem: fix typo by Philipp Maier · 8 months ago
  12. 82cc7cc runtime: refactor file selection methods select and select_file by Philipp Maier · 8 months ago
  13. 14bf003 filesystem: use sort path when selecting an application by Philipp Maier · 8 months ago
  14. 174fd32 runtime: explain how file probing works by Philipp Maier · 8 months ago
  15. b582c3c euicc: Fix TLV IE definitions for SetNickname{Req,Resp} by Harald Welte · 8 months ago
  16. c20d442 euicc: Fix encoding of Lc value in STORE DATA by Harald Welte · 8 months ago
  17. 2b6dedd euicc: the ICCID TLV object uses bcd-swapped-nibble encoding by Harald Welte · 8 months ago
  18. 008cdf4 euicc: Fix encoding of {enable,disable,delete}_profile by Harald Welte · 8 months ago
  19. 0f7d48e tlv: Fix encoding of zero-valued TLVs by Harald Welte · 8 months ago
  20. c038ccc runtime: cosmetic: prnounce file reference data by Philipp Maier · 8 months ago
  21. e30456b runtime: explain why we may access the card object directly by Philipp Maier · 8 months ago
  22. b8b61bf runtime: do not use the _scc object of the card object to select MF by Philipp Maier · 8 months ago
  23. 880db37 flatten_dict_lists(): Don't flatten lists with duplicate keys by Harald Welte · 8 months ago
  24. 9c38711 ara_m: Fix encoding of DeviceInterfaceVersionDO by Harald Welte · 8 months ago
  25. a1850ae filesystem: add flag to tell whether an ADF supports an FS or not by Philipp Maier · 9 months ago
  26. 4e02436 perform multiple GET RESPONSE cycles if more data is available by Harald Welte · 8 months ago
  27. f1e1e72 app: do not catch exceptions in init_card by Philipp Maier · 8 months ago
  28. 40ef226 ts_31_102: correct name of EF_ePDGId by iw0 · 9 months ago
  29. 578cf12 runtime: fix tracking of selected_adf by Philipp Maier · 9 months ago
  30. 8fab463 pySim-shell: Move init_card() function to new pySim.app module by Harald Welte · 9 months ago
  31. 2d44f03 transport: Log it explicitly if user doesn't specify a reader by Harald Welte · 9 months ago
  32. 45477a7 Use construct 'Flag' instead of 'Bit' for type descriptions by Harald Welte · 9 months ago
  33. 7be68b2 sysmocom_sja2: Add some de/encode test vectors by Harald Welte · 9 months ago
  34. 1c849f8 pySim-shell: Reject any non-decimal PIN values by Harald Welte · 9 months ago
  35. 4e59d89 pySim-shell: Validate that argument to 'apdu' command is proper hexstr by Harald Welte · 9 months ago
  36. f9ea63e pySim-shell: Improved argument validation for verify_adm argument by Harald Welte · 9 months ago
  37. 6663218 docs: Fix docstring syntax to avoid warnings by Harald Welte · 9 months ago
  38. a24755e filesystem: fix method build_select_path_to by Philipp Maier · 9 months ago
  39. 1da8636 runtime: cosmetic: fix formatting of comment by Philipp Maier · 9 months ago
  40. 4af63dc transport: print reader device/number on init by Philipp Maier · 9 months ago
  41. cbc0bdf euicc: add some first IoT eUICC commands (GSMA SGP.32) by Harald Welte · 9 months ago
  42. 884eb55 euicc: Add get_profiles_info command by Harald Welte · 9 months ago
  43. 268a202 Initial support for eUICC by Harald Welte · 9 months ago
  44. 8c82378 transport: move argument parser setup into concrete classes by Philipp Maier · 9 months ago
  45. 3077343 transport: move init message into concrete classes by Philipp Maier · 9 months ago
  46. 10669f2 utils: Fix bertlv_encode_tag() for multi-byte tags by Harald Welte · 9 months ago
  47. 6dd6f3e prevent SimCardCommands.select_adf_by_aid bypassing lchan by Harald Welte · 9 months ago
  48. 4625512 pySim-shell: Create + use per-RuntimeLchan SimCardCommands by Harald Welte · 9 months ago
  49. 3dfab9d commands.py: Add support for multiple logical channels. by Harald Welte · 9 months ago
  50. 49acc06 RuntimeState: Add type annotation for 'card' argument by Harald Welte · 9 months ago
  51. 7997252 cards.py: Fix type annotation by Harald Welte · 9 months ago
  52. 509ecf8 Use keyword argument for file description argument by Harald Welte · 9 months ago
  53. 28accc8 ts_31_102: Fix initialization of file size by Harald Welte · 9 months ago
  54. af4e5bb transport: do not catch exceptions in init_reader by Philipp Maier · 10 months ago
  55. 58e89eb transport: add return type annotation to method __str__ by Philipp Maier · 10 months ago
  56. 6bfa8a8 pySim-shell: print device info in case an exception occurs by Philipp Maier · 10 months ago
  57. 37e57e0 filesystem: add attribute "leftpad" to class LinFixedEF by Philipp Maier · 11 months ago
  58. 0ac4d3c commands: make method verify_binary and verify_record private by Philipp Maier · 11 months ago
  59. a42ee6f cards: get rid of method read_iccid by Philipp Maier · 11 months ago
  60. d62182c runtime: make sure applications are always listed in the same order by Philipp Maier · 12 months ago
  61. c8facea Fix the remaining functions using the broken Card.update_ust() call by Alexander Couzens · 12 months ago
  62. 2dd59ed ARA-M: fix encoding of the PkgRefDO when using aram_store_ref_ar_do by Alexander Couzens · 12 months ago
  63. 760e421 utils.py: remove superfluous import from itself by Alexander Couzens · 12 months ago
  64. 6c5c3f8 Reimplement ust_service_activate and ust_service_deactivate for USIM/EF.UST by Alexander Couzens · 12 months ago
  65. 162ba3a pySim-trace: mark card reset in the trace by Philipp Maier · 12 months ago
  66. 1f46f07 utils: tolerate uninitialized fields in dec_addr_tlv by Philipp Maier · 12 months ago
  67. 791f80a construct: add adapter Utf8Adapter to safely interpret utf8 text by Philipp Maier · 1 year ago
  68. fec721f Fixed `mnc` encoding by farhadh · 1 year ago
  69. 92b9356 runtime: fix lchan deletion in method reset by Philipp Maier · 1 year ago
  70. 7d86fe1 apdu/ts_102_221: extract channel number from dict before calling del_lchan by Philipp Maier · 1 year ago
  71. 3175d61 cards: fix swapped PIN mapping number by Philipp Maier · 1 year ago
  72. 531894d move Runtime{State,Lchan} from pySim.filesystem to new pySim.runtime by Harald Welte · 1 year, 1 month ago
  73. b77063b pySim/filesystem.py: remove unused class FileData by Harald Welte · 1 year, 1 month ago
  74. 2d5959b ts_102_221: Remove CardProfileUICCSIM by Harald Welte · 1 year ago
  75. 323a350 Introduce concept of CardProfileAddon by Harald Welte · 1 year, 1 month ago
  76. f9e2df1 cdma_ruim: Fix unit tests and actually enable them by Harald Welte · 1 year, 1 month ago
  77. 659d7c1 cards: all UICC should use sel_ctrl="0400" and SIM "0000" by Harald Welte · 1 year, 1 month ago
  78. 775ab01 cards: cosmetic rename, argument name should be scc, not ssc by Harald Welte · 1 year, 1 month ago
  79. 172c28e cards: All derived of SimCardBase use CLA=A0; all UiccCardBase use CLA=00 by Harald Welte · 1 year, 1 month ago
  80. b314b9b ts_31_102, ts_31_103: Move legacy-only code to pySim.legacy by Harald Welte · 1 year, 1 month ago
  81. 57ad38e create pySim.legacy.ts_51_011.py and move legacy code there by Harald Welte · 1 year, 1 month ago
  82. a396129 pySim/cards: Add type annotations by Harald Welte · 1 year, 1 month ago
  83. f8d2e2b split pySim/legacy/{cards,utils} from pySim/{cards,utils} by Harald Welte · 1 year, 1 month ago
  84. 263fb08 pySim/cards: Split legacy classes away from core SIM + UICC by Harald Welte · 1 year, 1 month ago
  85. 02a7f74 filesystem: Support selecting MF from MF by Harald Welte · 1 year, 1 month ago
  86. fdcf3c5 GlobalPlatform ADF.SD: Add command line reference + error message by Harald Welte · 1 year, 1 month ago
  87. a1561fe ts_102_222: Remove unneeded imports by Harald Welte · 1 year, 1 month ago
  88. f9f8d7a pySim/transport: Use newly-defined ResTuple type by Harald Welte · 1 year, 1 month ago
  89. fdb187d pySim/commands.py: Better type annotations by Harald Welte · 1 year, 1 month ago
  90. ab6897c pySim/transport: More type annotations by Harald Welte · 1 year, 1 month ago
  91. f5e26ae pySim/utils: define 'Hexstr' using NewType by Harald Welte · 1 year, 1 month ago
  92. 2352f2d pySim/tlv.py: Fix TLV_IE_Collection from_dict with nested collections by Harald Welte · 1 year, 1 month ago
  93. ba955b6 pySim/tlv.py: Don't create an exception from within raise by Harald Welte · 1 year, 1 month ago
  94. 30de9fd TLV_IE_Collection: use snake-style names during from_dict() by Harald Welte · 1 year, 1 month ago
  95. fa9f348 ts_31_103: enable encode tests for files containing single TLV IE by Harald Welte · 1 year, 1 month ago
  96. 579ac3e tlv: Fix IE.from_dict() method by Harald Welte · 1 year, 1 month ago
  97. 985ff31 work-around what appears to be a pylint bug by Harald Welte · 1 year, 1 month ago
  98. e126872 Fix run-editor bug with cmd2 >= 2.0.0 compatibility by Harald Welte · 1 year, 1 month ago
  99. 0b32725 Add support for encoding/decoding SMS in TPDU and SMPP format by Harald Welte · 2 years ago
  100. f9a5ba5 31.102: Fix EF.Routing_Indicator for odd number of digits by Harald Welte · 1 year, 2 months ago