Change in osmo-sgsn[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:25:24 UTC 2019


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


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

check for osmo_ss7_init() error return value

Change-Id: Ic228273aa6fb197b78c70c467a4a99af317e8098
---
M src/sgsn/sgsn_main.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/63/16363/1

diff --git a/src/sgsn/sgsn_main.c b/src/sgsn/sgsn_main.c
index eef5f8f..7d9a851 100644
--- a/src/sgsn/sgsn_main.c
+++ b/src/sgsn/sgsn_main.c
@@ -393,7 +393,7 @@
 	ctrl_vty_init(tall_sgsn_ctx);
 
 #if BUILD_IU
-	osmo_ss7_init();
+	OSMO_ASSERT(osmo_ss7_init() == 0);
 	osmo_ss7_vty_init_asp(tall_sgsn_ctx);
 	osmo_sccp_vty_init();
 #endif

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

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Ic228273aa6fb197b78c70c467a4a99af317e8098
Gerrit-Change-Number: 16363
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/bc6ed39d/attachment.htm>


More information about the gerrit-log mailing list