blob: 9f574e6e957479a6d420966f40dbbde492d98d7c [file] [log] [blame]
Alexander Huemer7b6673f2016-09-09 00:43:15 +02001noinst_HEADERS = \
2 abis_nm.h \
3 abis_om2000.h \
4 abis_rsl.h \
5 arfcn_range_encode.h \
6 auth.h \
7 bsc_msc.h \
8 bsc_msg_filter.h \
9 bsc_nat.h \
10 bsc_nat_callstats.h \
11 bsc_nat_sccp.h \
12 bsc_rll.h \
13 bss.h \
Philippb4cb8382016-09-29 17:01:57 +020014 bts_ipaccess_nanobts_omlattr.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020015 chan_alloc.h \
Neels Hofmeyr2d521a02016-05-14 00:57:04 +020016 common_bsc.h \
Neels Hofmeyrc69ee852016-05-10 12:50:31 +020017 common_cs.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020018 crc24.h \
19 ctrl.h \
20 db.h \
21 debug.h \
22 e1_config.h \
23 gb_proxy.h \
24 gprs_gb_parse.h \
25 gprs_gmm.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020026 gprs_llc.h \
27 gprs_llc_xid.h \
28 gprs_sgsn.h \
29 gprs_sndcp.h \
Philippf1f34362016-08-26 17:00:21 +020030 gprs_sndcp_comp.h \
Philipp73f83d52016-09-02 13:38:01 +020031 gprs_sndcp_dcomp.h \
Philippf1f34362016-08-26 17:00:21 +020032 gprs_sndcp_pcomp.h \
Philipp22611be2016-08-10 12:08:03 +020033 gprs_sndcp_xid.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020034 gprs_utils.h \
35 gsm_04_08.h \
36 gsm_04_11.h \
37 gsm_04_80.h \
38 gsm_data.h \
39 gsm_data_shared.h \
40 gsm_subscriber.h \
Neels Hofmeyreaaee922016-12-08 21:22:58 +010041 gsup_client.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020042 gtphub.h \
43 handover.h \
44 handover_decision.h \
45 ipaccess.h \
46 iu.h \
47 meas_feed.h \
48 meas_rep.h \
49 mgcp.h \
50 mgcp_internal.h \
51 mgcp_transcode.h \
52 misdn.h \
53 mncc.h \
54 mncc_int.h \
55 nat_rewrite_trie.h \
56 network_listen.h \
57 oap.h \
58 oap_messages.h \
59 openbscdefines.h \
60 osmo_bsc.h \
61 osmo_bsc_grace.h \
62 osmo_bsc_rf.h \
63 osmo_msc.h \
64 osmo_msc_data.h \
65 osmux.h \
66 paging.h \
67 rest_octets.h \
68 rrlp.h \
69 rs232.h \
70 rtp_proxy.h \
71 sgsn.h \
72 signal.h \
73 silent_call.h \
Philipp2c7f8372016-08-26 16:58:41 +020074 slhc.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020075 smpp.h \
76 sms_queue.h \
77 socket.h \
78 system_information.h \
79 token_auth.h \
80 transaction.h \
81 trau_mux.h \
82 trau_upqueue.h \
83 ussd.h \
84 vty.h \
Philippd8b45772016-09-02 13:32:38 +020085 v42bis.h \
86 v42bis_private.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020087 $(NULL)
Holger Hans Peter Freyther1fdbf402010-02-16 17:51:42 +010088
Alexander Huemer7b6673f2016-09-09 00:43:15 +020089openbsc_HEADERS = \
90 bsc_api.h \
91 gsm_04_08.h \
92 meas_rep.h \
93 $(NULL)
94
95openbscdir = \
96 $(includedir)/openbsc \
97 $(NULL)