osmo-pcu: Upgrade to the latest PCU version

* Fix SGSN re-connect
* Reliability fixes
This commit is contained in:
Holger Hans Peter Freyther 2015-09-08 14:53:40 +02:00
parent a4edad8b84
commit ebb9f0dd71
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ DESCRIPTION = "Osmocom PCU for sysmoBTS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jerlbeck/master"
SRCREV = "1c3b8998bc6d9d6f78a2bc29ac1f0ba9cffa4fb8"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master"
SRCREV = "7c8d39a67b7568cda38829c774ea541250f3142f"
PV = "0.4+git${SRCPV}"
PR = "r3.${META_TELEPHONY_OSMO_INC}"
PR = "r4.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore femtobts-api osmo-bts"