SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / CGI.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "e2sm-v03.01.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 "CGI.h"
9
10 #include "NR-CGI.h"
11 #include "EUTRA-CGI.h"
12 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
13 asn_per_constraints_t asn_PER_type_CGI_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_CGI_1[] = {
20         { ATF_POINTER, 0, offsetof(struct CGI, choice.nR_CGI),
21                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22                 -1,     /* IMPLICIT tag at current level */
23                 &asn_DEF_NR_CGI,
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                 "nR-CGI"
36                 },
37         { ATF_POINTER, 0, offsetof(struct CGI, choice.eUTRA_CGI),
38                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
39                 -1,     /* IMPLICIT tag at current level */
40                 &asn_DEF_EUTRA_CGI,
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                 "eUTRA-CGI"
53                 },
54 };
55 static const asn_TYPE_tag2member_t asn_MAP_CGI_tag2el_1[] = {
56     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* nR-CGI */
57     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* eUTRA-CGI */
58 };
59 asn_CHOICE_specifics_t asn_SPC_CGI_specs_1 = {
60         sizeof(struct CGI),
61         offsetof(struct CGI, _asn_ctx),
62         offsetof(struct CGI, present),
63         sizeof(((struct CGI *)0)->present),
64         asn_MAP_CGI_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_CGI = {
70         "CGI",
71         "CGI",
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_CGI_constr_1,
83 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
84                 CHOICE_constraint
85         },
86         asn_MBR_CGI_1,
87         2,      /* Elements count */
88         &asn_SPC_CGI_specs_1    /* Additional specs */
89 };
90