diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 298e7ff..41b0cd8 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -3,8 +3,8 @@ LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;destsuffix=git" -SRCREV = "ec674ac74591e8f63bdb388affdef9eb782e8aaf" -PV = "0.7.0+git${SRCPV}" +SRCREV = "e25d00f10a0fd8273a63aafad8fd1a28c222eb96" +PV = "0.8.0+git${SRCPV}" PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index af49708..a733946 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -3,8 +3,8 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master" -SRCREV = "8b4bd46b9503fe5d2ec58d1cfcb17330e2cdd794" -PV = "0.4+git${SRCPV}" +SRCREV = "f1a334be63ef58a848fd141a88b988c843ba294e" +PV = "0.5.0+git${SRCPV}" PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" @@ -14,7 +14,7 @@ DEPENDS_append_litecell15 = " lc15-firmware" DEPENDS_append_sysmobts2100 = " lc15-firmware" # This implements PCU Interface v8 (GPRS RSSI) -RDEPENDS_${PN} = "osmo-bts (>= 0.7.0)" +RDEPENDS_${PN} = "osmo-bts (>= 0.8.0)" EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-dsp" EXTRA_OECONF_litecell15 += "--enable-lc15bts-phy"