[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / MobilityStateParameters.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 _MobilityStateParameters_H_
9 #define _MobilityStateParameters_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <NativeInteger.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum MobilityStateParameters__t_Evaluation {
25         MobilityStateParameters__t_Evaluation_s30       = 0,
26         MobilityStateParameters__t_Evaluation_s60       = 1,
27         MobilityStateParameters__t_Evaluation_s120      = 2,
28         MobilityStateParameters__t_Evaluation_s180      = 3,
29         MobilityStateParameters__t_Evaluation_s240      = 4,
30         MobilityStateParameters__t_Evaluation_spare3    = 5,
31         MobilityStateParameters__t_Evaluation_spare2    = 6,
32         MobilityStateParameters__t_Evaluation_spare1    = 7
33 } e_MobilityStateParameters__t_Evaluation;
34 typedef enum MobilityStateParameters__t_HystNormal {
35         MobilityStateParameters__t_HystNormal_s30       = 0,
36         MobilityStateParameters__t_HystNormal_s60       = 1,
37         MobilityStateParameters__t_HystNormal_s120      = 2,
38         MobilityStateParameters__t_HystNormal_s180      = 3,
39         MobilityStateParameters__t_HystNormal_s240      = 4,
40         MobilityStateParameters__t_HystNormal_spare3    = 5,
41         MobilityStateParameters__t_HystNormal_spare2    = 6,
42         MobilityStateParameters__t_HystNormal_spare1    = 7
43 } e_MobilityStateParameters__t_HystNormal;
44
45 /* MobilityStateParameters */
46 typedef struct MobilityStateParameters {
47         long     t_Evaluation;
48         long     t_HystNormal;
49         long     n_CellChangeMedium;
50         long     n_CellChangeHigh;
51         
52         /* Context for parsing across buffer boundaries */
53         asn_struct_ctx_t _asn_ctx;
54 } MobilityStateParameters_t;
55
56 /* Implementation */
57 /* extern asn_TYPE_descriptor_t asn_DEF_t_Evaluation_2; // (Use -fall-defs-global to expose) */
58 /* extern asn_TYPE_descriptor_t asn_DEF_t_HystNormal_11;        // (Use -fall-defs-global to expose) */
59 extern asn_TYPE_descriptor_t asn_DEF_MobilityStateParameters;
60 extern asn_SEQUENCE_specifics_t asn_SPC_MobilityStateParameters_specs_1;
61 extern asn_TYPE_member_t asn_MBR_MobilityStateParameters_1[4];
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _MobilityStateParameters_H_ */
68 #include <asn_internal.h>