Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/28744 )
Change subject: trxcon: make l1sched logging configurable, append trxcon->fi prefix ......................................................................
Patch Set 2:
(1 comment)
File src/host/trxcon/src/sched_lchan_tchh.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/28744/comment/47afc259_3ff1c188 PS2, Line 185: #if 0
So why don't you print without logging context? or is that prohibited by some sort of religion I'm u […]
Because logging category is configurable and needs to be obtained from struct l1sched_state, which is unreachable from here. Normally we should not reach this place, so this logging statement is not super important and can be commented out for now.