Attention is currently required from: pespin.
2 comments:
Patchset:
Do we really need the function callback, and to print trxcojn info when printing l1ched logging line […]
Yes, this is useful when trxcon has multiple L1CTL connections (ttcn3-bts-test will be using this soon) and thus multiple schedulers printing logging messages. We definitely need some way to distinguish them. Though, calling a function for each logging message may be an overkill. I think we can simply set a 'const char *prefix' to osmo_fsm_inst_name(trxcon->fi) without having the fsm state. What do you think?
File src/host/trxcon/src/sched_lchan_tchh.c:
Patch Set #2, Line 185: #if 0
why is this commented out here?
Because no logging context is available here: neither sched, nor lchan.
To view, visit change 28744. To unsubscribe, or for help writing mail filters, visit settings.