2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-InterNodeDefinitions"
4 * found in "./22April22_Paging/rrc_15.3_asn.asn1"
5 * `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _ConfigRestrictInfoSCG_H_
9 #define _ConfigRestrictInfoSCG_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
17 #include <constr_SEQUENCE.h>
18 #include "ServCellIndex.h"
24 /* Forward declarations */
25 struct BandCombinationInfoList;
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 */
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;
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 */
48 * This type is extensible,
49 * possible extensions are below.
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
54 } ConfigRestrictInfoSCG_t;
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];
65 #endif /* _ConfigRestrictInfoSCG_H_ */
66 #include <asn_internal.h>