From a6a34fd7188bbe46fbd84484610697dd5930d584 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 23 Mar 2018 19:35:59 +0100 Subject: 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 --- src/main.c | 2 +- src/vty.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 const struct log_info mncc_sip_info = { 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 cmd_node app_node = { }; 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, -- cgit v1.2.3