2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "../../../rrc_15.5.1_asn.asn1"
5 * `asn1c -D ./rrc_out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _MAC_ParametersCommon_H_
9 #define _MAC_ParametersCommon_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
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;
39 /* MAC-ParametersCommon */
40 typedef struct MAC_ParametersCommon {
41 long *lcp_Restriction; /* OPTIONAL */
42 long *pucch_SpatialRelInfoMAC_CE; /* OPTIONAL */
43 long *lch_ToSCellRestriction; /* OPTIONAL */
45 * This type is extensible,
46 * possible extensions are below.
48 struct MAC_ParametersCommon__ext1 {
49 long *recommendedBitRate; /* OPTIONAL */
50 long *recommendedBitRateQuery; /* OPTIONAL */
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
56 /* Context for parsing across buffer boundaries */
57 asn_struct_ctx_t _asn_ctx;
58 } MAC_ParametersCommon_t;
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];
74 #endif /* _MAC_ParametersCommon_H_ */
75 #include <asn_internal.h>