osmocom-bb/src/host/trxcon/src
Vadim Yanitskiy 8f9e9806e6 trxcon: make l1sched logging configurable, use trxcon->fi as prefix
This change makes it possible to configure l1sched related logging:

* l1sched_logging_init() allows to configure logging categories for
  common and data messages (by default, DLGLOBAL is used);
* struct l1sched_cfg allows to configure a logging prefix to be
  used in l1sched messges (by default, 'l1sched[0x%p] is used)'.

Let's use osmo_fsm_inst_name(trxcon->fi) as the logging prefix.

Change-Id: I26da1a506b02502a3a6a887533c35fb09c13c429
Related: OS#5599, OS#3761
2022-07-26 00:46:43 +07:00
..
Makefile.am trxcon: cosmetic: rename l1ctl_link.[ch] to l1ctl_server.[ch] 2022-07-21 18:03:17 +07:00
l1ctl.c trxcon: move osmocom/bb/{trxcon->l1sched}/l1sched.h 2022-07-23 16:30:26 +07:00
l1ctl_server.c trxcon: l1ctl_server_{start,shutdown}() -> l1ctl_server_{alloc,free}() 2022-07-22 17:31:05 +07:00
logging.c trxcon: rename DTRX logging sub-system to DTRXC 2022-07-25 19:53:51 +07:00
sched_clck.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_lchan_common.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_lchan_desc.c trxcon: move osmocom/bb/{trxcon->l1sched}/l1sched.h 2022-07-23 16:30:26 +07:00
sched_lchan_pdtch.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_lchan_rach.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_lchan_sch.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_lchan_tchf.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_lchan_tchh.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_lchan_xcch.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_mframe.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_prim.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
sched_trx.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00
trx_if.c trxcon: rename DTRX logging sub-system to DTRXC 2022-07-25 19:53:51 +07:00
trxcon.c trxcon: make l1sched logging configurable, use trxcon->fi as prefix 2022-07-26 00:46:43 +07:00