blob: 113663bc1723f254662af4ce30750d8966ce6261 [file] [log] [blame]
Peter Szilagyifbc56f92019-07-23 19:29:46 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
kalnagy1455c852019-10-21 13:06:23 +02004 * found in "X2AP-15-4-0.asn1"
5 * `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
Peter Szilagyifbc56f92019-07-23 19:29:46 +00006 */
7
8#include "ExtendedBitRate.h"
9
10int
11ExtendedBitRate_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13 const INTEGER_t *st = (const INTEGER_t *)sptr;
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 if(asn_INTEGER2long(st, &value)) {
24 ASN__CTFAIL(app_key, td, sptr,
25 "%s: value too large (%s:%d)",
26 td->name, __FILE__, __LINE__);
27 return -1;
28 }
29
30 if((value >= 10000000001 && value <= 4000000000000)) {
31 /* Constraint check succeeded */
32 return 0;
33 } else {
34 ASN__CTFAIL(app_key, td, sptr,
35 "%s: constraint failed (%s:%d)",
36 td->name, __FILE__, __LINE__);
37 return -1;
38 }
39}
40
41/*
42 * This type is implemented using INTEGER,
43 * so here we adjust the DEF accordingly.
44 */
45static asn_oer_constraints_t asn_OER_type_ExtendedBitRate_constr_1 CC_NOTUSED = {
46 { 0, 0 },
47 -1};
48static asn_per_constraints_t asn_PER_type_ExtendedBitRate_constr_1 CC_NOTUSED = {
49 { APC_CONSTRAINED | APC_EXTENSIBLE, 42, -1, 10000000001, 4000000000000 } /* (10000000001..4000000000000,...) */,
50 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
51 0, 0 /* No PER value map */
52};
53static const ber_tlv_tag_t asn_DEF_ExtendedBitRate_tags_1[] = {
54 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
55};
56asn_TYPE_descriptor_t asn_DEF_ExtendedBitRate = {
57 "ExtendedBitRate",
58 "ExtendedBitRate",
59 &asn_OP_INTEGER,
60 asn_DEF_ExtendedBitRate_tags_1,
61 sizeof(asn_DEF_ExtendedBitRate_tags_1)
62 /sizeof(asn_DEF_ExtendedBitRate_tags_1[0]), /* 1 */
63 asn_DEF_ExtendedBitRate_tags_1, /* Same as above */
64 sizeof(asn_DEF_ExtendedBitRate_tags_1)
65 /sizeof(asn_DEF_ExtendedBitRate_tags_1[0]), /* 1 */
66 { &asn_OER_type_ExtendedBitRate_constr_1, &asn_PER_type_ExtendedBitRate_constr_1, ExtendedBitRate_constraint },
67 0, 0, /* No members */
68 0 /* No specifics */
69};
70