SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / MatchingCondItem-Choice.c
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 #include "MatchingCondItem-Choice.h"
9
10 #include "MeasurementLabel.h"
11 #include "TestCondInfo.h"
12 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
13 asn_per_constraints_t asn_PER_type_MatchingCondItem_Choice_constr_1 CC_NOTUSED = {
14         { APC_CONSTRAINED | APC_EXTENSIBLE,  1,  1,  0,  1 }    /* (0..1,...) */,
15         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
16         0, 0    /* No PER value map */
17 };
18 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
19 asn_TYPE_member_t asn_MBR_MatchingCondItem_Choice_1[] = {
20         { ATF_POINTER, 0, offsetof(struct MatchingCondItem_Choice, choice.measLabel),
21                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22                 -1,     /* IMPLICIT tag at current level */
23                 &asn_DEF_MeasurementLabel,
24                 0,
25                 {
26 #if !defined(ASN_DISABLE_OER_SUPPORT)
27                         0,
28 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
29 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
30                         0,
31 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
32                         0
33                 },
34                 0, 0, /* No default value */
35                 "measLabel"
36                 },
37         { ATF_POINTER, 0, offsetof(struct MatchingCondItem_Choice, choice.testCondInfo),
38                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
39                 -1,     /* IMPLICIT tag at current level */
40                 &asn_DEF_TestCondInfo,
41                 0,
42                 {
43 #if !defined(ASN_DISABLE_OER_SUPPORT)
44                         0,
45 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
46 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
47                         0,
48 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
49                         0
50                 },
51                 0, 0, /* No default value */
52                 "testCondInfo"
53                 },
54 };
55 static const asn_TYPE_tag2member_t asn_MAP_MatchingCondItem_Choice_tag2el_1[] = {
56     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* measLabel */
57     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* testCondInfo */
58 };
59 asn_CHOICE_specifics_t asn_SPC_MatchingCondItem_Choice_specs_1 = {
60         sizeof(struct MatchingCondItem_Choice),
61         offsetof(struct MatchingCondItem_Choice, _asn_ctx),
62         offsetof(struct MatchingCondItem_Choice, present),
63         sizeof(((struct MatchingCondItem_Choice *)0)->present),
64         asn_MAP_MatchingCondItem_Choice_tag2el_1,
65         2,      /* Count of tags in the map */
66         0, 0,
67         2       /* Extensions start */
68 };
69 asn_TYPE_descriptor_t asn_DEF_MatchingCondItem_Choice = {
70         "MatchingCondItem-Choice",
71         "MatchingCondItem-Choice",
72         &asn_OP_CHOICE,
73         0,      /* No effective tags (pointer) */
74         0,      /* No effective tags (count) */
75         0,      /* No tags (pointer) */
76         0,      /* No tags (count) */
77         {
78 #if !defined(ASN_DISABLE_OER_SUPPORT)
79                 0,
80 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
81 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
82                 &asn_PER_type_MatchingCondItem_Choice_constr_1,
83 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
84                 CHOICE_constraint
85         },
86         asn_MBR_MatchingCondItem_Choice_1,
87         2,      /* Elements count */
88         &asn_SPC_MatchingCondItem_Choice_specs_1        /* Additional specs */
89 };
90