mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
273 lines
11 KiB
C
273 lines
11 KiB
C
10 years ago
|
/*
|
||
|
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
|
||
|
* From ASN.1 module "EUTRA-RRC-Definitions"
|
||
|
* found in "./asn1c/ASN1_files/EUTRA-RRC-Definitions.asn"
|
||
|
* `asn1c -gen-PER -fcompound-names -fnative-types`
|
||
|
*/
|
||
|
|
||
|
#include "PhysicalConfigDedicatedSCell-r10.h"
|
||
|
|
||
|
static asn_TYPE_member_t asn_MBR_nonUL_Configuration_r10_2[] = {
|
||
|
{ ATF_POINTER, 4, offsetof(struct PhysicalConfigDedicatedSCell_r10__nonUL_Configuration_r10, antennaInfo_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_AntennaInfoDedicated_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"antennaInfo-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 3, offsetof(struct PhysicalConfigDedicatedSCell_r10__nonUL_Configuration_r10, crossCarrierSchedulingConfig_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_CrossCarrierSchedulingConfig_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"crossCarrierSchedulingConfig-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 2, offsetof(struct PhysicalConfigDedicatedSCell_r10__nonUL_Configuration_r10, csi_RS_Config_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (2 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_CSI_RS_Config_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"csi-RS-Config-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 1, offsetof(struct PhysicalConfigDedicatedSCell_r10__nonUL_Configuration_r10, pdsch_ConfigDedicated_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (3 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_PDSCH_ConfigDedicated,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"pdsch-ConfigDedicated-r10"
|
||
|
},
|
||
|
};
|
||
|
static int asn_MAP_nonUL_Configuration_r10_oms_2[] = { 0, 1, 2, 3 };
|
||
|
static ber_tlv_tag_t asn_DEF_nonUL_Configuration_r10_tags_2[] = {
|
||
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
||
|
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
||
|
};
|
||
|
static asn_TYPE_tag2member_t asn_MAP_nonUL_Configuration_r10_tag2el_2[] = {
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* antennaInfo-r10 at 2180 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* crossCarrierSchedulingConfig-r10 at 2181 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* csi-RS-Config-r10 at 2182 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* pdsch-ConfigDedicated-r10 at 2183 */
|
||
|
};
|
||
|
static asn_SEQUENCE_specifics_t asn_SPC_nonUL_Configuration_r10_specs_2 = {
|
||
|
sizeof(struct PhysicalConfigDedicatedSCell_r10__nonUL_Configuration_r10),
|
||
|
offsetof(struct PhysicalConfigDedicatedSCell_r10__nonUL_Configuration_r10, _asn_ctx),
|
||
|
asn_MAP_nonUL_Configuration_r10_tag2el_2,
|
||
|
4, /* Count of tags in the map */
|
||
|
asn_MAP_nonUL_Configuration_r10_oms_2, /* Optional members */
|
||
|
4, 0, /* Root/Additions */
|
||
|
-1, /* Start extensions */
|
||
|
-1 /* Stop extensions */
|
||
|
};
|
||
|
static /* Use -fall-defs-global to expose */
|
||
|
asn_TYPE_descriptor_t asn_DEF_nonUL_Configuration_r10_2 = {
|
||
|
"nonUL-Configuration-r10",
|
||
|
"nonUL-Configuration-r10",
|
||
|
SEQUENCE_free,
|
||
|
SEQUENCE_print,
|
||
|
SEQUENCE_constraint,
|
||
|
SEQUENCE_decode_ber,
|
||
|
SEQUENCE_encode_der,
|
||
|
SEQUENCE_decode_xer,
|
||
|
SEQUENCE_encode_xer,
|
||
|
SEQUENCE_decode_uper,
|
||
|
SEQUENCE_encode_uper,
|
||
|
0, /* Use generic outmost tag fetcher */
|
||
|
asn_DEF_nonUL_Configuration_r10_tags_2,
|
||
|
sizeof(asn_DEF_nonUL_Configuration_r10_tags_2)
|
||
|
/sizeof(asn_DEF_nonUL_Configuration_r10_tags_2[0]) - 1, /* 1 */
|
||
|
asn_DEF_nonUL_Configuration_r10_tags_2, /* Same as above */
|
||
|
sizeof(asn_DEF_nonUL_Configuration_r10_tags_2)
|
||
|
/sizeof(asn_DEF_nonUL_Configuration_r10_tags_2[0]), /* 2 */
|
||
|
0, /* No PER visible constraints */
|
||
|
asn_MBR_nonUL_Configuration_r10_2,
|
||
|
4, /* Elements count */
|
||
|
&asn_SPC_nonUL_Configuration_r10_specs_2 /* Additional specs */
|
||
|
};
|
||
|
|
||
|
static asn_TYPE_member_t asn_MBR_ul_Configuration_r10_7[] = {
|
||
|
{ ATF_POINTER, 7, offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, antennaInfoUL_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_AntennaInfoUL_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"antennaInfoUL-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 6, offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, pusch_ConfigDedicatedSCell_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_PUSCH_ConfigDedicatedSCell_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"pusch-ConfigDedicatedSCell-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 5, offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, uplinkPowerControlDedicatedSCell_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (2 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_UplinkPowerControlDedicatedSCell_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"uplinkPowerControlDedicatedSCell-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 4, offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, cqi_ReportConfigSCell_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (3 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_CQI_ReportConfigSCell_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"cqi-ReportConfigSCell-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 3, offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, soundingRS_UL_ConfigDedicated_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (4 << 2)),
|
||
|
+1, /* EXPLICIT tag at current level */
|
||
|
&asn_DEF_SoundingRS_UL_ConfigDedicated,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"soundingRS-UL-ConfigDedicated-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 2, offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, soundingRS_UL_ConfigDedicated_v1020),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (5 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_SoundingRS_UL_ConfigDedicated_v1020,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"soundingRS-UL-ConfigDedicated-v1020"
|
||
|
},
|
||
|
{ ATF_POINTER, 1, offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, soundingRS_UL_ConfigDedicatedAperiodic_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (6 << 2)),
|
||
|
+1, /* EXPLICIT tag at current level */
|
||
|
&asn_DEF_SoundingRS_UL_ConfigDedicatedAperiodic_r10,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"soundingRS-UL-ConfigDedicatedAperiodic-r10"
|
||
|
},
|
||
|
};
|
||
|
static int asn_MAP_ul_Configuration_r10_oms_7[] = { 0, 1, 2, 3, 4, 5, 6 };
|
||
|
static ber_tlv_tag_t asn_DEF_ul_Configuration_r10_tags_7[] = {
|
||
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
||
|
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
||
|
};
|
||
|
static asn_TYPE_tag2member_t asn_MAP_ul_Configuration_r10_tag2el_7[] = {
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* antennaInfoUL-r10 at 2187 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* pusch-ConfigDedicatedSCell-r10 at 2188 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* uplinkPowerControlDedicatedSCell-r10 at 2189 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* cqi-ReportConfigSCell-r10 at 2190 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* soundingRS-UL-ConfigDedicated-r10 at 2191 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* soundingRS-UL-ConfigDedicated-v1020 at 2193 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 } /* soundingRS-UL-ConfigDedicatedAperiodic-r10 at 2195 */
|
||
|
};
|
||
|
static asn_SEQUENCE_specifics_t asn_SPC_ul_Configuration_r10_specs_7 = {
|
||
|
sizeof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10),
|
||
|
offsetof(struct PhysicalConfigDedicatedSCell_r10__ul_Configuration_r10, _asn_ctx),
|
||
|
asn_MAP_ul_Configuration_r10_tag2el_7,
|
||
|
7, /* Count of tags in the map */
|
||
|
asn_MAP_ul_Configuration_r10_oms_7, /* Optional members */
|
||
|
7, 0, /* Root/Additions */
|
||
|
-1, /* Start extensions */
|
||
|
-1 /* Stop extensions */
|
||
|
};
|
||
|
static /* Use -fall-defs-global to expose */
|
||
|
asn_TYPE_descriptor_t asn_DEF_ul_Configuration_r10_7 = {
|
||
|
"ul-Configuration-r10",
|
||
|
"ul-Configuration-r10",
|
||
|
SEQUENCE_free,
|
||
|
SEQUENCE_print,
|
||
|
SEQUENCE_constraint,
|
||
|
SEQUENCE_decode_ber,
|
||
|
SEQUENCE_encode_der,
|
||
|
SEQUENCE_decode_xer,
|
||
|
SEQUENCE_encode_xer,
|
||
|
SEQUENCE_decode_uper,
|
||
|
SEQUENCE_encode_uper,
|
||
|
0, /* Use generic outmost tag fetcher */
|
||
|
asn_DEF_ul_Configuration_r10_tags_7,
|
||
|
sizeof(asn_DEF_ul_Configuration_r10_tags_7)
|
||
|
/sizeof(asn_DEF_ul_Configuration_r10_tags_7[0]) - 1, /* 1 */
|
||
|
asn_DEF_ul_Configuration_r10_tags_7, /* Same as above */
|
||
|
sizeof(asn_DEF_ul_Configuration_r10_tags_7)
|
||
|
/sizeof(asn_DEF_ul_Configuration_r10_tags_7[0]), /* 2 */
|
||
|
0, /* No PER visible constraints */
|
||
|
asn_MBR_ul_Configuration_r10_7,
|
||
|
7, /* Elements count */
|
||
|
&asn_SPC_ul_Configuration_r10_specs_7 /* Additional specs */
|
||
|
};
|
||
|
|
||
|
static asn_TYPE_member_t asn_MBR_PhysicalConfigDedicatedSCell_r10_1[] = {
|
||
|
{ ATF_POINTER, 2, offsetof(struct PhysicalConfigDedicatedSCell_r10, nonUL_Configuration_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
||
|
0,
|
||
|
&asn_DEF_nonUL_Configuration_r10_2,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"nonUL-Configuration-r10"
|
||
|
},
|
||
|
{ ATF_POINTER, 1, offsetof(struct PhysicalConfigDedicatedSCell_r10, ul_Configuration_r10),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
||
|
0,
|
||
|
&asn_DEF_ul_Configuration_r10_7,
|
||
|
0, /* Defer constraints checking to the member type */
|
||
|
0, /* No PER visible constraints */
|
||
|
0,
|
||
|
"ul-Configuration-r10"
|
||
|
},
|
||
|
};
|
||
|
static int asn_MAP_PhysicalConfigDedicatedSCell_r10_oms_1[] = { 0, 1 };
|
||
|
static ber_tlv_tag_t asn_DEF_PhysicalConfigDedicatedSCell_r10_tags_1[] = {
|
||
|
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
||
|
};
|
||
|
static asn_TYPE_tag2member_t asn_MAP_PhysicalConfigDedicatedSCell_r10_tag2el_1[] = {
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* nonUL-Configuration-r10 at 2180 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* ul-Configuration-r10 at 2187 */
|
||
|
};
|
||
|
static asn_SEQUENCE_specifics_t asn_SPC_PhysicalConfigDedicatedSCell_r10_specs_1 = {
|
||
|
sizeof(struct PhysicalConfigDedicatedSCell_r10),
|
||
|
offsetof(struct PhysicalConfigDedicatedSCell_r10, _asn_ctx),
|
||
|
asn_MAP_PhysicalConfigDedicatedSCell_r10_tag2el_1,
|
||
|
2, /* Count of tags in the map */
|
||
|
asn_MAP_PhysicalConfigDedicatedSCell_r10_oms_1, /* Optional members */
|
||
|
2, 0, /* Root/Additions */
|
||
|
1, /* Start extensions */
|
||
|
3 /* Stop extensions */
|
||
|
};
|
||
|
asn_TYPE_descriptor_t asn_DEF_PhysicalConfigDedicatedSCell_r10 = {
|
||
|
"PhysicalConfigDedicatedSCell-r10",
|
||
|
"PhysicalConfigDedicatedSCell-r10",
|
||
|
SEQUENCE_free,
|
||
|
SEQUENCE_print,
|
||
|
SEQUENCE_constraint,
|
||
|
SEQUENCE_decode_ber,
|
||
|
SEQUENCE_encode_der,
|
||
|
SEQUENCE_decode_xer,
|
||
|
SEQUENCE_encode_xer,
|
||
|
SEQUENCE_decode_uper,
|
||
|
SEQUENCE_encode_uper,
|
||
|
0, /* Use generic outmost tag fetcher */
|
||
|
asn_DEF_PhysicalConfigDedicatedSCell_r10_tags_1,
|
||
|
sizeof(asn_DEF_PhysicalConfigDedicatedSCell_r10_tags_1)
|
||
|
/sizeof(asn_DEF_PhysicalConfigDedicatedSCell_r10_tags_1[0]), /* 1 */
|
||
|
asn_DEF_PhysicalConfigDedicatedSCell_r10_tags_1, /* Same as above */
|
||
|
sizeof(asn_DEF_PhysicalConfigDedicatedSCell_r10_tags_1)
|
||
|
/sizeof(asn_DEF_PhysicalConfigDedicatedSCell_r10_tags_1[0]), /* 1 */
|
||
|
0, /* No PER visible constraints */
|
||
|
asn_MBR_PhysicalConfigDedicatedSCell_r10_1,
|
||
|
2, /* Elements count */
|
||
|
&asn_SPC_PhysicalConfigDedicatedSCell_r10_specs_1 /* Additional specs */
|
||
|
};
|
||
|
|