[PATCH] osmo-sip-connector[master]: Call the program "OsmoSIPcon" (also in vty)

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.org
Fri Mar 23 18:36:35 UTC 2018


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

Call the program "OsmoSIPcon" (also in vty)

It's confusing to access the telnet interface and then see a prompt
that's not like the program name

Change-Id: Iba20c1c90e528d08bd362be39d86317569c253e6
---
M src/main.c
M src/vty.c
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/91/7491/1

diff --git a/src/main.c b/src/main.c
index 89706e3..558eaec 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,7 +78,7 @@
 
 static void print_help(void)
 {
-	printf("Osmo MNCC to SIP bridge\n");
+	printf("OsmoSIPcon: MNCC to SIP bridge\n");
 	printf("  -h --hekp\tthis text\n");
 	printf("  -c --config-file NAME\tThe config file to use [%s]\n", config_file);
 }
diff --git a/src/vty.c b/src/vty.c
index f3d9467..bea1f9f 100644
--- a/src/vty.c
+++ b/src/vty.c
@@ -51,7 +51,7 @@
 };
 
 static struct vty_app_info vty_info = {
-	.name		= "OsmoMNCC",
+	.name		= "OsmoSIPcon",
 	.version	= PACKAGE_VERSION,
 	.go_parent_cb	= mncc_vty_go_parent,
 	.is_config_node	= mncc_vty_is_config_node,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba20c1c90e528d08bd362be39d86317569c253e6
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list