mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
so far, osmo-bts/sysmobts used to be entered as "sysmobts" type in the configuration file. However, there are some differences in the protocol/behaviour and we should reflect that by a new BTS plugin (with lots of code reuse from the nanobts driver).
27 lines
764 B
Makefile
27 lines
764 B
Makefile
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
|
|
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) \
|
|
$(LIBOSMOVTY_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
|
|
|
|
noinst_LIBRARIES = libbsc.a
|
|
|
|
libbsc_a_SOURCES = abis_nm.c abis_nm_vty.c \
|
|
abis_om2000.c abis_om2000_vty.c \
|
|
abis_rsl.c bsc_rll.c \
|
|
paging.c \
|
|
bts_ericsson_rbs2000.c \
|
|
bts_ipaccess_nanobts.c \
|
|
bts_siemens_bs11.c \
|
|
bts_nokia_site.c \
|
|
bts_hsl_femtocell.c \
|
|
bts_unknown.c \
|
|
bts_sysmobts.c \
|
|
chan_alloc.c \
|
|
gsm_subscriber_base.c \
|
|
handover_decision.c handover_logic.c meas_rep.c \
|
|
rest_octets.c system_information.c \
|
|
e1_config.c \
|
|
bsc_api.c bsc_msc.c bsc_vty.c \
|
|
gsm_04_08_utils.c \
|
|
bsc_init.c bts_init.c bsc_rf_ctrl.c
|
|
|