libosmo-asn1-map/src/GmscCamelSubscriptionInfo.c

111 lines
4.0 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-CH-DataTypes"
* found in "../asn//MAP-CH-DataTypes.asn"
*/
#include <asn_internal.h>
#include "GmscCamelSubscriptionInfo.h"
static asn_TYPE_member_t asn_MBR_GmscCamelSubscriptionInfo_1[] = {
{ ATF_POINTER, 6, offsetof(struct GmscCamelSubscriptionInfo, t_CSI),
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_T_CSI,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"t-CSI"
},
{ ATF_POINTER, 5, offsetof(struct GmscCamelSubscriptionInfo, o_CSI),
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_O_CSI,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"o-CSI"
},
{ ATF_POINTER, 4, offsetof(struct GmscCamelSubscriptionInfo, extensionContainer),
(ASN_TAG_CLASS_CONTEXT | (2 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_ExtensionContainer,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"extensionContainer"
},
{ ATF_POINTER, 3, offsetof(struct GmscCamelSubscriptionInfo, o_BcsmCamelTDP_CriteriaList),
(ASN_TAG_CLASS_CONTEXT | (3 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_O_BcsmCamelTDPCriteriaList,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"o-BcsmCamelTDP-CriteriaList"
},
{ ATF_POINTER, 2, offsetof(struct GmscCamelSubscriptionInfo, t_BCSM_CAMEL_TDP_CriteriaList),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_T_BCSM_CAMEL_TDP_CriteriaList,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"t-BCSM-CAMEL-TDP-CriteriaList"
},
{ ATF_POINTER, 1, offsetof(struct GmscCamelSubscriptionInfo, d_csi),
(ASN_TAG_CLASS_CONTEXT | (5 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_D_CSI,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"d-csi"
},
};
static ber_tlv_tag_t asn_DEF_GmscCamelSubscriptionInfo_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
static asn_TYPE_tag2member_t asn_MAP_GmscCamelSubscriptionInfo_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* t-CSI at 325 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* o-CSI at 326 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* extensionContainer at 327 */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* o-BcsmCamelTDP-CriteriaList at 329 */
{ (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* t-BCSM-CAMEL-TDP-CriteriaList at 330 */
{ (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 } /* d-csi at 331 */
};
static asn_SEQUENCE_specifics_t asn_SPC_GmscCamelSubscriptionInfo_specs_1 = {
sizeof(struct GmscCamelSubscriptionInfo),
offsetof(struct GmscCamelSubscriptionInfo, _asn_ctx),
asn_MAP_GmscCamelSubscriptionInfo_tag2el_1,
6, /* Count of tags in the map */
0, 0, 0, /* Optional elements (not needed) */
2, /* Start extensions */
7 /* Stop extensions */
};
asn_TYPE_descriptor_t asn_DEF_GmscCamelSubscriptionInfo = {
"GmscCamelSubscriptionInfo",
"GmscCamelSubscriptionInfo",
SEQUENCE_free,
SEQUENCE_print,
SEQUENCE_constraint,
SEQUENCE_decode_ber,
SEQUENCE_encode_der,
SEQUENCE_decode_xer,
SEQUENCE_encode_xer,
0, 0, /* No PER support, use "-gen-PER" to enable */
0, /* Use generic outmost tag fetcher */
asn_DEF_GmscCamelSubscriptionInfo_tags_1,
sizeof(asn_DEF_GmscCamelSubscriptionInfo_tags_1)
/sizeof(asn_DEF_GmscCamelSubscriptionInfo_tags_1[0]), /* 1 */
asn_DEF_GmscCamelSubscriptionInfo_tags_1, /* Same as above */
sizeof(asn_DEF_GmscCamelSubscriptionInfo_tags_1)
/sizeof(asn_DEF_GmscCamelSubscriptionInfo_tags_1[0]), /* 1 */
0, /* No PER visible constraints */
asn_MBR_GmscCamelSubscriptionInfo_1,
6, /* Elements count */
&asn_SPC_GmscCamelSubscriptionInfo_specs_1 /* Additional specs */
};