aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-30 12:52:04 +0200
committerlaforge <laforge@osmocom.org>2020-10-15 05:55:36 +0000
commit4338de5f51068dbd4ea1b8e3a61bdfdf5ede1833 (patch)
tree0a803d32c1551af16e833d1702026b869f685e10 /tests/gsm0408
parent12e15479d69b226ea1fb6a2f2a478b6df3dd6682 (diff)
Introduce NM BTS Site Manager FSM
Diffstat (limited to 'tests/gsm0408')
-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 66e407259..656498f1f 100644
--- a/tests/gsm0408/Makefile.am
+++ b/tests/gsm0408/Makefile.am
@@ -34,6 +34,8 @@ gsm0408_test_LDADD = \
$(top_builddir)/src/osmo-bsc/rest_octets.o \
$(top_builddir)/src/osmo-bsc/system_information.o \
$(top_builddir)/src/osmo-bsc/neighbor_ident.o \
+ $(top_builddir)/src/osmo-bsc/nm_common_fsm.o \
+ $(top_builddir)/src/osmo-bsc/nm_bts_sm_fsm.o \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \