Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_SULInformation.c
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #include "X2N_SULInformation.h"
9
10 #include "X2N_ProtocolExtensionContainer.h"
11 static int
12 memb_X2N_sUL_ARFCN_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
13                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
14         long value;
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         value = *(const long *)sptr;
24         
25         if((value >= 0 && value <= 3279165)) {
26                 /* Constraint check succeeded */
27                 return 0;
28         } else {
29                 ASN__CTFAIL(app_key, td, sptr,
30                         "%s: constraint failed (%s:%d)",
31                         td->name, __FILE__, __LINE__);
32                 return -1;
33         }
34 }
35
36 static asn_per_constraints_t asn_PER_memb_X2N_sUL_ARFCN_constr_2 CC_NOTUSED = {
37         { APC_CONSTRAINED,       22, -1,  0,  3279165 } /* (0..3279165) */,
38         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
39         0, 0    /* No PER value map */
40 };
41 asn_TYPE_member_t asn_MBR_X2N_SULInformation_1[] = {
42         { ATF_NOFLAGS, 0, offsetof(struct X2N_SULInformation, sUL_ARFCN),
43                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
44                 -1,     /* IMPLICIT tag at current level */
45                 &asn_DEF_NativeInteger,
46                 0,
47                 { 0, &asn_PER_memb_X2N_sUL_ARFCN_constr_2,  memb_X2N_sUL_ARFCN_constraint_1 },
48                 0, 0, /* No default value */
49                 "sUL-ARFCN"
50                 },
51         { ATF_NOFLAGS, 0, offsetof(struct X2N_SULInformation, sUL_TxBW),
52                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
53                 -1,     /* IMPLICIT tag at current level */
54                 &asn_DEF_X2N_NR_TxBW,
55                 0,
56                 { 0, 0, 0 },
57                 0, 0, /* No default value */
58                 "sUL-TxBW"
59                 },
60         { ATF_POINTER, 1, offsetof(struct X2N_SULInformation, iE_Extensions),
61                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
62                 -1,     /* IMPLICIT tag at current level */
63                 &asn_DEF_X2N_ProtocolExtensionContainer_8231P199,
64                 0,
65                 { 0, 0, 0 },
66                 0, 0, /* No default value */
67                 "iE-Extensions"
68                 },
69 };
70 static const int asn_MAP_X2N_SULInformation_oms_1[] = { 2 };
71 static const ber_tlv_tag_t asn_DEF_X2N_SULInformation_tags_1[] = {
72         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
73 };
74 static const asn_TYPE_tag2member_t asn_MAP_X2N_SULInformation_tag2el_1[] = {
75     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* sUL-ARFCN */
76     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* sUL-TxBW */
77     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
78 };
79 asn_SEQUENCE_specifics_t asn_SPC_X2N_SULInformation_specs_1 = {
80         sizeof(struct X2N_SULInformation),
81         offsetof(struct X2N_SULInformation, _asn_ctx),
82         asn_MAP_X2N_SULInformation_tag2el_1,
83         3,      /* Count of tags in the map */
84         asn_MAP_X2N_SULInformation_oms_1,       /* Optional members */
85         1, 0,   /* Root/Additions */
86         3,      /* First extension addition */
87 };
88 asn_TYPE_descriptor_t asn_DEF_X2N_SULInformation = {
89         "SULInformation",
90         "SULInformation",
91         &asn_OP_SEQUENCE,
92         asn_DEF_X2N_SULInformation_tags_1,
93         sizeof(asn_DEF_X2N_SULInformation_tags_1)
94                 /sizeof(asn_DEF_X2N_SULInformation_tags_1[0]), /* 1 */
95         asn_DEF_X2N_SULInformation_tags_1,      /* Same as above */
96         sizeof(asn_DEF_X2N_SULInformation_tags_1)
97                 /sizeof(asn_DEF_X2N_SULInformation_tags_1[0]), /* 1 */
98         { 0, 0, SEQUENCE_constraint },
99         asn_MBR_X2N_SULInformation_1,
100         3,      /* Elements count */
101         &asn_SPC_X2N_SULInformation_specs_1     /* Additional specs */
102 };
103