aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/Makefile.am
blob: 8f5a45172485e01d7b74a574f81176cfe1495182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
noinst_HEADERS = \
	abis.h \
	bts.h \
	bts_model.h \
	bts_shutdown_fsm.h \
	bts_trx.h \
	gsm_data.h \
	logging.h \
	measurement.h \
	oml.h \
	paging.h \
	rsl.h \
	signal.h \
	vty.h \
	amr.h \
	pcu_if.h \
	pcuif_proto.h \
	handover.h \
	msg_utils.h \
	tx_power.h \
	control_if.h \
	cbch.h \
	l1sap.h \
	power_control.h \
	scheduler.h \
	scheduler_backend.h \
	phy_link.h \
	dtx_dl_amr_fsm.h \
	ta_control.h \
	nm_bts_sm_fsm.h \
	nm_bts_fsm.h \
	nm_bb_transc_fsm.h \
	nm_radio_carrier_fsm.h \
	$(NULL)