2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
5 * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _CellReselectionPriorities_H_
9 #define _CellReselectionPriorities_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
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;
34 /* Forward declarations */
35 struct FreqPriorityListEUTRA;
36 struct FreqPriorityListNR;
38 /* CellReselectionPriorities */
39 typedef struct CellReselectionPriorities {
40 struct FreqPriorityListEUTRA *freqPriorityListEUTRA; /* OPTIONAL */
41 struct FreqPriorityListNR *freqPriorityListNR; /* OPTIONAL */
42 long *t320; /* OPTIONAL */
44 * This type is extensible,
45 * possible extensions are below.
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
50 } CellReselectionPriorities_t;
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];
62 #endif /* _CellReselectionPriorities_H_ */
63 #include <asn_internal.h>