aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/Makefile.am
blob: cae8ba48830f17153e7b0a1330d195421fa4bca5 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
noinst_HEADERS = \
	abis_nm.h \
	abis_om2000.h \
	abis_rsl.h \
	arfcn_range_encode.h \
	auth.h \
	bsc_msc.h \
	bsc_msg_filter.h \
	bsc_nat.h \
	bsc_nat_callstats.h \
	bsc_nat_sccp.h \
	bsc_rll.h \
	bss.h \
	chan_alloc.h \
	crc24.h \
	ctrl.h \
	db.h \
	debug.h \
	e1_config.h \
	gb_proxy.h \
	gprs_gb_parse.h \
	gprs_gmm.h \
	gprs_gsup_client.h \
	gprs_llc.h \
	gprs_llc_xid.h \
	gprs_sgsn.h \
	gprs_sndcp.h \
	gprs_utils.h \
	gsm_04_08.h \
	gsm_04_11.h \
	gsm_04_80.h \
	gsm_data.h \
	gsm_data_shared.h \
	gsm_subscriber.h \
	gtphub.h \
	handover.h \
	handover_decision.h \
	ipaccess.h \
	iu.h \
	meas_feed.h \
	meas_rep.h \
	mgcp.h \
	mgcp_internal.h \
	mgcp_transcode.h \
	misdn.h \
	mncc.h \
	mncc_int.h \
	nat_rewrite_trie.h \
	network_listen.h \
	oap.h \
	oap_messages.h \
	openbscdefines.h \
	osmo_bsc.h \
	osmo_bsc_grace.h \
	osmo_bsc_rf.h \
	osmo_msc.h \
	osmo_msc_data.h \
	osmux.h \
	paging.h \
	rest_octets.h \
	rrlp.h \
	rs232.h \
	rtp_proxy.h \
	sgsn.h \
	signal.h \
	silent_call.h \
	smpp.h \
	sms_queue.h \
	socket.h \
	system_information.h \
	token_auth.h \
	transaction.h \
	trau_mux.h \
	trau_upqueue.h \
	ussd.h \
	vty.h \
	$(NULL)

openbsc_HEADERS = \
	bsc_api.h \
	gsm_04_08.h \
	meas_rep.h \
	$(NULL)

openbscdir = \
	$(includedir)/openbsc \
	$(NULL)