From 62ac58083110437a4daf6f619f944cf5fcaf212b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 4 Jun 2012 07:59:00 +0800 Subject: [PATCH] sysmobts: Upgrade to a BTS version with fixed 2bis SI scheduling This is a hot fix for the 2bis case, the more generic scheduling patch needs to be tested a bit more. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index d127c6c..66fad25 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,7 +4,7 @@ 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 = "799ea59c2feeb9fe7ea9e9c202376e973ffca711" +SRCREV_osmobts = "c58968be02c1c0b1fdca5c5cb30c1b2b57cab069" SRCREV_openbsc = "46cb8514a5a60459214ddee776b37a422abb625e" PV = "0.0+git${SRCPV}" PR = "r15"