Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / SupportedSULFreqBandItem.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "SupportedSULFreqBandItem.h"\r
9 \r
10 #include "ProtocolExtensionContainer.h"\r
11 static int\r
12 memb_freqBandIndicatorNr_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,\r
13                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {\r
14         long value;\r
15         \r
16         if(!sptr) {\r
17                 ASN__CTFAIL(app_key, td, sptr,\r
18                         "%s: value not given (%s:%d)",\r
19                         td->name, __FILE__, __LINE__);\r
20                 return -1;\r
21         }\r
22         \r
23         value = *(const long *)sptr;\r
24         \r
25         if((value >= 1 && value <= 1024)) {\r
26                 /* Constraint check succeeded */\r
27                 return 0;\r
28         } else {\r
29                 ASN__CTFAIL(app_key, td, sptr,\r
30                         "%s: constraint failed (%s:%d)",\r
31                         td->name, __FILE__, __LINE__);\r
32                 return -1;\r
33         }\r
34 }\r
35 \r
36 static asn_per_constraints_t asn_PER_memb_freqBandIndicatorNr_constr_2 CC_NOTUSED = {\r
37         { APC_CONSTRAINED | APC_EXTENSIBLE,  10,  10,  1,  1024 }       /* (1..1024,...) */,\r
38         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
39         0, 0    /* No PER value map */\r
40 };\r
41 asn_TYPE_member_t asn_MBR_SupportedSULFreqBandItem_1[] = {\r
42         { ATF_NOFLAGS, 0, offsetof(struct SupportedSULFreqBandItem, freqBandIndicatorNr),\r
43                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
44                 -1,     /* IMPLICIT tag at current level */\r
45                 &asn_DEF_NativeInteger,\r
46                 0,\r
47                 { 0, &asn_PER_memb_freqBandIndicatorNr_constr_2,  memb_freqBandIndicatorNr_constraint_1 },\r
48                 0, 0, /* No default value */\r
49                 "freqBandIndicatorNr"\r
50                 },\r
51         { ATF_POINTER, 1, offsetof(struct SupportedSULFreqBandItem, iE_Extensions),\r
52                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
53                 -1,     /* IMPLICIT tag at current level */\r
54                 &asn_DEF_ProtocolExtensionContainer_8231P200,\r
55                 0,\r
56                 { 0, 0, 0 },\r
57                 0, 0, /* No default value */\r
58                 "iE-Extensions"\r
59                 },\r
60 };\r
61 static const int asn_MAP_SupportedSULFreqBandItem_oms_1[] = { 1 };\r
62 static const ber_tlv_tag_t asn_DEF_SupportedSULFreqBandItem_tags_1[] = {\r
63         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))\r
64 };\r
65 static const asn_TYPE_tag2member_t asn_MAP_SupportedSULFreqBandItem_tag2el_1[] = {\r
66     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* freqBandIndicatorNr */\r
67     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */\r
68 };\r
69 asn_SEQUENCE_specifics_t asn_SPC_SupportedSULFreqBandItem_specs_1 = {\r
70         sizeof(struct SupportedSULFreqBandItem),\r
71         offsetof(struct SupportedSULFreqBandItem, _asn_ctx),\r
72         asn_MAP_SupportedSULFreqBandItem_tag2el_1,\r
73         2,      /* Count of tags in the map */\r
74         asn_MAP_SupportedSULFreqBandItem_oms_1, /* Optional members */\r
75         1, 0,   /* Root/Additions */\r
76         2,      /* First extension addition */\r
77 };\r
78 asn_TYPE_descriptor_t asn_DEF_SupportedSULFreqBandItem = {\r
79         "SupportedSULFreqBandItem",\r
80         "SupportedSULFreqBandItem",\r
81         &asn_OP_SEQUENCE,\r
82         asn_DEF_SupportedSULFreqBandItem_tags_1,\r
83         sizeof(asn_DEF_SupportedSULFreqBandItem_tags_1)\r
84                 /sizeof(asn_DEF_SupportedSULFreqBandItem_tags_1[0]), /* 1 */\r
85         asn_DEF_SupportedSULFreqBandItem_tags_1,        /* Same as above */\r
86         sizeof(asn_DEF_SupportedSULFreqBandItem_tags_1)\r
87                 /sizeof(asn_DEF_SupportedSULFreqBandItem_tags_1[0]), /* 1 */\r
88         { 0, 0, SEQUENCE_constraint },\r
89         asn_MBR_SupportedSULFreqBandItem_1,\r
90         2,      /* Elements count */\r
91         &asn_SPC_SupportedSULFreqBandItem_specs_1       /* Additional specs */\r
92 };\r
93 \r