aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-27server: Differentiate log levels, not everything is DEBUGHarald Welte1-13/+13
2022-04-27server: Log keep-alive timeout and TCP disconnectsHarald Welte1-0/+2
2022-04-27server: Log connection establishment from bankd/client; warn on localhostHarald Welte1-0/+14
2022-04-25Check RSPRO component type; print error if type doesn't matchHarald Welte2-0/+21
2022-01-16Fix client_id/bank_id/slot_nr range in manual + --help outputHarald Welte4-11/+11
2021-12-14treewide: remove FSF addressOliver Smith14-56/+0
2021-12-09manual: Update changelog, copyright, versionHarald Welte1-1/+9
2021-12-09manual: update remsim-client options to match --help outputHarald Welte1-15/+7
2021-12-09manual: Document the logging configurationHarald Welte5-6/+90
2021-12-09Bump version: 0.2.2.126-7382 → 1.0.01.0.0Harald Welte5-3/+139
2021-12-09Depend on libosmo-simtrace >= 0.8.0Harald Welte3-4/+4
2021-12-09increase required libosmocore versionHarald Welte3-3/+3
2021-12-09logging: Replace remaining fprintf() calls with libosmocore loggingHarald Welte7-19/+25
2021-12-08switch to libosmocore multihread-loggingHarald Welte8-12/+34
2021-12-08Add separate log category for RSPRO protocolHarald Welte3-4/+10
2021-12-08logging: Print category + level, disable category-hexHarald Welte3-0/+17
2021-12-08[cosmetic] bankd: mark handle_options() as staticHarald Welte1-1/+1
2021-12-08Change default log level to INFOHarald Welte1-1/+1
2021-12-08rspro_client_fsm: Differentiate different log levelsHarald Welte1-3/+4
2021-12-08bankd_pcsc: Don't log every successful SCardTransmitHarald Welte1-2/+3
2021-12-08bankd_main: Improve log usefulnessHarald Welte1-5/+6
2021-12-08bankd_pcsc: Improve logging in non-error caseHarald Welte1-1/+1
2021-09-08client: request card-remove and sim-local when no bankd/slot is setHarald Welte5-0/+52
2021-09-01debian/control: remove dh-systemd build-dependOliver Smith1-1/+0
2021-06-23contrib/osmo-remsim.spec.in: fix build on opensuseOliver Smith1-0/+4
2021-06-23distro packaging: fix missing path for exampleOliver Smith2-0/+2
2021-06-22gitignore: add osmo-remsim-client-reader_confOliver Smith1-0/+1
2021-06-22doc/examples: install bankd_pcsc_slots.csvOliver Smith5-0/+33
2021-06-22etc_default: change bankd, client ip to 127.0.0.1Oliver Smith2-2/+2
2021-02-19manual: fix formating of a bullet point list in bankd csv file partHarald Welte1-0/+1
2021-02-03bankd: regex matching of reader namesHarald Welte2-13/+115
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+1
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2020-10-20remsim-client: Avoid zombies when scripts terminateHarald Welte1-0/+20
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-1/+1
2020-07-19remsim-client-shell: Terminate if STDIN has been closedHarald Welte1-0/+4
2020-06-22*.spec.in: Use %config(noreplace) to retain current config fileHarald Welte1-3/+3
2020-05-28user_simtrace2: Fix typo in frontend_handle_card2modem()Harald Welte1-1/+1
2020-05-25user_shell: Dispatch all events via main_fsm.cHarald Welte1-10/+20
2020-05-25Enable async use of libosmo-simtrace2Harald Welte1-0/+1
2020-05-25simtrace2: use correct event when dispatching modem data to main_fsmHarald Welte1-1/+1
2020-05-25contrib/owhw-event-script.sh: Update to working version for OWHWv5Harald Welte1-4/+19
2020-05-25simtrace2: Set transp->udp_fd to -1 to indicate USB transportHarald Welte1-0/+1
2020-05-25simtrace2: Fix missing LF at end of log output in process_do_rx_da()Harald Welte1-1/+1
2020-05-25add '-d' command line argument to configure stderr logging verbosityHarald Welte3-3/+18
2020-05-24avoid talloc abort in simtrace2 frontend_append_script_env()Harald Welte5-9/+8
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+8
2020-05-22contrib: integrate RPM specOliver Smith3-13/+17
2020-05-20only depend on libcsv if remsim-bankd is to be builtHarald Welte1-4/+3
2020-05-14contrib: import RPM specOliver Smith1-0/+215