Vanetza
 
Loading...
Searching...
No Matches
ToBeSignedCrl.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TrustLists"
4 * found in "asn1/TS102941v131-TrustLists.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _ToBeSignedCrl_H_
9#define _ToBeSignedCrl_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "Version.h"
16#include "Time32.h"
17#include "CrlEntry.h"
18#include "asn_SEQUENCE_OF.h"
19#include "constr_SEQUENCE_OF.h"
20#include "constr_SEQUENCE.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26/* ToBeSignedCrl */
27typedef struct ToBeSignedCrl {
28 Version_t version;
29 Time32_t thisUpdate;
30 Time32_t nextUpdate;
32 A_SEQUENCE_OF(CrlEntry_t) list;
33
34 /* Context for parsing across buffer boundaries */
35 asn_struct_ctx_t _asn_ctx;
36 } entries;
37 /*
38 * This type is extensible,
39 * possible extensions are below.
40 */
41
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
45
46/* Implementation */
47extern asn_TYPE_descriptor_t asn_DEF_ToBeSignedCrl;
48extern asn_SEQUENCE_specifics_t asn_SPC_ToBeSignedCrl_specs_1;
49extern asn_TYPE_member_t asn_MBR_ToBeSignedCrl_1[4];
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* _ToBeSignedCrl_H_ */
56#include "asn_internal.h"