[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / ConfigRestrictInfoSCG.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 _ConfigRestrictInfoSCG_H_
9 #define _ConfigRestrictInfoSCG_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include "P-Max.h"
17 #include <constr_SEQUENCE.h>
18 #include "ServCellIndex.h"
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Forward declarations */
25 struct BandCombinationInfoList;
26
27 /* ConfigRestrictInfoSCG */
28 typedef struct ConfigRestrictInfoSCG {
29         struct BandCombinationInfoList  *allowedBC_ListMRDC;    /* OPTIONAL */
30         struct ConfigRestrictInfoSCG__powerCoordination_FR1 {
31                 P_Max_t *p_maxNR_FR1;   /* OPTIONAL */
32                 P_Max_t *p_maxEUTRA;    /* OPTIONAL */
33                 P_Max_t *p_maxUE_FR1;   /* OPTIONAL */
34                 
35                 /* Context for parsing across buffer boundaries */
36                 asn_struct_ctx_t _asn_ctx;
37         } *powerCoordination_FR1;
38         struct ConfigRestrictInfoSCG__servCellIndexRangeSCG {
39                 ServCellIndex_t  lowBound;
40                 ServCellIndex_t  upBound;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } *servCellIndexRangeSCG;
45         long    *maxMeasFreqsSCG_NR;    /* OPTIONAL */
46         long    *maxMeasIdentitiesSCG_NR;       /* OPTIONAL */
47         /*
48          * This type is extensible,
49          * possible extensions are below.
50          */
51         
52         /* Context for parsing across buffer boundaries */
53         asn_struct_ctx_t _asn_ctx;
54 } ConfigRestrictInfoSCG_t;
55
56 /* Implementation */
57 extern asn_TYPE_descriptor_t asn_DEF_ConfigRestrictInfoSCG;
58 extern asn_SEQUENCE_specifics_t asn_SPC_ConfigRestrictInfoSCG_specs_1;
59 extern asn_TYPE_member_t asn_MBR_ConfigRestrictInfoSCG_1[5];
60
61 #ifdef __cplusplus
62 }
63 #endif
64
65 #endif  /* _ConfigRestrictInfoSCG_H_ */
66 #include <asn_internal.h>