From 99a6840eb4cd149bf096679c66ffb7a322224460 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 16 Mar 2013 19:19:36 +0100 Subject: [PATCH] osmo-bts: Upgrade for change in respawn scripts and misc fixes * Fix the link timeout handling as found in post-review. * Fix the set bts attr parsing due a funny parsing error. * Sleep 10 seconds after the execution, reload DSP and FPGA firmware --- 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 a9f0f66..d7e1b59 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 = "f0bdc1e5629778500fa06bde08bb90cb7b8c11cb" +SRCREV_osmobts = "e45fc8635926f70b0e19d5214f1f8b8fd06068aa" SRCREV_openbsc = "8b29180cad875b396288a22fb252e158fa2a060a" PV = "0.1.0+git${SRCPV}" PR = "r8.${META_TELEPHONY_OSMO_INC}"