[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / EUTRA-PhysCellIdRange.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 _EUTRA_PhysCellIdRange_H_
9 #define _EUTRA_PhysCellIdRange_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "EUTRA-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 EUTRA_PhysCellIdRange__range {
25         EUTRA_PhysCellIdRange__range_n4 = 0,
26         EUTRA_PhysCellIdRange__range_n8 = 1,
27         EUTRA_PhysCellIdRange__range_n12        = 2,
28         EUTRA_PhysCellIdRange__range_n16        = 3,
29         EUTRA_PhysCellIdRange__range_n24        = 4,
30         EUTRA_PhysCellIdRange__range_n32        = 5,
31         EUTRA_PhysCellIdRange__range_n48        = 6,
32         EUTRA_PhysCellIdRange__range_n64        = 7,
33         EUTRA_PhysCellIdRange__range_n84        = 8,
34         EUTRA_PhysCellIdRange__range_n96        = 9,
35         EUTRA_PhysCellIdRange__range_n128       = 10,
36         EUTRA_PhysCellIdRange__range_n168       = 11,
37         EUTRA_PhysCellIdRange__range_n252       = 12,
38         EUTRA_PhysCellIdRange__range_n504       = 13,
39         EUTRA_PhysCellIdRange__range_spare2     = 14,
40         EUTRA_PhysCellIdRange__range_spare1     = 15
41 } e_EUTRA_PhysCellIdRange__range;
42
43 /* EUTRA-PhysCellIdRange */
44 typedef struct EUTRA_PhysCellIdRange {
45         EUTRA_PhysCellId_t       start;
46         long    *range; /* OPTIONAL */
47         
48         /* Context for parsing across buffer boundaries */
49         asn_struct_ctx_t _asn_ctx;
50 } EUTRA_PhysCellIdRange_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_EUTRA_PhysCellIdRange;
55 extern asn_SEQUENCE_specifics_t asn_SPC_EUTRA_PhysCellIdRange_specs_1;
56 extern asn_TYPE_member_t asn_MBR_EUTRA_PhysCellIdRange_1[2];
57
58 #ifdef __cplusplus
59 }
60 #endif
61
62 #endif  /* _EUTRA_PhysCellIdRange_H_ */
63 #include <asn_internal.h>