aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-11-13 16:05:56 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-11-13 16:19:25 +0100
commite309d80dd4224400095e0001c27bf73659e7fa31 (patch)
treed1c697559faf4f383347c3424a62ca2b079bb1c4 /src/bts.cpp
parent2bbdf2e3d75101e1ddeb4f244c180976010985c6 (diff)
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: 133fe4a852b9b6d153001c169c80e736900c9448 Change-Id: I82ee9f36d60a1fd129ae3a864508fcd886e4bfef
Diffstat (limited to 'src/bts.cpp')
-rw-r--r--src/bts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index c2e3b9c9..4097f942 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -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 "},