aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-16 14:49:36 +0200
committerlaforge <laforge@osmocom.org>2020-07-18 21:45:32 +0000
commitaca53203d11adcb57c7b922e9b968388083b21b6 (patch)
treed560d1d1586c0edb433c0802ce56dc68af3b0069 /tests/gsm0408/Makefile.am
parente2f1c95774e934949cef9f5e4304fa82da070666 (diff)
Move struct gsm_bts_trx: gsm-data.* => bts_trx.*
See rant fro similar recent commit moving stuff to bts.*. Change-Id: I11758ca3d255d849d77bd068f24bb68bde1f89a5
Diffstat (limited to 'tests/gsm0408/Makefile.am')
-rw-r--r--tests/gsm0408/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gsm0408/Makefile.am b/tests/gsm0408/Makefile.am
index 21b787341..790f3aa43 100644
--- a/tests/gsm0408/Makefile.am
+++ b/tests/gsm0408/Makefile.am
@@ -23,9 +23,11 @@ gsm0408_test_SOURCES = \
$(NULL)
gsm0408_test_LDADD = \
+ $(top_builddir)/src/osmo-bsc/abis_nm.o \
$(top_builddir)/src/osmo-bsc/gsm_04_08_rr.o \
$(top_builddir)/src/osmo-bsc/arfcn_range_encode.o \
$(top_builddir)/src/osmo-bsc/bts.o \
+ $(top_builddir)/src/osmo-bsc/bts_trx.o \
$(top_builddir)/src/osmo-bsc/gsm_data.o \
$(top_builddir)/src/osmo-bsc/net_init.o \
$(top_builddir)/src/osmo-bsc/rest_octets.o \