Attention is currently required from: iedemam, neels, laforge.
2 comments:
Patchset:
Hi all, […]
I'm fine with tracking milliseconds, I'm not saying you should change that. I'm mentioning that I think showing milliseconds *in the VTY output* is not needed and makes stuff more difficult to read. Since VTY is to be read by a person, there's no need to see milliseconds there, and only makes it more difficult to quickly understand the duration.
File src/osmo-bsc/bts_vty.c:
Patch Set #4, Line 3830: vty_out(vty, " Channel Activations : %"PRIu64" TCH", activations_tch);
You don't want to show total activations? Same comment as above about ms precision being needed to d […]
Uhm sounds like I missed that part, I was just focusing on the formatting. It's probably something liek this then right?
Channel Activations:
TCH 43534 (avg lifespan 3s)
SDCCH 3214123 (avg lifespan 5s)
To view, visit change 27081. To unsubscribe, or for help writing mail filters, visit settings.