blob: f89984f2f84121614e25ea230a8b9893453bded4 [file] [log] [blame]
Harald Weltee844bf72019-05-06 15:25:10 +02001# Ugly: sabp_ies_defs.h is generated from asn1tostruct.py at the same time as
2# the sabp_*.c files in src/, but the sabp_ies_defs.h should live here. If
3# the build process wants this header file, it should first build
4# src/sabp_encoder.c and src/sabp_decoder.c.
5# This rule sucks:
6sabp_ies_defs.h:
7 $(MAKE) -C $(top_builddir)/src/ gen_sabp.stamp
8
9sabp_HEADERS = \
10 sabp_ies_defs.h \
11 sabp_common.h \
12 SABP_InitiatingMessage.h \
13 SABP_SABP-PDU.h \
14 SABP_SuccessfulOutcome.h \
15 SABP_UnsuccessfulOutcome.h \
16 SABP_Criticality.h \
17 SABP_Presence.h \
18 SABP_ProcedureCode.h \
19 SABP_ProtocolExtensionID.h \
20 SABP_ProtocolIE-ID.h \
21 SABP_TriggeringMessage.h \
22 SABP_IE-Extensions.h \
23 SABP_Available-Bandwidth.h \
24 SABP_Broadcast-Message-Content.h \
25 SABP_Broadcast-Message-Content-Validity-Indicator.h \
26 SABP_Category.h \
27 SABP_Cause.h \
28 SABP_Criticality-Diagnostics.h \
29 SABP_CriticalityDiagnostics-IE-List.h \
30 SABP_MessageStructure.h \
31 SABP_Data-Coding-Scheme.h \
32 SABP_Failure-List.h \
33 SABP_Failure-List-Item.h \
34 SABP_Message-Identifier.h \
35 SABP_New-Serial-Number.h \
36 SABP_Number-of-Broadcasts-Completed-List.h \
37 SABP_Number-of-Broadcasts-Completed-List-Item.h \
38 SABP_Number-Of-Broadcasts-Completed-Info.h \
39 SABP_Number-of-Broadcasts-Requested.h \
40 SABP_Old-Serial-Number.h \
41 SABP_Paging-ETWS-Indicator.h \
42 SABP_Radio-Resource-Loading-List.h \
43 SABP_Radio-Resource-Loading-List-Item.h \
44 SABP_Recovery-Indication.h \
45 SABP_RepetitionNumber0.h \
46 SABP_RepetitionNumber1.h \
47 SABP_Repetition-Period.h \
48 SABP_Serial-Number.h \
49 SABP_Service-Area-Identifier.h \
50 SABP_Service-Areas-List.h \
51 SABP_TypeOfError.h \
52 SABP_WarningSecurityInfo.h \
53 SABP_Warning-Type.h \
54 SABP_Write-Replace.h \
55 SABP_Write-Replace-Complete.h \
56 SABP_Write-Replace-Failure.h \
57 SABP_Kill.h \
58 SABP_Kill-Complete.h \
59 SABP_Kill-Failure.h \
60 SABP_Load-Query.h \
61 SABP_Load-Query-Complete.h \
62 SABP_Load-Query-Failure.h \
63 SABP_Message-Status-Query.h \
64 SABP_Message-Status-Query-Complete.h \
65 SABP_Message-Status-Query-Failure.h \
66 SABP_Reset.h \
67 SABP_Reset-Complete.h \
68 SABP_Reset-Failure.h \
69 SABP_Restart.h \
70 SABP_Failure.h \
71 SABP_Error-Indication.h \
72 SABP_IE.h \
73 $(NULL)
74
75sabpdir = $(includedir)/osmocom/sabp
76
77DISTCLEANFILES = \
78 sabp_ies_defs.h