aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-27 18:43:29 +0200
committerMax <msuraev@sysmocom.de>2017-10-27 18:49:52 +0200
commitc005db7019944efad854551d4a9d5de9a6f3ecf1 (patch)
tree1c583e062edf2ec5c5ef578c428c74476fc30075 /include
parent869c3605e568ba6111d32b76c85739d0f327c05a (diff)
Log GTP-U endpoints update
* make gtp_ntoa() public after renaming it to sgsn_gtp_ntoa() to avoid confusion with libgtp functions * use it to log GTP-U endpoints address updates Change-Id: I96d0f3a63cce338471cc39cc33fd44c39cd2aa73 Related: SYS#3610
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sgsn/sgsn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/sgsn.h b/include/osmocom/sgsn/sgsn.h
index e4eda17d2..464a64fe0 100644
--- a/include/osmocom/sgsn/sgsn.h
+++ b/include/osmocom/sgsn/sgsn.h
@@ -10,6 +10,7 @@
#include <osmocom/sgsn/common.h>
#include <ares.h>
+#include <gtp.h>
struct gprs_gsup_client;
struct hostent;
@@ -147,6 +148,7 @@ extern struct sgsn_instance *sgsn;
int sgsn_vty_init(struct sgsn_config *cfg);
int sgsn_parse_config(const char *config_file);
+char *sgsn_gtp_ntoa(struct ul16_t *ul);
/* sgsn.c */