Separated E2Sim lib from E2SM-specific code
[sim/e2-interface.git] / e2sim / e2sm_examples / kpm_e2sm / src / 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 "/root/e2ap-v01.00.00.asn"
5  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -D .`
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 == 20)) {
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 static asn_oer_constraints_t asn_OER_memb_ric_ID_constr_3 CC_NOTUSED = {
42         { 0, 0 },
43         20      /* (SIZE(20..20)) */};
44 static asn_per_constraints_t asn_PER_memb_ric_ID_constr_3 CC_NOTUSED = {
45         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
46         { APC_CONSTRAINED,       0,  0,  20,  20 }      /* (SIZE(20..20)) */,
47         0, 0    /* No PER value map */
48 };
49 static asn_TYPE_member_t asn_MBR_GlobalRIC_ID_1[] = {
50         { ATF_NOFLAGS, 0, offsetof(struct GlobalRIC_ID, pLMN_Identity),
51                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
52                 -1,     /* IMPLICIT tag at current level */
53                 &asn_DEF_PLMN_Identity,
54                 0,
55                 { 0, 0, 0 },
56                 0, 0, /* No default value */
57                 "pLMN-Identity"
58                 },
59         { ATF_NOFLAGS, 0, offsetof(struct GlobalRIC_ID, ric_ID),
60                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
61                 -1,     /* IMPLICIT tag at current level */
62                 &asn_DEF_BIT_STRING,
63                 0,
64                 { &asn_OER_memb_ric_ID_constr_3, &asn_PER_memb_ric_ID_constr_3,  memb_ric_ID_constraint_1 },
65                 0, 0, /* No default value */
66                 "ric-ID"
67                 },
68 };
69 static const ber_tlv_tag_t asn_DEF_GlobalRIC_ID_tags_1[] = {
70         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
71 };
72 static const asn_TYPE_tag2member_t asn_MAP_GlobalRIC_ID_tag2el_1[] = {
73     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* pLMN-Identity */
74     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* ric-ID */
75 };
76 static asn_SEQUENCE_specifics_t asn_SPC_GlobalRIC_ID_specs_1 = {
77         sizeof(struct GlobalRIC_ID),
78         offsetof(struct GlobalRIC_ID, _asn_ctx),
79         asn_MAP_GlobalRIC_ID_tag2el_1,
80         2,      /* Count of tags in the map */
81         0, 0, 0,        /* Optional elements (not needed) */
82         2,      /* First extension addition */
83 };
84 asn_TYPE_descriptor_t asn_DEF_GlobalRIC_ID = {
85         "GlobalRIC-ID",
86         "GlobalRIC-ID",
87         &asn_OP_SEQUENCE,
88         asn_DEF_GlobalRIC_ID_tags_1,
89         sizeof(asn_DEF_GlobalRIC_ID_tags_1)
90                 /sizeof(asn_DEF_GlobalRIC_ID_tags_1[0]), /* 1 */
91         asn_DEF_GlobalRIC_ID_tags_1,    /* Same as above */
92         sizeof(asn_DEF_GlobalRIC_ID_tags_1)
93                 /sizeof(asn_DEF_GlobalRIC_ID_tags_1[0]), /* 1 */
94         { 0, 0, SEQUENCE_constraint },
95         asn_MBR_GlobalRIC_ID_1,
96         2,      /* Elements count */
97         &asn_SPC_GlobalRIC_ID_specs_1   /* Additional specs */
98 };
99