blob: 7ddf323cd73a88d497509482e101ff89ce340b49 [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 \
68 rest_octets.h \
69 rrlp.h \
70 rs232.h \
71 rtp_proxy.h \
72 sgsn.h \
73 signal.h \
74 silent_call.h \
Philipp2c7f8372016-08-26 16:58:41 +020075 slhc.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020076 smpp.h \
77 sms_queue.h \
78 socket.h \
79 system_information.h \
80 token_auth.h \
81 transaction.h \
82 trau_mux.h \
83 trau_upqueue.h \
84 ussd.h \
85 vty.h \
Philippd8b45772016-09-02 13:32:38 +020086 v42bis.h \
87 v42bis_private.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020088 $(NULL)
Holger Hans Peter Freyther1fdbf402010-02-16 17:51:42 +010089
Alexander Huemer7b6673f2016-09-09 00:43:15 +020090openbsc_HEADERS = \
91 bsc_api.h \
92 gsm_04_08.h \
93 meas_rep.h \
94 $(NULL)
95
96openbscdir = \
97 $(includedir)/openbsc \
98 $(NULL)