aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-10 00:20:12 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-10 15:12:38 +0200
commit781b3e6905ca1ab6fde6db4b0908b82001f06caf (patch)
tree18b30d608baf61a641f7c321d676f9a9bd5f8cb8 /openbsc/src
parent68b4f037e0e2286fd2fe1f314d9bd2dc66fb646b (diff)
[GPSR] SGSN: Keep traffic counters for each PDP context
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/gprs/gprs_bssgp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_bssgp_vty.c b/openbsc/src/gprs/gprs_bssgp_vty.c
index 9da02abb..dc1f65c3 100644
--- a/openbsc/src/gprs/gprs_bssgp_vty.c
+++ b/openbsc/src/gprs/gprs_bssgp_vty.c
@@ -110,7 +110,7 @@ DEFUN(show_bssgp_stats, show_bssgp_stats_cmd, "show bssgp stats",
DEFUN(show_bvc, show_bvc_cmd, "show bssgp nsei <0-65535> [stats]",
SHOW_STR BSSGP_STR
- "Show all BVCSE by its NSE Identifier\n"
+ "Show all BVCs on one NSE\n"
"The NSEI\n" "Include Statistics\n")
{
struct bssgp_bvc_ctx *bvc;