[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PUSCH-ConfigCommon.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 _PUSCH_ConfigCommon_H_
9 #define _PUSCH_ConfigCommon_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <NativeInteger.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum PUSCH_ConfigCommon__groupHoppingEnabledTransformPrecoding {
25         PUSCH_ConfigCommon__groupHoppingEnabledTransformPrecoding_enabled       = 0
26 } e_PUSCH_ConfigCommon__groupHoppingEnabledTransformPrecoding;
27
28 /* Forward declarations */
29 struct PUSCH_TimeDomainResourceAllocationList;
30
31 /* PUSCH-ConfigCommon */
32 typedef struct PUSCH_ConfigCommon {
33         long    *groupHoppingEnabledTransformPrecoding; /* OPTIONAL */
34         struct PUSCH_TimeDomainResourceAllocationList   *pusch_TimeDomainAllocationList;        /* OPTIONAL */
35         long    *msg3_DeltaPreamble;    /* OPTIONAL */
36         long    *p0_NominalWithGrant;   /* OPTIONAL */
37         /*
38          * This type is extensible,
39          * possible extensions are below.
40          */
41         
42         /* Context for parsing across buffer boundaries */
43         asn_struct_ctx_t _asn_ctx;
44 } PUSCH_ConfigCommon_t;
45
46 /* Implementation */
47 /* extern asn_TYPE_descriptor_t asn_DEF_groupHoppingEnabledTransformPrecoding_2;        // (Use -fall-defs-global to expose) */
48 extern asn_TYPE_descriptor_t asn_DEF_PUSCH_ConfigCommon;
49 extern asn_SEQUENCE_specifics_t asn_SPC_PUSCH_ConfigCommon_specs_1;
50 extern asn_TYPE_member_t asn_MBR_PUSCH_ConfigCommon_1[4];
51
52 #ifdef __cplusplus
53 }
54 #endif
55
56 #endif  /* _PUSCH_ConfigCommon_H_ */
57 #include <asn_internal.h>