1. 2f238cf Bump version: 0.1.0.29-e7f7 → 0.2.0 by Harald Welte · 4 years, 10 months ago 0.2.0
  2. 3591382 server: rest_api: Fix memory leak in slotmap post by Harald Welte · 4 years, 10 months ago
  3. 0c50c34 track libulfius and jansson memory allocations with talloc by Harald Welte · 4 years, 10 months ago
  4. 1b86ba8 rspro_client_fsm: Fix memory leak processing RSPRO by Harald Welte · 4 years, 10 months ago
  5. 80df20e remsim_client: Fix memory leak receiving RSPRO messages by Harald Welte · 4 years, 10 months ago
  6. 6b990f9 rspro_server.c: Fix memory leak in processing inbound RSPRO by Harald Welte · 4 years, 10 months ago
  7. f7442b5 remsim_client: Enable talloc tracking of msgb allocations by Harald Welte · 4 years, 10 months ago
  8. 92fd734 remsim_server: Enable talloc tracking of msgb allocations by Harald Welte · 4 years, 10 months ago
  9. 4e87beb Fix common misspellings and typos by Martin Hauke · 4 years, 10 months ago
  10. fed6d15 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 4 years, 10 months ago
  11. c8bc5e7 add examples to remsim-server (json output) by Joachim Steiger · 4 years, 11 months ago
  12. 68f9510 add examples to the command line options for remsim-bankd and remsim-client by Joachim Steiger · 4 years, 11 months ago
  13. 293c114 osmo-remsim-client: add systemd service script template and etc/default configs by Joachim Steiger · 5 years ago
  14. 33a3e87 doc: Describe how to obtains PC/SC reader string names by Harald Welte · 5 years ago
  15. 6d8ad47 osmo-remsim-bankd: add systemd service script and etc/default config by Joachim Steiger · 5 years ago
  16. 07e0db3 osmo-remsim-server: add systemd service script by Joachim Steiger · 5 years ago
  17. 9c963dc osmo-remsim-bankd: Fix typo in help for --num-slots by Joachim Steiger · 5 years ago
  18. e89fecd bankd: Don't read CSV file until _after_ handling options by Harald Welte · 5 years ago
  19. 3afbf73 doc: REST API url is /banks, not /bankds by Harald Welte · 5 years ago
  20. f0184cb README.md: add 'osmo-' prefix to remsim-{server,bankd,client} by Harald Welte · 5 years ago
  21. 942f0f9 update .gitignore by Harald Welte · 5 years ago
  22. d7468e0 configure.ac: Add --disable-remsim-bankd by Harald Welte · 5 years ago
  23. 9353c60 configure.ac: Add --disable-remsim-server by Harald Welte · 5 years ago
  24. 8e04d08 debian/control: add missing libcsv dependency by Harald Welte · 5 years ago
  25. 08d88dd Add Debian packaging information by Harald Welte · 5 years ago
  26. 51cfec0 rename executables to include osmo- name prefix by Harald Welte · 5 years ago
  27. 798acd0 Add libosmo-rspro.pc.in for pkg-config integration by Harald Welte · 5 years ago
  28. 5345f3d Makefile.am: Fix dependency of server on libosmo-rspro.la by Harald Welte · 5 years ago
  29. f511667 cosmetic: remove some FIXME that actually are already fixed by Harald Welte · 5 years ago
  30. 4fa407a bankd: Use configured bank_id/nr_slots in ConnectBankReq by Harald Welte · 5 years ago
  31. 2513d81 bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn by Harald Welte · 5 years ago
  32. 0138bb4 manuals: remove <<>> from RSPRO to fix rendering by Harald Welte · 5 years ago 0.1.0
  33. 35f2b20 manuals: Add description from README.md to manual by Harald Welte · 5 years ago
  34. 56298ca server: Fix dependency on libosmo-rspro.la by Harald Welte · 5 years ago
  35. 3c4d006 Add initial osmo-remsim usermanual by Harald Welte · 5 years ago
  36. b6b7bd1 remsim_client: Reduce simtrace timeout from 100s to 1s by Harald Welte · 5 years ago
  37. 05dc39e rspro_util.c: Disable printf debugging by Harald Welte · 5 years ago
  38. 5bae20b bankd: Add command-line arguments for IP/port/etc configuration by Harald Welte · 5 years ago
  39. b54a51e improve talloc memory leak debugging by Harald Welte · 5 years ago
  40. 3f09f63 fixup warnings by Harald Welte · 5 years ago
  41. 13d0f8c disable slotmap debugging by Harald Welte · 5 years ago
  42. 35ded29 rspro_server: Fix Warnings about unused variables by Harald Welte · 5 years ago
  43. 4c37f66 rspro_server: Configure client's bankd parameters (nr/slot/ip/port) by Harald Welte · 5 years ago
  44. a8b86ce client/server: log failed attempts to transmit/encode RSPRO by Harald Welte · 5 years ago
  45. 24a3e32 bankd: Don't fail on RsproPDUchoice_PR_setAtrRes by Harald Welte · 5 years ago
  46. 736e831 bankd: log incoming RSPRO by Harald Welte · 5 years ago
  47. 10f7a76 rspro_server: Treat keepalive timeouts (by closing connection) by Harald Welte · 5 years ago
  48. 1c691b1 rspro_server: Give proper name to IPA_KEEPALIVE FSMs by Harald Welte · 5 years ago
  49. 19dee08 rspro_server: Print human-readable message type instead of numeric value by Harald Welte · 5 years ago
  50. f30ff9e rspro_server: Add client_conn_by_slot() API function by Harald Welte · 5 years ago
  51. 6971412 rspro_util: We don't deal with network byte order, asn1c takes care of that by Harald Welte · 5 years ago
  52. 0a64da6 rspro_server: Split CONNECTED into CLIENT and BANKD specific states by Harald Welte · 5 years ago
  53. 1b07f7f rspro_server: Add more comments by Harald Welte · 5 years ago
  54. ba781c0 rspro_server: Fix log output in client_conn_send() by Harald Welte · 5 years ago
  55. eae30c3 rspro_util: Fix typo in rspro_gen_ConfigClientIdReq() by Harald Welte · 5 years ago
  56. 72cde10 client: Allow specification of clientId / slotNr as command line arguments by Harald Welte · 5 years ago
  57. fd5a62a client: Sort getopt-long like getopt like help message by Harald Welte · 5 years ago
  58. 2f89b96 client: transmit RSPRO via bankd_conn_fsm by Harald Welte · 5 years ago
  59. 2eee450 bankd/client: Fix memory leak if rspro_enc_msg() fails by Harald Welte · 5 years ago
  60. 972a1e8 client: Fix initialization order: logging first by Harald Welte · 5 years ago
  61. 7817b20 client: Default server port is 9998, not 9999 by Harald Welte · 5 years ago
  62. 2ea20b9 client: Use stack instead of heap when possible by Harald Welte · 5 years ago
  63. 9bfc6b3 remsim_client: Use bankd_conn_send_rspro() where applicable by Harald Welte · 5 years ago
  64. f14dc04 cosmetic: fix typo in comment by Harald Welte · 5 years ago
  65. fa36559 remsim_client: Process SetAtrReq() and set ATR in SIMtrace2 firmware by Harald Welte · 5 years ago
  66. 297d72e bankd: Move all PC/SC specific code to bankd_pcsc by Harald Welte · 5 years ago
  67. 1f699b4 bankd_main: Obtain ATR of card via PC/SC API by Harald Welte · 5 years ago
  68. e57334e rspro_client_fsm: Use osmocom logging API instead of direct printf by Harald Welte · 5 years ago
  69. 8d8d4f1 remsim_client: Use osmocom logging instead of printf by Harald Welte · 5 years ago
  70. 94ba99b bankd_main: Add more logging in error situations by Harald Welte · 5 years ago
  71. eb971b5 bankd_main: don't use fprintf if we can use osmocom logging API by Harald Welte · 5 years ago
  72. e1d3289 bankd: Verify bankd/client slot in tpduModemToCard rx handler by Harald Welte · 5 years ago
  73. 4e7a285 rspro_client_fsm: Disconnect if Connect{Client,Bank}Res != ok by Harald Welte · 5 years ago
  74. ce638d8 client, bankd: Add SIGUSR1 handling for talloc context debugging by Harald Welte · 5 years ago
  75. 75f5603 bankd_client_fsm: Fix ESTABLISH signal handling by Harald Welte · 5 years ago
  76. 7a95088 client: Don't ntohs() integer values from asn1 decoder by Harald Welte · 5 years ago
  77. 9cf013a remsim_client: Store and use BankSlot received in ConfigClientBankReq by Harald Welte · 5 years ago
  78. cf8b89a Move client/bank slot conversion functions to rspro_util.c by Harald Welte · 5 years ago
  79. d571a3e RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank by Harald Welte · 5 years ago
  80. 19f881a bankd: respond to IPA PING from client with IPA PONG by Harald Welte · 5 years ago
  81. 653d6a0 bankd: Disconnect client if we enter state BW_ST_CONN_CLIENT_UNMAPPED by Harald Welte · 5 years ago
  82. 2507597 bankd: Implement thread-safe SIGUSR1 talloc context reporting by Harald Welte · 5 years ago
  83. 286a2be bandk: store the worker name as part of 'struct bankd_worker' by Harald Welte · 5 years ago
  84. 00a9673 bankd: terminate bankd connection once map is deleted by Harald Welte · 5 years ago
  85. 458e01b bankd: Return ConnectClientRes in error paths of worker_handle_connectClientReq by Harald Welte · 5 years ago
  86. 942f1ff bankd: Actually send the RemoveMappingRes we prepare by Harald Welte · 5 years ago
  87. a025e70 rspro_client_fsm: Ensure close + reconnect on missing Connect*Res from server by Harald Welte · 5 years ago
  88. 454f5e2 bankd: Don't use hard-coded slotmaps but receive them from remsim-server by Harald Welte · 5 years ago
  89. a0f3950 bankd: Don't create 10 workers, but 'num_slots' workers by Harald Welte · 5 years ago
  90. f4b16f1 bankd_main: Introduce g_bankd global variable by Harald Welte · 5 years ago
  91. b49ac9c rspro_util: Add rspro_msgt_name() to get RSPRO message type name + use it by Harald Welte · 5 years ago
  92. 229e6ab Add asn1c_helpers.c file to get type/enum/choice names for printing by Harald Welte · 5 years ago
  93. 769ab7d RSPRO: Add ErrorInd by Harald Welte · 5 years ago
  94. 71752dd RSPRO: Add two more ResoltCodes by Harald Welte · 5 years ago
  95. a844bb0 Introduce {server,bankd}_conn_send_rspro() by Harald Welte · 5 years ago
  96. 3dcdd20 add missing copyright / license headers everywhere by Harald Welte · 5 years ago
  97. 3cded63 naming: Distinguish "rspro client" from "remsim client" by Harald Welte · 5 years ago
  98. 707c85a Split "RSPRO client FSM" from "BANKD client FSM" by Harald Welte · 5 years ago
  99. 228af8a remsim-client: Add command-line options for server ip/port and client id/slot by Harald Welte · 5 years ago
  100. ec628e9 client: move ClientSlot from bankd_conn to srv_conn by Harald Welte · 5 years ago