From de74e721b213c41a3b1837fabdd377deeeed9378 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 28 Oct 2014 11:29:43 +0100 Subject: [PATCH] gbproxy: Fixed VTY doc for delete-gbproxy-link The command definition delete_gb_link_by_id_cmd lacks a description for the sgsn-nsei token. This patch adds the missing description. Addresses: Verifying src/gprs/osmo-gbproxy -c doc/examples/osmo-gbproxy/osmo-gbproxy.cfg, test verify_doc Documentation error (missing docs): Sponsored-by: On-Waves ehf --- openbsc/src/gprs/gb_proxy_vty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbsc/src/gprs/gb_proxy_vty.c b/openbsc/src/gprs/gb_proxy_vty.c index 3042cf570..de20e6ad9 100644 --- a/openbsc/src/gprs/gb_proxy_vty.c +++ b/openbsc/src/gprs/gb_proxy_vty.c @@ -626,6 +626,7 @@ DEFUN(delete_gb_link_by_id, delete_gb_link_by_id_cmd, GBPROXY_DELETE_LINK_STR "Delete entries with a matching TLLI (hex)\n" "Delete entries with a matching IMSI\n" + "Delete entries with a matching SGSN NSEI\n" "Identification to match\n") { const uint16_t nsei = atoi(argv[0]);