aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 20:13:13 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-11 12:51:34 +0100
commit05190c36bb73896d72258f1a196ea31ae3a4493a (patch)
tree43e81491888fc62c1fa1c91be9d00f8c0979363a /tests
parent3d3c8c55f05eee921051b9059408acdad916007e (diff)
Move sgsn_pdp_ctx to its own file pdpctx.{c,h}
This further shrinks the mess in gprs_sgsn.h, and allows to easily see layer violations (like pdpctx.c requiring llc.h) Change-Id: Iad4da06efee7d8514ff48423bdaebc0f26413cc1
Diffstat (limited to 'tests')
-rw-r--r--tests/sgsn/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sgsn/Makefile.am b/tests/sgsn/Makefile.am
index 853d8f1b9..8df1395ce 100644
--- a/tests/sgsn/Makefile.am
+++ b/tests/sgsn/Makefile.am
@@ -60,6 +60,7 @@ sgsn_test_LDADD = \
$(top_builddir)/src/sgsn/gprs_sgsn.o \
$(top_builddir)/src/sgsn/gtp_ggsn.o \
$(top_builddir)/src/sgsn/gtp_mme.o \
+ $(top_builddir)/src/sgsn/pdpctx.o \
$(top_builddir)/src/sgsn/sgsn_cdr.o \
$(top_builddir)/src/sgsn/sgsn_ctrl.o \
$(top_builddir)/src/sgsn/sgsn_vty.o \