Add version 0.5.0
[ric-plt/submgr.git] / e2ap / lib / PrivateIE-ID.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-CommonDataTypes"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #include "PrivateIE-ID.h"
9
10 static int
11 memb_local_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13         long value;
14         
15         if(!sptr) {
16                 ASN__CTFAIL(app_key, td, sptr,
17                         "%s: value not given (%s:%d)",
18                         td->name, __FILE__, __LINE__);
19                 return -1;
20         }
21         
22         value = *(const long *)sptr;
23         
24         if((value >= 0 && value <= 65535)) {
25                 /* Constraint check succeeded */
26                 return 0;
27         } else {
28                 ASN__CTFAIL(app_key, td, sptr,
29                         "%s: constraint failed (%s:%d)",
30                         td->name, __FILE__, __LINE__);
31                 return -1;
32         }
33 }
34
35 static asn_oer_constraints_t asn_OER_memb_local_constr_2 CC_NOTUSED = {
36         { 2, 1 }        /* (0..65535) */,
37         -1};
38 static asn_per_constraints_t asn_PER_memb_local_constr_2 CC_NOTUSED = {
39         { APC_CONSTRAINED,       16,  16,  0,  65535 }  /* (0..65535) */,
40         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
41         0, 0    /* No PER value map */
42 };
43 static asn_oer_constraints_t asn_OER_type_PrivateIE_ID_constr_1 CC_NOTUSED = {
44         { 0, 0 },
45         -1};
46 asn_per_constraints_t asn_PER_type_PrivateIE_ID_constr_1 CC_NOTUSED = {
47         { APC_CONSTRAINED,       1,  1,  0,  1 }        /* (0..1) */,
48         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
49         0, 0    /* No PER value map */
50 };
51 asn_TYPE_member_t asn_MBR_PrivateIE_ID_1[] = {
52         { ATF_NOFLAGS, 0, offsetof(struct PrivateIE_ID, choice.local),
53                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
54                 -1,     /* IMPLICIT tag at current level */
55                 &asn_DEF_NativeInteger,
56                 0,
57                 { &asn_OER_memb_local_constr_2, &asn_PER_memb_local_constr_2,  memb_local_constraint_1 },
58                 0, 0, /* No default value */
59                 "local"
60                 },
61         { ATF_NOFLAGS, 0, offsetof(struct PrivateIE_ID, choice.global),
62                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
63                 -1,     /* IMPLICIT tag at current level */
64                 &asn_DEF_OBJECT_IDENTIFIER,
65                 0,
66                 { 0, 0, 0 },
67                 0, 0, /* No default value */
68                 "global"
69                 },
70 };
71 static const asn_TYPE_tag2member_t asn_MAP_PrivateIE_ID_tag2el_1[] = {
72     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* local */
73     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* global */
74 };
75 asn_CHOICE_specifics_t asn_SPC_PrivateIE_ID_specs_1 = {
76         sizeof(struct PrivateIE_ID),
77         offsetof(struct PrivateIE_ID, _asn_ctx),
78         offsetof(struct PrivateIE_ID, present),
79         sizeof(((struct PrivateIE_ID *)0)->present),
80         asn_MAP_PrivateIE_ID_tag2el_1,
81         2,      /* Count of tags in the map */
82         0, 0,
83         -1      /* Extensions start */
84 };
85 asn_TYPE_descriptor_t asn_DEF_PrivateIE_ID = {
86         "PrivateIE-ID",
87         "PrivateIE-ID",
88         &asn_OP_CHOICE,
89         0,      /* No effective tags (pointer) */
90         0,      /* No effective tags (count) */
91         0,      /* No tags (pointer) */
92         0,      /* No tags (count) */
93         { &asn_OER_type_PrivateIE_ID_constr_1, &asn_PER_type_PrivateIE_ID_constr_1, CHOICE_constraint },
94         asn_MBR_PrivateIE_ID_1,
95         2,      /* Elements count */
96         &asn_SPC_PrivateIE_ID_specs_1   /* Additional specs */
97 };
98