Attention is currently required from: neels.
3 comments:
File src/osmo-bsc/bts_trx_vty.c:
Patch Set #19, 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:
Patch Set #19, 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
Patch Set #19, 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
To view, visit change 27081. To unsubscribe, or for help writing mail filters, visit settings.