[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PUCCH-format4.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_format4_H_
9 #define _PUCCH_format4_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_format4__occ_Length {
25         PUCCH_format4__occ_Length_n2    = 0,
26         PUCCH_format4__occ_Length_n4    = 1
27 } e_PUCCH_format4__occ_Length;
28 typedef enum PUCCH_format4__occ_Index {
29         PUCCH_format4__occ_Index_n0     = 0,
30         PUCCH_format4__occ_Index_n1     = 1,
31         PUCCH_format4__occ_Index_n2     = 2,
32         PUCCH_format4__occ_Index_n3     = 3
33 } e_PUCCH_format4__occ_Index;
34
35 /* PUCCH-format4 */
36 typedef struct PUCCH_format4 {
37         long     nrofSymbols;
38         long     occ_Length;
39         long     occ_Index;
40         long     startingSymbolIndex;
41         
42         /* Context for parsing across buffer boundaries */
43         asn_struct_ctx_t _asn_ctx;
44 } PUCCH_format4_t;
45
46 /* Implementation */
47 /* extern asn_TYPE_descriptor_t asn_DEF_occ_Length_3;   // (Use -fall-defs-global to expose) */
48 /* extern asn_TYPE_descriptor_t asn_DEF_occ_Index_6;    // (Use -fall-defs-global to expose) */
49 extern asn_TYPE_descriptor_t asn_DEF_PUCCH_format4;
50 extern asn_SEQUENCE_specifics_t asn_SPC_PUCCH_format4_specs_1;
51 extern asn_TYPE_member_t asn_MBR_PUCCH_format4_1[4];
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 #endif  /* _PUCCH_format4_H_ */
58 #include <asn_internal.h>