blob: 12e1a664eaa26cbbfc427553c06062362dbabe11 [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 \
14 chan_alloc.h \
15 crc24.h \
16 ctrl.h \
17 db.h \
18 debug.h \
19 e1_config.h \
20 gb_proxy.h \
21 gprs_gb_parse.h \
22 gprs_gmm.h \
23 gprs_gsup_client.h \
24 gprs_llc.h \
25 gprs_llc_xid.h \
26 gprs_sgsn.h \
27 gprs_sndcp.h \
Philipp22611be2016-08-10 12:08:03 +020028 gprs_sndcp_xid.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020029 gprs_utils.h \
30 gsm_04_08.h \
31 gsm_04_11.h \
32 gsm_04_80.h \
33 gsm_data.h \
34 gsm_data_shared.h \
35 gsm_subscriber.h \
36 gtphub.h \
37 handover.h \
38 handover_decision.h \
39 ipaccess.h \
40 iu.h \
41 meas_feed.h \
42 meas_rep.h \
43 mgcp.h \
44 mgcp_internal.h \
45 mgcp_transcode.h \
46 misdn.h \
47 mncc.h \
48 mncc_int.h \
49 nat_rewrite_trie.h \
50 network_listen.h \
51 oap.h \
52 oap_messages.h \
53 openbscdefines.h \
54 osmo_bsc.h \
55 osmo_bsc_grace.h \
56 osmo_bsc_rf.h \
57 osmo_msc.h \
58 osmo_msc_data.h \
59 osmux.h \
60 paging.h \
61 rest_octets.h \
62 rrlp.h \
63 rs232.h \
64 rtp_proxy.h \
65 sgsn.h \
66 signal.h \
67 silent_call.h \
Philipp2c7f8372016-08-26 16:58:41 +020068 slhc.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020069 smpp.h \
70 sms_queue.h \
71 socket.h \
72 system_information.h \
73 token_auth.h \
74 transaction.h \
75 trau_mux.h \
76 trau_upqueue.h \
77 ussd.h \
78 vty.h \
79 $(NULL)
Holger Hans Peter Freyther1fdbf402010-02-16 17:51:42 +010080
Alexander Huemer7b6673f2016-09-09 00:43:15 +020081openbsc_HEADERS = \
82 bsc_api.h \
83 gsm_04_08.h \
84 meas_rep.h \
85 $(NULL)
86
87openbscdir = \
88 $(includedir)/openbsc \
89 $(NULL)