diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-09-30 12:52:04 +0200 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-10-15 05:55:36 +0000 |
commit | 4338de5f51068dbd4ea1b8e3a61bdfdf5ede1833 (patch) | |
tree | 0a803d32c1551af16e833d1702026b869f685e10 /src/utils/Makefile.am | |
parent | 12e15479d69b226ea1fb6a2f2a478b6df3dd6682 (diff) |
Introduce NM BTS Site Manager FSM
Change-Id: Ic001ce6ebeff6f51470ef58140b0235f4a30265e
Diffstat (limited to 'src/utils/Makefile.am')
-rw-r--r-- | src/utils/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index fd03cb384..30de5b4e6 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -55,6 +55,8 @@ bs11_config_LDADD = \ $(top_builddir)/src/osmo-bsc/e1_config.o \ $(top_builddir)/src/osmo-bsc/gsm_data.o \ $(top_builddir)/src/osmo-bsc/net_init.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) \ @@ -125,6 +127,8 @@ meas_json_LDADD = \ $(top_builddir)/src/osmo-bsc/bts.o \ $(top_builddir)/src/osmo-bsc/bts_trx.o \ $(top_builddir)/src/osmo-bsc/gsm_data.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) \ |