blob: f33800bb8416c45b197e0fdc7cbf7be8f162791c [file] [log] [blame]
Harald Weltee844bf72019-05-06 15:25:10 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "SABP-IEs"
4 * found in "../../asn1/sabp/SABP-IEs.asn"
5 */
6
7#ifndef _SABP_Category_H_
8#define _SABP_Category_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 SABP_Category {
22 SABP_Category_high_priority = 0,
23 SABP_Category_background_priority = 1,
24 SABP_Category_normal_priority = 2,
25 SABP_Category_default_priority = 3
26 /*
27 * Enumeration is extensible
28 */
29} e_SABP_Category;
30
31/* SABP_Category */
32typedef long SABP_Category_t;
33
34/* Implementation */
35extern asn_TYPE_descriptor_t asn_DEF_SABP_Category;
36asn_struct_free_f SABP_Category_free;
37asn_struct_print_f SABP_Category_print;
38asn_constr_check_f SABP_Category_constraint;
39ber_type_decoder_f SABP_Category_decode_ber;
40der_type_encoder_f SABP_Category_encode_der;
41xer_type_decoder_f SABP_Category_decode_xer;
42xer_type_encoder_f SABP_Category_encode_xer;
43per_type_decoder_f SABP_Category_decode_uper;
44per_type_encoder_f SABP_Category_encode_uper;
45per_type_decoder_f SABP_Category_decode_aper;
46per_type_encoder_f SABP_Category_encode_aper;
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _SABP_Category_H_ */
53#include <asn_internal.h>