libosmocore: Update the git recipe to include latest LAPD fix
diff --git a/conf/layer.conf b/conf/layer.conf
index 5679e7e..0ddda0d 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 = "3"
+META_TELEPHONY_OSMO_INC = "4"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index 2b6e20b..41fae84 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 = "3ec5047c6be00729f57da23f6d5de6d5a357ec7a"
+SRCREV = "301f01e938e72423079afe1a1836937053481fd6"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
-PV = "0.3.10+gitr${SRCPV}"
+PV = "0.4.1+gitr${SRCPV}"
 PR = "1"