RICPLT-2910
[ric-plt/submgr.git] / 3rdparty / libe2ap / EnhancedRNTP.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #include "EnhancedRNTP.h"
9
10 #include "EnhancedRNTPStartTime.h"
11 #include "ProtocolExtensionContainer.h"
12 static int
13 memb_enhancedRNTPBitmap_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
14                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
15         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
16         size_t size;
17         
18         if(!sptr) {
19                 ASN__CTFAIL(app_key, td, sptr,
20                         "%s: value not given (%s:%d)",
21                         td->name, __FILE__, __LINE__);
22                 return -1;
23         }
24         
25         if(st->size > 0) {
26                 /* Size in bits */
27                 size = 8 * st->size - (st->bits_unused & 0x07);
28         } else {
29                 size = 0;
30         }
31         
32         if((size >= 12 && size <= 8800)) {
33                 /* Constraint check succeeded */
34                 return 0;
35         } else {
36                 ASN__CTFAIL(app_key, td, sptr,
37                         "%s: constraint failed (%s:%d)",
38                         td->name, __FILE__, __LINE__);
39                 return -1;
40         }
41 }
42
43 static asn_per_constraints_t asn_PER_memb_enhancedRNTPBitmap_constr_2 CC_NOTUSED = {
44         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
45         { APC_CONSTRAINED | APC_EXTENSIBLE,  14,  14,  12,  8800 }      /* (SIZE(12..8800,...)) */,
46         0, 0    /* No PER value map */
47 };
48 static asn_TYPE_member_t asn_MBR_EnhancedRNTP_1[] = {
49         { ATF_NOFLAGS, 0, offsetof(struct EnhancedRNTP, enhancedRNTPBitmap),
50                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
51                 -1,     /* IMPLICIT tag at current level */
52                 &asn_DEF_BIT_STRING,
53                 0,
54                 { 0, &asn_PER_memb_enhancedRNTPBitmap_constr_2,  memb_enhancedRNTPBitmap_constraint_1 },
55                 0, 0, /* No default value */
56                 "enhancedRNTPBitmap"
57                 },
58         { ATF_NOFLAGS, 0, offsetof(struct EnhancedRNTP, rNTP_High_Power_Threshold),
59                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
60                 -1,     /* IMPLICIT tag at current level */
61                 &asn_DEF_RNTP_Threshold,
62                 0,
63                 { 0, 0, 0 },
64                 0, 0, /* No default value */
65                 "rNTP-High-Power-Threshold"
66                 },
67         { ATF_POINTER, 2, offsetof(struct EnhancedRNTP, enhancedRNTPStartTime),
68                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
69                 -1,     /* IMPLICIT tag at current level */
70                 &asn_DEF_EnhancedRNTPStartTime,
71                 0,
72                 { 0, 0, 0 },
73                 0, 0, /* No default value */
74                 "enhancedRNTPStartTime"
75                 },
76         { ATF_POINTER, 1, offsetof(struct EnhancedRNTP, iE_Extensions),
77                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
78                 -1,     /* IMPLICIT tag at current level */
79                 &asn_DEF_ProtocolExtensionContainer_8858P40,
80                 0,
81                 { 0, 0, 0 },
82                 0, 0, /* No default value */
83                 "iE-Extensions"
84                 },
85 };
86 static const int asn_MAP_EnhancedRNTP_oms_1[] = { 2, 3 };
87 static const ber_tlv_tag_t asn_DEF_EnhancedRNTP_tags_1[] = {
88         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
89 };
90 static const asn_TYPE_tag2member_t asn_MAP_EnhancedRNTP_tag2el_1[] = {
91     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* enhancedRNTPBitmap */
92     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* rNTP-High-Power-Threshold */
93     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* enhancedRNTPStartTime */
94     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
95 };
96 static asn_SEQUENCE_specifics_t asn_SPC_EnhancedRNTP_specs_1 = {
97         sizeof(struct EnhancedRNTP),
98         offsetof(struct EnhancedRNTP, _asn_ctx),
99         asn_MAP_EnhancedRNTP_tag2el_1,
100         4,      /* Count of tags in the map */
101         asn_MAP_EnhancedRNTP_oms_1,     /* Optional members */
102         2, 0,   /* Root/Additions */
103         4,      /* First extension addition */
104 };
105 asn_TYPE_descriptor_t asn_DEF_EnhancedRNTP = {
106         "EnhancedRNTP",
107         "EnhancedRNTP",
108         &asn_OP_SEQUENCE,
109         asn_DEF_EnhancedRNTP_tags_1,
110         sizeof(asn_DEF_EnhancedRNTP_tags_1)
111                 /sizeof(asn_DEF_EnhancedRNTP_tags_1[0]), /* 1 */
112         asn_DEF_EnhancedRNTP_tags_1,    /* Same as above */
113         sizeof(asn_DEF_EnhancedRNTP_tags_1)
114                 /sizeof(asn_DEF_EnhancedRNTP_tags_1[0]), /* 1 */
115         { 0, 0, SEQUENCE_constraint },
116         asn_MBR_EnhancedRNTP_1,
117         4,      /* Elements count */
118         &asn_SPC_EnhancedRNTP_specs_1   /* Additional specs */
119 };
120