/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "../../../rrc_15.5.1_asn.asn1" * `asn1c -D ./rrc_out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #include "SCellConfig.h" #include "ServingCellConfigCommon.h" #include "ServingCellConfig.h" #include "SSB-MTC.h" static asn_TYPE_member_t asn_MBR_ext1_6[] = { { ATF_POINTER, 1, offsetof(struct SCellConfig__ext1, smtc), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SSB_MTC, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "smtc" }, }; static const int asn_MAP_ext1_oms_6[] = { 0 }; static const ber_tlv_tag_t asn_DEF_ext1_tags_6[] = { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_ext1_tag2el_6[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* smtc */ }; static asn_SEQUENCE_specifics_t asn_SPC_ext1_specs_6 = { sizeof(struct SCellConfig__ext1), offsetof(struct SCellConfig__ext1, _asn_ctx), asn_MAP_ext1_tag2el_6, 1, /* Count of tags in the map */ asn_MAP_ext1_oms_6, /* Optional members */ 1, 0, /* Root/Additions */ -1, /* First extension addition */ }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_ext1_6 = { "ext1", "ext1", &asn_OP_SEQUENCE, asn_DEF_ext1_tags_6, sizeof(asn_DEF_ext1_tags_6) /sizeof(asn_DEF_ext1_tags_6[0]) - 1, /* 1 */ asn_DEF_ext1_tags_6, /* Same as above */ sizeof(asn_DEF_ext1_tags_6) /sizeof(asn_DEF_ext1_tags_6[0]), /* 2 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_ext1_6, 1, /* Elements count */ &asn_SPC_ext1_specs_6 /* Additional specs */ }; asn_TYPE_member_t asn_MBR_SCellConfig_1[] = { { ATF_NOFLAGS, 0, offsetof(struct SCellConfig, sCellIndex), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SCellIndex, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "sCellIndex" }, { ATF_POINTER, 3, offsetof(struct SCellConfig, sCellConfigCommon), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_ServingCellConfigCommon, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "sCellConfigCommon" }, { ATF_POINTER, 2, offsetof(struct SCellConfig, sCellConfigDedicated), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_ServingCellConfig, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "sCellConfigDedicated" }, { ATF_POINTER, 1, offsetof(struct SCellConfig, ext1), (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 0, &asn_DEF_ext1_6, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "ext1" }, }; static const int asn_MAP_SCellConfig_oms_1[] = { 1, 2, 3 }; static const ber_tlv_tag_t asn_DEF_SCellConfig_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_SCellConfig_tag2el_1[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* sCellIndex */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* sCellConfigCommon */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* sCellConfigDedicated */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* ext1 */ }; asn_SEQUENCE_specifics_t asn_SPC_SCellConfig_specs_1 = { sizeof(struct SCellConfig), offsetof(struct SCellConfig, _asn_ctx), asn_MAP_SCellConfig_tag2el_1, 4, /* Count of tags in the map */ asn_MAP_SCellConfig_oms_1, /* Optional members */ 2, 1, /* Root/Additions */ 3, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_SCellConfig = { "SCellConfig", "SCellConfig", &asn_OP_SEQUENCE, asn_DEF_SCellConfig_tags_1, sizeof(asn_DEF_SCellConfig_tags_1) /sizeof(asn_DEF_SCellConfig_tags_1[0]), /* 1 */ asn_DEF_SCellConfig_tags_1, /* Same as above */ sizeof(asn_DEF_SCellConfig_tags_1) /sizeof(asn_DEF_SCellConfig_tags_1[0]), /* 1 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_SCellConfig_1, 4, /* Elements count */ &asn_SPC_SCellConfig_specs_1 /* Additional specs */ };