diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2020-12-02 03:57:23 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@espeweb.net> | 2020-12-04 14:44:40 +0100 |
commit | d74bb1e3b0473a13cbe70a20740a42837ffdd1a6 (patch) | |
tree | c80616084e0f9dba39f02efb8f7a84deb6545823 /src/utils/Makefile.am | |
parent | aab54b44e4e9a6089f5df50deb01dbfcb3a2e2c6 (diff) |
Introduce NM GPRS NSVC FSM
Related: OS#4870
Change-Id: I381472532c2622a8dba7c81ae00ea873c2e58ae1
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 03722ab8e..c180390fc 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -64,6 +64,7 @@ bs11_config_LDADD = \ $(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_gprs_nsvc_fsm.o \ $(top_builddir)/src/osmo-bsc/nm_rcarrier_fsm.o \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ @@ -144,6 +145,7 @@ meas_json_LDADD = \ $(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_gprs_nsvc_fsm.o \ $(top_builddir)/src/osmo-bsc/nm_rcarrier_fsm.o \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ |