Vadim 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 <[email protected]>

Reply via email to