Big Osmocom update to the latest code

* Update libosmocore with GB fixes and endian.h work
* Update libosmo-netif for rtp header changes
* Update OpenGGSN that now has libosmocore logging
* Update OpenBSC with many new features, subscriber queue
  rework and more
diff --git a/recipes-osmocom/openggsn/openggsn_git.bb b/recipes-osmocom/openggsn/openggsn_git.bb
index e39f668..5ac807f 100644
--- a/recipes-osmocom/openggsn/openggsn_git.bb
+++ b/recipes-osmocom/openggsn/openggsn_git.bb
@@ -4,13 +4,15 @@
 PV = "0.91+gitr${SRCPV}"
 PR = "r14"
 
-SRCREV = "c190896437b332d3fa2093b3f489810b48e3c90c"
+SRCREV = "b07d07072e70ac4f920be9dfdf45615193b4ec2d"
 SRC_URI = "git://git.osmocom.org/openggsn                   \
            file://openggsn.init                             \
 	   file://libgtp-queue_depth_32.patch		    \
           "
 S = "${WORKDIR}/git"
 
+DEPENDS = "libosmocore"
+
 PACKAGES =+ " libgtp libgtp-dev libgtp-staticdev openggsn-sgsnemu"
 RDEPENDS_${PN} += "kernel-module-tun"