[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CellReselectionPriorities.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 _CellReselectionPriorities_H_
9 #define _CellReselectionPriorities_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 CellReselectionPriorities__t320 {
24         CellReselectionPriorities__t320_min5    = 0,
25         CellReselectionPriorities__t320_min10   = 1,
26         CellReselectionPriorities__t320_min20   = 2,
27         CellReselectionPriorities__t320_min30   = 3,
28         CellReselectionPriorities__t320_min60   = 4,
29         CellReselectionPriorities__t320_min120  = 5,
30         CellReselectionPriorities__t320_min180  = 6,
31         CellReselectionPriorities__t320_spare1  = 7
32 } e_CellReselectionPriorities__t320;
33
34 /* Forward declarations */
35 struct FreqPriorityListEUTRA;
36 struct FreqPriorityListNR;
37
38 /* CellReselectionPriorities */
39 typedef struct CellReselectionPriorities {
40         struct FreqPriorityListEUTRA    *freqPriorityListEUTRA; /* OPTIONAL */
41         struct FreqPriorityListNR       *freqPriorityListNR;    /* OPTIONAL */
42         long    *t320;  /* OPTIONAL */
43         /*
44          * This type is extensible,
45          * possible extensions are below.
46          */
47         
48         /* Context for parsing across buffer boundaries */
49         asn_struct_ctx_t _asn_ctx;
50 } CellReselectionPriorities_t;
51
52 /* Implementation */
53 /* extern asn_TYPE_descriptor_t asn_DEF_t320_4; // (Use -fall-defs-global to expose) */
54 extern asn_TYPE_descriptor_t asn_DEF_CellReselectionPriorities;
55 extern asn_SEQUENCE_specifics_t asn_SPC_CellReselectionPriorities_specs_1;
56 extern asn_TYPE_member_t asn_MBR_CellReselectionPriorities_1[3];
57
58 #ifdef __cplusplus
59 }
60 #endif
61
62 #endif  /* _CellReselectionPriorities_H_ */
63 #include <asn_internal.h>