2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
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`
8 #ifndef _FeatureSets_H_
9 #define _FeatureSets_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <asn_SEQUENCE_OF.h>
16 #include <constr_SEQUENCE_OF.h>
17 #include <constr_SEQUENCE.h>
23 /* Forward declarations */
24 struct FeatureSetDownlink;
25 struct FeatureSetDownlinkPerCC;
26 struct FeatureSetUplink;
27 struct FeatureSetUplinkPerCC;
30 typedef struct FeatureSets {
31 struct FeatureSets__featureSetsDownlink {
32 A_SEQUENCE_OF(struct FeatureSetDownlink) list;
34 /* Context for parsing across buffer boundaries */
35 asn_struct_ctx_t _asn_ctx;
36 } *featureSetsDownlink;
37 struct FeatureSets__featureSetsDownlinkPerCC {
38 A_SEQUENCE_OF(struct FeatureSetDownlinkPerCC) list;
40 /* Context for parsing across buffer boundaries */
41 asn_struct_ctx_t _asn_ctx;
42 } *featureSetsDownlinkPerCC;
43 struct FeatureSets__featureSetsUplink {
44 A_SEQUENCE_OF(struct FeatureSetUplink) list;
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
49 struct FeatureSets__featureSetsUplinkPerCC {
50 A_SEQUENCE_OF(struct FeatureSetUplinkPerCC) list;
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
54 } *featureSetsUplinkPerCC;
56 * This type is extensible,
57 * possible extensions are below.
60 /* Context for parsing across buffer boundaries */
61 asn_struct_ctx_t _asn_ctx;
65 extern asn_TYPE_descriptor_t asn_DEF_FeatureSets;
66 extern asn_SEQUENCE_specifics_t asn_SPC_FeatureSets_specs_1;
67 extern asn_TYPE_member_t asn_MBR_FeatureSets_1[4];
73 #endif /* _FeatureSets_H_ */
74 #include <asn_internal.h>