blob: 90fa93f594230257421637e8fb80c6bccb9dce6f [file] [log] [blame]
Harald Welte769ab7d2019-03-09 15:10:36 +01001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RSPRO"
4 * found in "../../asn1/RSPRO.asn"
5 */
6
7#ifndef _ErrorSeverity_H_
8#define _ErrorSeverity_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeEnumerated.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum ErrorSeverity {
22 ErrorSeverity_minor = 1,
23 ErrorSeverity_major = 2,
24 ErrorSeverity_fatal = 3
25 /*
26 * Enumeration is extensible
27 */
28} e_ErrorSeverity;
29
30/* ErrorSeverity */
31typedef long ErrorSeverity_t;
32
33/* Implementation */
34extern asn_TYPE_descriptor_t asn_DEF_ErrorSeverity;
35asn_struct_free_f ErrorSeverity_free;
36asn_struct_print_f ErrorSeverity_print;
37asn_constr_check_f ErrorSeverity_constraint;
38ber_type_decoder_f ErrorSeverity_decode_ber;
39der_type_encoder_f ErrorSeverity_encode_der;
40xer_type_decoder_f ErrorSeverity_decode_xer;
41xer_type_encoder_f ErrorSeverity_encode_xer;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _ErrorSeverity_H_ */
48#include <asn_internal.h>