Change in osmo-pcu[master]: Remove dash from name used in VTY cmd prompt

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Dec 2 11:14:26 UTC 2019


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/16326 )

Change subject: Remove dash from name used in VTY cmd prompt
......................................................................

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
---
M osmoappdesc.py
M src/pcu_vty.c
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  neels: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/osmoappdesc.py b/osmoappdesc.py
index b3938f5..3bd418e 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -18,7 +18,7 @@
     "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"]
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index afc8a9b..26d0b18 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -1215,7 +1215,7 @@
 	"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,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/16326
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I3430abb5fc622dec293457466e760de95fa3a05c
Gerrit-Change-Number: 16326
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191202/375ee9d1/attachment.htm>


More information about the gerrit-log mailing list