cec77bdff1588b49e89671cea6bb1480ab460483
[o-du/l2.git] / src / codec_utils / F1AP / RRC-Version.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-IEs"
4  *      found in "F1.asn1"
5  *      `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #include "RRC-Version.h"
9
10 #include "ProtocolExtensionContainer.h"
11 static int
12 memb_latest_RRC_Version_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
13                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
14         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
15         size_t size;
16         printf ("Inside %s:%d \n", __FILE__, __LINE__);
17         
18         if(!sptr) {
19                 ASN__CTFAIL(app_key, td, sptr,
20                         "%s: value not given (%s:%d)",
21                         td->name, __FILE__, __LINE__);
22                 printf ("Fail %d \n", __LINE__);
23                 return -1;
24         }
25         
26         if(st->size > 0) {
27                 /* Size in bits */
28                 size = 8 * st->size - (st->bits_unused & 0x07);
29         } else {
30                 size = 0;
31         }
32         
33         if((size == 3)) {
34                 /* Constraint check succeeded */
35                 return 0;
36         } else {
37                 ASN__CTFAIL(app_key, td, sptr,
38                         "%s: constraint failed (%s:%d)",
39                         td->name, __FILE__, __LINE__);
40                 printf ("Fail %d \n", __LINE__);
41                 return -1;
42         }
43 }
44
45 static asn_oer_constraints_t asn_OER_memb_latest_RRC_Version_constr_2 CC_NOTUSED = {
46         { 0, 0 },
47         3       /* (SIZE(3..3)) */};
48 static asn_per_constraints_t asn_PER_memb_latest_RRC_Version_constr_2 CC_NOTUSED = {
49         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
50         { APC_CONSTRAINED,       0,  0,  3,  3 }        /* (SIZE(3..3)) */,
51         0, 0    /* No PER value map */
52 };
53 static asn_TYPE_member_t asn_MBR_RRC_Version_1[] = {
54         { ATF_NOFLAGS, 0, offsetof(struct RRC_Version, latest_RRC_Version),
55                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
56                 -1,     /* IMPLICIT tag at current level */
57                 &asn_DEF_BIT_STRING,
58                 0,
59                 { &asn_OER_memb_latest_RRC_Version_constr_2, &asn_PER_memb_latest_RRC_Version_constr_2,  memb_latest_RRC_Version_constraint_1 },
60                 0, 0, /* No default value */
61                 "latest-RRC-Version"
62                 },
63         { ATF_POINTER, 1, offsetof(struct RRC_Version, iE_Extensions),
64                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
65                 -1,     /* IMPLICIT tag at current level */
66                 &asn_DEF_ProtocolExtensionContainer_4624P81,
67                 0,
68                 { 0, 0, 0 },
69                 0, 0, /* No default value */
70                 "iE-Extensions"
71                 },
72 };
73 static const int asn_MAP_RRC_Version_oms_1[] = { 1 };
74 static const ber_tlv_tag_t asn_DEF_RRC_Version_tags_1[] = {
75         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
76 };
77 static const asn_TYPE_tag2member_t asn_MAP_RRC_Version_tag2el_1[] = {
78     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* latest-RRC-Version */
79     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */
80 };
81 static asn_SEQUENCE_specifics_t asn_SPC_RRC_Version_specs_1 = {
82         sizeof(struct RRC_Version),
83         offsetof(struct RRC_Version, _asn_ctx),
84         asn_MAP_RRC_Version_tag2el_1,
85         2,      /* Count of tags in the map */
86         asn_MAP_RRC_Version_oms_1,      /* Optional members */
87         1, 0,   /* Root/Additions */
88         -1,     /* First extension addition */
89 };
90 asn_TYPE_descriptor_t asn_DEF_RRC_Version = {
91         "RRC-Version",
92         "RRC-Version",
93         &asn_OP_SEQUENCE,
94         asn_DEF_RRC_Version_tags_1,
95         sizeof(asn_DEF_RRC_Version_tags_1)
96                 /sizeof(asn_DEF_RRC_Version_tags_1[0]), /* 1 */
97         asn_DEF_RRC_Version_tags_1,     /* Same as above */
98         sizeof(asn_DEF_RRC_Version_tags_1)
99                 /sizeof(asn_DEF_RRC_Version_tags_1[0]), /* 1 */
100         { 0, 0, SEQUENCE_constraint },
101         asn_MBR_RRC_Version_1,
102         2,      /* Elements count */
103         &asn_SPC_RRC_Version_specs_1    /* Additional specs */
104 };
105