Change in osmo-msc[master]: check for osmo_ss7_init() error return value

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

laforge gerrit-no-reply at lists.osmocom.org
Sun Dec 1 13:25:52 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/16376 )


Change subject: check for osmo_ss7_init() error return value
......................................................................

check for osmo_ss7_init() error return value

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



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

diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index 43a1fcb..e7570cd 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -523,7 +523,7 @@
 	/* For --version, vty_init() must be called before handling options */
 	vty_init(&msc_vty_info);
 
-	osmo_ss7_init();
+	OSMO_ASSERT(osmo_ss7_init() == 0);
 	osmo_ss7_vty_init_asp(tall_msc_ctx);
 	osmo_sccp_vty_init();
 

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I2bc34f3962ca7355f20757e36a86ab2fd1a7aef6
Gerrit-Change-Number: 16376
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191201/6a7e3534/attachment.htm>


More information about the gerrit-log mailing list