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
This commit is contained in:
Holger Hans Peter Freyther 2014-06-16 18:16:02 +02:00
parent 723ace7236
commit 023ca5da04
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"