blob: 2c59e557c63feb8b526bb5e3e528b50367df982a [file] [log] [blame]
Pau Espin Pedrol4fc61182023-01-18 18:01:54 +01001SUBDIRS = protocol
2
3BUILT_SOURCES = gsm0503.h
4
5osmogsm_HEADERS = \
6 a5.h \
7 abis_nm.h \
8 apn.h \
9 bts_features.h \
10 cbsp.h \
11 comp128.h \
12 comp128v23.h \
13 bitvec_gsm.h \
14 gan.h \
15 gsm0341.h \
16 gsm0411_smc.h \
17 gsm0411_smr.h \
18 gsm0411_utils.h \
19 gsm0480.h \
20 gsm0502.h \
21 gsm0503.h \
22 bsslap.h \
23 bssmap_le.h \
24 gad.h \
25 gsm0808.h \
26 gsm0808_lcs.h \
27 gsm29205.h \
28 gsm0808_utils.h \
29 gsm23003.h \
30 gsm23236.h \
31 gsm29118.h \
32 gsm48.h \
33 gsm48_arfcn_range_encode.h \
34 gsm48_ie.h \
35 gsm48_rest_octets.h \
36 gsm_utils.h \
37 gsup.h \
38 gsup_sms.h \
39 i460_mux.h \
40 ipa.h \
41 iuup.h \
42 lapd_core.h \
43 lapdm.h \
44 meas_rep.h \
45 mncc.h \
46 prim.h \
47 l1sap.h \
48 oap.h \
49 oap_client.h \
50 rsl.h \
51 rxlev_stat.h \
52 sysinfo.h \
53 tlv.h \
54 $(NULL)
55
56osmogsmdir = $(includedir)/osmocom/gsm
57
58noinst_HEADERS = \
59 kasumi.h \
60 gea.h \
61 $(NULL)
62
63gsm0503.h: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py
64 $(AM_V_GEN)python3 $(top_srcdir)/utils/conv_gen.py gen_header gsm \
65 --target-path $(builddir)/
66
67CLEANFILES = gsm0503.h