Vanetza
 
Loading...
Searching...
No Matches
AuthorizationResponseCode.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TypesAuthorization"
4 * found in "asn1/TS102941v131-TypesAuthorization.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _AuthorizationResponseCode_H_
9#define _AuthorizationResponseCode_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeEnumerated.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum AuthorizationResponseCode {
23 AuthorizationResponseCode_ok = 0,
24 AuthorizationResponseCode_its_aa_cantparse = 1,
25 AuthorizationResponseCode_its_aa_badcontenttype = 2,
26 AuthorizationResponseCode_its_aa_imnottherecipient = 3,
27 AuthorizationResponseCode_its_aa_unknownencryptionalgorithm = 4,
28 AuthorizationResponseCode_its_aa_decryptionfailed = 5,
29 AuthorizationResponseCode_its_aa_keysdontmatch = 6,
30 AuthorizationResponseCode_its_aa_incompleterequest = 7,
31 AuthorizationResponseCode_its_aa_invalidencryptionkey = 8,
32 AuthorizationResponseCode_its_aa_outofsyncrequest = 9,
33 AuthorizationResponseCode_its_aa_unknownea = 10,
34 AuthorizationResponseCode_its_aa_invalidea = 11,
35 AuthorizationResponseCode_its_aa_deniedpermissions = 12,
36 AuthorizationResponseCode_aa_ea_cantreachea = 13,
37 AuthorizationResponseCode_ea_aa_cantparse = 14,
38 AuthorizationResponseCode_ea_aa_badcontenttype = 15,
39 AuthorizationResponseCode_ea_aa_imnottherecipient = 16,
40 AuthorizationResponseCode_ea_aa_unknownencryptionalgorithm = 17,
41 AuthorizationResponseCode_ea_aa_decryptionfailed = 18,
42 AuthorizationResponseCode_invalidaa = 19,
43 AuthorizationResponseCode_invalidaasignature = 20,
44 AuthorizationResponseCode_wrongea = 21,
45 AuthorizationResponseCode_unknownits = 22,
46 AuthorizationResponseCode_invalidsignature = 23,
47 AuthorizationResponseCode_invalidencryptionkey = 24,
48 AuthorizationResponseCode_deniedpermissions = 25,
49 AuthorizationResponseCode_deniedtoomanycerts = 26
50 /*
51 * Enumeration is extensible
52 */
53} e_AuthorizationResponseCode;
54
55/* AuthorizationResponseCode */
56typedef long AuthorizationResponseCode_t;
57
58/* Implementation */
59extern asn_per_constraints_t asn_PER_type_AuthorizationResponseCode_constr_1;
60extern asn_TYPE_descriptor_t asn_DEF_AuthorizationResponseCode;
61extern const asn_INTEGER_specifics_t asn_SPC_AuthorizationResponseCode_specs_1;
62asn_struct_free_f AuthorizationResponseCode_free;
63asn_struct_print_f AuthorizationResponseCode_print;
64asn_constr_check_f AuthorizationResponseCode_constraint;
65ber_type_decoder_f AuthorizationResponseCode_decode_ber;
66der_type_encoder_f AuthorizationResponseCode_encode_der;
67xer_type_decoder_f AuthorizationResponseCode_decode_xer;
68xer_type_encoder_f AuthorizationResponseCode_encode_xer;
69jer_type_encoder_f AuthorizationResponseCode_encode_jer;
70oer_type_decoder_f AuthorizationResponseCode_decode_oer;
71oer_type_encoder_f AuthorizationResponseCode_encode_oer;
72per_type_decoder_f AuthorizationResponseCode_decode_uper;
73per_type_encoder_f AuthorizationResponseCode_encode_uper;
74per_type_decoder_f AuthorizationResponseCode_decode_aper;
75per_type_encoder_f AuthorizationResponseCode_encode_aper;
76
77#ifdef __cplusplus
78}
79#endif
80
81#endif /* _AuthorizationResponseCode_H_ */
82#include "asn_internal.h"