aboutsummaryrefslogtreecommitdiffstats
path: root/src/sgsn/gprs_ranap.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-02 18:27:27 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-03 15:22:15 +0200
commit35f0e664bf2a1c98ebd065f4d4483e542c4c7861 (patch)
tree74e71f53a96195da518ef93ccd0cf694ad45aa96 /src/sgsn/gprs_ranap.c
parent31c4657c971e40407163034526aafeb9b5a83460 (diff)
Split out GPRS SM layer into its own file
Diffstat (limited to 'src/sgsn/gprs_ranap.c')
-rw-r--r--src/sgsn/gprs_ranap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sgsn/gprs_ranap.c b/src/sgsn/gprs_ranap.c
index 027b6665a..27b964155 100644
--- a/src/sgsn/gprs_ranap.c
+++ b/src/sgsn/gprs_ranap.c
@@ -32,6 +32,7 @@
#include <osmocom/ranap/ranap_common.h>
#include <osmocom/sgsn/gprs_gmm.h>
+#include <osmocom/sgsn/gprs_sm.h>
#include <osmocom/sgsn/debug.h>
#include <osmocom/sgsn/sgsn.h>
#include <osmocom/sgsn/gprs_ranap.h>