mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu.git
synced 2025-11-02 05:03:34 +00:00
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
This commit is contained in:
@@ -18,7 +18,7 @@ app_configs = {
|
|||||||
"osmo-pcu": ["doc/examples/osmo-pcu.cfg"]
|
"osmo-pcu": ["doc/examples/osmo-pcu.cfg"]
|
||||||
}
|
}
|
||||||
|
|
||||||
apps = [(4240, "src/osmo-pcu", "Osmo-PCU", "osmo-pcu"),
|
apps = [(4240, "src/osmo-pcu", "OsmoPCU", "osmo-pcu"),
|
||||||
]
|
]
|
||||||
|
|
||||||
vty_command = ["src/osmo-pcu", "-c", "doc/examples/osmo-pcu.cfg"]
|
vty_command = ["src/osmo-pcu", "-c", "doc/examples/osmo-pcu.cfg"]
|
||||||
|
|||||||
@@ -1215,7 +1215,7 @@ static const char pcu_copyright[] =
|
|||||||
"There is NO WARRANTY, to the extent permitted by law.\r\n";
|
"There is NO WARRANTY, to the extent permitted by law.\r\n";
|
||||||
|
|
||||||
struct vty_app_info pcu_vty_info = {
|
struct vty_app_info pcu_vty_info = {
|
||||||
.name = "Osmo-PCU",
|
.name = "OsmoPCU",
|
||||||
.version = PACKAGE_VERSION,
|
.version = PACKAGE_VERSION,
|
||||||
.copyright = pcu_copyright,
|
.copyright = pcu_copyright,
|
||||||
.go_parent_cb = pcu_vty_go_parent,
|
.go_parent_cb = pcu_vty_go_parent,
|
||||||
|
|||||||
Reference in New Issue
Block a user