Change in osmo-hnodeb[master]: main.c: Fix cap in naming for vty_info.name

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
Thu Oct 28 17:28:56 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/26012 )


Change subject: main.c: Fix cap in naming for vty_info.name
......................................................................

main.c: Fix cap in naming for vty_info.name

It was decided the program name is OsmoHNodeB, and we already use that
one everywhere.

Change-Id: I8ce83aa17ad7dd3ec991e4d7d9cca01dc1bf4681
---
M src/osmo-hnodeb/main.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/12/26012/1

diff --git a/src/osmo-hnodeb/main.c b/src/osmo-hnodeb/main.c
index 9c7a548..b2ce276 100644
--- a/src/osmo-hnodeb/main.c
+++ b/src/osmo-hnodeb/main.c
@@ -50,7 +50,7 @@
 struct hnb *g_hnb;
 
 static struct vty_app_info vty_info = {
-	.name		= "OsmohNodeB",
+	.name		= "OsmoHNodeB",
 	.version	= "0",
 };
 

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

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I8ce83aa17ad7dd3ec991e4d7d9cca01dc1bf4681
Gerrit-Change-Number: 26012
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211028/c6408ec2/attachment.htm>


More information about the gerrit-log mailing list