[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / SpCellConfig.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 _SpCellConfig_H_
9 #define _SpCellConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ServCellIndex.h"
16 #include <NativeEnumerated.h>
17 #include <NULL.h>
18 #include <constr_CHOICE.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum SpCellConfig__rlf_TimersAndConstants_PR {
27         SpCellConfig__rlf_TimersAndConstants_PR_NOTHING,        /* No components present */
28         SpCellConfig__rlf_TimersAndConstants_PR_release,
29         SpCellConfig__rlf_TimersAndConstants_PR_setup
30 } SpCellConfig__rlf_TimersAndConstants_PR;
31 typedef enum SpCellConfig__rlmInSyncOutOfSyncThreshold {
32         SpCellConfig__rlmInSyncOutOfSyncThreshold_n1    = 0
33 } e_SpCellConfig__rlmInSyncOutOfSyncThreshold;
34
35 /* Forward declarations */
36 struct ReconfigurationWithSync;
37 struct ServingCellConfig;
38 struct RLF_TimersAndConstants;
39
40 /* SpCellConfig */
41 typedef struct SpCellConfig {
42         ServCellIndex_t *servCellIndex; /* OPTIONAL */
43         struct ReconfigurationWithSync  *reconfigurationWithSync;       /* OPTIONAL */
44         struct SpCellConfig__rlf_TimersAndConstants {
45                 SpCellConfig__rlf_TimersAndConstants_PR present;
46                 union SpCellConfig__rlf_TimersAndConstants_u {
47                         NULL_t   release;
48                         struct RLF_TimersAndConstants   *setup;
49                 } choice;
50                 
51                 /* Context for parsing across buffer boundaries */
52                 asn_struct_ctx_t _asn_ctx;
53         } *rlf_TimersAndConstants;
54         long    *rlmInSyncOutOfSyncThreshold;   /* OPTIONAL */
55         struct ServingCellConfig        *spCellConfigDedicated; /* OPTIONAL */
56         /*
57          * This type is extensible,
58          * possible extensions are below.
59          */
60         
61         /* Context for parsing across buffer boundaries */
62         asn_struct_ctx_t _asn_ctx;
63 } SpCellConfig_t;
64
65 /* Implementation */
66 /* extern asn_TYPE_descriptor_t asn_DEF_rlmInSyncOutOfSyncThreshold_7;  // (Use -fall-defs-global to expose) */
67 extern asn_TYPE_descriptor_t asn_DEF_SpCellConfig;
68 extern asn_SEQUENCE_specifics_t asn_SPC_SpCellConfig_specs_1;
69 extern asn_TYPE_member_t asn_MBR_SpCellConfig_1[5];
70
71 #ifdef __cplusplus
72 }
73 #endif
74
75 #endif  /* _SpCellConfig_H_ */
76 #include <asn_internal.h>