[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / MAC-ParametersCommon.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 _MAC_ParametersCommon_H_
9 #define _MAC_ParametersCommon_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum MAC_ParametersCommon__lcp_Restriction {
24         MAC_ParametersCommon__lcp_Restriction_supported = 0
25 } e_MAC_ParametersCommon__lcp_Restriction;
26 typedef enum MAC_ParametersCommon__pucch_SpatialRelInfoMAC_CE {
27         MAC_ParametersCommon__pucch_SpatialRelInfoMAC_CE_supported      = 0
28 } e_MAC_ParametersCommon__pucch_SpatialRelInfoMAC_CE;
29 typedef enum MAC_ParametersCommon__lch_ToSCellRestriction {
30         MAC_ParametersCommon__lch_ToSCellRestriction_supported  = 0
31 } e_MAC_ParametersCommon__lch_ToSCellRestriction;
32 typedef enum MAC_ParametersCommon__ext1__recommendedBitRate {
33         MAC_ParametersCommon__ext1__recommendedBitRate_supported        = 0
34 } e_MAC_ParametersCommon__ext1__recommendedBitRate;
35 typedef enum MAC_ParametersCommon__ext1__recommendedBitRateQuery {
36         MAC_ParametersCommon__ext1__recommendedBitRateQuery_supported   = 0
37 } e_MAC_ParametersCommon__ext1__recommendedBitRateQuery;
38
39 /* MAC-ParametersCommon */
40 typedef struct MAC_ParametersCommon {
41         long    *lcp_Restriction;       /* OPTIONAL */
42         long    *pucch_SpatialRelInfoMAC_CE;    /* OPTIONAL */
43         long    *lch_ToSCellRestriction;        /* OPTIONAL */
44         /*
45          * This type is extensible,
46          * possible extensions are below.
47          */
48         struct MAC_ParametersCommon__ext1 {
49                 long    *recommendedBitRate;    /* OPTIONAL */
50                 long    *recommendedBitRateQuery;       /* OPTIONAL */
51                 
52                 /* Context for parsing across buffer boundaries */
53                 asn_struct_ctx_t _asn_ctx;
54         } *ext1;
55         
56         /* Context for parsing across buffer boundaries */
57         asn_struct_ctx_t _asn_ctx;
58 } MAC_ParametersCommon_t;
59
60 /* Implementation */
61 /* extern asn_TYPE_descriptor_t asn_DEF_lcp_Restriction_2;      // (Use -fall-defs-global to expose) */
62 /* extern asn_TYPE_descriptor_t asn_DEF_pucch_SpatialRelInfoMAC_CE_4;   // (Use -fall-defs-global to expose) */
63 /* extern asn_TYPE_descriptor_t asn_DEF_lch_ToSCellRestriction_6;       // (Use -fall-defs-global to expose) */
64 /* extern asn_TYPE_descriptor_t asn_DEF_recommendedBitRate_10;  // (Use -fall-defs-global to expose) */
65 /* extern asn_TYPE_descriptor_t asn_DEF_recommendedBitRateQuery_12;     // (Use -fall-defs-global to expose) */
66 extern asn_TYPE_descriptor_t asn_DEF_MAC_ParametersCommon;
67 extern asn_SEQUENCE_specifics_t asn_SPC_MAC_ParametersCommon_specs_1;
68 extern asn_TYPE_member_t asn_MBR_MAC_ParametersCommon_1[4];
69
70 #ifdef __cplusplus
71 }
72 #endif
73
74 #endif  /* _MAC_ParametersCommon_H_ */
75 #include <asn_internal.h>