/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "../../../rrc_15.3_asn.asn1" * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #include "SIB9.h" static int memb_timeInfoUTC_constraint_2(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { const INTEGER_t *st = (const INTEGER_t *)sptr; long value; if(!sptr) { ASN__CTFAIL(app_key, td, sptr, "%s: value not given (%s:%d)", td->name, __FILE__, __LINE__); return -1; } if(asn_INTEGER2long(st, &value)) { ASN__CTFAIL(app_key, td, sptr, "%s: value too large (%s:%d)", td->name, __FILE__, __LINE__); return -1; } if((value >= 0 && value <= 549755813887)) { /* Constraint check succeeded */ return 0; } else { ASN__CTFAIL(app_key, td, sptr, "%s: constraint failed (%s:%d)", td->name, __FILE__, __LINE__); return -1; } } static int memb_dayLightSavingTime_constraint_2(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { const BIT_STRING_t *st = (const BIT_STRING_t *)sptr; size_t size; if(!sptr) { ASN__CTFAIL(app_key, td, sptr, "%s: value not given (%s:%d)", td->name, __FILE__, __LINE__); return -1; } if(st->size > 0) { /* Size in bits */ size = 8 * st->size - (st->bits_unused & 0x07); } else { size = 0; } if((size == 2)) { /* Constraint check succeeded */ return 0; } else { ASN__CTFAIL(app_key, td, sptr, "%s: constraint failed (%s:%d)", td->name, __FILE__, __LINE__); return -1; } } static int memb_leapSeconds_constraint_2(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { long value; if(!sptr) { ASN__CTFAIL(app_key, td, sptr, "%s: value not given (%s:%d)", td->name, __FILE__, __LINE__); return -1; } value = *(const long *)sptr; if((value >= -127 && value <= 128)) { /* Constraint check succeeded */ return 0; } else { ASN__CTFAIL(app_key, td, sptr, "%s: constraint failed (%s:%d)", td->name, __FILE__, __LINE__); return -1; } } static int memb_localTimeOffset_constraint_2(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { long value; if(!sptr) { ASN__CTFAIL(app_key, td, sptr, "%s: value not given (%s:%d)", td->name, __FILE__, __LINE__); return -1; } value = *(const long *)sptr; if((value >= -63 && value <= 64)) { /* Constraint check succeeded */ return 0; } else { ASN__CTFAIL(app_key, td, sptr, "%s: constraint failed (%s:%d)", td->name, __FILE__, __LINE__); return -1; } } static asn_oer_constraints_t asn_OER_memb_timeInfoUTC_constr_3 CC_NOTUSED = { { 8, 1 } /* (0..549755813887) */, -1}; static asn_per_constraints_t asn_PER_memb_timeInfoUTC_constr_3 CC_NOTUSED = { { APC_CONSTRAINED, 39, -1, 0, 549755813887 } /* (0..549755813887) */, { APC_UNCONSTRAINED, -1, -1, 0, 0 }, 0, 0 /* No PER value map */ }; static asn_oer_constraints_t asn_OER_memb_dayLightSavingTime_constr_4 CC_NOTUSED = { { 0, 0 }, 2 /* (SIZE(2..2)) */}; static asn_per_constraints_t asn_PER_memb_dayLightSavingTime_constr_4 CC_NOTUSED = { { APC_UNCONSTRAINED, -1, -1, 0, 0 }, { APC_CONSTRAINED, 0, 0, 2, 2 } /* (SIZE(2..2)) */, 0, 0 /* No PER value map */ }; static asn_oer_constraints_t asn_OER_memb_leapSeconds_constr_5 CC_NOTUSED = { { 2, 0 } /* (-127..128) */, -1}; static asn_per_constraints_t asn_PER_memb_leapSeconds_constr_5 CC_NOTUSED = { { APC_CONSTRAINED, 8, 8, -127, 128 } /* (-127..128) */, { APC_UNCONSTRAINED, -1, -1, 0, 0 }, 0, 0 /* No PER value map */ }; static asn_oer_constraints_t asn_OER_memb_localTimeOffset_constr_6 CC_NOTUSED = { { 1, 0 } /* (-63..64) */, -1}; static asn_per_constraints_t asn_PER_memb_localTimeOffset_constr_6 CC_NOTUSED = { { APC_CONSTRAINED, 7, 7, -63, 64 } /* (-63..64) */, { APC_UNCONSTRAINED, -1, -1, 0, 0 }, 0, 0 /* No PER value map */ }; static asn_TYPE_member_t asn_MBR_timeInfo_2[] = { { ATF_NOFLAGS, 0, offsetof(struct SIB9__timeInfo, timeInfoUTC), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_INTEGER, 0, { &asn_OER_memb_timeInfoUTC_constr_3, &asn_PER_memb_timeInfoUTC_constr_3, memb_timeInfoUTC_constraint_2 }, 0, 0, /* No default value */ "timeInfoUTC" }, { ATF_POINTER, 3, offsetof(struct SIB9__timeInfo, dayLightSavingTime), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_BIT_STRING, 0, { &asn_OER_memb_dayLightSavingTime_constr_4, &asn_PER_memb_dayLightSavingTime_constr_4, memb_dayLightSavingTime_constraint_2 }, 0, 0, /* No default value */ "dayLightSavingTime" }, { ATF_POINTER, 2, offsetof(struct SIB9__timeInfo, leapSeconds), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_NativeInteger, 0, { &asn_OER_memb_leapSeconds_constr_5, &asn_PER_memb_leapSeconds_constr_5, memb_leapSeconds_constraint_2 }, 0, 0, /* No default value */ "leapSeconds" }, { ATF_POINTER, 1, offsetof(struct SIB9__timeInfo, localTimeOffset), (ASN_TAG_CLASS_CONTEXT | (3 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_NativeInteger, 0, { &asn_OER_memb_localTimeOffset_constr_6, &asn_PER_memb_localTimeOffset_constr_6, memb_localTimeOffset_constraint_2 }, 0, 0, /* No default value */ "localTimeOffset" }, }; static const int asn_MAP_timeInfo_oms_2[] = { 1, 2, 3 }; static const ber_tlv_tag_t asn_DEF_timeInfo_tags_2[] = { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_timeInfo_tag2el_2[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* timeInfoUTC */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* dayLightSavingTime */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* leapSeconds */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* localTimeOffset */ }; static asn_SEQUENCE_specifics_t asn_SPC_timeInfo_specs_2 = { sizeof(struct SIB9__timeInfo), offsetof(struct SIB9__timeInfo, _asn_ctx), asn_MAP_timeInfo_tag2el_2, 4, /* Count of tags in the map */ asn_MAP_timeInfo_oms_2, /* Optional members */ 3, 0, /* Root/Additions */ -1, /* First extension addition */ }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_timeInfo_2 = { "timeInfo", "timeInfo", &asn_OP_SEQUENCE, asn_DEF_timeInfo_tags_2, sizeof(asn_DEF_timeInfo_tags_2) /sizeof(asn_DEF_timeInfo_tags_2[0]) - 1, /* 1 */ asn_DEF_timeInfo_tags_2, /* Same as above */ sizeof(asn_DEF_timeInfo_tags_2) /sizeof(asn_DEF_timeInfo_tags_2[0]), /* 2 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_timeInfo_2, 4, /* Elements count */ &asn_SPC_timeInfo_specs_2 /* Additional specs */ }; asn_TYPE_member_t asn_MBR_SIB9_1[] = { { ATF_POINTER, 2, offsetof(struct SIB9, timeInfo), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, &asn_DEF_timeInfo_2, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "timeInfo" }, { ATF_POINTER, 1, offsetof(struct SIB9, lateNonCriticalExtension), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_OCTET_STRING, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "lateNonCriticalExtension" }, }; static const int asn_MAP_SIB9_oms_1[] = { 0, 1 }; static const ber_tlv_tag_t asn_DEF_SIB9_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_SIB9_tag2el_1[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* timeInfo */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* lateNonCriticalExtension */ }; asn_SEQUENCE_specifics_t asn_SPC_SIB9_specs_1 = { sizeof(struct SIB9), offsetof(struct SIB9, _asn_ctx), asn_MAP_SIB9_tag2el_1, 2, /* Count of tags in the map */ asn_MAP_SIB9_oms_1, /* Optional members */ 2, 0, /* Root/Additions */ 2, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_SIB9 = { "SIB9", "SIB9", &asn_OP_SEQUENCE, asn_DEF_SIB9_tags_1, sizeof(asn_DEF_SIB9_tags_1) /sizeof(asn_DEF_SIB9_tags_1[0]), /* 1 */ asn_DEF_SIB9_tags_1, /* Same as above */ sizeof(asn_DEF_SIB9_tags_1) /sizeof(asn_DEF_SIB9_tags_1[0]), /* 1 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_SIB9_1, 2, /* Elements count */ &asn_SPC_SIB9_specs_1 /* Additional specs */ };