blob: 7549ffb946f4dfb47778894b8f5abac122260d62 [file] [log] [blame]
Harald Welte3aa901d2018-08-13 18:32:36 +02001noinst_HEADERS = \
2 ATR.h \
3 BankId.h \
4 BankSlot.h \
5 BankSlotStatusInd.h \
6 ClientId.h \
7 ClientSlot.h \
8 ClientSlotStatusInd.h \
9 ComponentIdentity.h \
10 ComponentName.h \
11 ComponentType.h \
Harald Welted571a3e2019-03-11 22:09:50 +010012 ConfigClientIdReq.h \
13 ConfigClientIdRes.h \
14 ConfigClientBankReq.h \
15 ConfigClientBankRes.h \
Harald Welte3aa901d2018-08-13 18:32:36 +020016 ConnectBankReq.h \
17 ConnectBankRes.h \
18 ConnectClientReq.h \
19 ConnectClientRes.h \
20 CreateMappingReq.h \
21 CreateMappingRes.h \
Harald Welte769ab7d2019-03-09 15:10:36 +010022 ErrorCode.h \
23 ErrorInd.h \
24 ErrorSeverity.h \
25 ErrorString.h \
Harald Welte3aa901d2018-08-13 18:32:36 +020026 IpAddress.h \
27 IpPort.h \
28 Ipv4Address.h \
29 Ipv6Address.h \
30 OperationTag.h \
31 PortNumber.h \
32 RemoveMappingReq.h \
33 RemoveMappingRes.h \
Harald Welte3f966322019-12-04 19:09:58 +010034 ResetStateReq.h \
35 ResetStateRes.h \
Harald Welte3aa901d2018-08-13 18:32:36 +020036 ResultCode.h \
37 RsproPDU.h \
38 RsproPDUchoice.h \
39 SetAtrReq.h \
40 SetAtrRes.h \
41 SlotNumber.h \
42 SlotPhysStatus.h \
43 TpduCardToModem.h \
44 TpduFlags.h \
45 TpduModemToCard.h \
46 $(NULL)
Harald Welte77911b02018-08-14 23:47:30 +020047
Harald Welte43ab79f2018-10-03 23:34:21 +020048noinst_HEADERS+=BOOLEAN.h
49noinst_HEADERS+=INTEGER.h
50noinst_HEADERS+=NativeEnumerated.h
51noinst_HEADERS+=IA5String.h
52noinst_HEADERS+=NativeInteger.h
53noinst_HEADERS+=constr_CHOICE.h
54noinst_HEADERS+=constr_SEQUENCE.h
55noinst_HEADERS+=asn_application.h
56noinst_HEADERS+=asn_system.h
57noinst_HEADERS+=asn_codecs.h
58noinst_HEADERS+=asn_internal.h
59noinst_HEADERS+=OCTET_STRING.h
60noinst_HEADERS+=BIT_STRING.h
61noinst_HEADERS+=asn_codecs_prim.h
62noinst_HEADERS+=ber_tlv_length.h
63noinst_HEADERS+=ber_tlv_tag.h
64noinst_HEADERS+=ber_decoder.h
65noinst_HEADERS+=der_encoder.h
66noinst_HEADERS+=constr_TYPE.h
67noinst_HEADERS+=constraints.h
68noinst_HEADERS+=xer_support.h
69noinst_HEADERS+=xer_decoder.h
70noinst_HEADERS+=xer_encoder.h
71noinst_HEADERS+=per_support.h
72noinst_HEADERS+=per_decoder.h
73noinst_HEADERS+=per_encoder.h
74noinst_HEADERS+=per_opentype.h
Harald Welte77911b02018-08-14 23:47:30 +020075
76rspro_HEADERS = \
77 rspro_client.h
78
79rsprodir = $(includedir)/osmocom/rspro