From 03933a49de0e3581ece2e562c336eee4933bc6c5 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 23 Feb 2016 13:26:02 +0100 Subject: gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUB --- openbsc/src/gprs/gtphub_main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'openbsc') diff --git a/openbsc/src/gprs/gtphub_main.c b/openbsc/src/gprs/gtphub_main.c index bfb0a3d9e..9870bd9f8 100644 --- a/openbsc/src/gprs/gtphub_main.c +++ b/openbsc/src/gprs/gtphub_main.c @@ -37,6 +37,7 @@ #include #include +#include #include #include @@ -44,11 +45,6 @@ #include "../../bscconfig.h" -#ifndef OSMO_VTY_PORT_GTPHUB -/* should come from libosmocore */ -#define OSMO_VTY_PORT_GTPHUB 4253 -#endif - extern void *osmo_gtphub_ctx; -- cgit v1.2.3