Harald Welte has submitted this change and it was merged. (
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(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
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: merged
Gerrit-Change-Id: I3618b4af48839d6d4b747be4eef2f57fa8f870c9
Gerrit-Change-Number: 10339
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder