From 575be79d5a58b3411a0470a6a577b7cf652aaaec Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 27 Mar 2014 18:13:21 +0100 Subject: [PATCH] osmo-bts: Fix the AGCH through PCU socket message --- 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 a6bfb7c..4223e21 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 = "64a4327c34568628d5eb9bfc63fdcf88f60e1c3f" -SRCREV_openbsc = "8a158bb1ea36d0f88da18d0f034884b30f09fda2" +SRCREV_osmobts = "14ff9255553f42bada7b042945e86d6b575b28b2" +SRCREV_openbsc = "a27303094ab8bedb0a3b3bfe771daeed10a2e0a9" PV = "0.4.1+git${SRCPV}" PR = "r4.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"