diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-09-30 14:43:09 +0200 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-10-15 05:55:36 +0000 |
commit | d9d105c1f73713b1363849554d5d87d36d4ae7b6 (patch) | |
tree | d0681eb7183221c939015a3cce6b5a1be8663351 /src/ipaccess/Makefile.am | |
parent | 95486f248a37e66d6ae0baa1fd33e44317cce3ba (diff) |
Introduce NM RadioCarrier FSM
Change-Id: Ieed61d1fb1e896db42545c2c3421b20cb41ad549
Diffstat (limited to 'src/ipaccess/Makefile.am')
-rw-r--r-- | src/ipaccess/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipaccess/Makefile.am b/src/ipaccess/Makefile.am index 28d024aa6..e57ca03b5 100644 --- a/src/ipaccess/Makefile.am +++ b/src/ipaccess/Makefile.am @@ -58,6 +58,7 @@ ipaccess_config_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 \ $(OSMO_LIBS) \ $(NULL) @@ -77,5 +78,6 @@ ipaccess_proxy_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 \ $(OSMO_LIBS) \ $(NULL) |