1. b919f8b utils: fix dec_xplmn_w_act() and format_xplmn_w_act() by Philipp Maier · 3 years, 2 months ago
  2. 6c5cd80 utils: fix mcc/mnc encoding in dec_plmn (EF_PLMNsel) by Philipp Maier · 3 years, 2 months ago
  3. e6f8d68 utils: specify paremeters of enc_plmn() as Hexstr by Philipp Maier · 3 years, 2 months ago
  4. 52efc03 ModemATCommandLink: fix AttributeError exception in __del__() by Vadim Yanitskiy · 3 years, 2 months ago
  5. 18fb82b Speed up AT command interface (~130 times faster) by Robert Falkenberg · 3 years, 2 months ago
  6. e9fe09b contrib/jenkins.sh: run pylint to find potential errors by Vadim Yanitskiy · 3 years, 2 months ago
  7. 895fa6f [pylint] Fix referencing undefined variable 'shutil' by Vadim Yanitskiy · 3 years, 2 months ago
  8. e8c34ca [pylint] Declare abstract LinkBase._send_apdu_raw() method as such by Vadim Yanitskiy · 3 years, 2 months ago
  9. eb39586 [pylint] Fix float vs integer division in cards.py by Vadim Yanitskiy · 3 years, 2 months ago
  10. 5e41eeb [pylint] Fix reference to undefined variable 'in_hex' by Vadim Yanitskiy · 3 years, 2 months ago
  11. 85302d6 [pylint] Mark abstract MagicSimBase class as such by Vadim Yanitskiy · 3 years, 2 months ago
  12. d9a8d2f [pylint] Fix calling non-existing iteritems() of dict by Vadim Yanitskiy · 3 years, 2 months ago
  13. 03c67f7 [pylint] Declare some fields in _MagicSimBase class by Vadim Yanitskiy · 3 years, 2 months ago
  14. 5ef1650 [pylint] Mark abstract CardKeyProvider.get() method as such by Vadim Yanitskiy · 3 years, 2 months ago
  15. 1a95d2b [pylint] fix non-existing 'res' in EF_CNL._encode_record_hex() by Vadim Yanitskiy · 3 years, 2 months ago
  16. 8e15c18 transport/AT: Make sure PDU has upper case hex digits by Robert Falkenberg · 3 years, 2 months ago
  17. f9cbe09 ts_51_011: fix encoding of EF.MSISDN by Philipp Maier · 3 years, 2 months ago
  18. 0f18627 setup: set minimum required versions for contruct and cmd2 by Martin Hauke · 3 years, 2 months ago
  19. 2788162 filesystem.py: Introduce place-holder for BER-TLV files by Harald Welte · 3 years, 2 months ago
  20. 7129007 ts_31_102, ts_31_103: Add EF.FromPreferred by Harald Welte · 3 years, 2 months ago
  21. 16ec96a ts_31_103: Add Rel 16.6 enhancements (MuDMiDConfigData) by Harald Welte · 3 years, 2 months ago
  22. 35dfe82 ts_31_103: Use EF_SMS, EF_SMSS, EF_SMSR, EF_SMSP from ts_51_011 by Harald Welte · 3 years, 2 months ago
  23. 3990ebb ts_31_102: Define DF_WLAN, DF_ProSe and DF_HNB with their EFs by Harald Welte · 3 years, 2 months ago
  24. 2f83103 ts_31_102: Extend DF_5GS to 3GPP 31.102 R16.6 by Harald Welte · 3 years, 2 months ago
  25. b46cb3f utils: fix encoding of EF.MSISDN by Philipp Maier · 3 years, 2 months ago
  26. 977035c filsystem.py: Add more information to exceptions by Harald Welte · 3 years, 2 months ago
  27. 8fe1d20 pySim-read: Migrate over to use shared argparse from transport by Harald Welte · 3 years, 3 months ago
  28. 28c2431 Move reader related argument parser to transport module by Harald Welte · 3 years, 3 months ago
  29. fe1fb03 filesystem: fix wrong helpstring for update_record_decoded by Philipp Maier · 3 years, 2 months ago
  30. 0adabf6 filesystem: fix wrong comment by Philipp Maier · 3 years, 2 months ago
  31. 80ce71f pySim-shell: separate export summary with a headline by Philipp Maier · 3 years, 2 months ago
  32. 04be9d6 pysim-testdata/sysmoISIM-SJA2: change card in test rig by Philipp Maier · 3 years, 2 months ago
  33. bba2bd4 setup: add (nested) library pySim.transport by Robert Falkenberg · 3 years, 3 months ago
  34. 9d16fbc Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py by Robert Falkenberg · 3 years, 3 months ago
  35. c8ff026 pySim-shell: Introduce logical grouping of arguments by Harald Welte · 3 years, 3 months ago
  36. f2e761c pySim-shell: Migrate from optparse to argparse for the main() by Harald Welte · 3 years, 3 months ago
  37. e4759fd contrib/jenkins.sh: Build and publish PDF manual by Harald Welte · 3 years, 3 months ago
  38. 348c195 rename manual to be consistent with osmo-gsm-manuals projects by Harald Welte · 3 years, 3 months ago
  39. c9cdce3 fix various typos all over the code by Harald Welte · 3 years, 3 months ago
  40. 790b270 lots of file definitions for classic SIM and USIM by Harald Welte · 3 years, 3 months ago
  41. 9853e24 ts_31_102.py: switch EF.Keys from imperative to declarative codec by Harald Welte · 3 years, 3 months ago
  42. 2db5cfb filesystem: Introduce 'construct' support by Harald Welte · 3 years, 3 months ago
  43. 703f933 pySim-shell: Add open_channel + close_channel commands by Harald Welte · 3 years, 3 months ago
  44. a463161 pySim-shell: Adds support for DEACTIVATE FILE + ACTIVATE FILE by Harald Welte · 3 years, 3 months ago
  45. 15fae98 pySim-shell: Authenticate (3g) support by Harald Welte · 3 years, 3 months ago
  46. e0f9ef1 integrate 'construct' python library by Harald Welte · 3 years, 3 months ago
  47. d0505bd WIP: Add option to set UE operation mode in EF_AD (Administrative Data) by Robert Falkenberg · 3 years, 4 months ago
  48. 08028d0 README.md: Mention user manual by Harald Welte · 3 years, 3 months ago
  49. 11ee243 README.md: We have switched to gerrit for review by Harald Welte · 3 years, 3 months ago
  50. e7887d7 README.md: Update dependencies by Harald Welte · 3 years, 3 months ago
  51. edee155 setup.py: add missing comma in list of dependencies by Harald Welte · 3 years, 3 months ago
  52. b00e893 pySim-shell: Use poutput_json() whenever applicable by Harald Welte · 3 years, 3 months ago
  53. 5e749a7 extend JSONEncoder to serialze 'bytes' style objects as hex strings by Harald Welte · 3 years, 3 months ago
  54. 7829d8a shell: Add 'apdu_trace' settable parameter for hex-dumping APDUs by Harald Welte · 3 years, 3 months ago
  55. eb05b2f transport: Pass arbitrary kwargs to base-class constructor by Harald Welte · 3 years, 3 months ago
  56. c34f940 transport: Make all calls go through base class send_apdu_raw() by Harald Welte · 3 years, 3 months ago
  57. 4145d3c shell: add edit_{record,binary}_decoded shell commands by Harald Welte · 3 years, 3 months ago
  58. fe8a744 pySim/filesystem: Fix more Python 3.5 compatibility issues by Harald Welte · 3 years, 3 months ago
  59. 0912d9f Wavemobile: adjust test expectations about binary EF.AD content by Harald Welte · 3 years, 3 months ago
  60. a004079 pySim/filesystem.py: fix compatibility with Python 3.5 by Vadim Yanitskiy · 3 years, 3 months ago
  61. f408a40 pySim-shell: tree/export: catch errors during DF selection by Philipp Maier · 3 years, 3 months ago
  62. 13e258d pySim-shell: be sure that startup script file exists by Philipp Maier · 3 years, 3 months ago
  63. 1bd664d tests: remove .example files for simcard tests by Philipp Maier · 3 years, 3 months ago
  64. dc4402e pySim-shell: fix wrong reference to iccid. by Philipp Maier · 3 years, 3 months ago
  65. 850b72a shell: New 'read_records' and 'read_records_decoded' commands by Harald Welte · 3 years, 3 months ago
  66. 0d4e98a pySim-shell: JSONpath support for updating files/records by Harald Welte · 3 years, 3 months ago
  67. 75487ae Use zero padding for EF['ACC'] field by Robert Falkenberg · 3 years, 3 months ago
  68. c98ef8a ts_102_221.py: fix fixup_fcp_proprietary_tlv_map() by Philipp Maier · 3 years, 3 months ago
  69. 5459536 SysmoISIM-SJA2: Add option to set Service Provider Name (SPN) by Robert Falkenberg · 3 years, 3 months ago
  70. d7a7e17 utils.py: Add missing dec_plmn function. by Harald Welte · 3 years, 3 months ago
  71. f431189 pySim/filesystem: Remove left-over debug print statements by Harald Welte · 3 years, 3 months ago
  72. 9ae33c8 docs: Documentation for classic pySim-{prog,read} tools by Harald Welte · 3 years, 3 months ago
  73. d36f694 docs/shell.rst: Auto-generate shell command reference by Harald Welte · 3 years, 3 months ago
  74. 1748b93 pySim-shell: Add settable parameter on JSON pretty-printing by Harald Welte · 3 years, 3 months ago
  75. c9baa4d ts_51_011: Full encoder/decoder for EF.AD by Harald Welte · 3 years, 3 months ago
  76. bcad86c pySim-shell: Add '--oneline' to read_{binary,record}_decoded by Harald Welte · 3 years, 3 months ago
  77. 9813dc9 Introduce setuptools support by Harald Welte · 3 years, 3 months ago
  78. 4f2c546 transport: Pass status word interpreter to exception handler by Harald Welte · 3 years, 3 months ago
  79. be9516f docs: Initial documentation for pySim-shell by Harald Welte · 3 years, 3 months ago
  80. 31d2cf0 shell: Move dir,tree,export from ISO7816 to pySim commands by Harald Welte · 3 years, 3 months ago
  81. 5225557 utils.py: Add more type annotations by Harald Welte · 3 years, 3 months ago
  82. 6e0458d Move init_reader() from utils.py to transport/__init__.py by Harald Welte · 3 years, 3 months ago
  83. 9d0f1f0 card_key_provider: Documentation with sphinx / autodoc by Harald Welte · 3 years, 3 months ago
  84. 4442b3d rename card_data to card_key_provider. by Harald Welte · 3 years, 3 months ago
  85. 90d3b97 Add type annotations and more documentation to card_data.py by Harald Welte · 3 years, 3 months ago
  86. 2d4a64b filesystem.py: Fix type annotation of read_binary_dec() by Harald Welte · 3 years, 3 months ago
  87. 236a65f cosmetic: fix typo in comment by Harald Welte · 3 years, 3 months ago
  88. b29df88 docs: Update copyright statement by Harald Welte · 3 years, 3 months ago
  89. 5da7a72 jenkins.sh: Build documentation as part of build verification by Harald Welte · 3 years, 3 months ago
  90. 86fbd39 filesystem: Fix interpret_sw() fall-through by Harald Welte · 3 years, 3 months ago
  91. ec7d0da 51.011: Define some more files within DF_TELECOM by Harald Welte · 3 years, 3 months ago
  92. 89e5954 fix various file definitions by Harald Welte · 3 years, 3 months ago
  93. aae7c27 pySim-shell: Remove UsimCommands by Harald Welte · 3 years, 3 months ago
  94. 5ce3524 Fix various mistakes around the CardADF <-> CardApplication dualism by Harald Welte · 3 years, 3 months ago
  95. 1e45657 filesystem: fix various issues found by mypy by Harald Welte · 3 years, 3 months ago
  96. 5a4fd52 filesystem: Avoid GPL header showing up in sphinx autodoc by Harald Welte · 3 years, 3 months ago
  97. 94e8735 Use sphinx for generating documentation by Harald Welte · 3 years, 3 months ago
  98. ee3501f Add more documentation to the classes/methods by Harald Welte · 3 years, 3 months ago
  99. 082d4e0 ts_31_102: Fix decode_select_response() for DF.5GS by Harald Welte · 3 years, 3 months ago
  100. ac34dcc pySim-shell: fix and improve file system exporter by Philipp Maier · 3 years, 3 months ago