libosmocore/libosmo-abis/openbsc: Move control interface around

The control interface has been moved to libosmocore and a new
library has been created for it. The ipaccess code has moved
from libosmo-abis to libosmocore and new defines for the VTY
and CTRL ports are now available inside libosmocore
This commit is contained in:
Holger Hans Peter Freyther 2014-08-25 08:19:02 +02:00
parent 1e73b53323
commit d9a5b19a0a
4 changed files with 10 additions and 6 deletions

View File

@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "telephony"
BBFILE_PATTERN_telephony = "^${LAYERDIR}/"
BBFILE_PRIORITY_telephony = "5"
META_TELEPHONY_OSMO_INC = "12"
META_TELEPHONY_OSMO_INC = "13"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "ecd0a36ce8d468985ec296214e3ecced8da487cc"
SRCREV = "c9295ea2dd1f52931f8670e706a7b0d4b3ac536b"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
PV = "0.2.0+gitr${SRCPV}"
PR = "${INC_PR}.2"

View File

@ -1,7 +1,11 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "0c50b17a2636a4a9d471ebbaf2cdb9396390e4cd"
SRCREV = "276ca4b1722df573f9af7735820712bcaf32b800"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.6.6+gitr${SRCPV}"
PR = "r0"
PV = "0.7.0+gitr${SRCPV}"
PR = "r2"
PACKAGES =+ "libosmoctrl"
FILES_libosmoctrl = "${libdir}/libosmoctrl${SOLIBS}"

View File

@ -3,7 +3,7 @@ require ${PN}.inc
PV = "0.13.0+gitr${SRCPV}"
PR = "${INC_PR}.5"
SRCREV = "421365eeaa104a9781214f9e12c55023c1099bf8"
SRCREV = "5160996d4a24fdb9faf0317c489689b5c31eebee"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \
file://upgrade-mncc-version.patch \
file://0001-systemd-Add-Install-section-to-service-files.patch"