From 781b3e6905ca1ab6fde6db4b0908b82001f06caf Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 10 Jun 2010 00:20:12 +0200 Subject: [GPSR] SGSN: Keep traffic counters for each PDP context --- openbsc/src/gprs/gprs_bssgp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') 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; -- cgit v1.2.3