aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
parent31c4657c971e40407163034526aafeb9b5a83460 (diff)
Split out GPRS SM layer into its own file
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 9afe0f704..bdcd9b47a 100644
--- a/tests/sgsn/Makefile.am
+++ b/tests/sgsn/Makefile.am
@@ -59,6 +59,7 @@ sgsn_test_LDADD = \
$(top_builddir)/src/sgsn/gprs_llc_xid.o \
$(top_builddir)/src/sgsn/gprs_sndcp_xid.o \
$(top_builddir)/src/sgsn/slhc.o \
+ $(top_builddir)/src/sgsn/gprs_sm.o \
$(top_builddir)/src/sgsn/gprs_sndcp_comp.o \
$(top_builddir)/src/sgsn/gprs_sndcp_pcomp.o \
$(top_builddir)/src/sgsn/v42bis.o \