aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/Makefile.am
blob: 310fce2a2ac6294fe8af472a5b6494e5df5f1cc2 (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
noinst_HEADERS = \
	abis.h \
	bts.h \
	bts_model.h \
	bts_shutdown_fsm.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 \
	$(NULL)