aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-16 18:16:02 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-16 18:19:36 +0200
commit023ca5da04c53ef93ce7c933c2d362ad901ad45e (patch)
treed9fda61648eea18c3a4547fe0c693bb341733c79
parent723ace723605667edaa95bd30c63d494d9eb7f86 (diff)
openbsc: Build newer version of OpenBSC and enable transcoding
* Build MGCP with osmux support * Merged the MGCP transcoding patches * Fix double RF Channel Release handling
-rw-r--r--recipes-osmocom/openbsc/openbsc.inc6
-rw-r--r--recipes-osmocom/openbsc/openbsc_git.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index 558dfa2..830429c 100644
--- a/recipes-osmocom/openbsc/openbsc.inc
+++ b/recipes-osmocom/openbsc/openbsc.inc
@@ -1,5 +1,5 @@
DESCRIPTION = "OpenBSC a Free Software GSM BaseStationController"
-DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis openggsn libsmpp34"
+DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis libosmo-netif openggsn libsmpp34 bcg729 libgsm"
HOMEPAGE = "http://openbsc.osmocom.org/"
LICENSE = "AGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
@@ -11,10 +11,10 @@ SRC_URI = "file://osmo-nitb.init \
file://osmo-bsc.init \
file://osmo-sgsn.init"
-INC_PR = "r19.${META_TELEPHONY_OSMO_INC}"
+INC_PR = "r20.${META_TELEPHONY_OSMO_INC}"
-EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp"
+EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp --enable-mgcp-transcoding --with-g729"
inherit autotools update-rc.d
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index 7fe8988..d515bf8 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}.4"
-SRCREV = "a4c63b0cdba82a453875d9208d9dad0b9b530d56"
+SRCREV = "421365eeaa104a9781214f9e12c55023c1099bf8"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \
file://upgrade-mncc-version.patch"