aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-16 15:26:10 +0200
committerlaforge <laforge@osmocom.org>2020-07-18 21:45:32 +0000
commitbd5b92fa7db18fd94d72030332312a5eda5ef89a (patch)
treef17d70046e46e137c4d8159f639d7bb68a75967a /tests/gsm0408/Makefile.am
parent8d4f94a176094e6ca53c3cd48658007ac3e007de (diff)
Move acc_ramp_init inside gsm_bts_alloc
The function initializes the struct owned by a bts, so it makes sense to have it done there instead of somewhere else later. It was most probably put in bsc_vty when it was initially introduced because of all the data structure and object file mess I untangled during last set of patches. Change-Id: I66c4b208583e92070793183b83b3a7b7edf6ba00
Diffstat (limited to 'tests/gsm0408/Makefile.am')
-rw-r--r--tests/gsm0408/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gsm0408/Makefile.am b/tests/gsm0408/Makefile.am
index 790f3aa43..4e223925b 100644
--- a/tests/gsm0408/Makefile.am
+++ b/tests/gsm0408/Makefile.am
@@ -24,6 +24,7 @@ gsm0408_test_SOURCES = \
gsm0408_test_LDADD = \
$(top_builddir)/src/osmo-bsc/abis_nm.o \
+ $(top_builddir)/src/osmo-bsc/acc_ramp.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 \