SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / MeasurementRecordItem.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "e2sm-kpm-v03.00.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #ifndef _MeasurementRecordItem_H_
9 #define _MeasurementRecordItem_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "NativeInteger.h"
16 #include "NativeReal.h"
17 #include "NULL.h"
18 #include "constr_CHOICE.h"
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum MeasurementRecordItem_PR {
26         MeasurementRecordItem_PR_NOTHING,       /* No components present */
27         MeasurementRecordItem_PR_integer,
28         MeasurementRecordItem_PR_real,
29         MeasurementRecordItem_PR_noValue
30         /* Extensions may appear below */
31         
32 } MeasurementRecordItem_PR;
33
34 /* MeasurementRecordItem */
35 typedef struct MeasurementRecordItem {
36         MeasurementRecordItem_PR present;
37         union MeasurementRecordItem_u {
38                 unsigned long    integer;
39                 double   real;
40                 NULL_t   noValue;
41                 /*
42                  * This type is extensible,
43                  * possible extensions are below.
44                  */
45         } choice;
46         
47         /* Context for parsing across buffer boundaries */
48         asn_struct_ctx_t _asn_ctx;
49 } MeasurementRecordItem_t;
50
51 /* Implementation */
52 /* extern asn_TYPE_descriptor_t asn_DEF_integer_2;      // (Use -fall-defs-global to expose) */
53 extern asn_TYPE_descriptor_t asn_DEF_MeasurementRecordItem;
54 extern asn_CHOICE_specifics_t asn_SPC_MeasurementRecordItem_specs_1;
55 extern asn_TYPE_member_t asn_MBR_MeasurementRecordItem_1[3];
56 extern asn_per_constraints_t asn_PER_type_MeasurementRecordItem_constr_1;
57
58 #ifdef __cplusplus
59 }
60 #endif
61
62 #endif  /* _MeasurementRecordItem_H_ */
63 #include "asn_internal.h"