/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "../../../rrc_15.5.1_asn.asn1" * `asn1c -D ./rrc_out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _CellGroupConfig_H_ #define _CellGroupConfig_H_ #include /* Including external dependencies */ #include "CellGroupId.h" #include #include #include "LogicalChannelIdentity.h" #include "SCellIndex.h" #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum CellGroupConfig__ext1__reportUplinkTxDirectCurrent_v1530 { CellGroupConfig__ext1__reportUplinkTxDirectCurrent_v1530_true = 0 } e_CellGroupConfig__ext1__reportUplinkTxDirectCurrent_v1530; /* Forward declarations */ struct MAC_CellGroupConfig; struct PhysicalCellGroupConfig; struct SpCellConfig; struct RLC_BearerConfig; struct SCellConfig; /* CellGroupConfig */ typedef struct CellGroupConfig { CellGroupId_t cellGroupId; struct CellGroupConfig__rlc_BearerToAddModList { A_SEQUENCE_OF(struct RLC_BearerConfig) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *rlc_BearerToAddModList; struct CellGroupConfig__rlc_BearerToReleaseList { A_SEQUENCE_OF(LogicalChannelIdentity_t) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *rlc_BearerToReleaseList; struct MAC_CellGroupConfig *mac_CellGroupConfig; /* OPTIONAL */ struct PhysicalCellGroupConfig *physicalCellGroupConfig; /* OPTIONAL */ struct SpCellConfig *spCellConfig; /* OPTIONAL */ struct CellGroupConfig__sCellToAddModList { A_SEQUENCE_OF(struct SCellConfig) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *sCellToAddModList; struct CellGroupConfig__sCellToReleaseList { A_SEQUENCE_OF(SCellIndex_t) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *sCellToReleaseList; /* * This type is extensible, * possible extensions are below. */ struct CellGroupConfig__ext1 { long *reportUplinkTxDirectCurrent_v1530; /* OPTIONAL */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *ext1; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } CellGroupConfig_t; /* Implementation */ /* extern asn_TYPE_descriptor_t asn_DEF_reportUplinkTxDirectCurrent_v1530_16; // (Use -fall-defs-global to expose) */ extern asn_TYPE_descriptor_t asn_DEF_CellGroupConfig; #ifdef __cplusplus } #endif #endif /* _CellGroupConfig_H_ */ #include