2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "RFC1155-SMI"
4 * found in "RFC1155-SMI.asn1"
5 * `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
11 TimeTicks_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
15 ASN__CTFAIL(app_key, td, sptr,
16 "%s: value not given (%s:%d)",
17 td->name, __FILE__, __LINE__);
22 /* Constraint check succeeded */
27 * This type is implemented using NativeInteger,
28 * so here we adjust the DEF accordingly.
30 static asn_oer_constraints_t asn_OER_type_TimeTicks_constr_1 CC_NOTUSED = {
31 { 4, 1 } /* (0..4294967295) */,
33 asn_per_constraints_t asn_PER_type_TimeTicks_constr_1 CC_NOTUSED = {
34 { APC_CONSTRAINED, 32, -1, 0, 4294967295 } /* (0..4294967295) */,
35 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
36 0, 0 /* No PER value map */
38 const asn_INTEGER_specifics_t asn_SPC_TimeTicks_specs_1 = {
40 0, /* Native long size */
41 1 /* Unsigned representation */
43 static const ber_tlv_tag_t asn_DEF_TimeTicks_tags_1[] = {
44 (ASN_TAG_CLASS_APPLICATION | (3 << 2)),
45 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
47 asn_TYPE_descriptor_t asn_DEF_TimeTicks = {
50 &asn_OP_NativeInteger,
51 asn_DEF_TimeTicks_tags_1,
52 sizeof(asn_DEF_TimeTicks_tags_1)
53 /sizeof(asn_DEF_TimeTicks_tags_1[0]) - 1, /* 1 */
54 asn_DEF_TimeTicks_tags_1, /* Same as above */
55 sizeof(asn_DEF_TimeTicks_tags_1)
56 /sizeof(asn_DEF_TimeTicks_tags_1[0]), /* 2 */
57 { &asn_OER_type_TimeTicks_constr_1, &asn_PER_type_TimeTicks_constr_1, TimeTicks_constraint },
58 0, 0, /* No members */
59 &asn_SPC_TimeTicks_specs_1 /* Additional specs */