SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / RRCclass-NR.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "e2sm-v03.01.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #ifndef _RRCclass_NR_H_
9 #define _RRCclass_NR_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "NativeEnumerated.h"
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum RRCclass_NR {
23         RRCclass_NR_bCCH_BCH    = 0,
24         RRCclass_NR_bCCH_DL_SCH = 1,
25         RRCclass_NR_dL_CCCH     = 2,
26         RRCclass_NR_dL_DCCH     = 3,
27         RRCclass_NR_pCCH        = 4,
28         RRCclass_NR_uL_CCCH     = 5,
29         RRCclass_NR_uL_CCCH1    = 6,
30         RRCclass_NR_uL_DCCH     = 7
31         /*
32          * Enumeration is extensible
33          */
34 } e_RRCclass_NR;
35
36 /* RRCclass-NR */
37 typedef long     RRCclass_NR_t;
38
39 /* Implementation */
40 extern asn_per_constraints_t asn_PER_type_RRCclass_NR_constr_1;
41 extern asn_TYPE_descriptor_t asn_DEF_RRCclass_NR;
42 extern const asn_INTEGER_specifics_t asn_SPC_RRCclass_NR_specs_1;
43 asn_struct_free_f RRCclass_NR_free;
44 asn_struct_print_f RRCclass_NR_print;
45 asn_constr_check_f RRCclass_NR_constraint;
46 ber_type_decoder_f RRCclass_NR_decode_ber;
47 der_type_encoder_f RRCclass_NR_encode_der;
48 xer_type_decoder_f RRCclass_NR_decode_xer;
49 xer_type_encoder_f RRCclass_NR_encode_xer;
50 jer_type_encoder_f RRCclass_NR_encode_jer;
51 per_type_decoder_f RRCclass_NR_decode_uper;
52 per_type_encoder_f RRCclass_NR_encode_uper;
53 per_type_decoder_f RRCclass_NR_decode_aper;
54 per_type_encoder_f RRCclass_NR_encode_aper;
55
56 #ifdef __cplusplus
57 }
58 #endif
59
60 #endif  /* _RRCclass_NR_H_ */
61 #include "asn_internal.h"