RRLP: fix: actually init the RRLP signal handlers

Change-Id: I3618b4af48839d6d4b747be4eef2f57fa8f870c9
Closes: OS#3129
This commit is contained in:
Vadim Yanitskiy 2018-08-04 01:16:52 +07:00 committed by Harald Welte
parent d01b594092
commit 1f9b0865ec
1 changed files with 3 additions and 0 deletions

View File

@ -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) {