1. 38d990b client: Work around "stock on PTS" problem by Harald Welte · 4 years, 4 months ago
  2. 1b6696f client: Make ConfigClientBankReq with bankd_port == 0 trigger SRVC_E_DISCONNECT by Harald Welte · 4 years, 5 months ago
  3. 1200c82 client: Add new osmo-remsim-client-shell binary by Harald Welte · 4 years, 5 months ago
  4. 55c7f44 remsim-client: Call an external script in specific situations by Harald Welte · 4 years, 7 months ago
  5. 499e1d9 remsim-client: Query + Store the USB device path by Harald Welte · 4 years, 7 months ago
  6. 943ae62 remsim-client: store last 'status' by Harald Welte · 4 years, 7 months ago
  7. 6a0248b remsim-client: Move client_config from .c to .h file by Harald Welte · 4 years, 7 months ago
  8. 5ed4693 remsim-client: Avoid using 'ci' global variable by Harald Welte · 4 years, 7 months ago
  9. a9bc4de remsim-client: Fix the -k/ --keep-running option by Harald Welte · 4 years, 5 months ago
  10. f7598fe remsim-client: move from common 'src' directory to 'src/client' by Harald Welte · 4 years, 7 months ago[Renamed from src/simtrace2-remsim_client.c]
  11. a86e6b7 remsim_client: Move body of main() loop to separate function by Harald Welte · 4 years, 7 months ago
  12. f918748 client: Enable talloc NULL context tracking by Harald Welte · 4 years, 7 months ago
  13. 9636d2b remsim-client: Introduce 'struct client_config' by Harald Welte · 4 years, 7 months ago
  14. 0e0e932 client: generate clientSlotStatusInd to bankd by Harald Welte · 4 years, 7 months ago
  15. 32e2e00 remsim_client: Port to async libosmousb select loop by Harald Welte · 4 years, 7 months ago
  16. fd5dafc remsim-client: Port from local copy to libosmousb + libosmo-simtrace2 by Harald Welte · 4 years, 7 months ago
  17. 8219445 remsim-client: Differentiate the two rspro_client_fsm instances by name by Harald Welte · 4 years, 7 months ago
  18. 3e9860b Replace bankd_client_fsm with rspro_client_fsm by Harald Welte · 4 years, 7 months ago
  19. d2192e2 rspro_client_fsm: Disable automatic connect on FSM allocation by Harald Welte · 4 years, 8 months ago
  20. cd7fcd7 Add "--version" to all executables to print compile-time version info by Harald Welte · 4 years, 7 months ago
  21. da1854c client: fix help strings by Kévin Redon · 4 years, 10 months ago
  22. 573a5b9 rspro_dec_msg: Simplify msgb ownership handling by Harald Welte · 4 years, 10 months ago
  23. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  24. 80df20e remsim_client: Fix memory leak receiving RSPRO messages by Harald Welte · 5 years ago
  25. f7442b5 remsim_client: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  26. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  27. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  28. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  29. 72cde10 client: Allow specification of clientId / slotNr as command line arguments by Harald Welte · 5 years ago
  30. fd5a62a client: Sort getopt-long like getopt like help message by Harald Welte · 5 years ago
  31. 972a1e8 client: Fix initialization order: logging first by Harald Welte · 5 years ago
  32. 7817b20 client: Default server port is 9998, not 9999 by Harald Welte · 5 years ago
  33. 2ea20b9 client: Use stack instead of heap when possible by Harald Welte · 5 years ago
  34. 9bfc6b3 remsim_client: Use bankd_conn_send_rspro() where applicable by Harald Welte · 5 years ago
  35. f14dc04 cosmetic: fix typo in comment by Harald Welte · 5 years ago
  36. fa36559 remsim_client: Process SetAtrReq() and set ATR in SIMtrace2 firmware by Harald Welte · 5 years ago
  37. 8d8d4f1 remsim_client: Use osmocom logging instead of printf by Harald Welte · 5 years ago
  38. ce638d8 client, bankd: Add SIGUSR1 handling for talloc context debugging by Harald Welte · 5 years ago
  39. 7a95088 client: Don't ntohs() integer values from asn1 decoder by Harald Welte · 5 years ago
  40. 9cf013a remsim_client: Store and use BankSlot received in ConfigClientBankReq by Harald Welte · 5 years ago
  41. d571a3e RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank by Harald Welte · 5 years ago
  42. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  43. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  44. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago
  45. 61d98e9 share debug.[ch] across all executables by Harald Welte · 5 years ago
  46. e56f2b9 client: Connect to server before connecting to bankd by Harald Welte · 5 years ago
  47. 7fc64bc move osmo_fsm_register() into constructor function by Harald Welte · 5 years ago
  48. 6f074b7 minor: show USB error message instead of number by Kévin Redon · 6 years ago
  49. 206c3d7 add ATR as command line argument by Kévin Redon · 6 years ago
  50. f120b64 remsim: fix TPDU response size transmission by Kévin Redon · 6 years ago
  51. 7f0e82f move ipa_client_conn_send_rspro() into remsim_client_fsm.c by Harald Welte · 6 years ago
  52. 3428e41 add sim switch and modem reset for OWHW by Kévin Redon · 6 years ago
  53. fbca97a add client id and slot number as command line argument by Kévin Redon · 6 years ago
  54. 3ec265b move main print output closer to main (minor) by Kévin Redon · 6 years ago
  55. 19c97ed set client name (minor) by Kévin Redon · 6 years ago
  56. efbf249 remove duplicate print output (minor) by Kévin Redon · 6 years ago
  57. 21e31de indicate more clearly SIMtrace traffic in output log by Kévin Redon · 6 years ago
  58. 193a8c1 remove unused remote UDP variable by Kévin Redon · 6 years ago
  59. 39eb9dc add command line arguments to set bankd host and port by Kévin Redon · 6 years ago
  60. 9b69a3f send response APDU from bankd (card) to SIMtrace (modem) by Kévin Redon · 6 years ago
  61. bc08db5 send correct APDU to bankd by Kévin Redon · 6 years ago
  62. e0b837c adapt remsim-client to use simtrace2 cardem by Kévin Redon · 6 years ago