Add ipaccess-proxy, a proxy for ip.access A-bis over IP

This proxy allows us to restart OpenBSC while the BTS's are kept
running with their CCCH/BCCH alive.  This is very useful to
make sure the phones don't roam to other networks while restarting
OpenBSC.

The proxy also intrduces UDP sockets for injecting UDP packets
into the A-bis data stream.
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index 3f98bda..54a8cde 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -2,7 +2,7 @@
 AM_CFLAGS=-Wall
 
 sbin_PROGRAMS = bsc_hack bs11_config ipaccess-find ipaccess-config \
-                isdnsync bsc_mgcp ipaccess_firmware
+                isdnsync bsc_mgcp ipaccess_firmware ipaccess-proxy
 noinst_LIBRARIES = libbsc.a libmsc.a libvty.a libsccp.a
 noinst_HEADERS = vty/cardshell.h
 
@@ -40,3 +40,5 @@
 bsc_mgcp_LDADD = libvty.a
 
 ipaccess_firmware_SOURCES = ipaccess-firmware/ipaccess-firmware.c
+
+ipaccess_proxy_SOURCES = ipaccess-proxy.c msgb.c select.c talloc.c debug.c timer.c