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