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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: osmo-stp: Align prompt formatting with other Osmocom programs
......................................................................
osmo-stp: Align prompt formatting with other Osmocom programs
In all other Programs we have the VTY like OsmoBSC, OsmoMSC, etc.
so let's make sure osmo-stp also uses OsmoSTP and not osmo-stp.
Change-Id: Ic91010779ad22c41e28ed4cf43c2e3ab679214b5
---
M stp/stp_main.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified
diff --git a/stp/stp_main.c b/stp/stp_main.c
index a33045a..69d26b5 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -65,7 +65,7 @@
 	"Free Software lives by contribution.  If you use this, please contribute!\r\n";
 
 static struct vty_app_info vty_info = {
-	.name	= "osmo-stp",
+	.name	= "OsmoSTP",
 	.copyright = stp_copyright,
 	.version = PACKAGE_VERSION,
 	.go_parent_cb = osmo_ss7_vty_go_parent,
-- 
To view, visit https://gerrit.osmocom.org/4792
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic91010779ad22c41e28ed4cf43c2e3ab679214b5
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder