From Harald Welte laforge@gnumonks.org:
Harald Welte has posted comments on this change.
Change subject: bts/counter: remove trailing white spaces from descriptions ......................................................................
Patch Set 1:
(1 comment)
https://gerrit.osmocom.org/#/c/67/1//COMMIT_MSG Commit Message:
Line 7: bts/counter: remove trailing white spaces from descriptions
I think that something like show statistics will now put the ':' all over t
Well, then the counter description/name has been abused by the PCU code so far. The code that prints the statistics should then do some %20s or other formatting "trick" to do the padding. Having the padding inside the counter description/name itself looks like a hack to me.