From fc6794fe40464066b747ae37d65d2389417e2c64 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 Feb 2014 17:42:38 +0100 Subject: [PATCH] openbsc: Enable the RF handling interface in osmo-bsc --- recipes-osmocom/openbsc/openbsc/osmo-bsc.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-osmocom/openbsc/openbsc/osmo-bsc.init b/recipes-osmocom/openbsc/openbsc/osmo-bsc.init index c75e2db946..c793a0b2c6 100755 --- a/recipes-osmocom/openbsc/openbsc/osmo-bsc.init +++ b/recipes-osmocom/openbsc/openbsc/osmo-bsc.init @@ -11,7 +11,7 @@ DAEMON=/usr/bin/osmo-bsc NAME=osmo-bsc DESC="Osmocom GSM Base Station Controller" -NORMAL_ARGS="-D -c /etc/osmocom/osmo-bsc.cfg" +NORMAL_ARGS="-D -c /etc/osmocom/osmo-bsc.cfg -r /var/run/openbsc.ctl" OSMOBTS_EXTRA_ARGS="" NO_START=1