blob: 6e7aa384b7a0adbdd2c16a0a98b306794a960998 [file] [log] [blame]
Alexander Huemer7b6673f2016-09-09 00:43:15 +02001noinst_HEADERS = \
2 abis_nm.h \
3 abis_om2000.h \
4 abis_rsl.h \
Philipp Maierfbf66102017-04-09 12:32:51 +02005 a_iface.h \
6 a_iface_bssap.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +02007 arfcn_range_encode.h \
8 auth.h \
9 bsc_msc.h \
10 bsc_msg_filter.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020011 bsc_rll.h \
12 bss.h \
Philippb4cb8382016-09-29 17:01:57 +020013 bts_ipaccess_nanobts_omlattr.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020014 chan_alloc.h \
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020015 common.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 \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020023 gsm_04_08.h \
24 gsm_04_11.h \
Harald Welteeac38c32017-05-29 18:02:53 +020025 gsm_04_14.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020026 gsm_04_80.h \
27 gsm_data.h \
28 gsm_data_shared.h \
29 gsm_subscriber.h \
Neels Hofmeyreaaee922016-12-08 21:22:58 +010030 gsup_client.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020031 handover.h \
32 handover_decision.h \
33 ipaccess.h \
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020034 iucs.h \
35 iucs_ranap.h \
Neels Hofmeyr00e82d62017-07-05 15:19:52 +020036 iu_dummy.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020037 meas_feed.h \
38 meas_rep.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020039 misdn.h \
40 mncc.h \
41 mncc_int.h \
Neels Hofmeyre2f24d52017-05-08 15:12:20 +020042 msc_ifaces.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020043 network_listen.h \
Neels Hofmeyr11ecc932016-12-08 21:29:23 +010044 oap_client.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020045 openbscdefines.h \
46 osmo_bsc.h \
47 osmo_bsc_grace.h \
Philipp Maierfbf66102017-04-09 12:32:51 +020048 a_reset.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020049 osmo_bsc_rf.h \
50 osmo_msc.h \
Philipp Maierfbf66102017-04-09 12:32:51 +020051 osmo_bsc_sigtran.h \
Neels Hofmeyra42855f2017-02-23 21:49:55 +010052 bsc_msc_data.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020053 osmux.h \
54 paging.h \
55 rest_octets.h \
56 rrlp.h \
57 rs232.h \
58 rtp_proxy.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020059 signal.h \
60 silent_call.h \
Philipp2c7f8372016-08-26 16:58:41 +020061 slhc.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020062 smpp.h \
63 sms_queue.h \
64 socket.h \
65 system_information.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020066 transaction.h \
67 trau_mux.h \
68 trau_upqueue.h \
69 ussd.h \
Harald Welteb8b85a12016-06-17 00:06:42 +020070 vlr.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020071 vty.h \
72 $(NULL)
Holger Hans Peter Freyther1fdbf402010-02-16 17:51:42 +010073
Alexander Huemer7b6673f2016-09-09 00:43:15 +020074openbsc_HEADERS = \
75 bsc_api.h \
76 gsm_04_08.h \
77 meas_rep.h \
78 $(NULL)
79
Neels Hofmeyr9f77d7b2017-05-15 21:26:51 +020080# DO NOT add a newline and '$(NULL)' to this line. That would add a trailing
81# space to the directory installed: $prefix/include/'openbsc '
82openbscdir = $(includedir)/openbsc