Change in osmo-bsc[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 12:19:25 UTC 2019


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


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

check for osmo_ss7_init() error return value

Change-Id: I0297352e3cba5f01a971dc5924f0fcc67d1e6b32
---
M src/osmo-bsc/osmo_bsc_main.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/60/16360/1

diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index da2914d..b18172c 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -847,7 +847,7 @@
 	logging_vty_add_deprecated_subsys(tall_bsc_ctx, "mgcp");
 
 	/* Initialize SS7 */
-	osmo_ss7_init();
+	OSMO_ASSERT(osmo_ss7_init() == 0);
 	osmo_ss7_vty_init_asp(tall_bsc_ctx);
 	osmo_sccp_vty_init();
 

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I0297352e3cba5f01a971dc5924f0fcc67d1e6b32
Gerrit-Change-Number: 16360
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/939a90bc/attachment.htm>


More information about the gerrit-log mailing list