From ebb9f0dd710b2ae79b329ad478a39b198733f79e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 8 Sep 2015 14:53:40 +0200 Subject: [PATCH] osmo-pcu: Upgrade to the latest PCU version * Fix SGSN re-connect * Reliability fixes --- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index 3adcd16..b0a43a7 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -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"