From ffce9e7f872c3b9623f6fa4223d583f18d3b993a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 11 Jul 2013 17:05:40 +0200 Subject: [PATCH] osmo-pcu: Build a 'hack'/tmp branch that exits the PCU after a BTS loss This will make the PCU exit after a BTS is lost. This is because the PCU is not resetting all the state and then BSSGP might not come up properly. --- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index 1bb31e8..4441151 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jolly_merge" -SRCREV = "81a12be317bb5d2ad13bc27be1b2b1cb1605f4de" +SRCREV = "06d28bb08aa9834bc0f0c2740ffbebc12ce8560f" PV = "0.2+git${SRCPV}" PR = "r2.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"