[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / PTRS-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 _PTRS_DownlinkConfig_H_
9 #define _PTRS_DownlinkConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <NativeEnumerated.h>
17 #include <asn_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum PTRS_DownlinkConfig__resourceElementOffset {
27         PTRS_DownlinkConfig__resourceElementOffset_offset01     = 0,
28         PTRS_DownlinkConfig__resourceElementOffset_offset10     = 1,
29         PTRS_DownlinkConfig__resourceElementOffset_offset11     = 2
30 } e_PTRS_DownlinkConfig__resourceElementOffset;
31
32 /* PTRS-DownlinkConfig */
33 typedef struct PTRS_DownlinkConfig {
34         struct PTRS_DownlinkConfig__frequencyDensity {
35                 A_SEQUENCE_OF(long) list;
36                 
37                 /* Context for parsing across buffer boundaries */
38                 asn_struct_ctx_t _asn_ctx;
39         } *frequencyDensity;
40         struct PTRS_DownlinkConfig__timeDensity {
41                 A_SEQUENCE_OF(long) list;
42                 
43                 /* Context for parsing across buffer boundaries */
44                 asn_struct_ctx_t _asn_ctx;
45         } *timeDensity;
46         long    *epre_Ratio;    /* OPTIONAL */
47         long    *resourceElementOffset; /* OPTIONAL */
48         /*
49          * This type is extensible,
50          * possible extensions are below.
51          */
52         
53         /* Context for parsing across buffer boundaries */
54         asn_struct_ctx_t _asn_ctx;
55 } PTRS_DownlinkConfig_t;
56
57 /* Implementation */
58 /* extern asn_TYPE_descriptor_t asn_DEF_resourceElementOffset_7;        // (Use -fall-defs-global to expose) */
59 extern asn_TYPE_descriptor_t asn_DEF_PTRS_DownlinkConfig;
60 extern asn_SEQUENCE_specifics_t asn_SPC_PTRS_DownlinkConfig_specs_1;
61 extern asn_TYPE_member_t asn_MBR_PTRS_DownlinkConfig_1[4];
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _PTRS_DownlinkConfig_H_ */
68 #include <asn_internal.h>