[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / LocationMeasurementInfo.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 _LocationMeasurementInfo_H_
9 #define _LocationMeasurementInfo_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum LocationMeasurementInfo_PR {
24         LocationMeasurementInfo_PR_NOTHING,     /* No components present */
25         LocationMeasurementInfo_PR_eutra_RSTD,
26         /* Extensions may appear below */
27         LocationMeasurementInfo_PR_eutra_FineTimingDetection
28 } LocationMeasurementInfo_PR;
29
30 /* Forward declarations */
31 struct EUTRA_RSTD_InfoList;
32
33 /* LocationMeasurementInfo */
34 typedef struct LocationMeasurementInfo {
35         LocationMeasurementInfo_PR present;
36         union LocationMeasurementInfo_u {
37                 struct EUTRA_RSTD_InfoList      *eutra_RSTD;
38                 /*
39                  * This type is extensible,
40                  * possible extensions are below.
41                  */
42                 NULL_t   eutra_FineTimingDetection;
43         } choice;
44         
45         /* Context for parsing across buffer boundaries */
46         asn_struct_ctx_t _asn_ctx;
47 } LocationMeasurementInfo_t;
48
49 /* Implementation */
50 extern asn_TYPE_descriptor_t asn_DEF_LocationMeasurementInfo;
51 extern asn_CHOICE_specifics_t asn_SPC_LocationMeasurementInfo_specs_1;
52 extern asn_TYPE_member_t asn_MBR_LocationMeasurementInfo_1[2];
53 extern asn_per_constraints_t asn_PER_type_LocationMeasurementInfo_constr_1;
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _LocationMeasurementInfo_H_ */
60 #include <asn_internal.h>