1. c650a4d bankd_main: Refactor code: bankd_srvc_remove_mapping() by Harald Welte · 4 years, 7 months ago
  2. b2a0077 Bump version: 0.2.1.10-35d9-dirty → 0.2.2 by Harald Welte · 4 years, 7 months ago 0.2.2
  3. 667d694 bankd: send IPA CCM ID_ACK after receiving ID_ACK by Harald Welte · 4 years, 7 months ago
  4. 0a68497 cosmetic: more comments; spelling fixes in comments by Harald Welte · 4 years, 7 months ago
  5. 4ccd2fc Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  6. 13ebf43 bankd_client_fsm: close IPA client connection before re-establishing it by Harald Welte · 4 years, 8 months ago
  7. da1854c client: fix help strings by Kévin Redon · 4 years, 9 months ago
  8. 3119c2e remsim-apitool.py: pass IDs as integer by Kévin Redon · 4 years, 10 months ago
  9. 573a5b9 rspro_dec_msg: Simplify msgb ownership handling by Harald Welte · 4 years, 10 months ago
  10. fc0fff1 remsim-apitool: Fix slotmap-create (integer needed, not string!) by Harald Welte · 4 years, 10 months ago
  11. a008e62 add contrib/remsim-apitool.py to control the REST-interface of osmo-remsim-server by Joachim Steiger · 5 years ago
  12. cacbc2b rspro_client_fsm: Fix another memory leak by Harald Welte · 5 years ago
  13. 6478cda Bump version: 0.2.0.4-573d → 0.2.1 by Harald Welte · 5 years ago 0.2.1
  14. 573ddfd debian: build manuals as osmo-remsim-doc package by Harald Welte · 5 years ago
  15. 32e204c doc/manuals: Use correct path (osmo-remsim-doc) by Harald Welte · 5 years ago
  16. bb9e32e usermanual: disable non-existant architecture chapter by Harald Welte · 5 years ago
  17. 9392e08 rspro_client_fsm/remsim_client: Fix double-free by Harald Welte · 5 years ago
  18. 2f238cf Bump version: 0.1.0.29-e7f7 → 0.2.0 by Harald Welte · 5 years ago 0.2.0
  19. 3591382 server: rest_api: Fix memory leak in slotmap post by Harald Welte · 5 years ago
  20. 0c50c34 track libulfius and jansson memory allocations with talloc by Harald Welte · 5 years ago
  21. 1b86ba8 rspro_client_fsm: Fix memory leak processing RSPRO by Harald Welte · 5 years ago
  22. 80df20e remsim_client: Fix memory leak receiving RSPRO messages by Harald Welte · 5 years ago
  23. 6b990f9 rspro_server.c: Fix memory leak in processing inbound RSPRO by Harald Welte · 5 years ago
  24. f7442b5 remsim_client: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  25. 92fd734 remsim_server: Enable talloc tracking of msgb allocations by Harald Welte · 5 years ago
  26. 4e87beb Fix common misspellings and typos by Martin Hauke · 5 years ago
  27. fed6d15 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  28. c8bc5e7 add examples to remsim-server (json output) by Joachim Steiger · 5 years ago
  29. 68f9510 add examples to the command line options for remsim-bankd and remsim-client by Joachim Steiger · 5 years ago
  30. 293c114 osmo-remsim-client: add systemd service script template and etc/default configs by Joachim Steiger · 5 years ago
  31. 33a3e87 doc: Describe how to obtains PC/SC reader string names by Harald Welte · 5 years ago
  32. 6d8ad47 osmo-remsim-bankd: add systemd service script and etc/default config by Joachim Steiger · 5 years ago
  33. 07e0db3 osmo-remsim-server: add systemd service script by Joachim Steiger · 5 years ago
  34. 9c963dc osmo-remsim-bankd: Fix typo in help for --num-slots by Joachim Steiger · 5 years ago
  35. e89fecd bankd: Don't read CSV file until _after_ handling options by Harald Welte · 5 years ago
  36. 3afbf73 doc: REST API url is /banks, not /bankds by Harald Welte · 5 years ago
  37. f0184cb README.md: add 'osmo-' prefix to remsim-{server,bankd,client} by Harald Welte · 5 years ago
  38. 942f0f9 update .gitignore by Harald Welte · 5 years ago
  39. d7468e0 configure.ac: Add --disable-remsim-bankd by Harald Welte · 5 years ago
  40. 9353c60 configure.ac: Add --disable-remsim-server by Harald Welte · 5 years ago
  41. 8e04d08 debian/control: add missing libcsv dependency by Harald Welte · 5 years ago
  42. 08d88dd Add Debian packaging information by Harald Welte · 5 years ago
  43. 51cfec0 rename executables to include osmo- name prefix by Harald Welte · 5 years ago
  44. 798acd0 Add libosmo-rspro.pc.in for pkg-config integration by Harald Welte · 5 years ago
  45. 5345f3d Makefile.am: Fix dependency of server on libosmo-rspro.la by Harald Welte · 5 years ago
  46. f511667 cosmetic: remove some FIXME that actually are already fixed by Harald Welte · 5 years ago
  47. 4fa407a bankd: Use configured bank_id/nr_slots in ConnectBankReq by Harald Welte · 5 years ago
  48. 2513d81 bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn by Harald Welte · 5 years ago
  49. 0138bb4 manuals: remove <<>> from RSPRO to fix rendering by Harald Welte · 5 years ago 0.1.0
  50. 35f2b20 manuals: Add description from README.md to manual by Harald Welte · 5 years ago
  51. 56298ca server: Fix dependency on libosmo-rspro.la by Harald Welte · 5 years ago
  52. 3c4d006 Add initial osmo-remsim usermanual by Harald Welte · 5 years ago
  53. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  54. 05dc39e rspro_util.c: Disable printf debugging by Harald Welte · 5 years ago
  55. 5bae20b bankd: Add command-line arguments for IP/port/etc configuration by Harald Welte · 5 years ago
  56. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  57. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  58. 13d0f8c disable slotmap debugging by Harald Welte · 5 years ago
  59. 35ded29 rspro_server: Fix Warnings about unused variables by Harald Welte · 5 years ago
  60. 4c37f66 rspro_server: Configure client's bankd parameters (nr/slot/ip/port) by Harald Welte · 5 years ago
  61. a8b86ce client/server: log failed attempts to transmit/encode RSPRO by Harald Welte · 5 years ago
  62. 24a3e32 bankd: Don't fail on RsproPDUchoice_PR_setAtrRes by Harald Welte · 5 years ago
  63. 736e831 bankd: log incoming RSPRO by Harald Welte · 5 years ago
  64. 10f7a76 rspro_server: Treat keepalive timeouts (by closing connection) by Harald Welte · 5 years ago
  65. 1c691b1 rspro_server: Give proper name to IPA_KEEPALIVE FSMs by Harald Welte · 5 years ago
  66. 19dee08 rspro_server: Print human-readable message type instead of numeric value by Harald Welte · 5 years ago
  67. f30ff9e rspro_server: Add client_conn_by_slot() API function by Harald Welte · 5 years ago
  68. 6971412 rspro_util: We don't deal with network byte order, asn1c takes care of that by Harald Welte · 5 years ago
  69. 0a64da6 rspro_server: Split CONNECTED into CLIENT and BANKD specific states by Harald Welte · 5 years ago
  70. 1b07f7f rspro_server: Add more comments by Harald Welte · 5 years ago
  71. ba781c0 rspro_server: Fix log output in client_conn_send() by Harald Welte · 5 years ago
  72. eae30c3 rspro_util: Fix typo in rspro_gen_ConfigClientIdReq() by Harald Welte · 5 years ago
  73. 72cde10 client: Allow specification of clientId / slotNr as command line arguments by Harald Welte · 5 years ago
  74. fd5a62a client: Sort getopt-long like getopt like help message by Harald Welte · 5 years ago
  75. 2f89b96 client: transmit RSPRO via bankd_conn_fsm by Harald Welte · 5 years ago
  76. 2eee450 bankd/client: Fix memory leak if rspro_enc_msg() fails by Harald Welte · 5 years ago
  77. 972a1e8 client: Fix initialization order: logging first by Harald Welte · 5 years ago
  78. 7817b20 client: Default server port is 9998, not 9999 by Harald Welte · 5 years ago
  79. 2ea20b9 client: Use stack instead of heap when possible by Harald Welte · 5 years ago
  80. 9bfc6b3 remsim_client: Use bankd_conn_send_rspro() where applicable by Harald Welte · 5 years ago
  81. f14dc04 cosmetic: fix typo in comment by Harald Welte · 5 years ago
  82. fa36559 remsim_client: Process SetAtrReq() and set ATR in SIMtrace2 firmware by Harald Welte · 5 years ago
  83. 297d72e bankd: Move all PC/SC specific code to bankd_pcsc by Harald Welte · 5 years ago
  84. 1f699b4 bankd_main: Obtain ATR of card via PC/SC API by Harald Welte · 5 years ago
  85. e57334e rspro_client_fsm: Use osmocom logging API instead of direct printf by Harald Welte · 5 years ago
  86. 8d8d4f1 remsim_client: Use osmocom logging instead of printf by Harald Welte · 5 years ago
  87. 94ba99b bankd_main: Add more logging in error situations by Harald Welte · 5 years ago
  88. eb971b5 bankd_main: don't use fprintf if we can use osmocom logging API by Harald Welte · 5 years ago
  89. e1d3289 bankd: Verify bankd/client slot in tpduModemToCard rx handler by Harald Welte · 5 years ago
  90. 4e7a285 rspro_client_fsm: Disconnect if Connect{Client,Bank}Res != ok by Harald Welte · 5 years ago
  91. ce638d8 client, bankd: Add SIGUSR1 handling for talloc context debugging by Harald Welte · 5 years ago
  92. 75f5603 bankd_client_fsm: Fix ESTABLISH signal handling by Harald Welte · 5 years ago
  93. 7a95088 client: Don't ntohs() integer values from asn1 decoder by Harald Welte · 5 years ago
  94. 9cf013a remsim_client: Store and use BankSlot received in ConfigClientBankReq by Harald Welte · 5 years ago
  95. cf8b89a Move client/bank slot conversion functions to rspro_util.c by Harald Welte · 5 years ago
  96. d571a3e RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank by Harald Welte · 5 years ago
  97. 19f881a bankd: respond to IPA PING from client with IPA PONG by Harald Welte · 5 years ago
  98. 653d6a0 bankd: Disconnect client if we enter state BW_ST_CONN_CLIENT_UNMAPPED by Harald Welte · 5 years ago
  99. 2507597 bankd: Implement thread-safe SIGUSR1 talloc context reporting by Harald Welte · 5 years ago
  100. 286a2be bandk: store the worker name as part of 'struct bankd_worker' by Harald Welte · 5 years ago