1. 95c6c5d remsim: fix TPDU response size transmission by Kévin Redon · 6 years ago kredon/simtrace
  2. d3843e5 add sim switch and modem reset for OWHW by Kévin Redon · 6 years ago
  3. 3443dc6 add client id and slot number as command line argument by Kévin Redon · 6 years ago
  4. a6e754a move main print output closer to main (minor) by Kévin Redon · 6 years ago
  5. 880a683 set client name (minor) by Kévin Redon · 6 years ago
  6. d896014 remove duplicate print output (minor) by Kévin Redon · 6 years ago
  7. 34c0dbe indicate more clearly SIMtrace traffic in output log by Kévin Redon · 6 years ago
  8. 2b0ab4a remove unused remote UDP variable by Kévin Redon · 6 years ago
  9. 911d2fb add command line arguments to set bankd host and port by Kévin Redon · 6 years ago
  10. e930e76 minor: disable ASN1 debug by Kévin Redon · 6 years ago
  11. 10c1019 ensure the local asn1c library is used by Kévin Redon · 6 years ago
  12. 8670fb7 send response APDU from bankd (card) to SIMtrace (modem) by Kévin Redon · 6 years ago
  13. 640b2ca send correct APDU to bankd by Kévin Redon · 6 years ago
  14. 9744bd9 emsure RsproPDU_t client and bank are not NULL by Kévin Redon · 6 years ago
  15. f3bb47c add missing library flags to compile simtrace2-remsim_client.c by Kévin Redon · 6 years ago
  16. 378d983 adapt remsim-client to use simtrace2 cardem by Kévin Redon · 6 years ago
  17. c3a9a0e move ClientSlot_t from fsm to client by Kévin Redon · 6 years ago
  18. 26a6609 add simtrace2 host libraries by Kévin Redon · 6 years ago
  19. 43ab79f remove libasn1c dependency and use asn1c without libasn1c by Harald Welte · 6 years ago
  20. 8f893ff bankd: Add FIXME to the main thread by Harald Welte · 6 years ago
  21. 511c513 remove rspro_client.c which is not used anyway. by Harald Welte · 6 years ago
  22. 7b41d9c bankd: Remove second \n after PC/SC OK statements by Harald Welte · 6 years ago
  23. 150d6d6 bankd: more timeout/retry handling, including resolving slotmap by Harald Welte · 6 years ago
  24. 694df83 bankd: Implement re-opening/connecting to card/reader by Harald Welte · 6 years ago
  25. 31c9eca bankd_main: Set the pthread name for easier debugging by Harald Welte · 6 years ago
  26. f94b9ee bankd: Initialize logging early. by Harald Welte · 6 years ago
  27. 703d686 fix double-free of msgb by Harald Welte · 6 years ago
  28. 9ebbacc correctly use asn1c API: PDU pointers must be NULL when calling decoder by Harald Welte · 6 years ago
  29. 7b94dc2 add ffasn1c example for RSPRO by Harald Welte · 6 years ago
  30. 10f6c21 rspro_util: Add rspro_gen_ConnectClientRes() function by Harald Welte · 6 years ago
  31. 7585286 rspro_util: More error messages by Harald Welte · 6 years ago
  32. e1176cf bankd: Print error messages in more error cases during IPA read by Harald Welte · 6 years ago
  33. f1dd162 bankd: Add app_comp_id to use repro_util helpers by Harald Welte · 6 years ago
  34. 417b961 client: Generate CLIENT_CONN_RES event to FSM on RSPR rx of ClientConnRes by Harald Welte · 6 years ago
  35. 3e68987 bankd: Handle errors during PC/SC open/connect by Harald Welte · 6 years ago
  36. fd47119 use msb->l2h as pointer to the RSPRO part inside msgb by Harald Welte · 6 years ago
  37. 293478c RSPRO: don't use "default 1" for protocol version by Harald Welte · 6 years ago
  38. 52cc7db remsim_client_fsm: Handle re-connect timeout and initial connection failure by Harald Welte · 6 years ago
  39. e72e573 bankd: Add hack for hard-coded slotmap by Harald Welte · 6 years ago
  40. 796a749 bankd: Add code to handle TPDUs in rx and tx direction by Harald Welte · 6 years ago
  41. 57593f0 bankd_main: Missing state transition to BW_ST_CONN_CLIENT_MAPPED_CARD by Harald Welte · 6 years ago
  42. 48865c2 bankd_main: Fix SCardConnect(): Needs dwActiveProtocol output param by Harald Welte · 6 years ago
  43. 45c948c bankd_pcsc: Add CSV based mapping of bank-id/slot-nr to PC/SC reader name by Harald Welte · 6 years ago
  44. 1266952 bankd_slotmap: Fix debug statements by Harald Welte · 6 years ago
  45. 5d16b1c rspro_util: Add functions to generate TDPU transfer messages by Harald Welte · 6 years ago
  46. 84ba234 More progress on code of the server_conn_fsm by Harald Welte · 6 years ago
  47. f29e0d0 client: bankd_send_rspro -> ipa_client_conn_send_rspro by Harald Welte · 6 years ago
  48. 24173fb client: Introduce FSMs for managing connections to server + bankd by Harald Welte · 6 years ago
  49. 2ff0ab9 Add initial remsim-client skeleton by Harald Welte · 6 years ago
  50. af61473 bankd: Resolve slot mapping after client identifies itself. by Harald Welte · 6 years ago
  51. a2b23c3 rspro_util: Print error message in case of encoder errror by Harald Welte · 6 years ago
  52. 6b8d4f8 rspro_util.c: Fix encoding to msgb. Use tailroom, not length! by Harald Welte · 6 years ago
  53. 57555aa rspro_util: Add ASN_ALLOC_COPY macro and add clientSlot to ConnectClientReq by Harald Welte · 6 years ago
  54. d5c5c0b rspro_util: DER encoder returns size in bytes, no need to divide by 8 by Harald Welte · 6 years ago
  55. 137c440 rspro_util: Add header file by Harald Welte · 6 years ago
  56. 371d026 RSPRO: Use ClientSlot in ConnectClientReq, ConfigClientReq by Harald Welte · 6 years ago
  57. 415e8f6 bankd: Re-initialize client.peer_addr when recycling the thread by Harald Welte · 6 years ago
  58. ceb3e68 bankd: Include worker state and file/line in LOGW output by Harald Welte · 6 years ago
  59. d6dfb8c bankd: use getnameinfo() to print client IP/port on connect by Harald Welte · 6 years ago
  60. fe3df99 RSPRO.asn: Add optional ClientId field to ConnectClientReq by Harald Welte · 6 years ago
  61. f0614df RSPRO.asn: Improve comments/description by Harald Welte · 6 years ago
  62. cce2aad bankd: Add client.id to bankd_worker by Harald Welte · 6 years ago
  63. 7f684a0 bankd: Don't consume 100% CPU in main thread by Harald Welte · 6 years ago
  64. 12534e7 bankd: Actually create + listen to a socket by Harald Welte · 6 years ago
  65. 8d85829 bankd: Log worker number; Add formal state + state transition function by Harald Welte · 6 years ago
  66. 77911b0 Add initial remsim-bankd skeleton by Harald Welte · 6 years ago
  67. e224912 Add README.md file contents by Harald Welte · 6 years ago
  68. 3aa901d initial checkin of osmo-remsim by Harald Welte · 6 years ago 0.0