blob: 1dfe6c314f1093f784707b63b13e737da28279a8 [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 \
Neels Hofmeyr6d804b12017-02-18 22:20:46 +010013 bsc_subscriber.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020014 bss.h \
Philippb4cb8382016-09-29 17:01:57 +020015 bts_ipaccess_nanobts_omlattr.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020016 chan_alloc.h \
Neels Hofmeyr2d521a02016-05-14 00:57:04 +020017 common_bsc.h \
Neels Hofmeyrc69ee852016-05-10 12:50:31 +020018 common_cs.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020019 crc24.h \
20 ctrl.h \
21 db.h \
22 debug.h \
23 e1_config.h \
24 gb_proxy.h \
25 gprs_gb_parse.h \
26 gprs_gmm.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020027 gprs_llc.h \
28 gprs_llc_xid.h \
29 gprs_sgsn.h \
30 gprs_sndcp.h \
Philippf1f34362016-08-26 17:00:21 +020031 gprs_sndcp_comp.h \
Philipp73f83d52016-09-02 13:38:01 +020032 gprs_sndcp_dcomp.h \
Philippf1f34362016-08-26 17:00:21 +020033 gprs_sndcp_pcomp.h \
Philipp22611be2016-08-10 12:08:03 +020034 gprs_sndcp_xid.h \
Neels Hofmeyr0e5d8072017-01-10 00:49:56 +010035 gprs_subscriber.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020036 gprs_utils.h \
37 gsm_04_08.h \
38 gsm_04_11.h \
39 gsm_04_80.h \
40 gsm_data.h \
41 gsm_data_shared.h \
42 gsm_subscriber.h \
Neels Hofmeyreaaee922016-12-08 21:22:58 +010043 gsup_client.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020044 gtphub.h \
45 handover.h \
46 handover_decision.h \
47 ipaccess.h \
48 iu.h \
49 meas_feed.h \
50 meas_rep.h \
51 mgcp.h \
52 mgcp_internal.h \
53 mgcp_transcode.h \
54 misdn.h \
55 mncc.h \
56 mncc_int.h \
Neels Hofmeyre2f24d52017-05-08 15:12:20 +020057 msc_ifaces.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020058 nat_rewrite_trie.h \
59 network_listen.h \
Neels Hofmeyr11ecc932016-12-08 21:29:23 +010060 oap_client.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020061 openbscdefines.h \
62 osmo_bsc.h \
63 osmo_bsc_grace.h \
64 osmo_bsc_rf.h \
65 osmo_msc.h \
Neels Hofmeyra42855f2017-02-23 21:49:55 +010066 bsc_msc_data.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020067 osmux.h \
68 paging.h \
Philipp Maierb4999b62016-10-26 15:19:41 +020069 pcu_if.h \
70 pcuif_proto.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020071 rest_octets.h \
72 rrlp.h \
73 rs232.h \
74 rtp_proxy.h \
75 sgsn.h \
76 signal.h \
77 silent_call.h \
Philipp2c7f8372016-08-26 16:58:41 +020078 slhc.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020079 smpp.h \
80 sms_queue.h \
81 socket.h \
82 system_information.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020083 transaction.h \
84 trau_mux.h \
85 trau_upqueue.h \
86 ussd.h \
Harald Welteb8b85a12016-06-17 00:06:42 +020087 vlr.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020088 vty.h \
Philippd8b45772016-09-02 13:32:38 +020089 v42bis.h \
90 v42bis_private.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020091 $(NULL)
Holger Hans Peter Freyther1fdbf402010-02-16 17:51:42 +010092
Alexander Huemer7b6673f2016-09-09 00:43:15 +020093openbsc_HEADERS = \
94 bsc_api.h \
95 gsm_04_08.h \
96 meas_rep.h \
97 $(NULL)
98
Neels Hofmeyr9f77d7b2017-05-15 21:26:51 +020099# DO NOT add a newline and '$(NULL)' to this line. That would add a trailing
100# space to the directory installed: $prefix/include/'openbsc '
101openbscdir = $(includedir)/openbsc