From 57cc5e9c588d4f9f39f5007afdcaf94a830d1401 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 1 Aug 2013 19:45:00 +0200 Subject: [PATCH] osmo-bts: Update to an experimental version that uses libosmo-abis This is a osmo-bts that will use libosmo-abis for OML and RSL and is based on master. In one way it should improve quality in another it is also testing. --- 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 cb22d4b..0e121ad 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/0.3.0-next;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "f169a75fc41c2474bb0602d5f6b6401213f03633" -SRCREV_openbsc = "b0bf1da4c87f1ab3f9367bbeea615dc86d13131c" +SRCREV_osmobts = "5eab81d02ae80af9f87d75389707a8ff76414076" +SRCREV_openbsc = "f659992616a910a48d48766986460f6ccd23e971" PV = "0.3.0+git${SRCPV}" PR = "r1.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"