From c71b4ead632741b9d692e4e283ff9e9b9de4ca10 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 13 Mar 2013 12:47:14 +0100 Subject: [PATCH] osmo-bts: Update to current git master This will include * Fix of CHAN_NR IEI in common channel RSL messages generated by BTS * zecke/request_queueing * Improve shutdown of DSP on exit * various calib updates * GSMTAP: use RxLevel and RxQual * DSP power control bypass on ul_power_target==0 * Add radio link timeout procedure --- 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 6efe7fb..a9f0f66 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=master;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "18708dd3b60fa27e6a7121b686f11ee8c8069a4b" -SRCREV_openbsc = "f2621e506de5fdbe7d800c4b1a9e764d7c9cdeef" +SRCREV_osmobts = "f0bdc1e5629778500fa06bde08bb90cb7b8c11cb" +SRCREV_openbsc = "8b29180cad875b396288a22fb252e158fa2a060a" PV = "0.1.0+git${SRCPV}" PR = "r8.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"