blob: 20ad1efb5254fcb4c15394724db463f710593c71 [file] [log] [blame]
rajalakshmisv960885a2022-05-31 14:59:10 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
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
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef 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 */
37typedef long RRCclass_NR_t;
38
39/* Implementation */
40extern asn_per_constraints_t asn_PER_type_RRCclass_NR_constr_1;
41extern asn_TYPE_descriptor_t asn_DEF_RRCclass_NR;
42extern const asn_INTEGER_specifics_t asn_SPC_RRCclass_NR_specs_1;
43asn_struct_free_f RRCclass_NR_free;
44asn_struct_print_f RRCclass_NR_print;
45asn_constr_check_f RRCclass_NR_constraint;
46ber_type_decoder_f RRCclass_NR_decode_ber;
47der_type_encoder_f RRCclass_NR_encode_der;
48xer_type_decoder_f RRCclass_NR_decode_xer;
49xer_type_encoder_f RRCclass_NR_encode_xer;
50oer_type_decoder_f RRCclass_NR_decode_oer;
51oer_type_encoder_f RRCclass_NR_encode_oer;
52per_type_decoder_f RRCclass_NR_decode_uper;
53per_type_encoder_f RRCclass_NR_encode_uper;
54per_type_decoder_f RRCclass_NR_decode_aper;
55per_type_encoder_f RRCclass_NR_encode_aper;
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif /* _RRCclass_NR_H_ */
62#include <asn_internal.h>