1. 6971412 rspro_util: We don't deal with network byte order, asn1c takes care of that by Harald Welte · 5 years ago
  2. 0a64da6 rspro_server: Split CONNECTED into CLIENT and BANKD specific states by Harald Welte · 5 years ago
  3. 1b07f7f rspro_server: Add more comments by Harald Welte · 5 years ago
  4. ba781c0 rspro_server: Fix log output in client_conn_send() by Harald Welte · 5 years ago
  5. eae30c3 rspro_util: Fix typo in rspro_gen_ConfigClientIdReq() by Harald Welte · 5 years ago
  6. 72cde10 client: Allow specification of clientId / slotNr as command line arguments by Harald Welte · 5 years ago
  7. fd5a62a client: Sort getopt-long like getopt like help message by Harald Welte · 5 years ago
  8. 2f89b96 client: transmit RSPRO via bankd_conn_fsm by Harald Welte · 5 years ago
  9. 2eee450 bankd/client: Fix memory leak if rspro_enc_msg() fails by Harald Welte · 5 years ago
  10. 972a1e8 client: Fix initialization order: logging first by Harald Welte · 5 years ago
  11. 7817b20 client: Default server port is 9998, not 9999 by Harald Welte · 5 years ago
  12. 2ea20b9 client: Use stack instead of heap when possible by Harald Welte · 5 years ago
  13. 9bfc6b3 remsim_client: Use bankd_conn_send_rspro() where applicable by Harald Welte · 5 years ago
  14. f14dc04 cosmetic: fix typo in comment by Harald Welte · 5 years ago
  15. fa36559 remsim_client: Process SetAtrReq() and set ATR in SIMtrace2 firmware by Harald Welte · 5 years ago
  16. 297d72e bankd: Move all PC/SC specific code to bankd_pcsc by Harald Welte · 5 years ago
  17. 1f699b4 bankd_main: Obtain ATR of card via PC/SC API by Harald Welte · 5 years ago
  18. e57334e rspro_client_fsm: Use osmocom logging API instead of direct printf by Harald Welte · 5 years ago
  19. 8d8d4f1 remsim_client: Use osmocom logging instead of printf by Harald Welte · 5 years ago
  20. 94ba99b bankd_main: Add more logging in error situations by Harald Welte · 5 years ago
  21. eb971b5 bankd_main: don't use fprintf if we can use osmocom logging API by Harald Welte · 5 years ago
  22. e1d3289 bankd: Verify bankd/client slot in tpduModemToCard rx handler by Harald Welte · 5 years ago
  23. 4e7a285 rspro_client_fsm: Disconnect if Connect{Client,Bank}Res != ok by Harald Welte · 5 years ago
  24. ce638d8 client, bankd: Add SIGUSR1 handling for talloc context debugging by Harald Welte · 5 years ago
  25. 75f5603 bankd_client_fsm: Fix ESTABLISH signal handling by Harald Welte · 5 years ago
  26. 7a95088 client: Don't ntohs() integer values from asn1 decoder by Harald Welte · 5 years ago
  27. 9cf013a remsim_client: Store and use BankSlot received in ConfigClientBankReq by Harald Welte · 5 years ago
  28. cf8b89a Move client/bank slot conversion functions to rspro_util.c by Harald Welte · 5 years ago
  29. d571a3e RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank by Harald Welte · 5 years ago
  30. 19f881a bankd: respond to IPA PING from client with IPA PONG by Harald Welte · 5 years ago
  31. 653d6a0 bankd: Disconnect client if we enter state BW_ST_CONN_CLIENT_UNMAPPED by Harald Welte · 5 years ago
  32. 2507597 bankd: Implement thread-safe SIGUSR1 talloc context reporting by Harald Welte · 5 years ago
  33. 286a2be bandk: store the worker name as part of 'struct bankd_worker' by Harald Welte · 5 years ago
  34. 00a9673 bankd: terminate bankd connection once map is deleted by Harald Welte · 5 years ago
  35. 458e01b bankd: Return ConnectClientRes in error paths of worker_handle_connectClientReq by Harald Welte · 5 years ago
  36. 942f1ff bankd: Actually send the RemoveMappingRes we prepare by Harald Welte · 5 years ago
  37. a025e70 rspro_client_fsm: Ensure close + reconnect on missing Connect*Res from server by Harald Welte · 5 years ago
  38. 454f5e2 bankd: Don't use hard-coded slotmaps but receive them from remsim-server by Harald Welte · 5 years ago
  39. a0f3950 bankd: Don't create 10 workers, but 'num_slots' workers by Harald Welte · 5 years ago
  40. f4b16f1 bankd_main: Introduce g_bankd global variable by Harald Welte · 5 years ago
  41. b49ac9c rspro_util: Add rspro_msgt_name() to get RSPRO message type name + use it by Harald Welte · 5 years ago
  42. 229e6ab Add asn1c_helpers.c file to get type/enum/choice names for printing by Harald Welte · 5 years ago
  43. 769ab7d RSPRO: Add ErrorInd by Harald Welte · 5 years ago
  44. 71752dd RSPRO: Add two more ResoltCodes by Harald Welte · 5 years ago
  45. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  46. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  47. 3cded63 naming: Distinguish "rspro client" from "remsim client" by Harald Welte · 5 years ago
  48. 707c85a Split "RSPRO client FSM" from "BANKD client FSM" by Harald Welte · 5 years ago
  49. 228af8a remsim-client: Add command-line options for server ip/port and client id/slot by Harald Welte · 5 years ago
  50. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago
  51. c7995e7 client: Early call to osmo_init_logging2() by Harald Welte · 5 years ago
  52. 03b2411 client: Add IPA Keepalive handling by Harald Welte · 5 years ago
  53. 1a17104 client: Restructure {srvc,bankd}_read_cb() by Harald Welte · 5 years ago
  54. 15b75e1 remsim-server: Add support for keepalive by Harald Welte · 5 years ago
  55. 7bfcc65 slotmap: restructure read_cb() by Harald Welte · 5 years ago
  56. e5c7773 client slot by Harald Welte · 5 years ago
  57. f5a0fa3 Initial version of remsim-server by Harald Welte · 5 years ago
  58. 648f4e3 slotmap: Introduce slotmap_{rd,wr,un}lock() wrappers for lock debugging by Harald Welte · 5 years ago
  59. 4b676bc slotmap: Log file/line when changing state by Harald Welte · 5 years ago
  60. 294298c slotmap: Add _slotmap_del() for callers that already have a lock by Harald Welte · 5 years ago
  61. c865683 slotmap: Add slotmap_get_id() function to get numeric ID of slot map by Harald Welte · 5 years ago
  62. 2bf39e0 slotmap: Add "DELETE_REQ" state by Harald Welte · 5 years ago
  63. f4e7504 slotmap: Return newly-created map from slotmap_add() by Harald Welte · 5 years ago
  64. 91a0a4a slotmap: Introduce the concept of a slotmap state by Harald Welte · 5 years ago
  65. faef8f0 slotmap: Introduce slotmap-printing function and use it by Harald Welte · 5 years ago
  66. cbd1896 generalize slotmap to make use of it outside of bankd by Harald Welte · 5 years ago
  67. 61d98e9 share debug.[ch] across all executables by Harald Welte · 5 years ago
  68. e56f2b9 client: Connect to server before connecting to bankd by Harald Welte · 5 years ago
  69. 0eaa0ef rspro_util: Add rspro_IpAddr2str() to get stringified version of IpAddr_t by Harald Welte · 5 years ago
  70. 92bd881 rspro_util: Add rspro_comp_id_retrieve() by Harald Welte · 5 years ago
  71. c0097b1 respro_util: Add rspro_gen_ConfigClientRes() function by Harald Welte · 5 years ago
  72. 7fc64bc move osmo_fsm_register() into constructor function by Harald Welte · 5 years ago
  73. 3ac66a1 Add dotty graphs on osmo-remsim to 'doc' subdirectory by Harald Welte · 5 years ago
  74. ec786eb update .gitignore to include .libs and executable names by Harald Welte · 5 years ago
  75. c0a4ae4 add rspro_gen_{Remove,Create}Mapping{Req,Res}() by Harald Welte · 6 years ago
  76. 62e3f5f rspro_util.c: Set pdu version to 2 for all generator functions by Harald Welte · 6 years ago
  77. f9995a3 rspro_server_conn: Add handle_rx() call-back by Harald Welte · 6 years ago
  78. 4248bec Add git-review config by Max · 5 years ago
  79. 6f074b7 minor: show USB error message instead of number by Kévin Redon · 6 years ago
  80. 206c3d7 add ATR as command line argument by Kévin Redon · 6 years ago
  81. f120b64 remsim: fix TPDU response size transmission by Kévin Redon · 6 years ago
  82. c3632a7 rspro_gen_ConnectClientReq(): don't dereference optional 'client' by Harald Welte · 6 years ago
  83. 098ef87 server_conn_fsm_alloc(): add explicit talloc context argument by Harald Welte · 6 years ago
  84. 7f0e82f move ipa_client_conn_send_rspro() into remsim_client_fsm.c by Harald Welte · 6 years ago
  85. fc0ba94 move 'struct rspro_server_conn' to client.h by Harald Welte · 6 years ago
  86. a4e0a23 move DMAIN definition to new debug.h by Harald Welte · 6 years ago
  87. b0cef1d configure.ac: Explicitly check for -lcsv and csv.h by Harald Welte · 6 years ago
  88. 8bb639a libusb_util.c: Avoid gcc warning about strncpy() by Harald Welte · 6 years ago
  89. 61df6c3 contrib/jenkins.sh: Fix project name printed during build by Harald Welte · 6 years ago
  90. 72f702c contrib/jenkins.sh: Ensure PKG_CONFIG_PATH is set before build by Harald Welte · 6 years ago
  91. 80a83cc contrib/jenkins.sh: Harmonize with other projects by Harald Welte · 6 years ago
  92. c7b5c7a Add contrib/jenkins.sh for build verification by Harald Welte · 6 years ago
  93. 0584575 Fix compiler warning: no-return-in-nonvoid-function main.c by Martin Hauke · 6 years ago
  94. 3428e41 add sim switch and modem reset for OWHW by Kévin Redon · 6 years ago
  95. fbca97a add client id and slot number as command line argument by Kévin Redon · 6 years ago
  96. 3ec265b move main print output closer to main (minor) by Kévin Redon · 6 years ago
  97. 19c97ed set client name (minor) by Kévin Redon · 6 years ago
  98. efbf249 remove duplicate print output (minor) by Kévin Redon · 6 years ago
  99. 21e31de indicate more clearly SIMtrace traffic in output log by Kévin Redon · 6 years ago
  100. 193a8c1 remove unused remote UDP variable by Kévin Redon · 6 years ago