openbsc: Fix the name of the MGCP MGW start script

The binary was renamed in the master branch, catch up.
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index 4fbb14b..f60da86 100644
--- a/recipes-osmocom/openbsc/openbsc.inc
+++ b/recipes-osmocom/openbsc/openbsc.inc
@@ -9,7 +9,7 @@
 SRC_URI = "file://osmo-nitb.init \
 	   file://osmo-bsc_mgcp.init \
 	   file://osmo-bsc.init"
-INC_PR = "r11.${META_TELEPHONY_OSMO_INC}"
+INC_PR = "r12.${META_TELEPHONY_OSMO_INC}"
 
 
 EXTRA_OECONF += " --enable-nat --enable-osmo-bsc "
@@ -49,7 +49,7 @@
 CONFFILES_osmo-bsc-mgcp = "${sysconfdir}/osmocom/osmo-bsc-mgcp.cfg"
 INITSCRIPT_NAME_osmo-bsc-mgcp = "osmo-bsc-mgcp"
 INITSCRIPT_PARAMS_osmo-bsc-mgcp = "defaults 30 30"
-FILES_osmo-bsc-mgcp = " ${bindir}/bsc_mgcp \
+FILES_osmo-bsc-mgcp = " ${bindir}/osmo-bsc_mgcp \
 		${sysconfdir}/osmocom/osmo-bsc-mgcp.cfg \
 		${sysconfdir}/init.d/osmo-bsc-mgcp"
 
diff --git a/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init b/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init
index cf9c451..bfddac9 100755
--- a/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init
+++ b/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init
@@ -8,7 +8,7 @@
 # Short-Description:	Osmocom GSM BSC MGCP proxy
 ### END INIT INFO
 
-DAEMON=/usr/bin/bsc_mgcp
+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"