/* * 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 "PUCCH-SpatialRelationInfo.h" /* * This type is implemented using NativeEnumerated, * so here we adjust the DEF accordingly. */ static asn_oer_constraints_t asn_OER_type_referenceSignal_constr_4 CC_NOTUSED = { { 0, 0 }, -1}; static asn_per_constraints_t asn_PER_type_referenceSignal_constr_4 CC_NOTUSED = { { APC_CONSTRAINED, 2, 2, 0, 2 } /* (0..2) */, { APC_UNCONSTRAINED, -1, -1, 0, 0 }, 0, 0 /* No PER value map */ }; static asn_oer_constraints_t asn_OER_type_closedLoopIndex_constr_12 CC_NOTUSED = { { 0, 0 }, -1}; static asn_per_constraints_t asn_PER_type_closedLoopIndex_constr_12 CC_NOTUSED = { { APC_CONSTRAINED, 1, 1, 0, 1 } /* (0..1) */, { APC_UNCONSTRAINED, -1, -1, 0, 0 }, 0, 0 /* No PER value map */ }; static asn_TYPE_member_t asn_MBR_srs_7[] = { { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal__srs, resource), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SRS_ResourceId, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "resource" }, { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal__srs, uplinkBWP), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_BWP_Id, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "uplinkBWP" }, }; static const ber_tlv_tag_t asn_DEF_srs_tags_7[] = { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_srs_tag2el_7[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* resource */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* uplinkBWP */ }; static asn_SEQUENCE_specifics_t asn_SPC_srs_specs_7 = { sizeof(struct PUCCH_SpatialRelationInfo__referenceSignal__srs), offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal__srs, _asn_ctx), asn_MAP_srs_tag2el_7, 2, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ -1, /* First extension addition */ }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_srs_7 = { "srs", "srs", &asn_OP_SEQUENCE, asn_DEF_srs_tags_7, sizeof(asn_DEF_srs_tags_7) /sizeof(asn_DEF_srs_tags_7[0]) - 1, /* 1 */ asn_DEF_srs_tags_7, /* Same as above */ sizeof(asn_DEF_srs_tags_7) /sizeof(asn_DEF_srs_tags_7[0]), /* 2 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_srs_7, 2, /* Elements count */ &asn_SPC_srs_specs_7 /* Additional specs */ }; static asn_TYPE_member_t asn_MBR_referenceSignal_4[] = { { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal, choice.ssb_Index), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SSB_Index, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "ssb-Index" }, { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal, choice.csi_RS_Index), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_NZP_CSI_RS_ResourceId, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "csi-RS-Index" }, { ATF_POINTER, 0, offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal, choice.srs), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 0, &asn_DEF_srs_7, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "srs" }, }; static const asn_TYPE_tag2member_t asn_MAP_referenceSignal_tag2el_4[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ssb-Index */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* csi-RS-Index */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* srs */ }; static asn_CHOICE_specifics_t asn_SPC_referenceSignal_specs_4 = { sizeof(struct PUCCH_SpatialRelationInfo__referenceSignal), offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal, _asn_ctx), offsetof(struct PUCCH_SpatialRelationInfo__referenceSignal, present), sizeof(((struct PUCCH_SpatialRelationInfo__referenceSignal *)0)->present), asn_MAP_referenceSignal_tag2el_4, 3, /* Count of tags in the map */ 0, 0, -1 /* Extensions start */ }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_referenceSignal_4 = { "referenceSignal", "referenceSignal", &asn_OP_CHOICE, 0, /* No effective tags (pointer) */ 0, /* No effective tags (count) */ 0, /* No tags (pointer) */ 0, /* No tags (count) */ { &asn_OER_type_referenceSignal_constr_4, &asn_PER_type_referenceSignal_constr_4, CHOICE_constraint }, asn_MBR_referenceSignal_4, 3, /* Elements count */ &asn_SPC_referenceSignal_specs_4 /* Additional specs */ }; static const asn_INTEGER_enum_map_t asn_MAP_closedLoopIndex_value2enum_12[] = { { 0, 2, "i0" }, { 1, 2, "i1" } }; static const unsigned int asn_MAP_closedLoopIndex_enum2value_12[] = { 0, /* i0(0) */ 1 /* i1(1) */ }; static const asn_INTEGER_specifics_t asn_SPC_closedLoopIndex_specs_12 = { asn_MAP_closedLoopIndex_value2enum_12, /* "tag" => N; sorted by tag */ asn_MAP_closedLoopIndex_enum2value_12, /* N => "tag"; sorted by N */ 2, /* Number of elements in the maps */ 0, /* Enumeration is not extensible */ 1, /* Strict enumeration */ 0, /* Native long size */ 0 }; static const ber_tlv_tag_t asn_DEF_closedLoopIndex_tags_12[] = { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_closedLoopIndex_12 = { "closedLoopIndex", "closedLoopIndex", &asn_OP_NativeEnumerated, asn_DEF_closedLoopIndex_tags_12, sizeof(asn_DEF_closedLoopIndex_tags_12) /sizeof(asn_DEF_closedLoopIndex_tags_12[0]) - 1, /* 1 */ asn_DEF_closedLoopIndex_tags_12, /* Same as above */ sizeof(asn_DEF_closedLoopIndex_tags_12) /sizeof(asn_DEF_closedLoopIndex_tags_12[0]), /* 2 */ { &asn_OER_type_closedLoopIndex_constr_12, &asn_PER_type_closedLoopIndex_constr_12, NativeEnumerated_constraint }, 0, 0, /* Defined elsewhere */ &asn_SPC_closedLoopIndex_specs_12 /* Additional specs */ }; asn_TYPE_member_t asn_MBR_PUCCH_SpatialRelationInfo_1[] = { { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo, pucch_SpatialRelationInfoId), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_PUCCH_SpatialRelationInfoId, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "pucch-SpatialRelationInfoId" }, { ATF_POINTER, 1, offsetof(struct PUCCH_SpatialRelationInfo, servingCellId), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_ServCellIndex, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "servingCellId" }, { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo, referenceSignal), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), +1, /* EXPLICIT tag at current level */ &asn_DEF_referenceSignal_4, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "referenceSignal" }, { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo, pucch_PathlossReferenceRS_Id), (ASN_TAG_CLASS_CONTEXT | (3 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_PUCCH_PathlossReferenceRS_Id, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "pucch-PathlossReferenceRS-Id" }, { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo, p0_PUCCH_Id), (ASN_TAG_CLASS_CONTEXT | (4 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_P0_PUCCH_Id, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "p0-PUCCH-Id" }, { ATF_NOFLAGS, 0, offsetof(struct PUCCH_SpatialRelationInfo, closedLoopIndex), (ASN_TAG_CLASS_CONTEXT | (5 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_closedLoopIndex_12, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "closedLoopIndex" }, }; static const int asn_MAP_PUCCH_SpatialRelationInfo_oms_1[] = { 1 }; static const ber_tlv_tag_t asn_DEF_PUCCH_SpatialRelationInfo_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_PUCCH_SpatialRelationInfo_tag2el_1[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* pucch-SpatialRelationInfoId */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* servingCellId */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* referenceSignal */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* pucch-PathlossReferenceRS-Id */ { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* p0-PUCCH-Id */ { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 } /* closedLoopIndex */ }; asn_SEQUENCE_specifics_t asn_SPC_PUCCH_SpatialRelationInfo_specs_1 = { sizeof(struct PUCCH_SpatialRelationInfo), offsetof(struct PUCCH_SpatialRelationInfo, _asn_ctx), asn_MAP_PUCCH_SpatialRelationInfo_tag2el_1, 6, /* Count of tags in the map */ asn_MAP_PUCCH_SpatialRelationInfo_oms_1, /* Optional members */ 1, 0, /* Root/Additions */ -1, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_PUCCH_SpatialRelationInfo = { "PUCCH-SpatialRelationInfo", "PUCCH-SpatialRelationInfo", &asn_OP_SEQUENCE, asn_DEF_PUCCH_SpatialRelationInfo_tags_1, sizeof(asn_DEF_PUCCH_SpatialRelationInfo_tags_1) /sizeof(asn_DEF_PUCCH_SpatialRelationInfo_tags_1[0]), /* 1 */ asn_DEF_PUCCH_SpatialRelationInfo_tags_1, /* Same as above */ sizeof(asn_DEF_PUCCH_SpatialRelationInfo_tags_1) /sizeof(asn_DEF_PUCCH_SpatialRelationInfo_tags_1[0]), /* 1 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_PUCCH_SpatialRelationInfo_1, 6, /* Elements count */ &asn_SPC_PUCCH_SpatialRelationInfo_specs_1 /* Additional specs */ };