gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUB

This commit is contained in:
Neels Hofmeyr 2016-02-23 13:26:02 +01:00
parent 389a62d752
commit 03933a49de
1 changed files with 1 additions and 5 deletions

View File

@ -37,6 +37,7 @@
#include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/ports.h>
#include <openbsc/debug.h>
#include <openbsc/gtphub.h>
@ -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;