openbsc: The patch is not needed anymore, remove it
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index 66c4605..ce0227b 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -1,11 +1,10 @@
 require ${PN}.inc
 
 PV = "0.13.0+gitr${SRCPV}"
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
 
 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"
+    file://upgrade-mncc-version.patch"
 
 S = "${WORKDIR}/git/openbsc"