From c8a614d2e9c56fe13c22f239be82f2a2c958e039 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 24 Sep 2015 17:32:30 +0200 Subject: Add GTP hub initial code base. First steps towards a new GTP hub. The aim is to mux GTP connections, so that multiple SGSN <--> GGSN links can pass through a single point. Background: allow having more than one SGSN, possibly in various remote locations. The recent addition of OAP to GSUP is related to the same background idea. (This is a collapsed patch of various changes that do not make sense to review in chronological order anymore, since a lot of it has thorougly transmorphed after it was first committed.) Sponsored-by: On-Waves ehf --- openbsc/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 8b7ce62e2..098e5b40b 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -210,6 +210,7 @@ AC_OUTPUT( tests/sgsn/Makefile tests/subscr/Makefile tests/oap/Makefile + tests/gtphub/Makefile doc/Makefile doc/examples/Makefile Makefile) -- cgit v1.2.3