From e6ec2228da78b4438c78868cb77ec772b847ed31 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 9 Jul 2012 10:25:00 +0200 Subject: [PATCH] osmo-bts: Upgrade the osmo-bts version for various bugfixes This is fixing the GSMTAP debug support and permanent paging. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index fa81dfa..2c7d1d7 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,10 +4,10 @@ LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "ad3e31dc4b9ee1063d9e633ca884315b5a5c9710" -SRCREV_openbsc = "46cb8514a5a60459214ddee776b37a422abb625e" +SRCREV_osmobts = "b19592f7134baeae1541e55b6efead887739291d" +SRCREV_openbsc = "019f913ca383bda9256e273c06327041b1761330" PV = "0.0+git${SRCPV}" -PR = "r16" +PR = "r19" S = "${WORKDIR}/git" SRCREV_FORMAT = "openbsc-rosmobts"