1. b890018 rspro_client: implement re-establish delay by James Tavares · 1 year, 7 months ago
  2. f5f5805 rspro_client_fsm: Log clientConnectResult != ok by Harald Welte · 2 years, 2 months ago
  3. a9bb9a9 cosmetic: various typo/spelling fixes by Harald Welte · 2 years, 2 months ago
  4. 0c832fe treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  5. 46122ab Add separate log category for RSPRO protocol by Harald Welte · 2 years, 7 months ago
  6. 8934412 rspro_client_fsm: Differentiate different log levels by Harald Welte · 2 years, 7 months ago
  7. 0e968cc client: major restructuring around new main_fsm by Harald Welte · 4 years, 4 months ago
  8. b266d50 rspro_client_fsm: Add optional notifiation of parent on connect/disconnect by Harald Welte · 4 years, 4 months ago
  9. 8da2209 rspro_client_fsm: Migrate to ipa_client_conn_create2() by Harald Welte · 4 years, 4 months ago
  10. 16c81ea rspro_client_fsm: Add SRVC_E_DISCONNECT to disconnect from RSPRO server by Harald Welte · 4 years, 4 months ago
  11. f7598fe remsim-client: move from common 'src' directory to 'src/client' by Harald Welte · 4 years, 6 months ago
  12. b8ec65a rspro_client_fsm: Fix handling of IPA keepalive by Harald Welte · 4 years, 7 months ago
  13. 9cdd094 rspro_client_fsm: Fix uninitialized return variable use by Harald Welte · 4 years, 7 months ago
  14. 0718929 rspro_client_fsm(): Remove outdated/wrong comment from code by Harald Welte · 4 years, 7 months ago
  15. 6d61b16 rspro_client_fsm: Mark ipa_client_conn_send_rspro() as static by Harald Welte · 4 years, 7 months ago
  16. a3b14d1 rspro_client_fsm: Make RSPRO transmit use FSM event by Harald Welte · 4 years, 7 months ago
  17. d2192e2 rspro_client_fsm: Disable automatic connect on FSM allocation by Harald Welte · 4 years, 8 months ago
  18. 0a68497 cosmetic: more comments; spelling fixes in comments by Harald Welte · 4 years, 7 months ago
  19. 4ccd2fc Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  20. 573a5b9 rspro_dec_msg: Simplify msgb ownership handling by Harald Welte · 4 years, 10 months ago
  21. cacbc2b rspro_client_fsm: Fix another memory leak by Harald Welte · 5 years ago
  22. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  23. 1b86ba8 rspro_client_fsm: Fix memory leak processing RSPRO 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. a8b86ce client/server: log failed attempts to transmit/encode RSPRO by Harald Welte · 5 years ago
  27. 2eee450 bankd/client: Fix memory leak if rspro_enc_msg() fails by Harald Welte · 5 years ago
  28. e57334e rspro_client_fsm: Use osmocom logging API instead of direct printf by Harald Welte · 5 years ago
  29. 4e7a285 rspro_client_fsm: Disconnect if Connect{Client,Bank}Res != ok by Harald Welte · 5 years ago
  30. a025e70 rspro_client_fsm: Ensure close + reconnect on missing Connect*Res from server by Harald Welte · 5 years ago
  31. b49ac9c rspro_util: Add rspro_msgt_name() to get RSPRO message type name + use it by Harald Welte · 5 years ago
  32. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  33. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  34. 3cded63 naming: Distinguish "rspro client" from "remsim client" by Harald Welte · 5 years ago[Renamed (97%) from src/remsim_client_fsm.c]
  35. 707c85a Split "RSPRO client FSM" from "BANKD client FSM" by Harald Welte · 5 years ago
  36. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago
  37. 03b2411 client: Add IPA Keepalive handling by Harald Welte · 5 years ago
  38. 1a17104 client: Restructure {srvc,bankd}_read_cb() by Harald Welte · 5 years ago
  39. e56f2b9 client: Connect to server before connecting to bankd by Harald Welte · 5 years ago
  40. 7fc64bc move osmo_fsm_register() into constructor function by Harald Welte · 5 years ago
  41. f9995a3 rspro_server_conn: Add handle_rx() call-back by Harald Welte · 6 years ago
  42. 098ef87 server_conn_fsm_alloc(): add explicit talloc context argument by Harald Welte · 6 years ago
  43. 7f0e82f move ipa_client_conn_send_rspro() into remsim_client_fsm.c by Harald Welte · 6 years ago
  44. fc0ba94 move 'struct rspro_server_conn' to client.h by Harald Welte · 6 years ago
  45. 38cd4f7 move ClientSlot_t from fsm to client by Kévin Redon · 6 years ago
  46. 52cc7db remsim_client_fsm: Handle re-connect timeout and initial connection failure by Harald Welte · 6 years ago
  47. 84ba234 More progress on code of the server_conn_fsm by Harald Welte · 6 years ago
  48. f29e0d0 client: bankd_send_rspro -> ipa_client_conn_send_rspro by Harald Welte · 6 years ago
  49. 24173fb client: Introduce FSMs for managing connections to server + bankd by Harald Welte · 6 years ago