Attention is currently required from: neels. iedemam has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27081 )
Change subject: stats: new trackers for lchan life duration ......................................................................
Patch Set 20:
(3 comments)
File src/osmo-bsc/bts_trx_vty.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27081/comment/3fad8e64_c0f35692 PS19, Line 576: VTY_NEWLINE);
this will print nonsense values for lchan types other than SDCCH and TCH, unless we remove those con […]
Done
File src/osmo-bsc/lchan_fsm.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27081/comment/b5d3897c_8eafe655 PS19, Line 225: if (lchan->active_cc.cfg.rate_ctr) {
let's remove this condition: always (re)start the activity time_cc, also for lchan types other than […]
Done
https://gerrit.osmocom.org/c/osmo-bsc/+/27081/comment/7b7bef8f_d8649b0d PS19, Line 560: if (lchan->active_cc.cfg.rate_ctr) {
remove this condition, always set the flag. Does not matter wheter a rate_ctr is set.
Done