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`
8 #ifndef _LocationMeasurementInfo_H_
9 #define _LocationMeasurementInfo_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include <constr_CHOICE.h>
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;
30 /* Forward declarations */
31 struct EUTRA_RSTD_InfoList;
33 /* LocationMeasurementInfo */
34 typedef struct LocationMeasurementInfo {
35 LocationMeasurementInfo_PR present;
36 union LocationMeasurementInfo_u {
37 struct EUTRA_RSTD_InfoList *eutra_RSTD;
39 * This type is extensible,
40 * possible extensions are below.
42 NULL_t eutra_FineTimingDetection;
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx;
47 } LocationMeasurementInfo_t;
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;
59 #endif /* _LocationMeasurementInfo_H_ */
60 #include <asn_internal.h>