98e855879a2ede4f06045f4c403f0b0faaa4fc40
[ric-plt/submgr.git] / e2ap / lib / RSRPMRList.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #include "RSRPMRList.h"
9
10 #include "ProtocolExtensionContainer.h"
11 static asn_oer_constraints_t asn_OER_type_RSRPMRList_constr_1 CC_NOTUSED = {
12         { 0, 0 },
13         -1      /* (SIZE(1..128)) */};
14 static asn_per_constraints_t asn_PER_type_RSRPMRList_constr_1 CC_NOTUSED = {
15         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
16         { APC_CONSTRAINED,       7,  7,  1,  128 }      /* (SIZE(1..128)) */,
17         0, 0    /* No PER value map */
18 };
19 static asn_TYPE_member_t asn_MBR_Member_2[] = {
20         { ATF_NOFLAGS, 0, offsetof(struct RSRPMRList__Member, rSRPMeasurementResult),
21                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22                 -1,     /* IMPLICIT tag at current level */
23                 &asn_DEF_RSRPMeasurementResult,
24                 0,
25                 { 0, 0, 0 },
26                 0, 0, /* No default value */
27                 "rSRPMeasurementResult"
28                 },
29         { ATF_POINTER, 1, offsetof(struct RSRPMRList__Member, iE_Extensions),
30                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
31                 -1,     /* IMPLICIT tag at current level */
32                 &asn_DEF_ProtocolExtensionContainer_9566P188,
33                 0,
34                 { 0, 0, 0 },
35                 0, 0, /* No default value */
36                 "iE-Extensions"
37                 },
38 };
39 static const int asn_MAP_Member_oms_2[] = { 1 };
40 static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
41         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
42 };
43 static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
44     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* rSRPMeasurementResult */
45     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */
46 };
47 static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
48         sizeof(struct RSRPMRList__Member),
49         offsetof(struct RSRPMRList__Member, _asn_ctx),
50         asn_MAP_Member_tag2el_2,
51         2,      /* Count of tags in the map */
52         asn_MAP_Member_oms_2,   /* Optional members */
53         1, 0,   /* Root/Additions */
54         2,      /* First extension addition */
55 };
56 static /* Use -fall-defs-global to expose */
57 asn_TYPE_descriptor_t asn_DEF_Member_2 = {
58         "SEQUENCE",
59         "SEQUENCE",
60         &asn_OP_SEQUENCE,
61         asn_DEF_Member_tags_2,
62         sizeof(asn_DEF_Member_tags_2)
63                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
64         asn_DEF_Member_tags_2,  /* Same as above */
65         sizeof(asn_DEF_Member_tags_2)
66                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
67         { 0, 0, SEQUENCE_constraint },
68         asn_MBR_Member_2,
69         2,      /* Elements count */
70         &asn_SPC_Member_specs_2 /* Additional specs */
71 };
72
73 static asn_TYPE_member_t asn_MBR_RSRPMRList_1[] = {
74         { ATF_POINTER, 0, 0,
75                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
76                 0,
77                 &asn_DEF_Member_2,
78                 0,
79                 { 0, 0, 0 },
80                 0, 0, /* No default value */
81                 ""
82                 },
83 };
84 static const ber_tlv_tag_t asn_DEF_RSRPMRList_tags_1[] = {
85         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
86 };
87 static asn_SET_OF_specifics_t asn_SPC_RSRPMRList_specs_1 = {
88         sizeof(struct RSRPMRList),
89         offsetof(struct RSRPMRList, _asn_ctx),
90         0,      /* XER encoding is XMLDelimitedItemList */
91 };
92 asn_TYPE_descriptor_t asn_DEF_RSRPMRList = {
93         "RSRPMRList",
94         "RSRPMRList",
95         &asn_OP_SEQUENCE_OF,
96         asn_DEF_RSRPMRList_tags_1,
97         sizeof(asn_DEF_RSRPMRList_tags_1)
98                 /sizeof(asn_DEF_RSRPMRList_tags_1[0]), /* 1 */
99         asn_DEF_RSRPMRList_tags_1,      /* Same as above */
100         sizeof(asn_DEF_RSRPMRList_tags_1)
101                 /sizeof(asn_DEF_RSRPMRList_tags_1[0]), /* 1 */
102         { &asn_OER_type_RSRPMRList_constr_1, &asn_PER_type_RSRPMRList_constr_1, SEQUENCE_OF_constraint },
103         asn_MBR_RSRPMRList_1,
104         1,      /* Single element */
105         &asn_SPC_RSRPMRList_specs_1     /* Additional specs */
106 };
107