From f71f5ea031d96a5a84bde4531974542ae49f8bee Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 23 Apr 2014 11:46:05 +0200 Subject: [PATCH] openbsc: Correct the OpenBSC MGCP GW configuration file --- recipes-osmocom/openbsc/openbsc.inc | 2 +- recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc index 06c0d97bff..7c27ecc5bf 100644 --- a/recipes-osmocom/openbsc/openbsc.inc +++ b/recipes-osmocom/openbsc/openbsc.inc @@ -11,7 +11,7 @@ SRC_URI = "file://osmo-nitb.init \ file://osmo-bsc.init \ file://osmo-sgsn.init" -INC_PR = "r17.${META_TELEPHONY_OSMO_INC}" +INC_PR = "r18.${META_TELEPHONY_OSMO_INC}" EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp" diff --git a/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init b/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init index badd954f07..f41758880a 100755 --- a/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init +++ b/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init @@ -11,7 +11,7 @@ DAEMON=/usr/bin/osmo-bsc_mgcp NAME=osmo-bsc_mgcp DESC="Osmocom GSM BSC MGCP proxy" -NORMAL_ARGS="-D -c /etc/osmocom/bsc_mgcp.cfg" +NORMAL_ARGS="-D -c /etc/osmocom/osmo-bsc-mgcp.cfg" OSMOBTS_EXTRA_ARGS="" NO_START=1