Fix ctr reports: Remove ctr description from already removed counter

Recent commit removed the counter enum but forgot to remove the
description, so the descriptions were all shifted by 1 counter.

Fixes: 133fe4a852
Change-Id: I82ee9f36d60a1fd129ae3a864508fcd886e4bfef
This commit is contained in:
Pau Espin 2020-11-13 16:05:56 +01:00
parent 2bbdf2e3d7
commit e309d80dd4
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "tbf:reused", "TBF Reused "},
{ "tbf:alloc:algo-a", "TBF Alloc Algo A "},
{ "tbf:alloc:algo-b", "TBF Alloc Algo B "},
{ "tbf:failed:egprs-only", "TBF Failed EGPRS-only"},
{ "rlc:sent", "RLC Sent "},
{ "rlc:resent", "RLC Resent "},
{ "rlc:restarted", "RLC Restarted "},