osmo-bts: Build the 0.3.0-next branch with further improvements

This is a bigger update and brings the SAPI queue, readv/writev
and realtime scheduling to the sysmobts software. This will greatly
improve the stability of the software under load.
This commit is contained in:
Holger Hans Peter Freyther 2013-06-20 14:15:12 +02:00
parent 5b35766651
commit fea919fa5d
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@ DESCRIPTION = "sysmocom OsmoBTS"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;name=osmobts;destsuffix=git \
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 = "cdc5a4dc384c91d5102376e08e3f34523e50b028"
SRCREV_openbsc = "8b29180cad875b396288a22fb252e158fa2a060a"
PV = "0.2.0+git${SRCPV}"
SRCREV_osmobts = "d7b37b68cacc508fb2814013bfdbee081cd29efd"
SRCREV_openbsc = "b0bf1da4c87f1ab3f9367bbeea615dc86d13131c"
PV = "0.3.0+git${SRCPV}"
PR = "r1.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"