aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 18:56:13 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 18:57:39 +0100
commit52c9b8e5935a0b4f967be4f81e73af75eb87aecf (patch)
treec3a61fbd57adefef22214035acaffd1bdfdb4c56 /src
parent51028e2c16820d50808900f2003310d8dcbf2d49 (diff)
Move func defintions of funcs implemented in gprs_sndcp.c to gprs_sndcp.h
Move them to the correct header where they belong, so that the all the related protocol stuff is placed together. Change-Id: I9052f48a0af125bb445194f4ae94ebbe49508fda
Diffstat (limited to 'src')
-rw-r--r--src/sgsn/gprs_sgsn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sgsn/gprs_sgsn.c b/src/sgsn/gprs_sgsn.c
index cdfa02955..9ce632c67 100644
--- a/src/sgsn/gprs_sgsn.c
+++ b/src/sgsn/gprs_sgsn.c
@@ -49,6 +49,7 @@
#include <osmocom/sgsn/gprs_mm_state_iu_fsm.h>
#include <osmocom/sgsn/gprs_gmm_fsm.h>
#include <osmocom/sgsn/gprs_llc.h>
+#include <osmocom/sgsn/gprs_sndcp.h>
#include <osmocom/sgsn/gtp_ggsn.h>
#include <pdp.h>