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/.
Vadim Yanitskiy gerrit-no-reply at lists.osmocom.orgVadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/10339 Change subject: RRLP: fix: actually init the RRLP signal handlers ...................................................................... RRLP: fix: actually init the RRLP signal handlers Change-Id: I3618b4af48839d6d4b747be4eef2f57fa8f870c9 Closes: OS#3129 --- M src/osmo-msc/msc_main.c 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/39/10339/1 diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index b83691f..aa06fb9 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -681,6 +681,9 @@ /* Set up A interface */ a_init(msc_network->a.sccp, msc_network); + /* Init RRLP handlers */ + msc_rrlp_init(); + if (msc_cmdline_config.daemonize) { rc = osmo_daemonize(); if (rc < 0) { -- To view, visit https://gerrit.osmocom.org/10339 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: I3618b4af48839d6d4b747be4eef2f57fa8f870c9 Gerrit-Change-Number: 10339 Gerrit-PatchSet: 1 Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180803/16027bf4/attachment.htm>