1. 879ee41 client: Remove g_client completely; separate 'main' code by Harald Welte · 4 years, 4 months ago
  2. 8e46ab6 client: Work without global g_client variable by Harald Welte · 4 years, 4 months ago
  3. 1200c82 client: Add new osmo-remsim-client-shell binary by Harald Welte · 4 years, 4 months ago
  4. d5a8729 client: Adjust to API changes; enable build of remsim-client again by Harald Welte · 4 years, 5 months ago
  5. 55c7f44 remsim-client: Call an external script in specific situations by Harald Welte · 4 years, 6 months ago
  6. 499e1d9 remsim-client: Query + Store the USB device path by Harald Welte · 4 years, 6 months ago
  7. 943ae62 remsim-client: store last 'status' by Harald Welte · 4 years, 6 months ago
  8. 6a0248b remsim-client: Move client_config from .c to .h file by Harald Welte · 4 years, 6 months ago
  9. 5ed4693 remsim-client: Avoid using 'ci' global variable by Harald Welte · 4 years, 6 months ago
  10. a9bc4de remsim-client: Fix the -k/ --keep-running option 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. a86e6b7 remsim_client: Move body of main() loop to separate function by Harald Welte · 4 years, 6 months ago
  13. f918748 client: Enable talloc NULL context tracking by Harald Welte · 4 years, 7 months ago
  14. 9636d2b remsim-client: Introduce 'struct client_config' by Harald Welte · 4 years, 6 months ago
  15. b90fc44 require minimum version 1.3.0 of libosmocore by Harald Welte · 4 years, 6 months ago
  16. 25bcbbe fix the package we depend on: libosmosimtrace2-dev by Harald Welte · 4 years, 6 months ago
  17. 3e66be5 debian/control: Add missing Build-Requires libosmo-simtrace2 by Harald Welte · 4 years, 6 months ago
  18. bbd18bd bankd: Implement card reset based on clientSlotStatusInd by Harald Welte · 4 years, 6 months ago
  19. 0e0e932 client: generate clientSlotStatusInd to bankd by Harald Welte · 4 years, 6 months ago
  20. a9bf5c2 rspro_util: Add functions generating {Bank,Client}SlotStatusInd by Harald Welte · 4 years, 6 months ago
  21. 32e2e00 remsim_client: Port to async libosmousb select loop by Harald Welte · 4 years, 6 months ago
  22. 8c1ca1b jenkins.sh: don't verify (possibly outdated) deps by Harald Welte · 4 years, 6 months ago
  23. fd5dafc remsim-client: Port from local copy to libosmousb + libosmo-simtrace2 by Harald Welte · 4 years, 6 months ago
  24. 0fd77a5 bankd: Introduce SIGMAPADD to tell worker about new mapping by Harald Welte · 4 years, 7 months ago
  25. a496783 bankd: Factor out signal-sending from bankd_srvc_remove_mapping() by Harald Welte · 4 years, 7 months ago
  26. b8ec65a rspro_client_fsm: Fix handling of IPA keepalive by Harald Welte · 4 years, 7 months ago
  27. 9cdd094 rspro_client_fsm: Fix uninitialized return variable use by Harald Welte · 4 years, 7 months ago
  28. 0718929 rspro_client_fsm(): Remove outdated/wrong comment from code by Harald Welte · 4 years, 7 months ago
  29. 6d61b16 rspro_client_fsm: Mark ipa_client_conn_send_rspro() as static by Harald Welte · 4 years, 7 months ago
  30. 8219445 remsim-client: Differentiate the two rspro_client_fsm instances by name by Harald Welte · 4 years, 7 months ago
  31. 3e9860b Replace bankd_client_fsm with rspro_client_fsm by Harald Welte · 4 years, 7 months ago
  32. a3b14d1 rspro_client_fsm: Make RSPRO transmit use FSM event by Harald Welte · 4 years, 7 months ago
  33. d2192e2 rspro_client_fsm: Disable automatic connect on FSM allocation by Harald Welte · 4 years, 8 months ago
  34. 4b75f0d add missing debian/libosmo-rspro1.install by Harald Welte · 4 years, 7 months ago
  35. a8d945e bankd: No need to handle SIGMAPDEL if we're not mapped yet by Harald Welte · 4 years, 7 months ago
  36. f34fb79 bankd: Implement new ResetStateReq by Harald Welte · 4 years, 7 months ago
  37. cd7fcd7 Add "--version" to all executables to print compile-time version info by Harald Welte · 4 years, 7 months ago
  38. 3f96632 RSPRO: Add new ResetState{Req,Res} by Harald Welte · 4 years, 7 months ago
  39. 602b6f7 bankd: initialize bank_id/slot_nr to 0xffff for unmapped workers by Harald Welte · 4 years, 7 months ago
  40. d9fb939 bankd: Reject removeSlotmap when ClientID doesn't match by Harald Welte · 4 years, 7 months ago
  41. e6fa46a bankd: createMapping should implicitly delete existing mappings by Harald Welte · 4 years, 7 months ago
  42. 550b295 bankd: Fix log print during removeMapping by Harald Welte · 4 years, 7 months ago
  43. c650a4d bankd_main: Refactor code: bankd_srvc_remove_mapping() by Harald Welte · 4 years, 7 months ago
  44. b2a0077 Bump version: 0.2.1.10-35d9-dirty → 0.2.2 by Harald Welte · 4 years, 7 months ago 0.2.2
  45. 667d694 bankd: send IPA CCM ID_ACK after receiving ID_ACK by Harald Welte · 4 years, 7 months ago
  46. 0a68497 cosmetic: more comments; spelling fixes in comments by Harald Welte · 4 years, 7 months ago
  47. 4ccd2fc Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  48. 13ebf43 bankd_client_fsm: close IPA client connection before re-establishing it by Harald Welte · 4 years, 8 months ago
  49. da1854c client: fix help strings by Kévin Redon · 4 years, 9 months ago
  50. 3119c2e remsim-apitool.py: pass IDs as integer by Kévin Redon · 4 years, 10 months ago
  51. 573a5b9 rspro_dec_msg: Simplify msgb ownership handling by Harald Welte · 4 years, 10 months ago
  52. fc0fff1 remsim-apitool: Fix slotmap-create (integer needed, not string!) by Harald Welte · 4 years, 10 months ago
  53. a008e62 add contrib/remsim-apitool.py to control the REST-interface of osmo-remsim-server by Joachim Steiger · 5 years ago
  54. cacbc2b rspro_client_fsm: Fix another memory leak by Harald Welte · 5 years ago
  55. 6478cda Bump version: 0.2.0.4-573d → 0.2.1 by Harald Welte · 5 years ago 0.2.1
  56. 573ddfd debian: build manuals as osmo-remsim-doc package by Harald Welte · 5 years ago
  57. 32e204c doc/manuals: Use correct path (osmo-remsim-doc) by Harald Welte · 5 years ago
  58. bb9e32e usermanual: disable non-existant architecture chapter by Harald Welte · 5 years ago
  59. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  60. 2f238cf Bump version: 0.1.0.29-e7f7 → 0.2.0 by Harald Welte · 5 years ago 0.2.0
  61. 3591382 server: rest_api: Fix memory leak in slotmap post by Harald Welte · 5 years ago
  62. 0c50c34 track libulfius and jansson memory allocations with talloc by Harald Welte · 5 years ago
  63. 1b86ba8 rspro_client_fsm: Fix memory leak processing RSPRO by Harald Welte · 5 years ago
  64. 80df20e remsim_client: Fix memory leak receiving RSPRO messages by Harald Welte · 5 years ago
  65. 6b990f9 rspro_server.c: Fix memory leak in processing inbound RSPRO by Harald Welte · 5 years ago
  66. f7442b5 remsim_client: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  67. 92fd734 remsim_server: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  68. 4e87beb Fix common misspellings and typos by Martin Hauke · 5 years ago
  69. fed6d15 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  70. c8bc5e7 add examples to remsim-server (json output) by Joachim Steiger · 5 years ago
  71. 68f9510 add examples to the command line options for remsim-bankd and remsim-client by Joachim Steiger · 5 years ago
  72. 293c114 osmo-remsim-client: add systemd service script template and etc/default configs by Joachim Steiger · 5 years ago
  73. 33a3e87 doc: Describe how to obtains PC/SC reader string names by Harald Welte · 5 years ago
  74. 6d8ad47 osmo-remsim-bankd: add systemd service script and etc/default config by Joachim Steiger · 5 years ago
  75. 07e0db3 osmo-remsim-server: add systemd service script by Joachim Steiger · 5 years ago
  76. 9c963dc osmo-remsim-bankd: Fix typo in help for --num-slots by Joachim Steiger · 5 years ago
  77. e89fecd bankd: Don't read CSV file until _after_ handling options by Harald Welte · 5 years ago
  78. 3afbf73 doc: REST API url is /banks, not /bankds by Harald Welte · 5 years ago
  79. f0184cb README.md: add 'osmo-' prefix to remsim-{server,bankd,client} by Harald Welte · 5 years ago
  80. 942f0f9 update .gitignore by Harald Welte · 5 years ago
  81. d7468e0 configure.ac: Add --disable-remsim-bankd by Harald Welte · 5 years ago
  82. 9353c60 configure.ac: Add --disable-remsim-server by Harald Welte · 5 years ago
  83. 8e04d08 debian/control: add missing libcsv dependency by Harald Welte · 5 years ago
  84. 08d88dd Add Debian packaging information by Harald Welte · 5 years ago
  85. 51cfec0 rename executables to include osmo- name prefix by Harald Welte · 5 years ago
  86. 798acd0 Add libosmo-rspro.pc.in for pkg-config integration by Harald Welte · 5 years ago
  87. 5345f3d Makefile.am: Fix dependency of server on libosmo-rspro.la by Harald Welte · 5 years ago
  88. f511667 cosmetic: remove some FIXME that actually are already fixed by Harald Welte · 5 years ago
  89. 4fa407a bankd: Use configured bank_id/nr_slots in ConnectBankReq by Harald Welte · 5 years ago
  90. 2513d81 bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn by Harald Welte · 5 years ago
  91. 0138bb4 manuals: remove <<>> from RSPRO to fix rendering by Harald Welte · 5 years ago 0.1.0
  92. 35f2b20 manuals: Add description from README.md to manual by Harald Welte · 5 years ago
  93. 56298ca server: Fix dependency on libosmo-rspro.la by Harald Welte · 5 years ago
  94. 3c4d006 Add initial osmo-remsim usermanual by Harald Welte · 5 years ago
  95. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  96. 05dc39e rspro_util.c: Disable printf debugging by Harald Welte · 5 years ago
  97. 5bae20b bankd: Add command-line arguments for IP/port/etc configuration by Harald Welte · 5 years ago
  98. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  99. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  100. 13d0f8c disable slotmap debugging by Harald Welte · 5 years ago