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
This commit is contained in:
Harald Welte 2013-03-13 12:47:14 +01:00
parent 5b6ad0ce9d
commit c71b4ead63
1 changed files with 2 additions and 2 deletions

View File

@ -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"