blob: 5678a51e78a7d9b4787c85327333cdef07ec6010 [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 \
Harald Weltebe3c38c2023-11-23 22:08:51 +010051 rlp.h \
Pau Espin Pedrol4fc61182023-01-18 18:01:54 +010052 rsl.h \
53 rxlev_stat.h \
54 sysinfo.h \
55 tlv.h \
56 $(NULL)
57
58osmogsmdir = $(includedir)/osmocom/gsm
59
60noinst_HEADERS = \
61 kasumi.h \
62 gea.h \
63 $(NULL)
64
65gsm0503.h: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py
66 $(AM_V_GEN)python3 $(top_srcdir)/utils/conv_gen.py gen_header gsm \
67 --target-path $(builddir)/
68
69CLEANFILES = gsm0503.h