Osmocom: Upgrade to latest master versions of the software

Build a new ABI release, build the latest libosmo-abis and
libosmo-netif versions and upgrade to OpenBSC master
diff --git a/conf/layer.conf b/conf/layer.conf
index 2a7f7a5..6d8a52c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,4 @@
 BBFILE_PATTERN_telephony = "^${LAYERDIR}/"
 BBFILE_PRIORITY_telephony = "5"
 
-META_TELEPHONY_OSMO_INC = "13"
+META_TELEPHONY_OSMO_INC = "14"
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
index 32d40e3..52c7c98 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "c9295ea2dd1f52931f8670e706a7b0d4b3ac536b"
+SRCREV = "d9d1b5c19f40515cb7c660acda7265bbddbb73d6"
 SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
-PV = "0.2.0+gitr${SRCPV}"
-PR = "${INC_PR}.2"
+PV = "0.3.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
index 691425a..f82d7ba 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "153f5856607b75ca76c540288cd6b4df144290ff"
+SRCREV = "603f6c40d55b87f81fbd8ff1ad7b9568f3b962ff"
 SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
-PV = "0.3.0+gitr${SRCPV}"
+PV = "0.4.0+gitr${SRCPV}"
 PR = "${INC_PR}.2"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index ae3e300..c080c9d 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "276ca4b1722df573f9af7735820712bcaf32b800"
+SRCREV = "96af78650d1de134ebb37ddb829508cf0bd30c51"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
 PV = "0.7.0+gitr${SRCPV}"
 PR = "r2"
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index ce0227b..b643bdc 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -3,7 +3,7 @@
 PV = "0.13.0+gitr${SRCPV}"
 PR = "${INC_PR}.6"
 
-SRCREV = "5160996d4a24fdb9faf0317c489689b5c31eebee"
+SRCREV = "f8070f4793a748cad6deefeb1e38fe7f8a193293"
 SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \
     file://upgrade-mncc-version.patch"