From 60ade1ce5680486e33ee110786b60cbf83a311af Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 19 Nov 2014 16:24:23 +0100 Subject: [PATCH] openbsc: Upgrade for AudioCodes workaround Mostly SGSN fixes, one OML correctness fix. The reason for the upgrade is the audio codes work around we added. --- 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 17e897a6ec..944867e5a6 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}.6" -SRCREV = "db64f2e45adf7ac95070361f5b7ec76a44e084fb" +SRCREV = "619b014d3aacea1b33b70432af01e80eb2252af0" SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \ file://upgrade-mncc-version.patch"