bd0d5bbbf47449aac0fedf4d82a884da533b638c
[ric-plt/submgr.git] / 3rdparty / E2SM-gNB-NRT_V4.0.1 / E2_NRT-Record-List-item.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-gNB-NRT-IEs"
4  *      found in "spec/e2sm-gNB-NRT-v401.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #include "E2_NRT-Record-List-item.h"
9
10 #include "E2_NRT-Record-row-item.h"
11 static int
12 memb_E2_nrt_Record_row_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
13                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
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         /* Determine the number of elements */
24         size = _A_CSEQUENCE_FROM_VOID(sptr)->count;
25         
26         if((size >= 1 && size <= 1024)) {
27                 /* Perform validation of the inner elements */
28                 return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
29         } else {
30                 ASN__CTFAIL(app_key, td, sptr,
31                         "%s: constraint failed (%s:%d)",
32                         td->name, __FILE__, __LINE__);
33                 return -1;
34         }
35 }
36
37 static asn_per_constraints_t asn_PER_type_E2_nrt_Record_row_constr_3 CC_NOTUSED = {
38         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
39         { APC_CONSTRAINED,       10,  10,  1,  1024 }   /* (SIZE(1..1024)) */,
40         0, 0    /* No PER value map */
41 };
42 static asn_per_constraints_t asn_PER_memb_E2_nrt_Record_row_constr_3 CC_NOTUSED = {
43         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
44         { APC_CONSTRAINED,       10,  10,  1,  1024 }   /* (SIZE(1..1024)) */,
45         0, 0    /* No PER value map */
46 };
47 static asn_TYPE_member_t asn_MBR_E2_nrt_Record_row_3[] = {
48         { ATF_POINTER, 0, 0,
49                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
50                 0,
51                 &asn_DEF_E2_NRT_Record_row_item,
52                 0,
53                 { 0, 0, 0 },
54                 0, 0, /* No default value */
55                 ""
56                 },
57 };
58 static const ber_tlv_tag_t asn_DEF_E2_nrt_Record_row_tags_3[] = {
59         (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
60         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
61 };
62 static asn_SET_OF_specifics_t asn_SPC_E2_nrt_Record_row_specs_3 = {
63         sizeof(struct E2_NRT_Record_List_item__nrt_Record_row),
64         offsetof(struct E2_NRT_Record_List_item__nrt_Record_row, _asn_ctx),
65         0,      /* XER encoding is XMLDelimitedItemList */
66 };
67 static /* Use -fall-defs-global to expose */
68 asn_TYPE_descriptor_t asn_DEF_E2_nrt_Record_row_3 = {
69         "nrt-Record-row",
70         "nrt-Record-row",
71         &asn_OP_SEQUENCE_OF,
72         asn_DEF_E2_nrt_Record_row_tags_3,
73         sizeof(asn_DEF_E2_nrt_Record_row_tags_3)
74                 /sizeof(asn_DEF_E2_nrt_Record_row_tags_3[0]) - 1, /* 1 */
75         asn_DEF_E2_nrt_Record_row_tags_3,       /* Same as above */
76         sizeof(asn_DEF_E2_nrt_Record_row_tags_3)
77                 /sizeof(asn_DEF_E2_nrt_Record_row_tags_3[0]), /* 2 */
78         { 0, &asn_PER_type_E2_nrt_Record_row_constr_3, SEQUENCE_OF_constraint },
79         asn_MBR_E2_nrt_Record_row_3,
80         1,      /* Single element */
81         &asn_SPC_E2_nrt_Record_row_specs_3      /* Additional specs */
82 };
83
84 asn_TYPE_member_t asn_MBR_E2_NRT_Record_List_item_1[] = {
85         { ATF_NOFLAGS, 0, offsetof(struct E2_NRT_Record_List_item, servedCellID),
86                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
87                 +1,     /* EXPLICIT tag at current level */
88                 &asn_DEF_E2_NRT_Cell_ID,
89                 0,
90                 { 0, 0, 0 },
91                 0, 0, /* No default value */
92                 "servedCellID"
93                 },
94         { ATF_NOFLAGS, 0, offsetof(struct E2_NRT_Record_List_item, nrt_Record_row),
95                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
96                 0,
97                 &asn_DEF_E2_nrt_Record_row_3,
98                 0,
99                 { 0, &asn_PER_memb_E2_nrt_Record_row_constr_3,  memb_E2_nrt_Record_row_constraint_1 },
100                 0, 0, /* No default value */
101                 "nrt-Record-row"
102                 },
103 };
104 static const ber_tlv_tag_t asn_DEF_E2_NRT_Record_List_item_tags_1[] = {
105         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
106 };
107 static const asn_TYPE_tag2member_t asn_MAP_E2_NRT_Record_List_item_tag2el_1[] = {
108     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* servedCellID */
109     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* nrt-Record-row */
110 };
111 asn_SEQUENCE_specifics_t asn_SPC_E2_NRT_Record_List_item_specs_1 = {
112         sizeof(struct E2_NRT_Record_List_item),
113         offsetof(struct E2_NRT_Record_List_item, _asn_ctx),
114         asn_MAP_E2_NRT_Record_List_item_tag2el_1,
115         2,      /* Count of tags in the map */
116         0, 0, 0,        /* Optional elements (not needed) */
117         -1,     /* First extension addition */
118 };
119 asn_TYPE_descriptor_t asn_DEF_E2_NRT_Record_List_item = {
120         "NRT-Record-List-item",
121         "NRT-Record-List-item",
122         &asn_OP_SEQUENCE,
123         asn_DEF_E2_NRT_Record_List_item_tags_1,
124         sizeof(asn_DEF_E2_NRT_Record_List_item_tags_1)
125                 /sizeof(asn_DEF_E2_NRT_Record_List_item_tags_1[0]), /* 1 */
126         asn_DEF_E2_NRT_Record_List_item_tags_1, /* Same as above */
127         sizeof(asn_DEF_E2_NRT_Record_List_item_tags_1)
128                 /sizeof(asn_DEF_E2_NRT_Record_List_item_tags_1[0]), /* 1 */
129         { 0, 0, SEQUENCE_constraint },
130         asn_MBR_E2_NRT_Record_List_item_1,
131         2,      /* Elements count */
132         &asn_SPC_E2_NRT_Record_List_item_specs_1        /* Additional specs */
133 };
134