[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / MeasAndMobParametersXDD-Diff.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 _MeasAndMobParametersXDD_Diff_H_
9 #define _MeasAndMobParametersXDD_Diff_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum MeasAndMobParametersXDD_Diff__intraAndInterF_MeasAndReport {
24         MeasAndMobParametersXDD_Diff__intraAndInterF_MeasAndReport_supported    = 0
25 } e_MeasAndMobParametersXDD_Diff__intraAndInterF_MeasAndReport;
26 typedef enum MeasAndMobParametersXDD_Diff__eventA_MeasAndReport {
27         MeasAndMobParametersXDD_Diff__eventA_MeasAndReport_supported    = 0
28 } e_MeasAndMobParametersXDD_Diff__eventA_MeasAndReport;
29 typedef enum MeasAndMobParametersXDD_Diff__ext1__handoverInterF {
30         MeasAndMobParametersXDD_Diff__ext1__handoverInterF_supported    = 0
31 } e_MeasAndMobParametersXDD_Diff__ext1__handoverInterF;
32 typedef enum MeasAndMobParametersXDD_Diff__ext1__handoverLTE {
33         MeasAndMobParametersXDD_Diff__ext1__handoverLTE_supported       = 0
34 } e_MeasAndMobParametersXDD_Diff__ext1__handoverLTE;
35 typedef enum MeasAndMobParametersXDD_Diff__ext1__handover_eLTE {
36         MeasAndMobParametersXDD_Diff__ext1__handover_eLTE_supported     = 0
37 } e_MeasAndMobParametersXDD_Diff__ext1__handover_eLTE;
38
39 /* MeasAndMobParametersXDD-Diff */
40 typedef struct MeasAndMobParametersXDD_Diff {
41         long    *intraAndInterF_MeasAndReport;  /* OPTIONAL */
42         long    *eventA_MeasAndReport;  /* OPTIONAL */
43         /*
44          * This type is extensible,
45          * possible extensions are below.
46          */
47         struct MeasAndMobParametersXDD_Diff__ext1 {
48                 long    *handoverInterF;        /* OPTIONAL */
49                 long    *handoverLTE;   /* OPTIONAL */
50                 long    *handover_eLTE; /* OPTIONAL */
51                 
52                 /* Context for parsing across buffer boundaries */
53                 asn_struct_ctx_t _asn_ctx;
54         } *ext1;
55         
56         /* Context for parsing across buffer boundaries */
57         asn_struct_ctx_t _asn_ctx;
58 } MeasAndMobParametersXDD_Diff_t;
59
60 /* Implementation */
61 /* extern asn_TYPE_descriptor_t asn_DEF_intraAndInterF_MeasAndReport_2; // (Use -fall-defs-global to expose) */
62 /* extern asn_TYPE_descriptor_t asn_DEF_eventA_MeasAndReport_4; // (Use -fall-defs-global to expose) */
63 /* extern asn_TYPE_descriptor_t asn_DEF_handoverInterF_8;       // (Use -fall-defs-global to expose) */
64 /* extern asn_TYPE_descriptor_t asn_DEF_handoverLTE_10; // (Use -fall-defs-global to expose) */
65 /* extern asn_TYPE_descriptor_t asn_DEF_handover_eLTE_12;       // (Use -fall-defs-global to expose) */
66 extern asn_TYPE_descriptor_t asn_DEF_MeasAndMobParametersXDD_Diff;
67 extern asn_SEQUENCE_specifics_t asn_SPC_MeasAndMobParametersXDD_Diff_specs_1;
68 extern asn_TYPE_member_t asn_MBR_MeasAndMobParametersXDD_Diff_1[3];
69
70 #ifdef __cplusplus
71 }
72 #endif
73
74 #endif  /* _MeasAndMobParametersXDD_Diff_H_ */
75 #include <asn_internal.h>