From a349ce5879c2052dfb9592b231be41e0360e7297 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 9 Oct 2013 23:56:36 +0200 Subject: [PATCH] update sysmobts/osmo-bts to b2a8a642d65779918f64437b5cbbde8e206222f2 this will add support for transmitting at higher power (model 2050) as well as restricting the unit to use within those bands indicated in the EEPROM. --- 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 fbb6203..c12a727 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=sysmocom/0.3.0-next;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "6d76c1c701dcfc9e0984750cec7ff04cdaa3c154" +SRCREV_osmobts = "b2a8a642d65779918f64437b5cbbde8e206222f2" SRCREV_openbsc = "caa98d51b64e16bbe6d4933d9052b617432e5e22" PV = "0.3.0+git${SRCPV}" PR = "r1.${META_TELEPHONY_OSMO_INC}"