aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-29 13:37:45 +0100
committerpespin <pespin@sysmocom.de>2019-12-02 11:14:26 +0000
commitd0fc9e80fe38105ae04c81bd3dca247591b4317e (patch)
treecd9ccacd562e4f15b31bdf3aab24c925111be339 /src/pcu_vty.c
parent3a61b920f275036833c28e9d5b885f65efcf0705 (diff)
Remove dash from name used in VTY cmd prompt
Others projects don't contain a dash in there, and it seems to cause problems with TTCN3 VTY expectations. Change-Id: I3430abb5fc622dec293457466e760de95fa3a05c
Diffstat (limited to 'src/pcu_vty.c')
-rw-r--r--src/pcu_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index afc8a9ba..26d0b18b 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -1215,7 +1215,7 @@ static const char pcu_copyright[] =
"There is NO WARRANTY, to the extent permitted by law.\r\n";
struct vty_app_info pcu_vty_info = {
- .name = "Osmo-PCU",
+ .name = "OsmoPCU",
.version = PACKAGE_VERSION,
.copyright = pcu_copyright,
.go_parent_cb = pcu_vty_go_parent,