Vanetza
 
Loading...
Searching...
No Matches
InnerEcRequest.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TypesEnrolment"
4 * found in "asn1/TS102941v131-TypesEnrolment.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _InnerEcRequest_H_
9#define _InnerEcRequest_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "OCTET_STRING.h"
16#include "CertificateFormat.h"
17#include "PublicKeys.h"
18#include "CertificateSubjectAttributes.h"
19#include "constr_SEQUENCE.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* InnerEcRequest */
26typedef struct InnerEcRequest {
27 OCTET_STRING_t itsId;
28 CertificateFormat_t certificateFormat;
29 PublicKeys_t publicKeys;
30 CertificateSubjectAttributes_t requestedSubjectAttributes;
31 /*
32 * This type is extensible,
33 * possible extensions are below.
34 */
35
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
39
40/* Implementation */
41extern asn_TYPE_descriptor_t asn_DEF_InnerEcRequest;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _InnerEcRequest_H_ */
48#include "asn_internal.h"