update omso-pcu + osmo-bts to current master

This uses PCU API version 5 including RSSI measurements
This commit is contained in:
Harald Welte 2013-03-17 17:19:12 +01:00
parent 87f47c8586
commit 410d086a5a
2 changed files with 7 additions and 7 deletions

View File

@ -4,10 +4,10 @@ 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 = "4ad8d4d3c0e46fa50fe421c6957db1ea4b048b62"
SRCREV_osmobts = "19364a4c912a31be8548a943637ed3dbb9a34829"
SRCREV_openbsc = "8b29180cad875b396288a22fb252e158fa2a060a"
PV = "0.1.0+git${SRCPV}"
PR = "r8.${META_TELEPHONY_OSMO_INC}"
PV = "0.2.0+git${SRCPV}"
PR = "r1.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"

View File

@ -3,12 +3,12 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jolly_merge"
SRCREV = "9aaf2ae24d544ce149fde7685ca0421d31262a09"
PV = "0.1+git${SRCPV}"
PR = "r10.${META_TELEPHONY_OSMO_INC}"
SRCREV = "81a12be317bb5d2ad13bc27be1b2b1cb1605f4de"
PV = "0.2+git${SRCPV}"
PR = "r1.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore femtobts-api osmo-bts"
DEPENDS = "libosmocore femtobts-api osmo-bts >= 0.2.0"
EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmocom-dsp"