2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
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 _BandCombination_H_
9 #define _BandCombination_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "FeatureSetCombinationId.h"
16 #include <BIT_STRING.h>
17 #include <NativeEnumerated.h>
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE.h>
27 typedef enum BandCombination__powerClass_v1530 {
28 BandCombination__powerClass_v1530_pc2 = 0
29 } e_BandCombination__powerClass_v1530;
31 /* Forward declarations */
32 struct CA_ParametersEUTRA;
33 struct CA_ParametersNR;
34 struct MRDC_Parameters;
35 struct BandParameters;
38 typedef struct BandCombination {
39 struct BandCombination__bandList {
40 A_SEQUENCE_OF(struct BandParameters) list;
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
45 FeatureSetCombinationId_t featureSetCombination;
46 struct CA_ParametersEUTRA *ca_ParametersEUTRA; /* OPTIONAL */
47 struct CA_ParametersNR *ca_ParametersNR; /* OPTIONAL */
48 struct MRDC_Parameters *mrdc_Parameters; /* OPTIONAL */
49 BIT_STRING_t *supportedBandwidthCombinationSet; /* OPTIONAL */
50 long *powerClass_v1530; /* OPTIONAL */
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
57 /* extern asn_TYPE_descriptor_t asn_DEF_powerClass_v1530_9; // (Use -fall-defs-global to expose) */
58 extern asn_TYPE_descriptor_t asn_DEF_BandCombination;
59 extern asn_SEQUENCE_specifics_t asn_SPC_BandCombination_specs_1;
60 extern asn_TYPE_member_t asn_MBR_BandCombination_1[7];
66 #endif /* _BandCombination_H_ */
67 #include <asn_internal.h>