blob: 2740a5d072a66d61500d94de90829b09489e9da1 [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 \
57 nat_rewrite_trie.h \
58 network_listen.h \
Neels Hofmeyr11ecc932016-12-08 21:29:23 +010059 oap_client.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020060 openbscdefines.h \
61 osmo_bsc.h \
62 osmo_bsc_grace.h \
63 osmo_bsc_rf.h \
64 osmo_msc.h \
Neels Hofmeyra42855f2017-02-23 21:49:55 +010065 bsc_msc_data.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020066 osmux.h \
67 paging.h \
Philipp Maierb4999b62016-10-26 15:19:41 +020068 pcu_if.h \
69 pcuif_proto.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020070 rest_octets.h \
71 rrlp.h \
72 rs232.h \
73 rtp_proxy.h \
74 sgsn.h \
75 signal.h \
76 silent_call.h \
Philipp2c7f8372016-08-26 16:58:41 +020077 slhc.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020078 smpp.h \
79 sms_queue.h \
80 socket.h \
81 system_information.h \
82 token_auth.h \
83 transaction.h \
84 trau_mux.h \
85 trau_upqueue.h \
86 ussd.h \
87 vty.h \
Philippd8b45772016-09-02 13:32:38 +020088 v42bis.h \
89 v42bis_private.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020090 $(NULL)
Holger Hans Peter Freyther1fdbf402010-02-16 17:51:42 +010091
Alexander Huemer7b6673f2016-09-09 00:43:15 +020092openbsc_HEADERS = \
93 bsc_api.h \
94 gsm_04_08.h \
95 meas_rep.h \
96 $(NULL)
97
Neels Hofmeyr9f77d7b2017-05-15 21:26:51 +020098# DO NOT add a newline and '$(NULL)' to this line. That would add a trailing
99# space to the directory installed: $prefix/include/'openbsc '
100openbscdir = $(includedir)/openbsc