1. 3afbf73 doc: REST API url is /banks, not /bankds by Harald Welte · 5 years ago
  2. f0184cb README.md: add 'osmo-' prefix to remsim-{server,bankd,client} by Harald Welte · 5 years ago
  3. 942f0f9 update .gitignore by Harald Welte · 5 years ago
  4. d7468e0 configure.ac: Add --disable-remsim-bankd by Harald Welte · 5 years ago
  5. 9353c60 configure.ac: Add --disable-remsim-server by Harald Welte · 5 years ago
  6. 8e04d08 debian/control: add missing libcsv dependency by Harald Welte · 5 years ago
  7. 08d88dd Add Debian packaging information by Harald Welte · 5 years ago
  8. 51cfec0 rename executables to include osmo- name prefix by Harald Welte · 5 years ago
  9. 798acd0 Add libosmo-rspro.pc.in for pkg-config integration by Harald Welte · 5 years ago
  10. 5345f3d Makefile.am: Fix dependency of server on libosmo-rspro.la by Harald Welte · 5 years ago
  11. f511667 cosmetic: remove some FIXME that actually are already fixed by Harald Welte · 5 years ago
  12. 4fa407a bankd: Use configured bank_id/nr_slots in ConnectBankReq by Harald Welte · 5 years ago
  13. 2513d81 bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn by Harald Welte · 5 years ago
  14. 0138bb4 manuals: remove <<>> from RSPRO to fix rendering by Harald Welte · 5 years ago 0.1.0
  15. 35f2b20 manuals: Add description from README.md to manual by Harald Welte · 5 years ago
  16. 56298ca server: Fix dependency on libosmo-rspro.la by Harald Welte · 5 years ago
  17. 3c4d006 Add initial osmo-remsim usermanual by Harald Welte · 5 years ago
  18. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  19. 05dc39e rspro_util.c: Disable printf debugging by Harald Welte · 5 years ago
  20. 5bae20b bankd: Add command-line arguments for IP/port/etc configuration by Harald Welte · 5 years ago
  21. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  22. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  23. 13d0f8c disable slotmap debugging by Harald Welte · 5 years ago
  24. 35ded29 rspro_server: Fix Warnings about unused variables by Harald Welte · 5 years ago
  25. 4c37f66 rspro_server: Configure client's bankd parameters (nr/slot/ip/port) by Harald Welte · 5 years ago
  26. a8b86ce client/server: log failed attempts to transmit/encode RSPRO by Harald Welte · 5 years ago
  27. 24a3e32 bankd: Don't fail on RsproPDUchoice_PR_setAtrRes by Harald Welte · 5 years ago
  28. 736e831 bankd: log incoming RSPRO by Harald Welte · 5 years ago
  29. 10f7a76 rspro_server: Treat keepalive timeouts (by closing connection) by Harald Welte · 5 years ago
  30. 1c691b1 rspro_server: Give proper name to IPA_KEEPALIVE FSMs by Harald Welte · 5 years ago
  31. 19dee08 rspro_server: Print human-readable message type instead of numeric value by Harald Welte · 5 years ago
  32. f30ff9e rspro_server: Add client_conn_by_slot() API function by Harald Welte · 5 years ago
  33. 6971412 rspro_util: We don't deal with network byte order, asn1c takes care of that by Harald Welte · 5 years ago
  34. 0a64da6 rspro_server: Split CONNECTED into CLIENT and BANKD specific states by Harald Welte · 5 years ago
  35. 1b07f7f rspro_server: Add more comments by Harald Welte · 5 years ago
  36. ba781c0 rspro_server: Fix log output in client_conn_send() by Harald Welte · 5 years ago
  37. eae30c3 rspro_util: Fix typo in rspro_gen_ConfigClientIdReq() by Harald Welte · 5 years ago
  38. 72cde10 client: Allow specification of clientId / slotNr as command line arguments by Harald Welte · 5 years ago
  39. fd5a62a client: Sort getopt-long like getopt like help message by Harald Welte · 5 years ago
  40. 2f89b96 client: transmit RSPRO via bankd_conn_fsm by Harald Welte · 5 years ago
  41. 2eee450 bankd/client: Fix memory leak if rspro_enc_msg() fails by Harald Welte · 5 years ago
  42. 972a1e8 client: Fix initialization order: logging first by Harald Welte · 5 years ago
  43. 7817b20 client: Default server port is 9998, not 9999 by Harald Welte · 5 years ago
  44. 2ea20b9 client: Use stack instead of heap when possible by Harald Welte · 5 years ago
  45. 9bfc6b3 remsim_client: Use bankd_conn_send_rspro() where applicable by Harald Welte · 5 years ago
  46. f14dc04 cosmetic: fix typo in comment by Harald Welte · 5 years ago
  47. fa36559 remsim_client: Process SetAtrReq() and set ATR in SIMtrace2 firmware by Harald Welte · 5 years ago
  48. 297d72e bankd: Move all PC/SC specific code to bankd_pcsc by Harald Welte · 5 years ago
  49. 1f699b4 bankd_main: Obtain ATR of card via PC/SC API by Harald Welte · 5 years ago
  50. e57334e rspro_client_fsm: Use osmocom logging API instead of direct printf by Harald Welte · 5 years ago
  51. 8d8d4f1 remsim_client: Use osmocom logging instead of printf by Harald Welte · 5 years ago
  52. 94ba99b bankd_main: Add more logging in error situations by Harald Welte · 5 years ago
  53. eb971b5 bankd_main: don't use fprintf if we can use osmocom logging API by Harald Welte · 5 years ago
  54. e1d3289 bankd: Verify bankd/client slot in tpduModemToCard rx handler by Harald Welte · 5 years ago
  55. 4e7a285 rspro_client_fsm: Disconnect if Connect{Client,Bank}Res != ok by Harald Welte · 5 years ago
  56. ce638d8 client, bankd: Add SIGUSR1 handling for talloc context debugging by Harald Welte · 5 years ago
  57. 75f5603 bankd_client_fsm: Fix ESTABLISH signal handling by Harald Welte · 5 years ago
  58. 7a95088 client: Don't ntohs() integer values from asn1 decoder by Harald Welte · 5 years ago
  59. 9cf013a remsim_client: Store and use BankSlot received in ConfigClientBankReq by Harald Welte · 5 years ago
  60. cf8b89a Move client/bank slot conversion functions to rspro_util.c by Harald Welte · 5 years ago
  61. d571a3e RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank by Harald Welte · 5 years ago
  62. 19f881a bankd: respond to IPA PING from client with IPA PONG by Harald Welte · 5 years ago
  63. 653d6a0 bankd: Disconnect client if we enter state BW_ST_CONN_CLIENT_UNMAPPED by Harald Welte · 5 years ago
  64. 2507597 bankd: Implement thread-safe SIGUSR1 talloc context reporting by Harald Welte · 5 years ago
  65. 286a2be bandk: store the worker name as part of 'struct bankd_worker' by Harald Welte · 5 years ago
  66. 00a9673 bankd: terminate bankd connection once map is deleted by Harald Welte · 5 years ago
  67. 458e01b bankd: Return ConnectClientRes in error paths of worker_handle_connectClientReq by Harald Welte · 5 years ago
  68. 942f1ff bankd: Actually send the RemoveMappingRes we prepare by Harald Welte · 5 years ago
  69. a025e70 rspro_client_fsm: Ensure close + reconnect on missing Connect*Res from server by Harald Welte · 5 years ago
  70. 454f5e2 bankd: Don't use hard-coded slotmaps but receive them from remsim-server by Harald Welte · 5 years ago
  71. a0f3950 bankd: Don't create 10 workers, but 'num_slots' workers by Harald Welte · 5 years ago
  72. f4b16f1 bankd_main: Introduce g_bankd global variable by Harald Welte · 5 years ago
  73. b49ac9c rspro_util: Add rspro_msgt_name() to get RSPRO message type name + use it by Harald Welte · 5 years ago
  74. 229e6ab Add asn1c_helpers.c file to get type/enum/choice names for printing by Harald Welte · 5 years ago
  75. 769ab7d RSPRO: Add ErrorInd by Harald Welte · 5 years ago
  76. 71752dd RSPRO: Add two more ResoltCodes by Harald Welte · 5 years ago
  77. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  78. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  79. 3cded63 naming: Distinguish "rspro client" from "remsim client" by Harald Welte · 5 years ago
  80. 707c85a Split "RSPRO client FSM" from "BANKD client FSM" by Harald Welte · 5 years ago
  81. 228af8a remsim-client: Add command-line options for server ip/port and client id/slot by Harald Welte · 5 years ago
  82. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago
  83. c7995e7 client: Early call to osmo_init_logging2() by Harald Welte · 5 years ago
  84. 03b2411 client: Add IPA Keepalive handling by Harald Welte · 5 years ago
  85. 1a17104 client: Restructure {srvc,bankd}_read_cb() by Harald Welte · 5 years ago
  86. 15b75e1 remsim-server: Add support for keepalive by Harald Welte · 5 years ago
  87. 7bfcc65 slotmap: restructure read_cb() by Harald Welte · 5 years ago
  88. e5c7773 client slot by Harald Welte · 5 years ago
  89. f5a0fa3 Initial version of remsim-server by Harald Welte · 5 years ago
  90. 648f4e3 slotmap: Introduce slotmap_{rd,wr,un}lock() wrappers for lock debugging by Harald Welte · 5 years ago
  91. 4b676bc slotmap: Log file/line when changing state by Harald Welte · 5 years ago
  92. 294298c slotmap: Add _slotmap_del() for callers that already have a lock by Harald Welte · 5 years ago
  93. c865683 slotmap: Add slotmap_get_id() function to get numeric ID of slot map by Harald Welte · 5 years ago
  94. 2bf39e0 slotmap: Add "DELETE_REQ" state by Harald Welte · 5 years ago
  95. f4e7504 slotmap: Return newly-created map from slotmap_add() by Harald Welte · 5 years ago
  96. 91a0a4a slotmap: Introduce the concept of a slotmap state by Harald Welte · 5 years ago
  97. faef8f0 slotmap: Introduce slotmap-printing function and use it by Harald Welte · 5 years ago
  98. cbd1896 generalize slotmap to make use of it outside of bankd by Harald Welte · 5 years ago
  99. 61d98e9 share debug.[ch] across all executables by Harald Welte · 5 years ago
  100. e56f2b9 client: Connect to server before connecting to bankd by Harald Welte · 5 years ago