[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PUCCH-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 _PUCCH_ConfigCommon_H_
9 #define _PUCCH_ConfigCommon_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <NativeEnumerated.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum PUCCH_ConfigCommon__pucch_GroupHopping {
25         PUCCH_ConfigCommon__pucch_GroupHopping_neither  = 0,
26         PUCCH_ConfigCommon__pucch_GroupHopping_enable   = 1,
27         PUCCH_ConfigCommon__pucch_GroupHopping_disable  = 2
28 } e_PUCCH_ConfigCommon__pucch_GroupHopping;
29
30 /* PUCCH-ConfigCommon */
31 typedef struct PUCCH_ConfigCommon {
32         long    *pucch_ResourceCommon;  /* OPTIONAL */
33         long     pucch_GroupHopping;
34         long    *hoppingId;     /* OPTIONAL */
35         long    *p0_nominal;    /* OPTIONAL */
36         /*
37          * This type is extensible,
38          * possible extensions are below.
39          */
40         
41         /* Context for parsing across buffer boundaries */
42         asn_struct_ctx_t _asn_ctx;
43 } PUCCH_ConfigCommon_t;
44
45 /* Implementation */
46 /* extern asn_TYPE_descriptor_t asn_DEF_pucch_GroupHopping_3;   // (Use -fall-defs-global to expose) */
47 extern asn_TYPE_descriptor_t asn_DEF_PUCCH_ConfigCommon;
48 extern asn_SEQUENCE_specifics_t asn_SPC_PUCCH_ConfigCommon_specs_1;
49 extern asn_TYPE_member_t asn_MBR_PUCCH_ConfigCommon_1[4];
50
51 #ifdef __cplusplus
52 }
53 #endif
54
55 #endif  /* _PUCCH_ConfigCommon_H_ */
56 #include <asn_internal.h>