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/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/tests/Makefile.am') diff --git a/openbsc/tests/Makefile.am b/openbsc/tests/Makefile.am index 1b557d4b5..aacfe0bd4 100644 --- a/openbsc/tests/Makefile.am +++ b/openbsc/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = gsm0408 db channel mgcp gprs abis gbproxy trau subscr oap +SUBDIRS = gsm0408 db channel mgcp gprs abis gbproxy trau subscr oap gtphub if BUILD_NAT SUBDIRS += bsc-nat bsc-nat-trie -- cgit v1.2.3