Use shorter vty_app_info->name for all apps

... as this is now used as SYSLOG ident
This commit is contained in:
Harald Welte 2011-02-24 23:57:06 +01:00
parent b62b12398b
commit ec1921dfa3
4 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ extern int bts_model_nanobts_init(void);
extern enum node_type bsc_vty_go_parent(struct vty *vty);
static struct vty_app_info vty_info = {
.name = "OpenBSC Osmo BSC",
.name = "OsmoBSC",
.version = PACKAGE_VERSION,
.go_parent_cb = bsc_vty_go_parent,
.is_config_node = bsc_vty_is_config_node,

View File

@ -194,7 +194,7 @@ extern void *tall_msgb_ctx;
extern enum node_type bsc_vty_go_parent(struct vty *vty);
static struct vty_app_info vty_info = {
.name = "Osmocom Gb Proxy",
.name = "OsmoGbProxy",
.version = PACKAGE_VERSION,
.go_parent_cb = bsc_vty_go_parent,
.is_config_node = bsc_vty_is_config_node,

View File

@ -131,7 +131,7 @@ extern void *tall_msgb_ctx;
extern enum node_type bsc_vty_go_parent(struct vty *vty);
static struct vty_app_info vty_info = {
.name = "Osmocom SGSN",
.name = "OsmoSGSN",
.version = PACKAGE_VERSION,
.go_parent_cb = bsc_vty_go_parent,
.is_config_node = bsc_vty_is_config_node,

View File

@ -1255,7 +1255,7 @@ static void talloc_init_ctx()
extern enum node_type bsc_vty_go_parent(struct vty *vty);
static struct vty_app_info vty_info = {
.name = "BSC NAT",
.name = "OsmoBSCNAT",
.version = PACKAGE_VERSION,
.go_parent_cb = bsc_vty_go_parent,
.is_config_node = bsc_vty_is_config_node,