From b4d90d25820465c9f97233c11a59c236ca0969bc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 25 Aug 2014 08:11:59 +0200 Subject: [PATCH] osmo-bts: Upgrade with control command and improved pwr mgmt This version includes the CTRL interface for clock-calibration and improved/generic power management. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 6c1f740..029d471 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/features/handover;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "a19912db347af14dd7eec0fea5c897875f1ddf5a" -SRCREV_openbsc = "9b6258059598e1220c0af447c476c205eba619ee" +SRCREV_osmobts = "1fb66c8e6a2f79f48b0a79946f6f844e29527817" +SRCREV_openbsc = "5160996d4a24fdb9faf0317c489689b5c31eebee" PV = "0.4.3+git${SRCPV}" PR = "r14.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"