blob: f840a275263b00b2a6816876a2ce080f88cd57b9 [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 \
Harald Weltec4cfb802022-11-29 23:16:52 +010032 gsm44021.h \
Pau Espin Pedrol4fc61182023-01-18 18:01:54 +010033 gsm48.h \
34 gsm48_arfcn_range_encode.h \
35 gsm48_ie.h \
36 gsm48_rest_octets.h \
37 gsm_utils.h \
38 gsup.h \
39 gsup_sms.h \
40 i460_mux.h \
41 ipa.h \
42 iuup.h \
43 lapd_core.h \
44 lapdm.h \
45 meas_rep.h \
46 mncc.h \
47 prim.h \
48 l1sap.h \
49 oap.h \
50 oap_client.h \
51 rsl.h \
52 rxlev_stat.h \
53 sysinfo.h \
54 tlv.h \
55 $(NULL)
56
57osmogsmdir = $(includedir)/osmocom/gsm
58
59noinst_HEADERS = \
60 kasumi.h \
61 gea.h \
62 $(NULL)
63
64gsm0503.h: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py
65 $(AM_V_GEN)python3 $(top_srcdir)/utils/conv_gen.py gen_header gsm \
66 --target-path $(builddir)/
67
68CLEANFILES = gsm0503.h