From 286a9a90cfd9ca7c8db489d5942676c8e177b751 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 13 Jun 2013 19:30:15 +0200 Subject: [PATCH] openbsc: Update the OpenBSC SRCREV * Added NAT MGCP Statistic collection * SMPP fixes * BTS type sysmobts is working now --- recipes-osmocom/openbsc/openbsc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb index 8a739fb08b..02d45cba48 100644 --- a/recipes-osmocom/openbsc/openbsc_git.bb +++ b/recipes-osmocom/openbsc/openbsc_git.bb @@ -3,7 +3,7 @@ require ${PN}.inc PV = "0.13.0+gitr${SRCPV}" PR = "${INC_PR}.2" -SRCREV = "1c0c31709462af26bb1a1176c3e8b3491a26d429" +SRCREV = "b0bf1da4c87f1ab3f9367bbeea615dc86d13131c" SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git" S = "${WORKDIR}/git/openbsc"