aboutsummaryrefslogtreecommitdiffstats
path: root/src/sgsn/gprs_sndcp.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-09 12:29:27 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-11 12:58:15 +0100
commit58101ea587f725bd79c089b1596a77bffbb152d8 (patch)
tree30f94aaad2e72d445a8fcb96ada8b0dc3df1ea17 /src/sgsn/gprs_sndcp.c
parent6aad14c3faf562e9d5172097dcf6ccd4095684f8 (diff)
Split gprs_sgsn.{c,h} -> {auth,mmctx,sgsn}.{c,h}
Some level of split already existed, like sgsn_auth.c, but headers were entangled together. Let's clearly separate application centric code (sgsn.c/h), auth related code (auth.c/h) and mmctx related code (mmctx.c/h). Change-Id: I048a082851c1275c959649942904205b02acce2a
Diffstat (limited to 'src/sgsn/gprs_sndcp.c')
-rw-r--r--src/sgsn/gprs_sndcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sgsn/gprs_sndcp.c b/src/sgsn/gprs_sndcp.c
index 6707c2863..36e808f3b 100644
--- a/src/sgsn/gprs_sndcp.c
+++ b/src/sgsn/gprs_sndcp.c
@@ -42,6 +42,7 @@
#include <osmocom/sgsn/gprs_sndcp_dcomp.h>
#include <osmocom/sgsn/gprs_sndcp_comp.h>
#include <osmocom/sgsn/gprs_gmm.h>
+#include <osmocom/sgsn/mmctx.h>
#include <osmocom/sgsn/gtp.h>
#define DEBUG_IP_PACKETS 0 /* 0=Disabled, 1=Enabled */