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