1. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  2. 1b86ba8 rspro_client_fsm: Fix memory leak processing RSPRO by Harald Welte · 5 years ago
  3. f511667 cosmetic: remove some FIXME that actually are already fixed by Harald Welte · 5 years ago
  4. 4fa407a bankd: Use configured bank_id/nr_slots in ConnectBankReq by Harald Welte · 5 years ago
  5. a8b86ce client/server: log failed attempts to transmit/encode RSPRO by Harald Welte · 5 years ago
  6. 2eee450 bankd/client: Fix memory leak if rspro_enc_msg() fails by Harald Welte · 5 years ago
  7. e57334e rspro_client_fsm: Use osmocom logging API instead of direct printf by Harald Welte · 5 years ago
  8. 4e7a285 rspro_client_fsm: Disconnect if Connect{Client,Bank}Res != ok by Harald Welte · 5 years ago
  9. a025e70 rspro_client_fsm: Ensure close + reconnect on missing Connect*Res from server by Harald Welte · 5 years ago
  10. b49ac9c rspro_util: Add rspro_msgt_name() to get RSPRO message type name + use it by Harald Welte · 5 years ago
  11. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  12. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  13. 3cded63 naming: Distinguish "rspro client" from "remsim client" by Harald Welte · 5 years ago[Renamed (97%) from src/remsim_client_fsm.c]
  14. 707c85a Split "RSPRO client FSM" from "BANKD client FSM" by Harald Welte · 5 years ago
  15. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago
  16. 03b2411 client: Add IPA Keepalive handling by Harald Welte · 5 years ago
  17. 1a17104 client: Restructure {srvc,bankd}_read_cb() by Harald Welte · 5 years ago
  18. e56f2b9 client: Connect to server before connecting to bankd by Harald Welte · 5 years ago
  19. 7fc64bc move osmo_fsm_register() into constructor function by Harald Welte · 5 years ago
  20. f9995a3 rspro_server_conn: Add handle_rx() call-back by Harald Welte · 6 years ago
  21. 098ef87 server_conn_fsm_alloc(): add explicit talloc context argument by Harald Welte · 6 years ago
  22. 7f0e82f move ipa_client_conn_send_rspro() into remsim_client_fsm.c by Harald Welte · 6 years ago
  23. fc0ba94 move 'struct rspro_server_conn' to client.h by Harald Welte · 6 years ago
  24. 38cd4f7 move ClientSlot_t from fsm to client by Kévin Redon · 6 years ago
  25. 52cc7db remsim_client_fsm: Handle re-connect timeout and initial connection failure by Harald Welte · 6 years ago
  26. 84ba234 More progress on code of the server_conn_fsm by Harald Welte · 6 years ago
  27. f29e0d0 client: bankd_send_rspro -> ipa_client_conn_send_rspro by Harald Welte · 6 years ago
  28. 24173fb client: Introduce FSMs for managing connections to server + bankd by Harald Welte · 6 years ago