From 1f9b0865ec5a4530b260ba70428e7770b45e60a6 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 4 Aug 2018 01:16:52 +0700 Subject: RRLP: fix: actually init the RRLP signal handlers Change-Id: I3618b4af48839d6d4b747be4eef2f57fa8f870c9 Closes: OS#3129 --- src/osmo-msc/msc_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index b83691fd9..aa06fb924 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -681,6 +681,9 @@ TODO: we probably want some of the _net_ ctrl commands from bsc_base_ctrl_cmds_i /* 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) { -- cgit v1.2.3