aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gprs/gb_proxy.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gprs/gb_proxy.c b/src/gprs/gb_proxy.c
index 7d2151830..447772f12 100644
--- a/src/gprs/gb_proxy.c
+++ b/src/gprs/gb_proxy.c
@@ -57,12 +57,12 @@ static const struct rate_ctr_desc global_ctr_description[] = {
{ "inv-lai", "Invalid Location Area Identifier" },
{ "inv-rai", "Invalid Routing Area Identifier " },
{ "inv-nsei", "No BVC established for NSEI " },
- { "proto-err.bss", "BSSGP protocol error (BSS )" },
- { "proto-err.sgsn", "BSSGP protocol error (SGSN)" },
- { "not-supp.bss", "Feature not supported (BSS )" },
- { "not-supp.sgsn", "Feature not supported (SGSN)" },
- { "restart.sgsn", "Restarted RESET procedure (SGSN)" },
- { "tx-err.sgsn", "NS Transmission error (SGSN)" },
+ { "proto-err:bss", "BSSGP protocol error (BSS )" },
+ { "proto-err:sgsn", "BSSGP protocol error (SGSN)" },
+ { "not-supp:bss", "Feature not supported (BSS )" },
+ { "not-supp:sgsn", "Feature not supported (SGSN)" },
+ { "restart:sgsn", "Restarted RESET procedure (SGSN)" },
+ { "tx-err:sgsn", "NS Transmission error (SGSN)" },
{ "error", "Other error " },
{ "mod-peer-err", "Patch error: no peer " },
};