[PATCH] Add missing docs for bssgp bvc reset vty command

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

msuraev at sysmocom.de msuraev at sysmocom.de
Thu Apr 7 09:01:52 UTC 2016


From: Max <msuraev at sysmocom.de>

Fixes the build failure with extended tests enabled.
---
 src/gb/gprs_bssgp_vty.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/gb/gprs_bssgp_vty.c b/src/gb/gprs_bssgp_vty.c
index a3af69b..f23d75f 100644
--- a/src/gb/gprs_bssgp_vty.c
+++ b/src/gb/gprs_bssgp_vty.c
@@ -115,8 +115,14 @@ static void dump_bssgp(struct vty *vty, int stats)
 }
 
 DEFUN(bvc_reset, bvc_reset_cmd,
-	"bssgp bvc nsei <0-65535> bvci <0-65535> reset",
-	"Initiate BVC RESET procedure for a given NSEI and BVCI\n")
+      "bssgp bvc nsei <0-65535> bvci <0-65535> reset",
+      "Initiate BVC RESET procedure for a given NSEI and BVCI\n"
+      "Filter based on BSSGP Virtual Connection\n"
+      "NSEI of the BVC to be filtered\n"
+      "Network Service Entity Identifier (NSEI)\n"
+      "BVCI of the BVC to be filtered\n"
+      "BSSGP Virtual Connection Identifier (BVCI)\n"
+      "Perform reset procedure\n")
 {
 	int r;
 	uint16_t nsei = atoi(argv[0]), bvci = atoi(argv[1]);
-- 
2.8.1




More information about the OpenBSC mailing list