osmo-remsim/src
Harald Welte a9d7ad1175 switch to libosmocore multihread-logging
When osmo-remsim was originally developed, libosmocore logging was
not yet thread-safe.  This meant that the worker threads of remsim-bankd
and remsim-server could not log via the libosmocore logging framework
but directly used stderr/stdout, which produced rather inconsistent log
output.

However, since 1.3.0, libosmocore has received support for
multi-threaded applications.  Let's make use of this and consistently
use it in remsim-server and remsim-bankd.  This obviously also means
adding some more log categories.

Change-Id: I7bd5264c559b756927046563a2d00c54826bee9b
2021-12-08 21:17:15 +01:00
..
bankd switch to libosmocore multihread-logging 2021-12-08 21:17:15 +01:00
client logging: Print category + level, disable category-hex 2021-12-08 21:15:49 +01:00
rspro RSPRO: Add new ResetState{Req,Res} 2019-12-04 21:52:58 +01:00
server switch to libosmocore multihread-logging 2021-12-08 21:17:15 +01:00
Makefile.am introduce --disable-remsim-client-{st2,ifdhanndler} 2020-03-14 18:26:26 +01:00
asn1c_helpers.c Add asn1c_helpers.c file to get type/enum/choice names for printing 2019-03-09 20:19:28 +01:00
asn1c_helpers.h Add asn1c_helpers.c file to get type/enum/choice names for printing 2019-03-09 20:19:28 +01:00
debug.c switch to libosmocore multihread-logging 2021-12-08 21:17:15 +01:00
debug.h switch to libosmocore multihread-logging 2021-12-08 21:17:15 +01:00
rspro_client_fsm.c Add separate log category for RSPRO protocol 2021-12-08 21:16:00 +01:00
rspro_client_fsm.h rspro_client_fsm: Add optional notifiation of parent on connect/disconnect 2020-03-04 16:21:34 +01:00
rspro_util.c rspro_util.c: Use %zu for size_t 2020-03-14 18:26:26 +01:00
rspro_util.h rspro_util: Add functions generating {Bank,Client}SlotStatusInd 2019-12-17 13:31:20 +01:00
slotmap.c switch to libosmocore multihread-logging 2021-12-08 21:17:15 +01:00
slotmap.h bankd: Implement new ResetStateReq 2019-12-04 22:25:37 +01:00