1. c7995e7 client: Early call to osmo_init_logging2() by Harald Welte · 5 years ago
  2. 03b2411 client: Add IPA Keepalive handling by Harald Welte · 5 years ago
  3. 1a17104 client: Restructure {srvc,bankd}_read_cb() by Harald Welte · 5 years ago
  4. 15b75e1 remsim-server: Add support for keepalive by Harald Welte · 5 years ago
  5. 7bfcc65 slotmap: restructure read_cb() by Harald Welte · 5 years ago
  6. e5c7773 client slot by Harald Welte · 5 years ago
  7. f5a0fa3 Initial version of remsim-server by Harald Welte · 5 years ago
  8. 648f4e3 slotmap: Introduce slotmap_{rd,wr,un}lock() wrappers for lock debugging by Harald Welte · 5 years ago
  9. 4b676bc slotmap: Log file/line when changing state by Harald Welte · 5 years ago
  10. 294298c slotmap: Add _slotmap_del() for callers that already have a lock by Harald Welte · 5 years ago
  11. c865683 slotmap: Add slotmap_get_id() function to get numeric ID of slot map by Harald Welte · 5 years ago
  12. 2bf39e0 slotmap: Add "DELETE_REQ" state by Harald Welte · 5 years ago
  13. f4e7504 slotmap: Return newly-created map from slotmap_add() by Harald Welte · 5 years ago
  14. 91a0a4a slotmap: Introduce the concept of a slotmap state by Harald Welte · 5 years ago
  15. faef8f0 slotmap: Introduce slotmap-printing function and use it by Harald Welte · 5 years ago
  16. cbd1896 generalize slotmap to make use of it outside of bankd by Harald Welte · 5 years ago
  17. 61d98e9 share debug.[ch] across all executables by Harald Welte · 5 years ago
  18. e56f2b9 client: Connect to server before connecting to bankd by Harald Welte · 5 years ago
  19. 0eaa0ef rspro_util: Add rspro_IpAddr2str() to get stringified version of IpAddr_t by Harald Welte · 5 years ago
  20. 92bd881 rspro_util: Add rspro_comp_id_retrieve() by Harald Welte · 5 years ago
  21. c0097b1 respro_util: Add rspro_gen_ConfigClientRes() function by Harald Welte · 5 years ago
  22. 7fc64bc move osmo_fsm_register() into constructor function by Harald Welte · 5 years ago
  23. 3ac66a1 Add dotty graphs on osmo-remsim to 'doc' subdirectory by Harald Welte · 5 years ago
  24. ec786eb update .gitignore to include .libs and executable names by Harald Welte · 5 years ago
  25. c0a4ae4 add rspro_gen_{Remove,Create}Mapping{Req,Res}() by Harald Welte · 6 years ago
  26. 62e3f5f rspro_util.c: Set pdu version to 2 for all generator functions by Harald Welte · 6 years ago
  27. f9995a3 rspro_server_conn: Add handle_rx() call-back by Harald Welte · 6 years ago
  28. 4248bec Add git-review config by Max · 5 years ago
  29. 6f074b7 minor: show USB error message instead of number by Kévin Redon · 6 years ago
  30. 206c3d7 add ATR as command line argument by Kévin Redon · 6 years ago
  31. f120b64 remsim: fix TPDU response size transmission by Kévin Redon · 6 years ago
  32. c3632a7 rspro_gen_ConnectClientReq(): don't dereference optional 'client' by Harald Welte · 6 years ago
  33. 098ef87 server_conn_fsm_alloc(): add explicit talloc context argument by Harald Welte · 6 years ago
  34. 7f0e82f move ipa_client_conn_send_rspro() into remsim_client_fsm.c by Harald Welte · 6 years ago
  35. fc0ba94 move 'struct rspro_server_conn' to client.h by Harald Welte · 6 years ago
  36. a4e0a23 move DMAIN definition to new debug.h by Harald Welte · 6 years ago
  37. b0cef1d configure.ac: Explicitly check for -lcsv and csv.h by Harald Welte · 6 years ago
  38. 8bb639a libusb_util.c: Avoid gcc warning about strncpy() by Harald Welte · 6 years ago
  39. 61df6c3 contrib/jenkins.sh: Fix project name printed during build by Harald Welte · 6 years ago
  40. 72f702c contrib/jenkins.sh: Ensure PKG_CONFIG_PATH is set before build by Harald Welte · 6 years ago
  41. 80a83cc contrib/jenkins.sh: Harmonize with other projects by Harald Welte · 6 years ago
  42. c7b5c7a Add contrib/jenkins.sh for build verification by Harald Welte · 6 years ago
  43. 0584575 Fix compiler warning: no-return-in-nonvoid-function main.c by Martin Hauke · 6 years ago
  44. 3428e41 add sim switch and modem reset for OWHW by Kévin Redon · 6 years ago
  45. fbca97a add client id and slot number as command line argument by Kévin Redon · 6 years ago
  46. 3ec265b move main print output closer to main (minor) by Kévin Redon · 6 years ago
  47. 19c97ed set client name (minor) by Kévin Redon · 6 years ago
  48. efbf249 remove duplicate print output (minor) by Kévin Redon · 6 years ago
  49. 21e31de indicate more clearly SIMtrace traffic in output log by Kévin Redon · 6 years ago
  50. 193a8c1 remove unused remote UDP variable by Kévin Redon · 6 years ago
  51. 39eb9dc add command line arguments to set bankd host and port by Kévin Redon · 6 years ago
  52. 7912656 minor: disable ASN1 debug by Kévin Redon · 6 years ago
  53. 9b69a3f send response APDU from bankd (card) to SIMtrace (modem) by Kévin Redon · 6 years ago
  54. bc08db5 send correct APDU to bankd by Kévin Redon · 6 years ago
  55. 9e34247 add missing library flags to compile simtrace2-remsim_client.c by Kévin Redon · 6 years ago
  56. e0b837c adapt remsim-client to use simtrace2 cardem by Kévin Redon · 6 years ago
  57. 70a8486 add simtrace2 host libraries by Kévin Redon · 6 years ago
  58. d6f051e fix 'make distcheck' by adding missing client.h to noinst_HEADERS by Harald Welte · 6 years ago
  59. 38cd4f7 move ClientSlot_t from fsm to client by Kévin Redon · 6 years ago
  60. ff5db6e ensure the local asn1c library is used by Kévin Redon · 6 years ago
  61. 6811e4f ensure RsproPDU_t client and bank are not NULL by Kévin Redon · 6 years ago
  62. 5a3613a bankd: Ignore IPA CCM and don't terminate if we receive it by Harald Welte · 6 years ago
  63. f1d7016 RSPRO.asn: Clarify use of optional ClientSlot in ConnectClientReq by Harald Welte · 6 years ago
  64. 43ab79f remove libasn1c dependency and use asn1c without libasn1c by Harald Welte · 6 years ago
  65. 8f893ff bankd: Add FIXME to the main thread by Harald Welte · 6 years ago
  66. 511c513 remove rspro_client.c which is not used anyway. by Harald Welte · 6 years ago
  67. 7b41d9c bankd: Remove second \n after PC/SC OK statements by Harald Welte · 6 years ago
  68. 150d6d6 bankd: more timeout/retry handling, including resolving slotmap by Harald Welte · 6 years ago
  69. 694df83 bankd: Implement re-opening/connecting to card/reader by Harald Welte · 6 years ago
  70. 31c9eca bankd_main: Set the pthread name for easier debugging by Harald Welte · 6 years ago
  71. f94b9ee bankd: Initialize logging early. by Harald Welte · 6 years ago
  72. 703d686 fix double-free of msgb by Harald Welte · 6 years ago
  73. 9ebbacc correctly use asn1c API: PDU pointers must be NULL when calling decoder by Harald Welte · 6 years ago
  74. 7b94dc2 add ffasn1c example for RSPRO by Harald Welte · 6 years ago
  75. 10f6c21 rspro_util: Add rspro_gen_ConnectClientRes() function by Harald Welte · 6 years ago
  76. 7585286 rspro_util: More error messages by Harald Welte · 6 years ago
  77. e1176cf bankd: Print error messages in more error cases during IPA read by Harald Welte · 6 years ago
  78. f1dd162 bankd: Add app_comp_id to use repro_util helpers by Harald Welte · 6 years ago
  79. 417b961 client: Generate CLIENT_CONN_RES event to FSM on RSPR rx of ClientConnRes by Harald Welte · 6 years ago
  80. 3e68987 bankd: Handle errors during PC/SC open/connect by Harald Welte · 6 years ago
  81. fd47119 use msb->l2h as pointer to the RSPRO part inside msgb by Harald Welte · 6 years ago
  82. 293478c RSPRO: don't use "default 1" for protocol version by Harald Welte · 6 years ago
  83. 52cc7db remsim_client_fsm: Handle re-connect timeout and initial connection failure by Harald Welte · 6 years ago
  84. e72e573 bankd: Add hack for hard-coded slotmap by Harald Welte · 6 years ago
  85. 796a749 bankd: Add code to handle TPDUs in rx and tx direction by Harald Welte · 6 years ago
  86. 57593f0 bankd_main: Missing state transition to BW_ST_CONN_CLIENT_MAPPED_CARD by Harald Welte · 6 years ago
  87. 48865c2 bankd_main: Fix SCardConnect(): Needs dwActiveProtocol output param by Harald Welte · 6 years ago
  88. 45c948c bankd_pcsc: Add CSV based mapping of bank-id/slot-nr to PC/SC reader name by Harald Welte · 6 years ago
  89. 1266952 bankd_slotmap: Fix debug statements by Harald Welte · 6 years ago
  90. 5d16b1c rspro_util: Add functions to generate TDPU transfer messages by Harald Welte · 6 years ago
  91. 84ba234 More progress on code of the server_conn_fsm by Harald Welte · 6 years ago
  92. f29e0d0 client: bankd_send_rspro -> ipa_client_conn_send_rspro by Harald Welte · 6 years ago
  93. 24173fb client: Introduce FSMs for managing connections to server + bankd by Harald Welte · 6 years ago
  94. 2ff0ab9 Add initial remsim-client skeleton by Harald Welte · 6 years ago
  95. af61473 bankd: Resolve slot mapping after client identifies itself. by Harald Welte · 6 years ago
  96. a2b23c3 rspro_util: Print error message in case of encoder errror by Harald Welte · 6 years ago
  97. 6b8d4f8 rspro_util.c: Fix encoding to msgb. Use tailroom, not length! by Harald Welte · 6 years ago
  98. 57555aa rspro_util: Add ASN_ALLOC_COPY macro and add clientSlot to ConnectClientReq by Harald Welte · 6 years ago
  99. d5c5c0b rspro_util: DER encoder returns size in bytes, no need to divide by 8 by Harald Welte · 6 years ago
  100. 137c440 rspro_util: Add header file by Harald Welte · 6 years ago