[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / TDD-UL-DL-SlotConfig.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 _TDD_UL_DL_SlotConfig_H_
9 #define _TDD_UL_DL_SlotConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "TDD-UL-DL-SlotIndex.h"
16 #include <NULL.h>
17 #include <NativeInteger.h>
18 #include <constr_SEQUENCE.h>
19 #include <constr_CHOICE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum TDD_UL_DL_SlotConfig__symbols_PR {
27         TDD_UL_DL_SlotConfig__symbols_PR_NOTHING,       /* No components present */
28         TDD_UL_DL_SlotConfig__symbols_PR_allDownlink,
29         TDD_UL_DL_SlotConfig__symbols_PR_allUplink,
30         TDD_UL_DL_SlotConfig__symbols_PR_explicit
31 } TDD_UL_DL_SlotConfig__symbols_PR;
32
33 /* TDD-UL-DL-SlotConfig */
34 typedef struct TDD_UL_DL_SlotConfig {
35         TDD_UL_DL_SlotIndex_t    slotIndex;
36         struct TDD_UL_DL_SlotConfig__symbols {
37                 TDD_UL_DL_SlotConfig__symbols_PR present;
38                 union TDD_UL_DL_SlotConfig__symbols_u {
39                         NULL_t   allDownlink;
40                         NULL_t   allUplink;
41                         struct TDD_UL_DL_SlotConfig__symbols__explicit {
42                                 long    *nrofDownlinkSymbols;   /* OPTIONAL */
43                                 long    *nrofUplinkSymbols;     /* OPTIONAL */
44                                 
45                                 /* Context for parsing across buffer boundaries */
46                                 asn_struct_ctx_t _asn_ctx;
47                         } *Explicit;
48                 } choice;
49                 
50                 /* Context for parsing across buffer boundaries */
51                 asn_struct_ctx_t _asn_ctx;
52         } symbols;
53         
54         /* Context for parsing across buffer boundaries */
55         asn_struct_ctx_t _asn_ctx;
56 } TDD_UL_DL_SlotConfig_t;
57
58 /* Implementation */
59 extern asn_TYPE_descriptor_t asn_DEF_TDD_UL_DL_SlotConfig;
60 extern asn_SEQUENCE_specifics_t asn_SPC_TDD_UL_DL_SlotConfig_specs_1;
61 extern asn_TYPE_member_t asn_MBR_TDD_UL_DL_SlotConfig_1[2];
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _TDD_UL_DL_SlotConfig_H_ */
68 #include <asn_internal.h>