[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / FeatureSets.h
1 /*
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`
6  */
7
8 #ifndef _FeatureSets_H_
9 #define _FeatureSets_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <asn_SEQUENCE_OF.h>
16 #include <constr_SEQUENCE_OF.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Forward declarations */
24 struct FeatureSetDownlink;
25 struct FeatureSetDownlinkPerCC;
26 struct FeatureSetUplink;
27 struct FeatureSetUplinkPerCC;
28
29 /* FeatureSets */
30 typedef struct FeatureSets {
31         struct FeatureSets__featureSetsDownlink {
32                 A_SEQUENCE_OF(struct FeatureSetDownlink) list;
33                 
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;
39                 
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;
45                 
46                 /* Context for parsing across buffer boundaries */
47                 asn_struct_ctx_t _asn_ctx;
48         } *featureSetsUplink;
49         struct FeatureSets__featureSetsUplinkPerCC {
50                 A_SEQUENCE_OF(struct FeatureSetUplinkPerCC) list;
51                 
52                 /* Context for parsing across buffer boundaries */
53                 asn_struct_ctx_t _asn_ctx;
54         } *featureSetsUplinkPerCC;
55         /*
56          * This type is extensible,
57          * possible extensions are below.
58          */
59         
60         /* Context for parsing across buffer boundaries */
61         asn_struct_ctx_t _asn_ctx;
62 } FeatureSets_t;
63
64 /* Implementation */
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];
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _FeatureSets_H_ */
74 #include <asn_internal.h>