blob: a2340147dbe609f686570a6b9f10bbeeddefcf02 [file] [log] [blame]
Neels Hofmeyrf4446002017-03-08 00:06:40 +01001BUILT_SOURCES = osmocom/gsm/gsm0503.h
2
Diego Elio Pettenòd471a212012-06-29 13:01:19 -07003nobase_include_HEADERS = \
Philipp Maier40def492017-12-16 03:42:15 +07004 osmocom/codec/ecu.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -07005 osmocom/codec/codec.h \
Philipp Maier6cb9e7d2017-12-15 09:35:21 +01006 osmocom/codec/gsm610_bits.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -07007 osmocom/core/application.h \
8 osmocom/core/backtrace.h \
Harald Welte292f9e72021-09-17 08:35:32 +02009 osmocom/core/base64.h \
Max53777012014-06-04 19:07:41 +020010 osmocom/core/bit16gen.h \
11 osmocom/core/bit32gen.h \
12 osmocom/core/bit64gen.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070013 osmocom/core/bits.h \
14 osmocom/core/bitvec.h \
Max5c18e262016-02-05 13:55:38 +010015 osmocom/core/bitcomp.h \
Harald Welte3318c652017-05-15 12:07:51 +020016 osmocom/core/byteswap.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070017 osmocom/core/conv.h \
Harald Welte216338c2017-10-15 19:46:19 +020018 osmocom/core/counter.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070019 osmocom/core/crc16.h \
20 osmocom/core/crc16gen.h \
21 osmocom/core/crc32gen.h \
22 osmocom/core/crc64gen.h \
23 osmocom/core/crc8gen.h \
24 osmocom/core/crcgen.h \
Holger Hans Peter Freyther249a81b2015-03-22 09:03:42 +010025 osmocom/core/endian.h \
Jacob Erlbeck6b262182013-08-14 12:26:27 +020026 osmocom/core/defs.h \
Harald Weltec6a86972019-12-16 23:14:45 +010027 osmocom/core/exec.h \
Harald Welte136e7372016-05-29 10:53:17 +090028 osmocom/core/fsm.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070029 osmocom/core/gsmtap.h \
30 osmocom/core/gsmtap_util.h \
Harald Welte7101ca22020-12-04 21:44:44 +010031 osmocom/core/hash.h \
32 osmocom/core/hashtable.h \
Harald Welte9da77ab2018-05-11 17:39:21 +020033 osmocom/core/isdnhdlc.h \
Harald Weltee4cd2672019-08-06 19:56:16 +020034 osmocom/core/it_q.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070035 osmocom/core/linuxlist.h \
36 osmocom/core/linuxrbtree.h \
Harald Welte7101ca22020-12-04 21:44:44 +010037 osmocom/core/log2.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070038 osmocom/core/logging.h \
Katerina Barone-Adesi3309a432013-02-21 05:16:29 +000039 osmocom/core/loggingrb.h \
Jacob Erlbeck95bf82802015-10-20 19:05:52 +020040 osmocom/core/stats.h \
Harald Welte40d56f92014-08-18 19:03:40 +020041 osmocom/core/macaddr.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070042 osmocom/core/msgb.h \
43 osmocom/core/panic.h \
Harald Welte1389e862017-06-18 18:16:02 +030044 osmocom/core/prbs.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070045 osmocom/core/prim.h \
46 osmocom/core/process.h \
47 osmocom/core/rate_ctr.h \
Jacob Erlbeck9732cb42015-10-01 20:43:53 +020048 osmocom/core/stat_item.h \
Philipp Maierb1ef8f52021-12-06 16:31:02 +010049 osmocom/core/stats_tcp.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070050 osmocom/core/select.h \
Harald Welte7af6d222017-05-14 21:48:41 +020051 osmocom/core/sercomm.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070052 osmocom/core/signal.h \
53 osmocom/core/socket.h \
54 osmocom/core/statistics.h \
Katerina Barone-Adesi3309a432013-02-21 05:16:29 +000055 osmocom/core/strrb.h \
Harald Weltea10ef292015-11-21 00:41:43 +010056 osmocom/core/talloc.h \
Neels Hofmeyr0fd615f2019-01-26 20:36:12 +010057 osmocom/core/tdef.h \
Pau Espin Pedrol88e40582021-02-17 17:46:02 +010058 osmocom/core/thread.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070059 osmocom/core/timer.h \
Pau Espin Pedrol726ba362018-02-26 18:03:44 +010060 osmocom/core/timer_compat.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070061 osmocom/core/utils.h \
62 osmocom/core/write_queue.h \
Neels Hofmeyr0c7826e2019-02-25 02:45:06 +010063 osmocom/core/sockaddr_str.h \
Neels Hofmeyr25c97412021-11-13 23:19:33 +010064 osmocom/core/time_cc.h \
Neels Hofmeyr0e8df1c2019-02-11 20:32:25 +010065 osmocom/core/use_count.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070066 osmocom/crypt/auth.h \
67 osmocom/crypt/gprs_cipher.h \
Ericc3fa0072021-05-19 17:45:38 +020068 osmocom/crypt/kdf.h \
Alexander Couzens6b5a5332021-11-04 16:05:06 +010069 osmocom/crypt/utran_cipher.h \
Harald Welte3ff81b12014-08-20 19:58:40 +020070 osmocom/ctrl/control_cmd.h \
71 osmocom/ctrl/control_if.h \
Harald Weltec7947ed2014-08-21 12:17:11 +020072 osmocom/ctrl/ports.h \
Alexander Couzens841817e2020-11-19 00:41:29 +010073 osmocom/gprs/frame_relay.h \
Harald Welte17a892f2020-12-07 21:39:03 +010074 osmocom/gprs/bssgp_bvc_fsm.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070075 osmocom/gprs/gprs_bssgp.h \
Harald Welte17a892f2020-12-07 21:39:03 +010076 osmocom/gprs/gprs_bssgp2.h \
Harald Welte30fabdf2012-09-10 08:54:35 +020077 osmocom/gprs/gprs_bssgp_bss.h \
Philipp Maier9828d282021-01-06 20:40:23 +010078 osmocom/gprs/gprs_bssgp_rim.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070079 osmocom/gprs/gprs_msgb.h \
80 osmocom/gprs/gprs_ns.h \
81 osmocom/gprs/gprs_ns_frgre.h \
Alexander Couzens6a161492020-07-12 13:45:50 +020082 osmocom/gprs/gprs_ns2.h \
Tom Tsou9a5bbf32016-07-14 15:13:45 -070083 osmocom/gprs/gprs_rlc.h \
Tom Tsou9394dbd2016-07-07 17:06:12 -070084 osmocom/gprs/protocol/gsm_04_60.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070085 osmocom/gprs/protocol/gsm_08_16.h \
86 osmocom/gprs/protocol/gsm_08_18.h \
Philipp Maierbd10c212020-12-14 22:28:19 +010087 osmocom/gprs/protocol/gsm_24_301.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070088 osmocom/gsm/a5.h \
89 osmocom/gsm/abis_nm.h \
Harald Welte908085c2014-10-01 16:18:11 +080090 osmocom/gsm/apn.h \
Philipp Maier680acae2018-03-01 19:13:05 +010091 osmocom/gsm/bts_features.h \
Harald Welte07958e42019-05-03 09:39:10 +020092 osmocom/gsm/cbsp.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070093 osmocom/gsm/comp128.h \
Kevin Redonbe355cd2013-11-02 18:11:01 +010094 osmocom/gsm/comp128v23.h \
Max8a5346b2016-04-22 19:28:09 +020095 osmocom/gsm/bitvec_gsm.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070096 osmocom/gsm/gan.h \
Harald Welte783d0732014-12-29 17:09:11 +010097 osmocom/gsm/gsm0341.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -070098 osmocom/gsm/gsm0411_smc.h \
99 osmocom/gsm/gsm0411_smr.h \
100 osmocom/gsm/gsm0411_utils.h \
101 osmocom/gsm/gsm0480.h \
102 osmocom/gsm/gsm0502.h \
Max Suraev msuraev@sysmocom.de84da22f2016-04-29 13:17:22 +0200103 osmocom/gsm/gsm0503.h \
Vadim Yanitskiy3262f822016-09-23 01:48:59 +0700104 osmocom/coding/gsm0503_tables.h \
105 osmocom/coding/gsm0503_parity.h \
106 osmocom/coding/gsm0503_mapping.h \
107 osmocom/coding/gsm0503_interleaving.h \
108 osmocom/coding/gsm0503_coding.h \
Philipp Maier898c9c62020-02-06 14:25:01 +0100109 osmocom/coding/gsm0503_amr_dtx.h \
Neels Hofmeyrc6848f42020-09-18 18:00:50 +0200110 osmocom/gsm/bsslap.h \
Neels Hofmeyr02de87b2020-09-18 18:00:50 +0200111 osmocom/gsm/bssmap_le.h \
Neels Hofmeyr086bd332020-09-18 18:00:50 +0200112 osmocom/gsm/gad.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700113 osmocom/gsm/gsm0808.h \
Neels Hofmeyr5b214e22020-09-18 18:00:50 +0200114 osmocom/gsm/gsm0808_lcs.h \
Max7918f842018-12-10 10:57:59 +0100115 osmocom/gsm/gsm29205.h \
Philipp Maier22401432017-03-24 17:59:26 +0100116 osmocom/gsm/gsm0808_utils.h \
Harald Weltebda26c02016-05-11 09:13:08 +0200117 osmocom/gsm/gsm23003.h \
Neels Hofmeyr7dde1f42020-05-11 19:43:20 +0200118 osmocom/gsm/gsm23236.h \
Philipp Maiere190e032018-12-07 12:31:08 +0100119 osmocom/gsm/gsm29118.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700120 osmocom/gsm/gsm48.h \
Stefan Sperlingfdf8b7b2018-07-27 12:19:15 +0200121 osmocom/gsm/gsm48_arfcn_range_encode.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700122 osmocom/gsm/gsm48_ie.h \
Stefan Sperlingbd6e7a92018-07-27 15:17:09 +0200123 osmocom/gsm/gsm48_rest_octets.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700124 osmocom/gsm/gsm_utils.h \
Harald Welte3b6fb082016-04-25 18:46:22 +0200125 osmocom/gsm/gsup.h \
Vadim Yanitskiyc2628312018-09-25 23:03:13 +0700126 osmocom/gsm/gsup_sms.h \
Harald Welteb795f032020-05-14 11:42:53 +0200127 osmocom/gsm/i460_mux.h \
Harald Weltee3919962014-08-20 22:28:23 +0200128 osmocom/gsm/ipa.h \
Harald Welte9fe1f9f2018-11-29 13:47:39 +0100129 osmocom/gsm/iuup.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700130 osmocom/gsm/lapd_core.h \
131 osmocom/gsm/lapdm.h \
Harald Weltee128f462013-03-07 18:36:32 +0000132 osmocom/gsm/meas_rep.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700133 osmocom/gsm/mncc.h \
134 osmocom/gsm/prim.h \
Andreas Eversbergaa85a2d2013-02-07 12:18:37 +0100135 osmocom/gsm/l1sap.h \
Harald Weltec0f00072016-04-27 18:32:35 +0200136 osmocom/gsm/oap.h \
Harald Weltefdd366e2018-07-30 12:04:21 +0200137 osmocom/gsm/oap_client.h \
Neels Hofmeyr086bd332020-09-18 18:00:50 +0200138 osmocom/gsm/protocol/gsm_23_032.h \
Holger Hans Peter Freyther4d7e49b2013-05-02 22:37:16 +0200139 osmocom/gsm/protocol/gsm_03_40.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700140 osmocom/gsm/protocol/gsm_03_41.h \
141 osmocom/gsm/protocol/gsm_04_08.h \
Harald Welte64f38c02016-04-20 17:12:24 +0200142 osmocom/gsm/protocol/gsm_04_08_gprs.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700143 osmocom/gsm/protocol/gsm_04_11.h \
144 osmocom/gsm/protocol/gsm_04_12.h \
Harald Welte29567372017-05-29 15:58:43 +0200145 osmocom/gsm/protocol/gsm_04_14.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700146 osmocom/gsm/protocol/gsm_04_80.h \
147 osmocom/gsm/protocol/gsm_08_08.h \
148 osmocom/gsm/protocol/gsm_08_58.h \
Tobias Engel419684e2012-03-08 13:31:52 +0100149 osmocom/gsm/protocol/gsm_09_02.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700150 osmocom/gsm/protocol/gsm_12_21.h \
Harald Welte0996c872016-04-20 17:28:03 +0200151 osmocom/gsm/protocol/gsm_23_003.h \
Harald Welte3f27f712019-06-14 19:31:30 +0200152 osmocom/gsm/protocol/gsm_23_041.h \
Harald Welte9fe1f9f2018-11-29 13:47:39 +0100153 osmocom/gsm/protocol/gsm_25_415.h \
Harald Welte67211442018-10-07 20:10:57 +0200154 osmocom/gsm/protocol/gsm_29_118.h \
Philipp Maierca770ae2021-02-16 17:31:22 +0100155 osmocom/gsm/protocol/gsm_44_004.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700156 osmocom/gsm/protocol/gsm_44_318.h \
Harald Welte07958e42019-05-03 09:39:10 +0200157 osmocom/gsm/protocol/gsm_48_049.h \
Neels Hofmeyrc6848f42020-09-18 18:00:50 +0200158 osmocom/gsm/protocol/gsm_48_071.h \
159 osmocom/gsm/protocol/gsm_49_031.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700160 osmocom/gsm/protocol/ipaccess.h \
Harald Welte533f63f2013-03-13 15:15:50 +0100161 osmocom/gsm/protocol/smpp34_osmocom.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700162 osmocom/gsm/rsl.h \
163 osmocom/gsm/rxlev_stat.h \
164 osmocom/gsm/sysinfo.h \
Harald Welted54c2ee2012-01-17 18:25:50 +0100165 osmocom/gsm/tlv.h \
Harald Welte4acaa132016-03-14 15:35:50 +0100166 osmocom/sim/class_tables.h \
Harald Welted54c2ee2012-01-17 18:25:50 +0100167 osmocom/sim/sim.h
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700168
169if ENABLE_PLUGIN
170nobase_include_HEADERS += osmocom/core/plugin.h
171endif
172
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700173if ENABLE_MSGFILE
174nobase_include_HEADERS += osmocom/core/msgfile.h
175endif
176
177if ENABLE_SERIAL
178nobase_include_HEADERS += osmocom/core/serial.h
179endif
180
181
182if ENABLE_VTY
183nobase_include_HEADERS += \
184 osmocom/vty/buffer.h \
185 osmocom/vty/command.h \
186 osmocom/vty/logging.h \
Jacob Erlbeck45513e62015-10-19 15:14:13 +0200187 osmocom/vty/stats.h \
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700188 osmocom/vty/misc.h \
189 osmocom/vty/telnet_interface.h \
190 osmocom/vty/vector.h \
Harald Welte28570a42014-08-21 12:15:59 +0200191 osmocom/vty/vty.h \
Neels Hofmeyrf81eb322016-02-24 00:10:41 +0100192 osmocom/vty/ports.h \
Pau Espin Pedroleb6882f2020-07-28 11:57:51 +0200193 osmocom/vty/cpu_sched_vty.h \
Neels Hofmeyr0fd615f2019-01-26 20:36:12 +0100194 osmocom/vty/tdef_vty.h \
Neels Hofmeyrf81eb322016-02-24 00:10:41 +0100195 osmocom/ctrl/control_vty.h
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700196endif
197
Harald Welteda432cd2019-12-15 19:13:26 +0100198if ENABLE_LIBUSB
199nobase_include_HEADERS += \
200 osmocom/usb/libusb.h
201endif
202
Pau Espin Pedrol896a9bb2020-12-07 13:24:30 +0100203if ENABLE_LIBMNL
204nobase_include_HEADERS += osmocom/core/mnl.h
205endif
206
Sylvain Munaut579a7102014-06-16 14:59:30 +0200207noinst_HEADERS = \
Neels Hofmeyrba0762d2018-09-10 13:56:03 +0200208 osmocom/gsm/kasumi.h \
209 osmocom/gsm/gea.h \
210 osmocom/core/logging_internal.h \
211 $(NULL)
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700212
Max53777012014-06-04 19:07:41 +0200213osmocom/core/bit%gen.h: osmocom/core/bitXXgen.h.tpl
214 $(AM_V_GEN)$(MKDIR_P) $(dir $@)
215 $(AM_V_GEN)sed -e's/XX/$*/g' $< > $@
216
Diego Elio Pettenòd471a212012-06-29 13:01:19 -0700217osmocom/core/crc%gen.h: osmocom/core/crcXXgen.h.tpl
Nico Goldebb67be92012-09-18 18:07:57 +0200218 $(AM_V_GEN)$(MKDIR_P) $(dir $@)
Diego Elio Pettenòf5df9ab2012-06-29 13:01:20 -0700219 $(AM_V_GEN)sed -e's/XX/$*/g' $< > $@
Vadim Yanitskiy77a5b092017-01-13 16:03:40 +0700220
Neels Hofmeyrf4446002017-03-08 00:06:40 +0100221osmocom/gsm/gsm0503.h: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py
Oliver Smitha47d37c2019-12-11 08:46:41 +0100222 $(AM_V_GEN)python3 $(top_srcdir)/utils/conv_gen.py gen_header gsm \
Neels Hofmeyr9e4c1702017-03-07 21:56:55 +0100223 --target-path $(builddir)/osmocom/gsm
Vadim Yanitskiy77a5b092017-01-13 16:03:40 +0700224
225CLEANFILES = osmocom/gsm/gsm0503.h