1. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  2. 80df20e remsim_client: Fix memory leak receiving RSPRO messages by Harald Welte · 5 years ago
  3. f7442b5 remsim_client: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  4. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  5. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  6. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  7. 72cde10 client: Allow specification of clientId / slotNr as command line arguments by Harald Welte · 5 years ago
  8. fd5a62a client: Sort getopt-long like getopt like help message by Harald Welte · 5 years ago
  9. 972a1e8 client: Fix initialization order: logging first by Harald Welte · 5 years ago
  10. 7817b20 client: Default server port is 9998, not 9999 by Harald Welte · 5 years ago
  11. 2ea20b9 client: Use stack instead of heap when possible by Harald Welte · 5 years ago
  12. 9bfc6b3 remsim_client: Use bankd_conn_send_rspro() where applicable by Harald Welte · 5 years ago
  13. f14dc04 cosmetic: fix typo in comment by Harald Welte · 5 years ago
  14. fa36559 remsim_client: Process SetAtrReq() and set ATR in SIMtrace2 firmware by Harald Welte · 5 years ago
  15. 8d8d4f1 remsim_client: Use osmocom logging instead of printf by Harald Welte · 5 years ago
  16. ce638d8 client, bankd: Add SIGUSR1 handling for talloc context debugging by Harald Welte · 5 years ago
  17. 7a95088 client: Don't ntohs() integer values from asn1 decoder by Harald Welte · 5 years ago
  18. 9cf013a remsim_client: Store and use BankSlot received in ConfigClientBankReq by Harald Welte · 5 years ago
  19. d571a3e RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank by Harald Welte · 5 years ago
  20. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  21. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  22. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago
  23. 61d98e9 share debug.[ch] across all executables by Harald Welte · 5 years ago
  24. e56f2b9 client: Connect to server before connecting to bankd by Harald Welte · 5 years ago
  25. 7fc64bc move osmo_fsm_register() into constructor function by Harald Welte · 5 years ago
  26. 6f074b7 minor: show USB error message instead of number by Kévin Redon · 6 years ago
  27. 206c3d7 add ATR as command line argument by Kévin Redon · 6 years ago
  28. f120b64 remsim: fix TPDU response size transmission by Kévin Redon · 6 years ago
  29. 7f0e82f move ipa_client_conn_send_rspro() into remsim_client_fsm.c by Harald Welte · 6 years ago
  30. 3428e41 add sim switch and modem reset for OWHW by Kévin Redon · 6 years ago
  31. fbca97a add client id and slot number as command line argument by Kévin Redon · 6 years ago
  32. 3ec265b move main print output closer to main (minor) by Kévin Redon · 6 years ago
  33. 19c97ed set client name (minor) by Kévin Redon · 6 years ago
  34. efbf249 remove duplicate print output (minor) by Kévin Redon · 6 years ago
  35. 21e31de indicate more clearly SIMtrace traffic in output log by Kévin Redon · 6 years ago
  36. 193a8c1 remove unused remote UDP variable by Kévin Redon · 6 years ago
  37. 39eb9dc add command line arguments to set bankd host and port by Kévin Redon · 6 years ago
  38. 9b69a3f send response APDU from bankd (card) to SIMtrace (modem) by Kévin Redon · 6 years ago
  39. bc08db5 send correct APDU to bankd by Kévin Redon · 6 years ago
  40. e0b837c adapt remsim-client to use simtrace2 cardem by Kévin Redon · 6 years ago