Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/28679 )
Change subject: trxcon: tune hard-coded logging parameters (filename) ......................................................................
Patch Set 1:
(1 comment)
File src/host/trxcon/src/trxcon.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/28679/comment/08cbec06_76b3e6f7 PS1, Line 543: log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_BASENAME);
What about adding a VTY instead :)
There is a ticket about that: https://osmocom.org/issues/3666. For not it's not really needed (other than for logging configuration). The old plan was to define trxcon instances via the VTY, but I implemented another approach: allocate them on demand when a L1CTL accept()s a new client connection.