SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / GlobalRIC-ID.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "e2ap-ied-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 "GlobalRIC-ID.h"
9
10 static int
11 memb_ric_ID_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
14         size_t size;
15         
16         if(!sptr) {
17                 ASN__CTFAIL(app_key, td, sptr,
18                         "%s: value not given (%s:%d)",
19                         td->name, __FILE__, __LINE__);
20                 return -1;
21         }
22         
23         if(st->size > 0) {
24                 /* Size in bits */
25                 size = 8 * st->size - (st->bits_unused & 0x07);
26         } else {
27                 size = 0;
28         }
29         
30         if((size == 20UL)) {
31                 /* Constraint check succeeded */
32                 return 0;
33         } else {
34                 ASN__CTFAIL(app_key, td, sptr,
35                         "%s: constraint failed (%s:%d)",
36                         td->name, __FILE__, __LINE__);
37                 return -1;
38         }
39 }
40
41 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
42 static asn_per_constraints_t asn_PER_memb_ric_ID_constr_3 CC_NOTUSED = {
43         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
44         { APC_CONSTRAINED,       0,  0,  20,  20 }      /* (SIZE(20..20)) */,
45         0, 0    /* No PER value map */
46 };
47 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
48 asn_TYPE_member_t asn_MBR_GlobalRIC_ID_1[] = {
49         { ATF_NOFLAGS, 0, offsetof(struct GlobalRIC_ID, pLMN_Identity),
50                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
51                 -1,     /* IMPLICIT tag at current level */
52                 &asn_DEF_PLMN_Identity,
53                 0,
54                 {
55 #if !defined(ASN_DISABLE_OER_SUPPORT)
56                         0,
57 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
58 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
59                         0,
60 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
61                         0
62                 },
63                 0, 0, /* No default value */
64                 "pLMN-Identity"
65                 },
66         { ATF_NOFLAGS, 0, offsetof(struct GlobalRIC_ID, ric_ID),
67                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
68                 -1,     /* IMPLICIT tag at current level */
69                 &asn_DEF_BIT_STRING,
70                 0,
71                 {
72 #if !defined(ASN_DISABLE_OER_SUPPORT)
73                         0,
74 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
75 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
76                         &asn_PER_memb_ric_ID_constr_3,
77 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
78                         memb_ric_ID_constraint_1
79                 },
80                 0, 0, /* No default value */
81                 "ric-ID"
82                 },
83 };
84 static const ber_tlv_tag_t asn_DEF_GlobalRIC_ID_tags_1[] = {
85         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
86 };
87 static const asn_TYPE_tag2member_t asn_MAP_GlobalRIC_ID_tag2el_1[] = {
88     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* pLMN-Identity */
89     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* ric-ID */
90 };
91 asn_SEQUENCE_specifics_t asn_SPC_GlobalRIC_ID_specs_1 = {
92         sizeof(struct GlobalRIC_ID),
93         offsetof(struct GlobalRIC_ID, _asn_ctx),
94         asn_MAP_GlobalRIC_ID_tag2el_1,
95         2,      /* Count of tags in the map */
96         0, 0, 0,        /* Optional elements (not needed) */
97         2,      /* First extension addition */
98 };
99 asn_TYPE_descriptor_t asn_DEF_GlobalRIC_ID = {
100         "GlobalRIC-ID",
101         "GlobalRIC-ID",
102         &asn_OP_SEQUENCE,
103         asn_DEF_GlobalRIC_ID_tags_1,
104         sizeof(asn_DEF_GlobalRIC_ID_tags_1)
105                 /sizeof(asn_DEF_GlobalRIC_ID_tags_1[0]), /* 1 */
106         asn_DEF_GlobalRIC_ID_tags_1,    /* Same as above */
107         sizeof(asn_DEF_GlobalRIC_ID_tags_1)
108                 /sizeof(asn_DEF_GlobalRIC_ID_tags_1[0]), /* 1 */
109         {
110 #if !defined(ASN_DISABLE_OER_SUPPORT)
111                 0,
112 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
113 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
114                 0,
115 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
116                 SEQUENCE_constraint
117         },
118         asn_MBR_GlobalRIC_ID_1,
119         2,      /* Elements count */
120         &asn_SPC_GlobalRIC_ID_specs_1   /* Additional specs */
121 };
122