aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-12-23 16:33:17 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-12-28 23:11:49 +0100
commit7a74ae492e878c1511c3e35f46e7706d69ca0ddf (patch)
tree6be4fb6d7f728d99d8f05f904780026eb0f88cc0 /tests
parent749ca7c850adcb4ae8cc2dfbac8d95e12773769d (diff)
Create new specific file for BSSGP code
Right now there's no much code there since the related code is totally entangled with the LLC one. This will eventually change in the future when we switch to use libosmo-gprs. Hence, this commit is a preparation to have already some place to put new BSSGP specific code in the future. Change-Id: I816396ab5ccb86032bbc21b41a959934a7768780
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 bd8e19c57..5a01903c9 100644
--- a/tests/sgsn/Makefile.am
+++ b/tests/sgsn/Makefile.am
@@ -47,6 +47,7 @@ sgsn_test_LDFLAGS = \
$(NULL)
sgsn_test_LDADD = \
+ $(top_builddir)/src/sgsn/gprs_bssgp.o \
$(top_builddir)/src/sgsn/gprs_llc.o \
$(top_builddir)/src/sgsn/gprs_gb.o \
$(top_builddir)/src/sgsn/gprs_sndcp.o \