1. 0b32725 Add support for encoding/decoding SMS in TPDU and SMPP format by Harald Welte · 1 year, 11 months ago
  2. 7e55569 docs: Add section on pySim-trace to user manual by Harald Welte · 1 year, 1 month ago
  3. e345e11 pySim-shell: fix reset command by Philipp Maier · 1 year, 1 month ago
  4. f422eb1 Add ".py" suffix to sphinx-argparse generated docs by Harald Welte · 1 year, 1 month ago
  5. f9a5ba5 31.102: Fix EF.Routing_Indicator for odd number of digits by Harald Welte · 1 year, 1 month ago
  6. 1dce498 README: remove redundancy 'Manual' and 'Documentation by Harald Welte · 1 year, 1 month ago
  7. 555cf6f README: rephrase initial section; add HPSIM; programmable vs. standard by Harald Welte · 1 year, 1 month ago
  8. 75e31c5 test_ota: Add one first OTA SMS AES128 unit test by Harald Welte · 1 year, 1 month ago
  9. 19b4a97 SJA5: EF.USIM_AUTH_KEY: Display / enforce proper length TUAK K by Harald Welte · 1 year, 1 month ago
  10. 7ec8223 ts_31_102: Add shell command for GET IDENTITY by Harald Welte · 1 year, 1 month ago
  11. 621f78c serial: return a return code in reset_card() by Philipp Maier · 1 year, 1 month ago
  12. 60951b0 utils: Remove format_xplmn leading zeros in MNC by Matan Perelman · 1 year, 1 month ago
  13. 777ee9e Add FPLMN read and program by Matan Perelman · 1 year, 2 months ago
  14. 1de62c4 pySim/apdu/ts_31_102.py: Add Rel17 5G NSWO context for GET IDENTITY by Harald Welte · 1 year, 1 month ago
  15. b0e0dce ts_102221: Add "resume_uicc" command by Harald Welte · 1 year, 1 month ago
  16. 659781c Move "suspend_uicc" command from pySim-shell to ts_102_221.py by Harald Welte · 1 year, 1 month ago
  17. 4e5aa30 ts_31_102: fix typo by Philipp Maier · 1 year, 1 month ago
  18. c85ae41 Fix result parsing of "suspend_uicc" by Harald Welte · 1 year, 1 month ago
  19. 892526f pySim-shell: Unregister TS 102 222 commands during 'equip' by Harald Welte · 1 year, 1 month ago
  20. e619105 HPSIM application support by Harald Welte · 1 year, 1 month ago
  21. d75fa3f Switch from pycryptodome to pycryptodomex by Harald Welte · 1 year, 1 month ago
  22. 219a5f3 OTA: Fix padding of AES CMAC by Harald Welte · 1 year, 1 month ago
  23. 0365058 SJA5: Proper encode/decode of TUAK data in EF.USIM_AUTH_KEY by Harald Welte · 1 year, 1 month ago
  24. 557c136 SJA5: Add TUAK + XOR-2G algorithm definitions for EF_[U]SIM_AUTH_KEY by Harald Welte · 1 year, 1 month ago
  25. 954ce95 SJA2: Implement DF.SYSTEM/EF.0348_KEY using construct by Harald Welte · 1 year, 1 month ago
  26. ba6d6ab ts_31_102: EF_SUPI_NAI: Decode/Encode GLI+GCI as UTF-8 strings by Harald Welte · 1 year, 1 month ago
  27. 455611c ts_31_102: Add decoder/encoder for DF.5GS/EF.Routing_Indicator by Harald Welte · 1 year, 1 month ago
  28. d70ac22 modem_atcmd: raise ProtocolError instead of ReaderError on CME ERROR by Tobias Engel · 1 year, 1 month ago
  29. bca0152 setup.py: fix syntax errors (missing commas) by Vadim Yanitskiy · 1 year, 1 month ago
  30. c296cb5 cards: Add support for Gialer SIM cards by Matan Perelman · 1 year, 2 months ago
  31. 69b69d4 docs: add SUPI/SUCI usage example by Merlin Chlosta · 1 year, 2 months ago
  32. 0489ae6 cards.py: support ATR-based detection of sysmoISIM-SJA5 by Harald Welte · 1 year, 1 month ago
  33. 2bee70c ts_31_102: Add DF.SAIP support by Harald Welte · 1 year, 1 month ago
  34. 24e77a7 ts_31_102: Fix FID + SFI of EF.MCHPPLMN by Harald Welte · 1 year, 1 month ago
  35. 5206429 ts_31_102: Fix FID of EF.OPL5G (it's 4F08 instead of 6F08) by Harald Welte · 1 year, 1 month ago
  36. 04bd514 ts_31_102: Fix EF.NIA FID by Harald Welte · 1 year, 1 month ago
  37. 33eef85 ts_51_011: Fix EF.Phase FID (it's 6FAE, not 6FA3) by Harald Welte · 1 year, 1 month ago
  38. 10a1a0a ts_51_011: Fix FID of EF.BCCH by Harald Welte · 1 year, 1 month ago
  39. fc67de2 ts_31_102: Extend from Rel16 to Rel17 by Harald Welte · 1 year, 1 month ago
  40. c224b3b ts_51_011: Add sst_service_[de]{activate,allocate} shell commands by Harald Welte · 1 year, 1 month ago
  41. ade366d setup.py: add missing packages for pySim-trace.py by Vadim Yanitskiy · 1 year, 2 months ago
  42. a793552 contrib/jenkins.sh: print pylint version before running it by Vadim Yanitskiy · 1 year, 2 months ago
  43. e47ea5f Fix pylint errors by Oliver Smith · 1 year, 1 month ago
  44. 3bcc22f README.md: add missing pycryptodome to dependency list by Philipp Maier · 1 year, 2 months ago
  45. 2b15e31 setup: add missing pyyaml to setup.py and README.md by Philipp Maier · 1 year, 2 months ago
  46. f8a3d2b requirements.txt: allow cmd2 versions greater than 1.5 by Philipp Maier · 1 year, 2 months ago
  47. 961b803 pySim-shell: fix compatibility problem with cmd2 >= 2.3.0 (bg) by Harald Welte · 1 year, 2 months ago
  48. c85d406 pySim-shell: fix compatibility problem with cmd2 >= 2.0.0 (include_ipy) by Harald Welte · 1 year, 2 months ago
  49. 93aac3a pySim-shell: fix compatibility problem with cmd2 >= 2.0.0 (Settable) by Harald Welte · 1 year, 2 months ago
  50. 87dd020 Add very basic profile for R-UIM (CDMA) cards by Vadim Yanitskiy · 1 year, 2 months ago
  51. 6b19d80 ts_51_011: fix EF_ServiceTable: use self for static method by Vadim Yanitskiy · 1 year, 2 months ago
  52. e63cb2c setup.py: add missing pySim-trace.py' to scripts[] by Vadim Yanitskiy · 1 year, 2 months ago
  53. b34f234 filesystem: define more convenient codec for EF.ACC by Vadim Yanitskiy · 1 year, 2 months ago
  54. 0d80fa9 pySim-prog.py: fix SyntaxWarning: using is with a literal by Vadim Yanitskiy · 1 year, 3 months ago
  55. 7b9e244 pySim-shell: add cardinfo command by Philipp Maier · 1 year, 3 months ago
  56. 61ef157 pySim-shell.py: add a command for RUN GSM ALGORITHM by Harald Welte · 1 year, 4 months ago
  57. 9970f59 SimCardCommands.run_gsm(): use send_apdu_checksw() by Vadim Yanitskiy · 2 years, 2 months ago
  58. 1dd5cb5 fix SimCardCommands.run_gsm(): always use CLA=0xa0 by Vadim Yanitskiy · 2 years, 2 months ago
  59. 41fbf12 gitignore: add manuals related files by Oliver Smith · 1 year, 3 months ago
  60. 308d7cd docs/Makefile: don't forward shrink to sphinx by Oliver Smith · 1 year, 3 months ago
  61. 0707b80 ts_102_222: Implement support for RESIZE FILE for an EF by Harald Welte · 1 year, 4 months ago
  62. da1f562 docs: change upload path for html docs by Oliver Smith · 1 year, 4 months ago
  63. a07d509 docs: Document the file-specific commands for ADF.USIM/EF.EST by Harald Welte · 1 year, 4 months ago
  64. 18b7539 31.102: EF.EST enables/disables services; name commands accordingly by Harald Welte · 1 year, 4 months ago
  65. 577312a docs: Add reference for various commands by Harald Welte · 1 year, 4 months ago
  66. 8490240 cards: sysmo-isim-sja2: make sure an ADF is present in EF.DIR before selecting it by Philipp Maier · 1 year, 5 months ago
  67. 865eea6 filesystem: add unit tests for encoder/decoder methods by Harald Welte · 1 year, 5 months ago
  68. d2edd41 ts_51_011: Fix decoding/encoding of EF_LOCIGPRS by Harald Welte · 1 year, 5 months ago
  69. caa94b5 Assume first record number if caller specifies none by Harald Welte · 1 year, 5 months ago
  70. 9b9efb6 ts_31_102: Fix several bugs in EF_ECC encoder by Harald Welte · 1 year, 5 months ago
  71. 136bdb0 ts_51_011: EF_SMSP: Use integer division in ValidityPeriodAdapter by Harald Welte · 1 year, 5 months ago
  72. 9181a69 gsm_r: EF_IC: Network String Table Index is 16bit, not 8bit by Harald Welte · 1 year, 5 months ago
  73. 5924ec4 ts_51_011: Improve decoding of SELECT response for classic SIM by Harald Welte · 1 year, 5 months ago
  74. a1bb3f7 ts_51_011: Support EF.LND by Harald Welte · 1 year, 5 months ago
  75. 0dc6c20 ts_51_011, ts_31_102: point to proper EF_EXTn file by Harald Welte · 1 year, 5 months ago
  76. f11f130 ts_51_011: Implement Extended BCD Coding by Harald Welte · 1 year, 5 months ago
  77. 9ba68df ts_51_011: Support EF.SDN by Harald Welte · 1 year, 5 months ago
  78. 5b9472d ts_51_011: Fix bit-order in EF.VGCSS and EF.VBSS by Harald Welte · 1 year, 5 months ago
  79. 73a7fea gsm_r: Fix byte/nibble ordering of predefined_value1 by Harald Welte · 1 year, 5 months ago
  80. 6bf2d5f gsm_r: EF_Predefined: Decode first record different from others by Harald Welte · 1 year, 5 months ago
  81. f6b37af Prepare for decoding/encoding records differently based on record number by Harald Welte · 1 year, 5 months ago
  82. 8dbf714 gsm_r: Fix decoding of EF.FN by Harald Welte · 1 year, 5 months ago
  83. e6d7b14 gsm_r: Fix typo (it's EF.FN, not EF.EN) by Harald Welte · 1 year, 5 months ago
  84. bc7437d pySim-trace: Also consider SW 91xx as successful by Harald Welte · 1 year, 7 months ago
  85. 7489947 pySim-trace: Fix missing MANAGE CHANNEL decode by Harald Welte · 1 year, 7 months ago
  86. c95f6e2 pySim-trace: Add support for reading GSMTAP from pcap files by Harald Welte · 1 year, 7 months ago
  87. 284ac10 cards: also program EF.AD under ADF.USIM by Philipp Maier · 1 year, 5 months ago
  88. de0cf16 cards: fix typo by Philipp Maier · 1 year, 6 months ago
  89. 4237ccf pySim-prog: add python docstring for read_params_csv by Philipp Maier · 1 year, 6 months ago
  90. 5f0cb3c pySim-prog: rename write_parameters function. by Philipp Maier · 1 year, 7 months ago
  91. cbb8c02 pySim-prog: make dry-run more realistic by Philipp Maier · 1 year, 7 months ago
  92. 0a8d9f0 cards: check length of mnc more restrictively by Philipp Maier · 1 year, 7 months ago
  93. 32c0434 pySim-prog: fix handling of mnclen parameter. by Philipp Maier · 1 year, 7 months ago
  94. 2688ddf pySim-prog: clean up csv file reader function by Philipp Maier · 1 year, 7 months ago
  95. 4f888a0 sysmocom_sja2: simplify and fix op/opc decoder/encoder by Philipp Maier · 1 year, 7 months ago
  96. 5d26311 OTA: Adjust IV length for AES by Christian Amsüss · 1 year, 7 months ago
  97. 8e45b75 contrib/jenkins.sh: split test/pylint/docs by Oliver Smith · 1 year, 8 months ago
  98. 0529c19 docs: allow overriding OSMO_GSM_MANUALS_DIR by Oliver Smith · 1 year, 8 months ago
  99. 507b527 contrib/jenkins.sh: set PYTHONUNBUFFERED=1 by Oliver Smith · 1 year, 8 months ago
  100. 4e64e72 Revert "contrib/jenkins.sh: pylint v2.15 is unstable, pin v2.14.5" by Vadim Yanitskiy · 1 year, 10 months ago