[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PCI-Range.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 _PCI_Range_H_
9 #define _PCI_Range_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "PhysCellId.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 PCI_Range__range {
25         PCI_Range__range_n4     = 0,
26         PCI_Range__range_n8     = 1,
27         PCI_Range__range_n12    = 2,
28         PCI_Range__range_n16    = 3,
29         PCI_Range__range_n24    = 4,
30         PCI_Range__range_n32    = 5,
31         PCI_Range__range_n48    = 6,
32         PCI_Range__range_n64    = 7,
33         PCI_Range__range_n84    = 8,
34         PCI_Range__range_n96    = 9,
35         PCI_Range__range_n128   = 10,
36         PCI_Range__range_n168   = 11,
37         PCI_Range__range_n252   = 12,
38         PCI_Range__range_n504   = 13,
39         PCI_Range__range_n1008  = 14,
40         PCI_Range__range_spare1 = 15
41 } e_PCI_Range__range;
42
43 /* PCI-Range */
44 typedef struct PCI_Range {
45         PhysCellId_t     start;
46         long    *range; /* OPTIONAL */
47         
48         /* Context for parsing across buffer boundaries */
49         asn_struct_ctx_t _asn_ctx;
50 } PCI_Range_t;
51
52 /* Implementation */
53 /* extern asn_TYPE_descriptor_t asn_DEF_range_3;        // (Use -fall-defs-global to expose) */
54 extern asn_TYPE_descriptor_t asn_DEF_PCI_Range;
55 extern asn_SEQUENCE_specifics_t asn_SPC_PCI_Range_specs_1;
56 extern asn_TYPE_member_t asn_MBR_PCI_Range_1[2];
57
58 #ifdef __cplusplus
59 }
60 #endif
61
62 #endif  /* _PCI_Range_H_ */
63 #include <asn_internal.h>