From bd5b92fa7db18fd94d72030332312a5eda5ef89a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 16 Jul 2020 15:26:10 +0200 Subject: Move acc_ramp_init inside gsm_bts_alloc The function initializes the struct owned by a bts, so it makes sense to have it done there instead of somewhere else later. It was most probably put in bsc_vty when it was initially introduced because of all the data structure and object file mess I untangled during last set of patches. Change-Id: I66c4b208583e92070793183b83b3a7b7edf6ba00 --- src/ipaccess/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ipaccess/Makefile.am') diff --git a/src/ipaccess/Makefile.am b/src/ipaccess/Makefile.am index a1812a9f3..a11b2958b 100644 --- a/src/ipaccess/Makefile.am +++ b/src/ipaccess/Makefile.am @@ -49,6 +49,7 @@ ipaccess_config_LDADD = \ $(top_builddir)/src/osmo-bsc/bts.o \ $(top_builddir)/src/osmo-bsc/bts_trx.o \ $(top_builddir)/src/osmo-bsc/abis_nm.o \ + $(top_builddir)/src/osmo-bsc/acc_ramp.o \ $(top_builddir)/src/osmo-bsc/bts_ipaccess_nanobts.o \ $(top_builddir)/src/osmo-bsc/bts_ipaccess_nanobts_omlattr.o \ $(top_builddir)/src/osmo-bsc/gsm_data.o \ @@ -63,6 +64,7 @@ ipaccess_proxy_SOURCES = \ ipaccess_proxy_LDADD = \ $(top_builddir)/src/osmo-bsc/abis_nm.o \ + $(top_builddir)/src/osmo-bsc/acc_ramp.o \ $(top_builddir)/src/osmo-bsc/bts.o \ $(top_builddir)/src/osmo-bsc/bts_trx.o \ $(top_builddir)/src/osmo-bsc/gsm_data.o \ -- cgit v1.2.3