Attention is currently required from: iedemam, neels, laforge. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27081 )
Change subject: WIP: New stats for lchan life duration. ......................................................................
Patch Set 5:
(3 comments)
Patchset:
PS5: Only minor linter stuff. Also indeed it may make sense to use the time_cc thing instead of printing stats, letting Neels look at that he'll know better.
File src/osmo-bsc/bts_vty.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27081/comment/c2d8e80a_7549dfe5 PS5, Line 3831: vty_out(vty," TCH %"PRIu64"", activations_tch); This tabulation looks really big, it probably needs to be " ".
File src/osmo-bsc/lchan_fsm.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27081/comment/607fd18d_d9c035ab PS5, Line 1815: case GSM_LCHAN_TCH_F: we put "case" line in the same column as "switch" in osmocom syntax style.