aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 14:13:25 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 14:15:52 +0100
commit920c6c8c81d45ed9b387c0823d16bfad12b8645f (patch)
tree6688593541dab7a9abade48b9908fceafe9b1415 /src
parentdf203361e856689faf653f092224ab33d02198a1 (diff)
Introduce new header file sgsn/gtp.h
It will be used to store all stuff relatd to libgtp use and GTP protocol, similar to what we already do for other protocols. Change-Id: I4aae35cd0ea401856cd822cb507d668350d07a89
Diffstat (limited to 'src')
-rw-r--r--src/sgsn/sgsn_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sgsn/sgsn_main.c b/src/sgsn/sgsn_main.c
index 362e7aaca..3ad0881a4 100644
--- a/src/sgsn/sgsn_main.c
+++ b/src/sgsn/sgsn_main.c
@@ -65,6 +65,7 @@
#include <osmocom/sgsn/gprs_ns.h>
#include <osmocom/sgsn/gprs_bssgp.h>
#include <osmocom/sgsn/gprs_subscriber.h>
+#include <osmocom/sgsn/gtp.h>
#include <osmocom/ctrl/control_if.h>
#include <osmocom/ctrl/ports.h>