diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc index 4fbb14b8b7..f60da86cdc 100644 --- a/recipes-osmocom/openbsc/openbsc.inc +++ b/recipes-osmocom/openbsc/openbsc.inc @@ -9,7 +9,7 @@ RDEPENDS_osmo-nitb = "libdbd-sqlite3" 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 @@ FILES_osmo-bsc = " ${bindir}/osmo-bsc \ 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 cf9c4516c4..bfddac962a 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"