[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / FR-Info.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-InterNodeDefinitions"
4  *      found in "../../../rrc_15.3_asn.asn1"
5  *      `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _FR_Info_H_
9 #define _FR_Info_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ServCellIndex.h"
16 #include <NativeEnumerated.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum FR_Info__fr_Type {
25         FR_Info__fr_Type_fr1    = 0,
26         FR_Info__fr_Type_fr2    = 1
27 } e_FR_Info__fr_Type;
28
29 /* FR-Info */
30 typedef struct FR_Info {
31         ServCellIndex_t  servCellIndex;
32         long     fr_Type;
33         
34         /* Context for parsing across buffer boundaries */
35         asn_struct_ctx_t _asn_ctx;
36 } FR_Info_t;
37
38 /* Implementation */
39 /* extern asn_TYPE_descriptor_t asn_DEF_fr_Type_3;      // (Use -fall-defs-global to expose) */
40 extern asn_TYPE_descriptor_t asn_DEF_FR_Info;
41 extern asn_SEQUENCE_specifics_t asn_SPC_FR_Info_specs_1;
42 extern asn_TYPE_member_t asn_MBR_FR_Info_1[2];
43
44 #ifdef __cplusplus
45 }
46 #endif
47
48 #endif  /* _FR_Info_H_ */
49 #include <asn_internal.h>