Integrate libmnl (minimal netlink) library with libosmocore select loop

This adds an easy way to listen to netlink events form the Linux kernel
from within libosmocore applications.

The new dependency can be disabled via the "--disable-lbimnl" configure flag.

Change-Id: I4f787ee68f0d6d04f0a5655eb57d55b3b326a42f
diff --git a/debian/control b/debian/control
index 381e291..24e729a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@
                libtalloc-dev,
                libsctp-dev,
                libusb-1.0-0-dev,
+               libmnl-dev,
                python3:native
 Standards-Version: 3.9.8
 Vcs-Git: git://git.osmocom.org/libosmocore.git