aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-29 10:50:50 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-29 10:51:44 +0200
commitfcc30a3df7c6adf144feb03c3bea915a3205999d (patch)
tree41ca78a6b2ff7948abb03dd29045c21352435b3f /openbsc/src/gprs/gb_proxy_vty.c
parentdfa91df289b0ed023cf0b3ccc7b8c644b530f21d (diff)
gprs: Document the stale option in delete-gbproxy-tlli
Diffstat (limited to 'openbsc/src/gprs/gb_proxy_vty.c')
-rw-r--r--openbsc/src/gprs/gb_proxy_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gprs/gb_proxy_vty.c b/openbsc/src/gprs/gb_proxy_vty.c
index f1811c3d9..dcdc06c68 100644
--- a/openbsc/src/gprs/gb_proxy_vty.c
+++ b/openbsc/src/gprs/gb_proxy_vty.c
@@ -508,6 +508,7 @@ DEFUN(delete_gb_tlli, delete_gb_tlli_cmd,
"NSEI number\n"
"Delete entries with a matching TLLI (hex)\n"
"Delete entries with a matching IMSI\n"
+ "Delete stale entries\n"
"Identification to match\n")
{
const uint16_t nsei = atoi(argv[0]);