aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-12-02 18:19:49 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-12-03 19:56:19 +0100
commitaab54b44e4e9a6089f5df50deb01dbfcb3a2e2c6 (patch)
treec677b37367231f2f127050338ea4322134ef04a6 /tests/gsm0408/Makefile.am
parentee9f02f2df6298210165e02451aade105e45dde7 (diff)
Introduce NM GPRS CELL FSM
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 7fb62db96..6bf73af6d 100644
--- a/tests/gsm0408/Makefile.am
+++ b/tests/gsm0408/Makefile.am
@@ -41,6 +41,7 @@ gsm0408_test_LDADD = \
$(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_channel_fsm.o \
+ $(top_builddir)/src/osmo-bsc/nm_gprs_cell_fsm.o \
$(top_builddir)/src/osmo-bsc/nm_gprs_nse_fsm.o \
$(top_builddir)/src/osmo-bsc/nm_rcarrier_fsm.o \
$(LIBOSMOCORE_LIBS) \