aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-30 14:43:09 +0200
committerlaforge <laforge@osmocom.org>2020-10-15 05:55:36 +0000
commitd9d105c1f73713b1363849554d5d87d36d4ae7b6 (patch)
treed0681eb7183221c939015a3cce6b5a1be8663351 /tests/gsm0408
parent95486f248a37e66d6ae0baa1fd33e44317cce3ba (diff)
Introduce NM RadioCarrier FSM
Diffstat (limited to 'tests/gsm0408')
-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 bc8e558e7..b7d7c4c70 100644
--- a/tests/gsm0408/Makefile.am
+++ b/tests/gsm0408/Makefile.am
@@ -39,6 +39,7 @@ gsm0408_test_LDADD = \
$(top_builddir)/src/osmo-bsc/nm_bts_sm_fsm.o \
$(top_builddir)/src/osmo-bsc/nm_bts_fsm.o \
$(top_builddir)/src/osmo-bsc/nm_bb_transc_fsm.o \
+ $(top_builddir)/src/osmo-bsc/nm_rcarrier_fsm.o \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \