diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-09-30 13:42:04 +0200 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-10-15 05:55:36 +0000 |
commit | 95486f248a37e66d6ae0baa1fd33e44317cce3ba (patch) | |
tree | 6761332de416b43b71cb1e05599646ea5bebfa78 /src/utils/Makefile.am | |
parent | 6adeb607d0a932fcbc07b1daada432e77490e7ce (diff) |
Introduce NM BaseBand Transceiver FSM
Change-Id: Ib4d35316c52eb4c71ea0d352a1e06fd5e600fe08
Diffstat (limited to 'src/utils/Makefile.am')
-rw-r--r-- | src/utils/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index 4d9ebaa64..12a7d45ef 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -59,6 +59,7 @@ bs11_config_LDADD = \ $(top_builddir)/src/osmo-bsc/nm_common_fsm.o \ $(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 \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBOSMOABIS_LIBS) \ @@ -133,6 +134,7 @@ meas_json_LDADD = \ $(top_builddir)/src/osmo-bsc/nm_common_fsm.o \ $(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 \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBOSMOABIS_LIBS) \ |