Change in osmo-msc[master]: msc_main: Set copyright description field statically

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Jun 15 13:05:22 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/9636


Change subject: msc_main: Set copyright description field statically
......................................................................

msc_main: Set copyright description field statically

Change-Id: I432990624e7c375e29ef57998691327bffc89227
---
M src/osmo-msc/msc_main.c
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/36/9636/1

diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index b83691f..8fa0131 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -316,6 +316,7 @@
 static struct vty_app_info msc_vty_info = {
 	.name		= "OsmoMSC",
 	.version	= PACKAGE_VERSION,
+	.copyright	= osmomsc_copyright,
 	.go_parent_cb	= msc_vty_go_parent,
 	.is_config_node	= msc_vty_is_config_node,
 };
@@ -521,8 +522,6 @@
 {
 	int rc;
 
-	msc_vty_info.copyright	= osmomsc_copyright;
-
 	tall_msc_ctx = talloc_named_const(NULL, 1, "osmo_msc");
 	msc_vty_info.tall_ctx = tall_msc_ctx;
 

-- 
To view, visit https://gerrit.osmocom.org/9636
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I432990624e7c375e29ef57998691327bffc89227
Gerrit-Change-Number: 9636
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180615/b4863176/attachment.htm>


More information about the gerrit-log mailing list