Release v0.8.1 on 2021-12-10.
  1. 24a9ee8 host/contrib/simtrace2.spec.in: fix soname by Oliver Smith · 2 years, 6 months ago
  2. 45a8f2b Bump version: 0.7.0.166-61b4-dirty → 0.8.0 by Harald Welte · 2 years, 6 months ago 0.8.0
  3. 155c237 host: Upgrade libosmocore dependency to 1.4.0 by Harald Welte · 2 years, 6 months ago
  4. 020edca cardem-pcsc: Fix return of uninitialized variable by Harald Welte · 2 years, 7 months ago
  5. 6510509 simtrace2-tool: Initialize logging to avoid error on first log output by Harald Welte · 2 years, 8 months ago
  6. 5b7a608 simtrace2-cardem-pcsc: Remove double libusb initialization by Harald Welte · 2 years, 8 months ago
  7. e304015 Use osmo_libusb_{init,exit}() instead of libusb_{init,exit}() by Harald Welte · 2 years, 8 months ago
  8. a951c4a simtrace2.spec: Add simtrace2-tool binary to package by Harald Welte · 2 years, 10 months ago
  9. a755b53 simtrace2-cardem: use local sim on exit by Eric Wild · 2 years, 10 months ago
  10. 4fe93be introduce support for new ngff_cardem board by Harald Welte · 3 years ago
  11. 51d87fb Introduce simtrace2-tool by Harald Welte · 4 years, 5 months ago
  12. 06fe3b8 99-simtrace2.rules: Add OCTSIMTEST by Harald Welte · 2 years, 11 months ago
  13. 3ef40d1 simtrace2-list: Use osmo_st2_compatible_dev_ids[] by Harald Welte · 3 years ago
  14. dcfea28 don't printf() directly from library code, go via libosmocore logging by Harald Welte · 3 years ago
  15. 054d7ca cardem-pcsc: initialize libosmocore logging by Harald Welte · 3 years ago
  16. 913c86b Add usb product ID of sysmoOCTSIMTEST by Harald Welte · 3 years ago
  17. c1033c8 simtrace2-cardem-pcsc: Reset the real card if reader resets cardem by Harald Welte · 3 years ago
  18. 644c213 simtrace2-cardem-pcsc: Decode STATUS flags to strings by Harald Welte · 3 years ago
  19. c690a1f st2-cardem-pcsc: Use ATR of real card by default by Harald Welte · 3 years, 1 month ago
  20. 8e6ba00 st2-cardem-pcsc: Fix goto-in-while mess by Harald Welte · 3 years, 1 month ago
  21. 9ec3de9 simtrace2-cardem-pcsc: Make it work again by Harald Welte · 3 years, 2 months ago
  22. 0b1a3b4 cardem: choose a more reasonable default ATR by Eric Wild · 4 years, 2 months ago
  23. 90e351f host: use git-version-gen/tarball-v. from topdir by Oliver Smith · 3 years, 3 months ago
  24. aadd995 remove old pre-autoconf makefile by Harald Welte · 3 years, 7 months ago
  25. b1a56e0 rename simtrace2-remsim to simtrace2-cardem-pcsc by Harald Welte · 3 years, 7 months ago
  26. 80b8877 remove usb2udp by Harald Welte · 3 years, 7 months ago
  27. 1372aca remsim: adding cli argument to set the atr by Leonard Hübner · 3 years, 7 months ago
  28. a124c17 migrate from BSC_FD_* to OSMO_FD_* by Harald Welte · 3 years, 8 months ago
  29. 859f1b0 Introduce support for asynchronous USB transmission by Harald Welte · 4 years, 3 months ago
  30. 4e73aae contrib: integrate RPM spec by Oliver Smith · 4 years, 1 month ago
  31. 45e34c6 contrib: import RPM spec by Oliver Smith · 4 years, 1 month ago
  32. f46de7b simtrace2_siff: getopt_long() returns int, not char by Harald Welte · 4 years, 3 months ago
  33. 13cb311 extend osmo_st2_cardem_inst with fields required by osmo-remsim by Harald Welte · 4 years, 3 months ago
  34. 0271237 simtrace2_api: Add osmo_st2_cardem_request_config() by Harald Welte · 4 years, 3 months ago
  35. 1fad922 remsim: allow selecting pcsc reader number by Eric Wild · 4 years, 4 months ago
  36. 02f01e8 host/lib/gsmtap.c: Add GPLv2 disclaimer by Harald Welte · 4 years, 5 months ago
  37. 575214f host: Add COPYING file for host software (GPLv2) by Harald Welte · 4 years, 5 months ago
  38. ce4b5c2 library: Add osmo_st2_compatible_dev_idsp[] by Harald Welte · 4 years, 5 months ago
  39. 7f7de1e migrate to libosmousb by Harald Welte · 4 years, 6 months ago
  40. 8591495 Update .gitignore file for host by Harald Welte · 4 years, 5 months ago
  41. 563601c [lib] apdu_dispatch: Don't print APDU state to stdout by Harald Welte · 4 years, 6 months ago
  42. e9556ef [lib] apdu_dispatch: Use DLGLOBAL and don't printf() directly by Harald Welte · 4 years, 6 months ago
  43. 17cda3d simtrace2-sniff: Reformat value_string to pass our validation scripts by Harald Welte · 4 years, 6 months ago
  44. 24c6fe2 simtrace2-remsim: Use simplest ATR by Kévin Redon · 4 years, 6 months ago
  45. 483a320 simtrace2_api: Remove dead code by Harald Welte · 4 years, 6 months ago
  46. 71cfc2b Fix topdir Makefile and debian packaging by Oliver Smith · 4 years, 6 months ago 0.6.1
  47. 15e943a simtrace2-sniff.c: fix printf usage by Oliver Smith · 4 years, 6 months ago
  48. 6f41349 merge simtrace2-discovery.[ch] to libusb_util.[ch] by Harald Welte · 4 years, 6 months ago
  49. 208890a use osmo_st2_ or osmo_ prefix for [shared] library symbols by Harald Welte · 4 years, 6 months ago
  50. 964cda3 host: use autotools and split shared code to libosmo-simtrace2 by Harald Welte · 4 years, 6 months ago
  51. 331fa5a remove unused function process_do_error() by Harald Welte · 4 years, 6 months ago
  52. 6fada56 simtrace2-remsim: Implement/Fix the 'skip_atr' option by Harald Welte · 4 years, 6 months ago
  53. 931fe55 fix typo: libisb -> libusb by Harald Welte · 4 years, 6 months ago
  54. 7e5cda5 remsim: fix TPDU response size transmission by Kévin Redon · 6 years ago
  55. 032fc5f remsim: update copyright by Kévin Redon · 6 years ago
  56. b1f99c9 remsim: add already parsed USB path argument info by Kévin Redon · 6 years ago
  57. 53b4e59 Fix compiler warning: no-return-in-nonvoid-function simtrace2_usb.c by Martin Hauke · 6 years ago
  58. dc85fbc libusb_util.c: Avoid gcc warning about strncpy() by Harald Welte · 6 years ago
  59. 5b5d24e owhw: set the right simtrace USB ID in usb2udp by Kévin Redon · 6 years ago
  60. faf1e88 host: clean library dependencies by Kévin Redon · 6 years ago
  61. 82b6285 simtrace2-sniff: Fix build with released libosmocore versions by Harald Welte · 6 years ago
  62. f7f61cd Makefiles: Add "make install" target by Harald Welte · 6 years ago
  63. 0e95f53 host: Fix "make clean": remove simtrace2-sniff by Harald Welte · 6 years ago
  64. 04ccb77 remsim: fix USB hanging USB transfer by Kévin Redon · 6 years ago
  65. 8f70c3e remsim: fix payload overwriting by Kévin Redon · 6 years ago
  66. 6971996 sniff: ensure the checksum error flag is also printed by Kévin Redon · 6 years ago
  67. 8e84f81 sniff: rename reset hold/release to assert/deassert by Kévin Redon · 6 years ago
  68. d1c6536 sniff: send ATR over GSMTAP by Kévin Redon · 6 years ago
  69. 3528099 USB: print decoded USB error by Kévin Redon · 6 years ago
  70. f66af0c sniff: add checksum verification for ATR and PPS by Kévin Redon · 6 years ago
  71. 31ed802 host sniff: add functions to print flags by Kévin Redon · 6 years ago
  72. 3b7624c host sniff: process remaining usb messages in buffer by Kévin Redon · 6 years ago
  73. f82f0f6 USB: add flags for sniff data and centralise transfer by Kévin Redon · 6 years ago
  74. efbcf38 host: set license to GPLv2+ by Kévin Redon · 6 years ago
  75. 709a431 sniffing: move conversion convertion and flag processing from ISR to main loop to keep ISR fast and focus on data capture by Kévin Redon · 6 years ago
  76. 6e3f112 host USB: add host application to receive and display USB sniffing messages sent by firmware by Kévin Redon · 6 years ago
  77. e2f84f6 host USB: use central SIMtrace USB ID definition header by Kévin Redon · 6 years ago
  78. 4d6a4b9 host usb_util fix: used provided class, sub-class, and interfave when finding matching interfaces by Kévin Redon · 6 years ago
  79. a601635 host: Allow matching of device to USB path, not just address by Harald Welte · 7 years ago v0.3 0.3
  80. 37ad41e host: Ignore some more libusb error return codes by Harald Welte · 7 years ago
  81. 66de830 host: Switch SIM to remote and issue modem reset on startup by Harald Welte · 7 years ago
  82. 9f38ddd host: fix various compiler warnings by Harald Welte · 7 years ago
  83. d039605 host: Split transport from slot by Harald Welte · 7 years ago
  84. 08b77ba host: split the transport layer from card emulation by Harald Welte · 7 years ago
  85. 296c401 host: cosmetic cleanup, function renaming by Harald Welte · 7 years ago
  86. 25a9a80 Convert to new generalized SIMTRACE2 USB protocol by Harald Welte · 7 years ago
  87. 1892fc1 add udev rules for all (currently) supported devices by Harald Welte · 7 years ago
  88. 822d66e simtrace2-remsim: Improve support for many interfaces + devices by Harald Welte · 7 years ago
  89. 62bfd8a simtrace2-remsim: Document and add longopts for UDP forwarding by Harald Welte · 7 years ago
  90. b170ea9 host: fix some compiler warnings (now that we have -Wall) by Harald Welte · 7 years ago
  91. dea64cb host: Add "-Wall -g" CFLAGS to get compiler warnings by Harald Welte · 7 years ago
  92. 2ba03bb simtrace2-remsim: Move away from global variables by Harald Welte · 7 years ago
  93. 596e666 fix symlink that caused host programs to not build by Harald Welte · 7 years ago
  94. 1871c25 simtrace2-remsim: Instruct SAM3S to simulate card removal on SIGINT by Harald Welte · 8 years ago
  95. 9daaa79 simtrace2-remsim: Send an ATR that allows for a 5MHz/16 divider by Harald Welte · 8 years ago 0.1
  96. 236caf6 remote-sim host tools: Auto-discover the endpoint addresses by Harald Welte · 8 years ago
  97. 095ac6c Add simtrace2-remsim applications by Harald Welte · 8 years ago