[PATCH] libosmocore[master]: vty: fix style: bssgp node vty prompt

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/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sun Sep 24 22:58:44 UTC 2017


Review at  https://gerrit.osmocom.org/4053

vty: fix style: bssgp node vty prompt

Add trailing space and 'config-' prefix to match our common VTY node prompt
style.

Change-Id: I88db128cad9fcc6e53326b4aed5d06ea9102f328
---
M src/gb/gprs_bssgp_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/53/4053/1

diff --git a/src/gb/gprs_bssgp_vty.c b/src/gb/gprs_bssgp_vty.c
index 703d130..30ba603 100644
--- a/src/gb/gprs_bssgp_vty.c
+++ b/src/gb/gprs_bssgp_vty.c
@@ -58,7 +58,7 @@
 
 static struct cmd_node bssgp_node = {
 	L_BSSGP_NODE,
-	"%s(bssgp)#",
+	"%s(config-bssgp)# ",
 	1,
 };
 

-- 
To view, visit https://gerrit.osmocom.org/4053
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I88db128cad9fcc6e53326b4aed5d06ea9102f328
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list