diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc index e1a93ee81c..5d5e89a4f8 100644 --- a/recipes-osmocom/openbsc/openbsc.inc +++ b/recipes-osmocom/openbsc/openbsc.inc @@ -84,7 +84,9 @@ INITSCRIPT_NAME_osmo-sgsn = "osmo-sgsn" INITSCRIPT_PARAMS_osmo-sgsn = "defaults 30 30" FILES_osmo-sgsn = " ${bindir}/osmo-sgsn \ ${sysconfdir}/init.d/osmo-sgsn \ - ${sysconfdir}/osmocom/osmo-sgsn.cfg" + ${sysconfdir}/osmocom/osmo-sgsn.cfg \ + ${systemd_unitdir}/system/osmo-sgsn.service \ + " FILES_ipaccess-utils = " ${bindir}/ipaccess-find ${bindir}/ipaccess-config ${bindir}/ipaccess-proxy " FILES_osmo-bsc-nat = " ${bindir}/osmo-bsc_nat " diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb index b849fd3cf5..9c0ce3671d 100644 --- a/recipes-osmocom/openbsc/openbsc_git.bb +++ b/recipes-osmocom/openbsc/openbsc_git.bb @@ -1,9 +1,9 @@ require ${PN}.inc PV = "0.13.0+gitr${SRCPV}" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" -SRCREV = "caa98d51b64e16bbe6d4933d9052b617432e5e22" +SRCREV = "ebe55aa95a11bff56779e1354cf8f6640a1a7a9e" SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git" S = "${WORKDIR}/git/openbsc"