Changelog for
osmo-remsim-bankd-1.0.0.61-1.1.i586.rpm :
* Wed May 15 2024 mardnhAATTgmx.de- Update to version 1.0.0.61:
* user_ifdhandler: Fix segfault on startup
* Fri May 10 2024 mardnhAATTgmx.de- Update to version 1.0.0.60:
* contrib: remove rpm spec file
* Sat Mar 23 2024 mardnhAATTgmx.de- Update to version 1.0.0.59:
* Add funding link to github mirror
* README.md: Major update / meaningful content
* Wed Mar 20 2024 mardnhAATTgmx.de- Update to version 1.0.0.57:
* debian/rules: don\'t compress pdfs
* Wed Feb 07 2024 mardnhAATTgmx.de- Update to version 1.0.0.56:
* bankd: Use gsmtap_inst_fd2()
* bankd: Don\'t use 127.0.0.1 as default IP address for the server
* user_simtrace2: Fix uninitialized ifm->path
* user_shell: Fix unchecked return value of osmo_fd_register()
* user_ifdhandler: Fix missing check of osmo_fd_register return val
* rspro_client_fsm: Fix integer overflow calculating re-establishment delay
* checkpatch.conf: ignore rspro generated files
* src/rspro: regenerate to fix misleading indents
* another csv example for our usb CCID reader
* remsim_client: Fix custom ATR \'-a\' option
* Tue Nov 07 2023 mardnhAATTgmx.de- Update to version 1.0.0.56:
* bankd: Use gsmtap_inst_fd2()
* Sat Sep 16 2023 mardnhAATTgmx.de- Update to version 1.0.0.55:
* bankd: Don\'t use 127.0.0.1 as default IP address for the server
* user_simtrace2: Fix uninitialized ifm->path
* user_shell: Fix unchecked return value of osmo_fd_register()
* user_ifdhandler: Fix missing check of osmo_fd_register return val
* rspro_client_fsm: Fix integer overflow calculating re-establishment delay
* checkpatch.conf: ignore rspro generated files
* src/rspro: regenerate to fix misleading indents
* another csv example for our usb CCID reader
* remsim_client: Fix custom ATR \'-a\' option
* systemd: depend on networking-online.target
* debian: set compat level to 10
* Mon Feb 06 2023 mardnhAATTgmx.de- Update to version 1.0.0.44:
* bankd_main: Avoid uninitialized variable
* rspro_server: Handle ipa_server_link_open() error case
* remsim_server: handle osmo_fd_register() failure case
* rest_api: strtoul canot return negative
* Fix various \'uninitialized variable\' bugs reported by coverity
* Fri Dec 09 2022 mardnhAATTgmx.de- Update to version 1.0.0.39:
* packaging: osmo-remsim-apitool needs py3-requests
* Sat Nov 19 2022 mardnhAATTgmx.de- Update to version 1.0.0.38:
* rspro_client: implement re-establish delay
* bankd, client, server: add -L option to disable log coloring
* bankd: Add GSMTAP functionality for SIM traffic
* Tue Nov 15 2022 mardnhAATTgmx.de- Update to version 1.0.0.35:
* remsim-client-st2: Proper error if not all endpoints can be found
* Mon Nov 14 2022 mardnhAATTgmx.de- Update to version 1.0.0.34:
* client: set the local/remote mode before inserting card
* bankd: edge detect RESET and VCC indications
* ignore libtool artifacts from cross-compile environments
* bankd: add missing -p short form option
* Mon Jul 25 2022 mardnhAATTgmx.de- Update to version 1.0.0.30:
* bankd: Don\'t log an \"Error\" if slotmap is removed
* client: Option to ignore any ATR sent by bankd
* client: Fix \'-a\' command-line argument for ATR
* bankd: Open PC/SC by default in EXCLUSIVE mode
* client: Log TPDU/ATR/PTS/slotStatus at INFO or NOTICE level
* Fri Jul 15 2022 mardnhAATTgmx.de- Update to version 1.0.0.25:
* fix rpm spec file for packacing of apitool
* Wed Jul 13 2022 mardnhAATTgmx.de- Update to version 1.0.0.24:
* debian/control: Don\'t use misc:Package
* Install + package remsim-apitool as separate sub-package
* bankd: Log not just ModemToCard but also CardToModem
* main_fsm: Log bankd config (ip/port/bank_id/slot_nr) + disconnect
* bankd: log BankID:SlotNr in every log line
* Mon Jun 20 2022 mardnhAATTgmx.de- Update to version 1.0.0.19:
* update git URLs (git -> https; gitea)
* Fri May 06 2022 mardnhAATTgmx.de- Update to version 1.0.0.18:
* rspro_client_fsm: Log clientConnectResult != ok
* bankd: Log more clearly if we fail to open a PC/SC reader
* Wed May 04 2022 mardnhAATTgmx.de- Update to version 1.0.0.16:
* server: Fix various error paths if startup fails
* cosmetic: various typo/spelling fixes
* encode actual hostname in RSPRO
* bankd: Better error messages during start-up
* server: Detect duplicate client/bankd connection; drop new ones
* server: Fix segfault in error path (client component ID != client)
* Wed Apr 27 2022 mardnhAATTgmx.de- Update to version 1.0.0.10:
* bankd: Differentiate log levels, not everything is DEBUG
* server: Differentiate log levels, not everything is DEBUG
* server: Log keep-alive timeout and TCP disconnects
* server: Log connection establishment from bankd/client; warn on localhost
* Check RSPRO component type; print error if type doesn\'t match
* Sun Jan 16 2022 mardnhAATTgmx.de- Update to version 1.0.0.5:
* Fix client_id/bank_id/slot_nr range in manual + --help output
* Tue Dec 14 2021 mardnhAATTgmx.de- Update to version 1.0.0.4:
* treewide: remove FSF address
* Thu Dec 09 2021 mardnhAATTgmx.de- Update to version 1.0.0.3:
* manual: Update changelog, copyright, version
* manual: update remsim-client options to match --help output
* manual: Document the logging configuration
* Bump version: 0.2.2.126-7382 → 1.0.0
* Depend on libosmo-simtrace >= 0.8.0
* increase required libosmocore version
* logging: Replace remaining fprintf() calls with libosmocore logging
* switch to libosmocore multihread-logging
* Wed Dec 08 2021 mardnhAATTgmx.de- Update to version 0.2.2.122:
* Add separate log category for RSPRO protocol
* logging: Print category + level, disable category-hex
* [cosmetic] bankd: mark handle_options() as static
* Change default log level to INFO
* rspro_client_fsm: Differentiate different log levels
* bankd_pcsc: Don\'t log every successful SCardTransmit
* bankd_main: Improve log usefulness
* bankd_pcsc: Improve logging in non-error case
* Mon Dec 06 2021 mardnhAATTgmx.de- Update to version 0.2.2.114:
* client: request card-remove and sim-local when no bankd/slot is set
* Wed Sep 01 2021 mardnhAATTgmx.de- Update to version 0.2.2.113:
* debian/control: remove dh-systemd build-depend
* Wed Jun 23 2021 mardnhAATTgmx.de- Update to version 0.2.2.112:
* contrib/osmo-remsim.spec.in: fix build on opensuse
* distro packaging: fix missing path for example
* Tue Jun 22 2021 mardnhAATTgmx.de- Update to version 0.2.2.110:
* gitignore: add osmo-remsim-client-reader_conf
* doc/examples: install bankd_pcsc_slots.csv
* etc_default: change bankd, client ip to 127.0.0.1
* Sat Feb 20 2021 mardnhAATTgmx.de- Update to version 0.2.2.107:
* manual: fix formating of a bullet point list in bankd csv file part
* Wed Feb 03 2021 mardnhAATTgmx.de- Update to version 0.2.2.106:
* bankd: regex matching of reader names
* Thu Jan 28 2021 mardnhAATTgmx.de- Update to version 0.2.2.105:
* configure.ac: set -std=gnu11
* Wed Jan 13 2021 mardnhAATTgmx.de- Update to version 0.2.2.104:
* contrib/jenkins: don\'t build osmo-gsm-manuals