2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "F1AP-IEs"
5 * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
11 BitRate_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;
17 ASN__CTFAIL(app_key, td, sptr,
18 "%s: value not given (%s:%d)",
19 td->name, __FILE__, __LINE__);
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__);
30 if((value >= 0 && value <= 4000000000000)) {
31 /* Constraint check succeeded */
34 ASN__CTFAIL(app_key, td, sptr,
35 "%s: constraint failed (%s:%d)",
36 td->name, __FILE__, __LINE__);
42 * This type is implemented using INTEGER,
43 * so here we adjust the DEF accordingly.
45 static asn_oer_constraints_t asn_OER_type_BitRate_constr_1 CC_NOTUSED = {
48 asn_per_constraints_t asn_PER_type_BitRate_constr_1 CC_NOTUSED = {
49 { APC_CONSTRAINED | APC_EXTENSIBLE, 42, -1, 0, 4000000000000 } /* (0..4000000000000,...) */,
50 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
51 0, 0 /* No PER value map */
53 static const ber_tlv_tag_t asn_DEF_BitRate_tags_1[] = {
54 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
56 asn_TYPE_descriptor_t asn_DEF_BitRate = {
60 asn_DEF_BitRate_tags_1,
61 sizeof(asn_DEF_BitRate_tags_1)
62 /sizeof(asn_DEF_BitRate_tags_1[0]), /* 1 */
63 asn_DEF_BitRate_tags_1, /* Same as above */
64 sizeof(asn_DEF_BitRate_tags_1)
65 /sizeof(asn_DEF_BitRate_tags_1[0]), /* 1 */
66 { &asn_OER_type_BitRate_constr_1, &asn_PER_type_BitRate_constr_1, BitRate_constraint },
67 0, 0, /* No members */