[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / PDCCH-ServingCellConfig.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "./22April22_Paging/rrc_15.3_asn.asn1"
5  *      `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _PDCCH_ServingCellConfig_H_
9 #define _PDCCH_ServingCellConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum PDCCH_ServingCellConfig__slotFormatIndicator_PR {
25         PDCCH_ServingCellConfig__slotFormatIndicator_PR_NOTHING,        /* No components present */
26         PDCCH_ServingCellConfig__slotFormatIndicator_PR_release,
27         PDCCH_ServingCellConfig__slotFormatIndicator_PR_setup
28 } PDCCH_ServingCellConfig__slotFormatIndicator_PR;
29
30 /* Forward declarations */
31 struct SlotFormatIndicator;
32
33 /* PDCCH-ServingCellConfig */
34 typedef struct PDCCH_ServingCellConfig {
35         struct PDCCH_ServingCellConfig__slotFormatIndicator {
36                 PDCCH_ServingCellConfig__slotFormatIndicator_PR present;
37                 union PDCCH_ServingCellConfig__slotFormatIndicator_u {
38                         NULL_t   release;
39                         struct SlotFormatIndicator      *setup;
40                 } choice;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } *slotFormatIndicator;
45         /*
46          * This type is extensible,
47          * possible extensions are below.
48          */
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } PDCCH_ServingCellConfig_t;
53
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_PDCCH_ServingCellConfig;
56 extern asn_SEQUENCE_specifics_t asn_SPC_PDCCH_ServingCellConfig_specs_1;
57 extern asn_TYPE_member_t asn_MBR_PDCCH_ServingCellConfig_1[1];
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  /* _PDCCH_ServingCellConfig_H_ */
64 #include <asn_internal.h>