[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / DMRS-DownlinkConfig.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 _DMRS_DownlinkConfig_H_
9 #define _DMRS_DownlinkConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <NativeInteger.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 DMRS_DownlinkConfig__dmrs_Type {
27         DMRS_DownlinkConfig__dmrs_Type_type2    = 0
28 } e_DMRS_DownlinkConfig__dmrs_Type;
29 typedef enum DMRS_DownlinkConfig__dmrs_AdditionalPosition {
30         DMRS_DownlinkConfig__dmrs_AdditionalPosition_pos0       = 0,
31         DMRS_DownlinkConfig__dmrs_AdditionalPosition_pos1       = 1,
32         DMRS_DownlinkConfig__dmrs_AdditionalPosition_pos3       = 2
33 } e_DMRS_DownlinkConfig__dmrs_AdditionalPosition;
34 typedef enum DMRS_DownlinkConfig__maxLength {
35         DMRS_DownlinkConfig__maxLength_len2     = 0
36 } e_DMRS_DownlinkConfig__maxLength;
37 typedef enum DMRS_DownlinkConfig__phaseTrackingRS_PR {
38         DMRS_DownlinkConfig__phaseTrackingRS_PR_NOTHING,        /* No components present */
39         DMRS_DownlinkConfig__phaseTrackingRS_PR_release,
40         DMRS_DownlinkConfig__phaseTrackingRS_PR_setup
41 } DMRS_DownlinkConfig__phaseTrackingRS_PR;
42
43 /* Forward declarations */
44 struct PTRS_DownlinkConfig;
45
46 /* DMRS-DownlinkConfig */
47 typedef struct DMRS_DownlinkConfig {
48         long    *dmrs_Type;     /* OPTIONAL */
49         long    *dmrs_AdditionalPosition;       /* OPTIONAL */
50         long    *maxLength;     /* OPTIONAL */
51         long    *scramblingID0; /* OPTIONAL */
52         long    *scramblingID1; /* OPTIONAL */
53         struct DMRS_DownlinkConfig__phaseTrackingRS {
54                 DMRS_DownlinkConfig__phaseTrackingRS_PR present;
55                 union DMRS_DownlinkConfig__phaseTrackingRS_u {
56                         NULL_t   release;
57                         struct PTRS_DownlinkConfig      *setup;
58                 } choice;
59                 
60                 /* Context for parsing across buffer boundaries */
61                 asn_struct_ctx_t _asn_ctx;
62         } *phaseTrackingRS;
63         /*
64          * This type is extensible,
65          * possible extensions are below.
66          */
67         
68         /* Context for parsing across buffer boundaries */
69         asn_struct_ctx_t _asn_ctx;
70 } DMRS_DownlinkConfig_t;
71
72 /* Implementation */
73 /* extern asn_TYPE_descriptor_t asn_DEF_dmrs_Type_2;    // (Use -fall-defs-global to expose) */
74 /* extern asn_TYPE_descriptor_t asn_DEF_dmrs_AdditionalPosition_4;      // (Use -fall-defs-global to expose) */
75 /* extern asn_TYPE_descriptor_t asn_DEF_maxLength_8;    // (Use -fall-defs-global to expose) */
76 extern asn_TYPE_descriptor_t asn_DEF_DMRS_DownlinkConfig;
77 extern asn_SEQUENCE_specifics_t asn_SPC_DMRS_DownlinkConfig_specs_1;
78 extern asn_TYPE_member_t asn_MBR_DMRS_DownlinkConfig_1[6];
79
80 #ifdef __cplusplus
81 }
82 #endif
83
84 #endif  /* _DMRS_DownlinkConfig_H_ */
85 #include <asn_internal.h>