osmo-bts: Build a WIP commit for the 31C3 field trial

Allow to set a unit-id from the eeprom. This way we have a
single config that still identifies a unit uniquely to the
NITB.
This commit is contained in:
Holger Hans Peter Freyther 2014-12-26 16:29:16 +01:00
parent 7d7622db40
commit 5fd8dab863
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ 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=shared/31c3;name=osmobts;destsuffix=git \
git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc"
SRCREV_osmobts = "c265bef48c414ca6c135f803c0c5dfdecbeece72"
SRCREV_osmobts = "5a906c7b725af6d73d5b38f666833d1e56c3a673"
SRCREV_openbsc = "a4faeb1a79eac3c8d333ded27600228cc5e3a71b"
PV = "0.4.3+git${SRCPV}"
PR = "r15.${META_TELEPHONY_OSMO_INC}"