aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:15:32 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:26:13 +0200
commitc01647914b97ab8a1079330e36d0e1d024d3a804 (patch)
treedc22a90b524e2a5517805a8757016997db9eb12d /include/osmocom/bsc/Makefile.am
parent538635ad5d5564087d285eda042b0cad9610c70e (diff)
move include/openbsc to include/osmocom/bsc
Diffstat (limited to 'include/osmocom/bsc/Makefile.am')
-rw-r--r--include/osmocom/bsc/Makefile.am68
1 files changed, 68 insertions, 0 deletions
diff --git a/include/osmocom/bsc/Makefile.am b/include/osmocom/bsc/Makefile.am
new file mode 100644
index 000000000..3b8dbdf12
--- /dev/null
+++ b/include/osmocom/bsc/Makefile.am
@@ -0,0 +1,68 @@
+noinst_HEADERS = \
+ a_reset.h \
+ abis_nm.h \
+ abis_om2000.h \
+ abis_rsl.h \
+ arfcn_range_encode.h \
+ auth.h \
+ bsc_msc.h \
+ bsc_msg_filter.h \
+ bsc_nat.h \
+ bsc_nat_callstats.h \
+ bsc_nat_sccp.h \
+ bsc_rll.h \
+ bsc_subscriber.h \
+ bss.h \
+ bts_ipaccess_nanobts_omlattr.h \
+ chan_alloc.h \
+ common.h \
+ common_bsc.h \
+ common_cs.h \
+ crc24.h \
+ ctrl.h \
+ debug.h \
+ e1_config.h \
+ gsm_04_08_utils.h \
+ gsm_04_80.h \
+ gsm_data.h \
+ gsm_data_shared.h \
+ gsm_subscriber.h \
+ handover.h \
+ handover_decision.h \
+ ipaccess.h \
+ meas_feed.h \
+ meas_rep.h \
+ misdn.h \
+ mncc.h \
+ mncc_int.h \
+ msc_ifaces.h \
+ nat_rewrite_trie.h \
+ network_listen.h \
+ openbscdefines.h \
+ osmo_bsc.h \
+ osmo_bsc_grace.h \
+ osmo_bsc_rf.h \
+ osmo_msc.h \
+ osmo_bsc_sigtran.h \
+ bsc_msc_data.h \
+ osmux.h \
+ paging.h \
+ pcu_if.h \
+ pcuif_proto.h \
+ rest_octets.h \
+ rrlp.h \
+ rs232.h \
+ rtp_proxy.h \
+ sgsn.h \
+ signal.h \
+ silent_call.h \
+ sms_queue.h \
+ socket.h \
+ system_information.h \
+ transaction.h \
+ trau_mux.h \
+ trau_upqueue.h \
+ ussd.h \
+ vty.h \
+ bsc_api.h \
+ $(NULL)