[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CrossCarrierSchedulingConfig.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 _CrossCarrierSchedulingConfig_H_
9 #define _CrossCarrierSchedulingConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <BOOLEAN.h>
16 #include <constr_SEQUENCE.h>
17 #include "ServCellIndex.h"
18 #include <NativeInteger.h>
19 #include <constr_CHOICE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum CrossCarrierSchedulingConfig__schedulingCellInfo_PR {
27         CrossCarrierSchedulingConfig__schedulingCellInfo_PR_NOTHING,    /* No components present */
28         CrossCarrierSchedulingConfig__schedulingCellInfo_PR_own,
29         CrossCarrierSchedulingConfig__schedulingCellInfo_PR_other
30 } CrossCarrierSchedulingConfig__schedulingCellInfo_PR;
31
32 /* CrossCarrierSchedulingConfig */
33 typedef struct CrossCarrierSchedulingConfig {
34         struct CrossCarrierSchedulingConfig__schedulingCellInfo {
35                 CrossCarrierSchedulingConfig__schedulingCellInfo_PR present;
36                 union CrossCarrierSchedulingConfig__schedulingCellInfo_u {
37                         struct CrossCarrierSchedulingConfig__schedulingCellInfo__own {
38                                 BOOLEAN_t        cif_Presence;
39                                 
40                                 /* Context for parsing across buffer boundaries */
41                                 asn_struct_ctx_t _asn_ctx;
42                         } *own;
43                         struct CrossCarrierSchedulingConfig__schedulingCellInfo__other {
44                                 ServCellIndex_t  schedulingCellId;
45                                 long     cif_InSchedulingCell;
46                                 
47                                 /* Context for parsing across buffer boundaries */
48                                 asn_struct_ctx_t _asn_ctx;
49                         } *other;
50                 } choice;
51                 
52                 /* Context for parsing across buffer boundaries */
53                 asn_struct_ctx_t _asn_ctx;
54         } schedulingCellInfo;
55         /*
56          * This type is extensible,
57          * possible extensions are below.
58          */
59         
60         /* Context for parsing across buffer boundaries */
61         asn_struct_ctx_t _asn_ctx;
62 } CrossCarrierSchedulingConfig_t;
63
64 /* Implementation */
65 extern asn_TYPE_descriptor_t asn_DEF_CrossCarrierSchedulingConfig;
66 extern asn_SEQUENCE_specifics_t asn_SPC_CrossCarrierSchedulingConfig_specs_1;
67 extern asn_TYPE_member_t asn_MBR_CrossCarrierSchedulingConfig_1[1];
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _CrossCarrierSchedulingConfig_H_ */
74 #include <asn_internal.h>