aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/Makefile.am
blob: 247e43e01333223551a06b6b58ecdbaa0d513f66 (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
noinst_HEADERS = \
	abis.h \
	abis_osmo.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 \
	lchan.h \
	power_control.h \
	scheduler.h \
	scheduler_backend.h \
	phy_link.h \
	dtx_dl_amr_fsm.h \
	ta_control.h \
	nm_common_fsm.h \
	$(NULL)