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,