[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CG-ConfigInfo-IEs.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-InterNodeDefinitions"
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 _CG_ConfigInfo_IEs_H_
9 #define _CG_ConfigInfo_IEs_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <OCTET_STRING.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 CG_ConfigInfo_IEs__scgFailureInfo__failureType {
25         CG_ConfigInfo_IEs__scgFailureInfo__failureType_t310_Expiry      = 0,
26         CG_ConfigInfo_IEs__scgFailureInfo__failureType_randomAccessProblem      = 1,
27         CG_ConfigInfo_IEs__scgFailureInfo__failureType_rlc_MaxNumRetx   = 2,
28         CG_ConfigInfo_IEs__scgFailureInfo__failureType_synchReconfigFailure_SCG = 3,
29         CG_ConfigInfo_IEs__scgFailureInfo__failureType_scg_reconfigFailure      = 4,
30         CG_ConfigInfo_IEs__scgFailureInfo__failureType_srb3_IntegrityFailure    = 5
31 } e_CG_ConfigInfo_IEs__scgFailureInfo__failureType;
32
33 /* Forward declarations */
34 struct MeasResultList2NR;
35 struct MeasResultCellListSFTD;
36 struct ConfigRestrictInfoSCG;
37 struct DRX_Info;
38 struct MeasConfigMN;
39 struct MRDC_AssistanceInfo;
40
41 /* CG-ConfigInfo-IEs */
42 typedef struct CG_ConfigInfo_IEs {
43         OCTET_STRING_t  *ue_CapabilityInfo;     /* OPTIONAL */
44         struct MeasResultList2NR        *candidateCellInfoListMN;       /* OPTIONAL */
45         OCTET_STRING_t  *candidateCellInfoListSN;       /* OPTIONAL */
46         struct MeasResultCellListSFTD   *measResultCellListSFTD;        /* OPTIONAL */
47         struct CG_ConfigInfo_IEs__scgFailureInfo {
48                 long     failureType;
49                 OCTET_STRING_t   measResultSCG;
50                 
51                 /* Context for parsing across buffer boundaries */
52                 asn_struct_ctx_t _asn_ctx;
53         } *scgFailureInfo;
54         struct ConfigRestrictInfoSCG    *configRestrictInfo;    /* OPTIONAL */
55         struct DRX_Info *drx_InfoMCG;   /* OPTIONAL */
56         struct MeasConfigMN     *measConfigMN;  /* OPTIONAL */
57         OCTET_STRING_t  *sourceConfigSCG;       /* OPTIONAL */
58         OCTET_STRING_t  *scg_RB_Config; /* OPTIONAL */
59         OCTET_STRING_t  *mcg_RB_Config; /* OPTIONAL */
60         struct MRDC_AssistanceInfo      *mrdc_AssistanceInfo;   /* OPTIONAL */
61         struct CG_ConfigInfo_IEs__nonCriticalExtension {
62                 
63                 /* Context for parsing across buffer boundaries */
64                 asn_struct_ctx_t _asn_ctx;
65         } *nonCriticalExtension;
66         
67         /* Context for parsing across buffer boundaries */
68         asn_struct_ctx_t _asn_ctx;
69 } CG_ConfigInfo_IEs_t;
70
71 /* Implementation */
72 /* extern asn_TYPE_descriptor_t asn_DEF_failureType_7;  // (Use -fall-defs-global to expose) */
73 extern asn_TYPE_descriptor_t asn_DEF_CG_ConfigInfo_IEs;
74 extern asn_SEQUENCE_specifics_t asn_SPC_CG_ConfigInfo_IEs_specs_1;
75 extern asn_TYPE_member_t asn_MBR_CG_ConfigInfo_IEs_1[13];
76
77 #ifdef __cplusplus
78 }
79 #endif
80
81 #endif  /* _CG_ConfigInfo_IEs_H_ */
82 #include <asn_internal.h>