1. e043826 simtrace2: Set transp->udp_fd to -1 to indicate USB transport by Harald Welte · 4 years, 1 month ago
  2. 06fff2a simtrace2: Fix missing LF at end of log output in process_do_rx_da() by Harald Welte · 4 years, 1 month ago
  3. 80a0110 add '-d' command line argument to configure stderr logging verbosity by Harald Welte · 4 years, 1 month ago
  4. e580c93 avoid talloc abort in simtrace2 frontend_append_script_env() by Harald Welte · 4 years, 1 month ago
  5. b97e2fb user_simtrace2: Stop using printf, use libosmocore logging by Harald Welte · 4 years, 4 months ago
  6. a3ab5f2 introduce --disable-remsim-client-{st2,ifdhanndler} by Harald Welte · 4 years, 3 months ago
  7. afc6c68 rspro_util.c: Use %zu for size_t by Harald Welte · 4 years, 3 months ago
  8. f50a752 client: Avoid useless depedency to libosmosim by Harald Welte · 4 years, 4 months ago
  9. 7cd8b76 bankd: Avoid useless dependency to libosmosim by Harald Welte · 4 years, 4 months ago
  10. f14f337 libosmo-rspro: Avoid useless dependency to libosmo-abis by Harald Welte · 4 years, 4 months ago
  11. 73b6d70 Avoid useless dependency on libcsv by Harald Welte · 4 years, 4 months ago
  12. 2a5f447 libosmo-rspro: Avoid useless dependency to libosmogsm by Harald Welte · 4 years, 4 months ago
  13. 9629ba3 client: Fix TODO: add CLK status information to event-script environment by Harald Welte · 4 years, 4 months ago
  14. 0e968cc client: major restructuring around new main_fsm by Harald Welte · 4 years, 4 months ago
  15. b266d50 rspro_client_fsm: Add optional notifiation of parent on connect/disconnect by Harald Welte · 4 years, 4 months ago
  16. 8da2209 rspro_client_fsm: Migrate to ipa_client_conn_create2() by Harald Welte · 4 years, 4 months ago
  17. 9fac496 client: ifd_handler (PC/SC reader driver) as remsim-client by Harald Welte · 4 years, 4 months ago
  18. d938e43 src/Makefile.am: Build src directory (libosmo-rspro) before sub-directories by Harald Welte · 4 years, 4 months ago
  19. 38d990b client: Work around "stock on PTS" problem by Harald Welte · 4 years, 4 months ago
  20. f43baba server: Don't accept out-of-range bank/client/slot numbers on REST by Harald Welte · 4 years, 4 months ago
  21. 44866d5 client: user_shell.c: Don't echo stdin on stdout by Harald Welte · 4 years, 4 months ago
  22. 8236840 client: user_shell.c: fflush() after writes to stdout by Harald Welte · 4 years, 4 months ago
  23. 1b6696f client: Make ConfigClientBankReq with bankd_port == 0 trigger SRVC_E_DISCONNECT by Harald Welte · 4 years, 4 months ago
  24. 16c81ea rspro_client_fsm: Add SRVC_E_DISCONNECT to disconnect from RSPRO server by Harald Welte · 4 years, 4 months ago
  25. 3598c58 server: Send ConfigClientBankReq with bankd_port == 0 on map delete by Harald Welte · 4 years, 4 months ago
  26. ea3eefe server: don't dereference map before OSMO_ASSERT() in _update_client_for_slotmap() by Harald Welte · 4 years, 4 months ago
  27. a9caad8 client: Split into remsim_client.c and remsim_client_main.c by Harald Welte · 4 years, 4 months ago
  28. 879ee41 client: Remove g_client completely; separate 'main' code by Harald Welte · 4 years, 4 months ago
  29. 8e46ab6 client: Work without global g_client variable by Harald Welte · 4 years, 4 months ago
  30. 1200c82 client: Add new osmo-remsim-client-shell binary by Harald Welte · 4 years, 4 months ago
  31. d5a8729 client: Adjust to API changes; enable build of remsim-client again by Harald Welte · 4 years, 5 months ago
  32. 55c7f44 remsim-client: Call an external script in specific situations by Harald Welte · 4 years, 6 months ago
  33. 499e1d9 remsim-client: Query + Store the USB device path by Harald Welte · 4 years, 6 months ago
  34. 943ae62 remsim-client: store last 'status' by Harald Welte · 4 years, 6 months ago
  35. 6a0248b remsim-client: Move client_config from .c to .h file by Harald Welte · 4 years, 6 months ago
  36. 5ed4693 remsim-client: Avoid using 'ci' global variable by Harald Welte · 4 years, 6 months ago
  37. a9bc4de remsim-client: Fix the -k/ --keep-running option by Harald Welte · 4 years, 4 months ago
  38. f7598fe remsim-client: move from common 'src' directory to 'src/client' by Harald Welte · 4 years, 6 months ago
  39. a86e6b7 remsim_client: Move body of main() loop to separate function by Harald Welte · 4 years, 6 months ago
  40. f918748 client: Enable talloc NULL context tracking by Harald Welte · 4 years, 7 months ago
  41. 9636d2b remsim-client: Introduce 'struct client_config' by Harald Welte · 4 years, 6 months ago
  42. bbd18bd bankd: Implement card reset based on clientSlotStatusInd by Harald Welte · 4 years, 6 months ago
  43. 0e0e932 client: generate clientSlotStatusInd to bankd by Harald Welte · 4 years, 6 months ago
  44. a9bf5c2 rspro_util: Add functions generating {Bank,Client}SlotStatusInd by Harald Welte · 4 years, 6 months ago
  45. 32e2e00 remsim_client: Port to async libosmousb select loop by Harald Welte · 4 years, 6 months ago
  46. fd5dafc remsim-client: Port from local copy to libosmousb + libosmo-simtrace2 by Harald Welte · 4 years, 6 months ago
  47. 0fd77a5 bankd: Introduce SIGMAPADD to tell worker about new mapping by Harald Welte · 4 years, 7 months ago
  48. a496783 bankd: Factor out signal-sending from bankd_srvc_remove_mapping() by Harald Welte · 4 years, 7 months ago
  49. b8ec65a rspro_client_fsm: Fix handling of IPA keepalive by Harald Welte · 4 years, 7 months ago
  50. 9cdd094 rspro_client_fsm: Fix uninitialized return variable use by Harald Welte · 4 years, 7 months ago
  51. 0718929 rspro_client_fsm(): Remove outdated/wrong comment from code by Harald Welte · 4 years, 7 months ago
  52. 6d61b16 rspro_client_fsm: Mark ipa_client_conn_send_rspro() as static by Harald Welte · 4 years, 7 months ago
  53. 8219445 remsim-client: Differentiate the two rspro_client_fsm instances by name by Harald Welte · 4 years, 7 months ago
  54. 3e9860b Replace bankd_client_fsm with rspro_client_fsm by Harald Welte · 4 years, 7 months ago
  55. a3b14d1 rspro_client_fsm: Make RSPRO transmit use FSM event by Harald Welte · 4 years, 7 months ago
  56. d2192e2 rspro_client_fsm: Disable automatic connect on FSM allocation by Harald Welte · 4 years, 8 months ago
  57. a8d945e bankd: No need to handle SIGMAPDEL if we're not mapped yet by Harald Welte · 4 years, 7 months ago
  58. f34fb79 bankd: Implement new ResetStateReq by Harald Welte · 4 years, 7 months ago
  59. cd7fcd7 Add "--version" to all executables to print compile-time version info by Harald Welte · 4 years, 7 months ago
  60. 3f96632 RSPRO: Add new ResetState{Req,Res} by Harald Welte · 4 years, 7 months ago
  61. 602b6f7 bankd: initialize bank_id/slot_nr to 0xffff for unmapped workers by Harald Welte · 4 years, 7 months ago
  62. d9fb939 bankd: Reject removeSlotmap when ClientID doesn't match by Harald Welte · 4 years, 7 months ago
  63. e6fa46a bankd: createMapping should implicitly delete existing mappings by Harald Welte · 4 years, 7 months ago
  64. 550b295 bankd: Fix log print during removeMapping by Harald Welte · 4 years, 7 months ago
  65. c650a4d bankd_main: Refactor code: bankd_srvc_remove_mapping() by Harald Welte · 4 years, 7 months ago
  66. b2a0077 Bump version: 0.2.1.10-35d9-dirty → 0.2.2 by Harald Welte · 4 years, 7 months ago 0.2.2
  67. 667d694 bankd: send IPA CCM ID_ACK after receiving ID_ACK by Harald Welte · 4 years, 7 months ago
  68. 0a68497 cosmetic: more comments; spelling fixes in comments by Harald Welte · 4 years, 7 months ago
  69. 4ccd2fc Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  70. 13ebf43 bankd_client_fsm: close IPA client connection before re-establishing it by Harald Welte · 4 years, 8 months ago
  71. da1854c client: fix help strings by Kévin Redon · 4 years, 9 months ago
  72. 573a5b9 rspro_dec_msg: Simplify msgb ownership handling by Harald Welte · 4 years, 10 months ago
  73. cacbc2b rspro_client_fsm: Fix another memory leak by Harald Welte · 5 years ago
  74. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  75. 3591382 server: rest_api: Fix memory leak in slotmap post by Harald Welte · 5 years ago
  76. 0c50c34 track libulfius and jansson memory allocations with talloc by Harald Welte · 5 years ago
  77. 1b86ba8 rspro_client_fsm: Fix memory leak processing RSPRO by Harald Welte · 5 years ago
  78. 80df20e remsim_client: Fix memory leak receiving RSPRO messages by Harald Welte · 5 years ago
  79. 6b990f9 rspro_server.c: Fix memory leak in processing inbound RSPRO by Harald Welte · 5 years ago
  80. f7442b5 remsim_client: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  81. 92fd734 remsim_server: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  82. 4e87beb Fix common misspellings and typos by Martin Hauke · 5 years ago
  83. 9c963dc osmo-remsim-bankd: Fix typo in help for --num-slots by Joachim Steiger · 5 years ago
  84. e89fecd bankd: Don't read CSV file until _after_ handling options by Harald Welte · 5 years ago
  85. d7468e0 configure.ac: Add --disable-remsim-bankd by Harald Welte · 5 years ago
  86. 9353c60 configure.ac: Add --disable-remsim-server by Harald Welte · 5 years ago
  87. 51cfec0 rename executables to include osmo- name prefix by Harald Welte · 5 years ago
  88. 5345f3d Makefile.am: Fix dependency of server on libosmo-rspro.la by Harald Welte · 5 years ago
  89. f511667 cosmetic: remove some FIXME that actually are already fixed by Harald Welte · 5 years ago
  90. 4fa407a bankd: Use configured bank_id/nr_slots in ConnectBankReq by Harald Welte · 5 years ago
  91. 2513d81 bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn by Harald Welte · 5 years ago
  92. 56298ca server: Fix dependency on libosmo-rspro.la by Harald Welte · 5 years ago
  93. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  94. 05dc39e rspro_util.c: Disable printf debugging by Harald Welte · 5 years ago
  95. 5bae20b bankd: Add command-line arguments for IP/port/etc configuration by Harald Welte · 5 years ago
  96. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  97. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  98. 13d0f8c disable slotmap debugging by Harald Welte · 5 years ago
  99. 35ded29 rspro_server: Fix Warnings about unused variables by Harald Welte · 5 years ago
  100. 4c37f66 rspro_server: Configure client's bankd parameters (nr/slot/ip/port) by Harald Welte · 5 years ago