1. b2a0077 Bump version: 0.2.1.10-35d9-dirty → 0.2.2 by Harald Welte · 4 years, 7 months ago 0.2.2
  2. 667d694 bankd: send IPA CCM ID_ACK after receiving ID_ACK by Harald Welte · 4 years, 7 months ago
  3. 0a68497 cosmetic: more comments; spelling fixes in comments by Harald Welte · 4 years, 7 months ago
  4. 4ccd2fc Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  5. 13ebf43 bankd_client_fsm: close IPA client connection before re-establishing it by Harald Welte · 4 years, 7 months ago
  6. da1854c client: fix help strings by Kévin Redon · 4 years, 9 months ago
  7. 573a5b9 rspro_dec_msg: Simplify msgb ownership handling by Harald Welte · 4 years, 9 months ago
  8. cacbc2b rspro_client_fsm: Fix another memory leak by Harald Welte · 5 years ago
  9. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  10. 3591382 server: rest_api: Fix memory leak in slotmap post by Harald Welte · 5 years ago
  11. 0c50c34 track libulfius and jansson memory allocations with talloc by Harald Welte · 5 years ago
  12. 1b86ba8 rspro_client_fsm: Fix memory leak processing RSPRO by Harald Welte · 5 years ago
  13. 80df20e remsim_client: Fix memory leak receiving RSPRO messages by Harald Welte · 5 years ago
  14. 6b990f9 rspro_server.c: Fix memory leak in processing inbound RSPRO by Harald Welte · 5 years ago
  15. f7442b5 remsim_client: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  16. 92fd734 remsim_server: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  17. 4e87beb Fix common misspellings and typos by Martin Hauke · 5 years ago
  18. 9c963dc osmo-remsim-bankd: Fix typo in help for --num-slots by Joachim Steiger · 5 years ago
  19. e89fecd bankd: Don't read CSV file until _after_ handling options by Harald Welte · 5 years ago
  20. d7468e0 configure.ac: Add --disable-remsim-bankd by Harald Welte · 5 years ago
  21. 9353c60 configure.ac: Add --disable-remsim-server by Harald Welte · 5 years ago
  22. 51cfec0 rename executables to include osmo- name prefix by Harald Welte · 5 years ago
  23. 5345f3d Makefile.am: Fix dependency of server on libosmo-rspro.la by Harald Welte · 5 years ago
  24. f511667 cosmetic: remove some FIXME that actually are already fixed by Harald Welte · 5 years ago
  25. 4fa407a bankd: Use configured bank_id/nr_slots in ConnectBankReq by Harald Welte · 5 years ago
  26. 2513d81 bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn by Harald Welte · 5 years ago
  27. 56298ca server: Fix dependency on libosmo-rspro.la by Harald Welte · 5 years ago
  28. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  29. 05dc39e rspro_util.c: Disable printf debugging by Harald Welte · 5 years ago
  30. 5bae20b bankd: Add command-line arguments for IP/port/etc configuration by Harald Welte · 5 years ago
  31. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  32. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  33. 13d0f8c disable slotmap debugging by Harald Welte · 5 years ago
  34. 35ded29 rspro_server: Fix Warnings about unused variables by Harald Welte · 5 years ago
  35. 4c37f66 rspro_server: Configure client's bankd parameters (nr/slot/ip/port) by Harald Welte · 5 years ago
  36. a8b86ce client/server: log failed attempts to transmit/encode RSPRO by Harald Welte · 5 years ago
  37. 24a3e32 bankd: Don't fail on RsproPDUchoice_PR_setAtrRes by Harald Welte · 5 years ago
  38. 736e831 bankd: log incoming RSPRO by Harald Welte · 5 years ago
  39. 10f7a76 rspro_server: Treat keepalive timeouts (by closing connection) by Harald Welte · 5 years ago
  40. 1c691b1 rspro_server: Give proper name to IPA_KEEPALIVE FSMs by Harald Welte · 5 years ago
  41. 19dee08 rspro_server: Print human-readable message type instead of numeric value by Harald Welte · 5 years ago
  42. f30ff9e rspro_server: Add client_conn_by_slot() API function by Harald Welte · 5 years ago
  43. 6971412 rspro_util: We don't deal with network byte order, asn1c takes care of that by Harald Welte · 5 years ago
  44. 0a64da6 rspro_server: Split CONNECTED into CLIENT and BANKD specific states by Harald Welte · 5 years ago
  45. 1b07f7f rspro_server: Add more comments by Harald Welte · 5 years ago
  46. ba781c0 rspro_server: Fix log output in client_conn_send() by Harald Welte · 5 years ago
  47. eae30c3 rspro_util: Fix typo in rspro_gen_ConfigClientIdReq() by Harald Welte · 5 years ago
  48. 72cde10 client: Allow specification of clientId / slotNr as command line arguments by Harald Welte · 5 years ago
  49. fd5a62a client: Sort getopt-long like getopt like help message by Harald Welte · 5 years ago
  50. 2f89b96 client: transmit RSPRO via bankd_conn_fsm by Harald Welte · 5 years ago
  51. 2eee450 bankd/client: Fix memory leak if rspro_enc_msg() fails by Harald Welte · 5 years ago
  52. 972a1e8 client: Fix initialization order: logging first by Harald Welte · 5 years ago
  53. 7817b20 client: Default server port is 9998, not 9999 by Harald Welte · 5 years ago
  54. 2ea20b9 client: Use stack instead of heap when possible by Harald Welte · 5 years ago
  55. 9bfc6b3 remsim_client: Use bankd_conn_send_rspro() where applicable by Harald Welte · 5 years ago
  56. f14dc04 cosmetic: fix typo in comment by Harald Welte · 5 years ago
  57. fa36559 remsim_client: Process SetAtrReq() and set ATR in SIMtrace2 firmware by Harald Welte · 5 years ago
  58. 297d72e bankd: Move all PC/SC specific code to bankd_pcsc by Harald Welte · 5 years ago
  59. 1f699b4 bankd_main: Obtain ATR of card via PC/SC API by Harald Welte · 5 years ago
  60. e57334e rspro_client_fsm: Use osmocom logging API instead of direct printf by Harald Welte · 5 years ago
  61. 8d8d4f1 remsim_client: Use osmocom logging instead of printf by Harald Welte · 5 years ago
  62. 94ba99b bankd_main: Add more logging in error situations by Harald Welte · 5 years ago
  63. eb971b5 bankd_main: don't use fprintf if we can use osmocom logging API by Harald Welte · 5 years ago
  64. e1d3289 bankd: Verify bankd/client slot in tpduModemToCard rx handler by Harald Welte · 5 years ago
  65. 4e7a285 rspro_client_fsm: Disconnect if Connect{Client,Bank}Res != ok by Harald Welte · 5 years ago
  66. ce638d8 client, bankd: Add SIGUSR1 handling for talloc context debugging by Harald Welte · 5 years ago
  67. 75f5603 bankd_client_fsm: Fix ESTABLISH signal handling by Harald Welte · 5 years ago
  68. 7a95088 client: Don't ntohs() integer values from asn1 decoder by Harald Welte · 5 years ago
  69. 9cf013a remsim_client: Store and use BankSlot received in ConfigClientBankReq by Harald Welte · 5 years ago
  70. cf8b89a Move client/bank slot conversion functions to rspro_util.c by Harald Welte · 5 years ago
  71. d571a3e RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank by Harald Welte · 5 years ago
  72. 19f881a bankd: respond to IPA PING from client with IPA PONG by Harald Welte · 5 years ago
  73. 653d6a0 bankd: Disconnect client if we enter state BW_ST_CONN_CLIENT_UNMAPPED by Harald Welte · 5 years ago
  74. 2507597 bankd: Implement thread-safe SIGUSR1 talloc context reporting by Harald Welte · 5 years ago
  75. 286a2be bandk: store the worker name as part of 'struct bankd_worker' by Harald Welte · 5 years ago
  76. 00a9673 bankd: terminate bankd connection once map is deleted by Harald Welte · 5 years ago
  77. 458e01b bankd: Return ConnectClientRes in error paths of worker_handle_connectClientReq by Harald Welte · 5 years ago
  78. 942f1ff bankd: Actually send the RemoveMappingRes we prepare by Harald Welte · 5 years ago
  79. a025e70 rspro_client_fsm: Ensure close + reconnect on missing Connect*Res from server by Harald Welte · 5 years ago
  80. 454f5e2 bankd: Don't use hard-coded slotmaps but receive them from remsim-server by Harald Welte · 5 years ago
  81. a0f3950 bankd: Don't create 10 workers, but 'num_slots' workers by Harald Welte · 5 years ago
  82. f4b16f1 bankd_main: Introduce g_bankd global variable by Harald Welte · 5 years ago
  83. b49ac9c rspro_util: Add rspro_msgt_name() to get RSPRO message type name + use it by Harald Welte · 5 years ago
  84. 229e6ab Add asn1c_helpers.c file to get type/enum/choice names for printing by Harald Welte · 5 years ago
  85. 769ab7d RSPRO: Add ErrorInd by Harald Welte · 5 years ago
  86. 71752dd RSPRO: Add two more ResoltCodes by Harald Welte · 5 years ago
  87. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  88. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  89. 3cded63 naming: Distinguish "rspro client" from "remsim client" by Harald Welte · 5 years ago
  90. 707c85a Split "RSPRO client FSM" from "BANKD client FSM" by Harald Welte · 5 years ago
  91. 228af8a remsim-client: Add command-line options for server ip/port and client id/slot by Harald Welte · 5 years ago
  92. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago
  93. c7995e7 client: Early call to osmo_init_logging2() by Harald Welte · 5 years ago
  94. 03b2411 client: Add IPA Keepalive handling by Harald Welte · 5 years ago
  95. 1a17104 client: Restructure {srvc,bankd}_read_cb() by Harald Welte · 5 years ago
  96. 15b75e1 remsim-server: Add support for keepalive by Harald Welte · 5 years ago
  97. 7bfcc65 slotmap: restructure read_cb() by Harald Welte · 5 years ago
  98. e5c7773 client slot by Harald Welte · 5 years ago
  99. f5a0fa3 Initial version of remsim-server by Harald Welte · 5 years ago
  100. 648f4e3 slotmap: Introduce slotmap_{rd,wr,un}lock() wrappers for lock debugging by Harald Welte · 5 years ago