⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 indaudterminationstatedescriptor.c

📁 H.248协议编解码协议栈
💻 C
字号:
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * 	found in "h248_2.asn" */#include <asn_internal.h>#include "IndAudTerminationStateDescriptor.h"static asn_TYPE_member_t asn_MBR_propertyParms_2[] = {	{ ATF_NOFLAGS, 0, 0,		(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),		0,		(void *)&asn_DEF_IndAudPropertyParm,		0,	/* Defer constraints checking to the member type */		""		},};static ber_tlv_tag_t asn_DEF_propertyParms_2_tags[] = {	(ASN_TAG_CLASS_CONTEXT | (0 << 2)),	(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))};static asn_SET_OF_specifics_t asn_SPC_propertyParms_2_specs = {	sizeof(struct propertyParms),	offsetof(struct propertyParms, _asn_ctx),	0,	/* XER encoding is XMLDelimitedItemList */};static /* Use -fall-defs-global to expose */asn_TYPE_descriptor_t asn_DEF_propertyParms_2 = {	"propertyParms",	"propertyParms",	SEQUENCE_OF_free,	SEQUENCE_OF_print,	SEQUENCE_OF_constraint,	SEQUENCE_OF_decode_ber,	SEQUENCE_OF_encode_der,	SEQUENCE_OF_decode_xer,	SEQUENCE_OF_encode_xer,	0,	/* Use generic outmost tag fetcher */	asn_DEF_propertyParms_2_tags,	sizeof(asn_DEF_propertyParms_2_tags)		/sizeof(asn_DEF_propertyParms_2_tags[0]) - 1, /* 1 */	asn_DEF_propertyParms_2_tags,	/* Same as above */	sizeof(asn_DEF_propertyParms_2_tags)		/sizeof(asn_DEF_propertyParms_2_tags[0]), /* 2 */	asn_MBR_propertyParms_2,	1,	/* Single element */	&asn_SPC_propertyParms_2_specs	/* Additional specs */};static asn_TYPE_member_t asn_MBR_IndAudTerminationStateDescriptor_1[] = {	{ ATF_NOFLAGS, 0, offsetof(struct IndAudTerminationStateDescriptor, propertyParms),		(ASN_TAG_CLASS_CONTEXT | (0 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_propertyParms_2,		0,	/* Defer constraints checking to the member type */		"propertyParms"		},	{ ATF_POINTER, 2, offsetof(struct IndAudTerminationStateDescriptor, eventBufferControl),		(ASN_TAG_CLASS_CONTEXT | (1 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_NULL,		0,	/* Defer constraints checking to the member type */		"eventBufferControl"		},	{ ATF_POINTER, 1, offsetof(struct IndAudTerminationStateDescriptor, serviceState),		(ASN_TAG_CLASS_CONTEXT | (2 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_NULL,		0,	/* Defer constraints checking to the member type */		"serviceState"		},};static ber_tlv_tag_t asn_DEF_IndAudTerminationStateDescriptor_1_tags[] = {	(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))};static asn_TYPE_tag2member_t asn_MAP_IndAudTerminationStateDescriptor_1_tag2el[] = {    { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* propertyParms at 379 */    { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* eventBufferControl at 380 */    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* serviceState at 381 */};static asn_SEQUENCE_specifics_t asn_SPC_IndAudTerminationStateDescriptor_1_specs = {	sizeof(struct IndAudTerminationStateDescriptor),	offsetof(struct IndAudTerminationStateDescriptor, _asn_ctx),	asn_MAP_IndAudTerminationStateDescriptor_1_tag2el,	3,	/* Count of tags in the map */	2,	/* Start extensions */	4	/* Stop extensions */};asn_TYPE_descriptor_t asn_DEF_IndAudTerminationStateDescriptor = {	"IndAudTerminationStateDescriptor",	"IndAudTerminationStateDescriptor",	SEQUENCE_free,	SEQUENCE_print,	SEQUENCE_constraint,	SEQUENCE_decode_ber,	SEQUENCE_encode_der,	SEQUENCE_decode_xer,	SEQUENCE_encode_xer,	0,	/* Use generic outmost tag fetcher */	asn_DEF_IndAudTerminationStateDescriptor_1_tags,	sizeof(asn_DEF_IndAudTerminationStateDescriptor_1_tags)		/sizeof(asn_DEF_IndAudTerminationStateDescriptor_1_tags[0]), /* 1 */	asn_DEF_IndAudTerminationStateDescriptor_1_tags,	/* Same as above */	sizeof(asn_DEF_IndAudTerminationStateDescriptor_1_tags)		/sizeof(asn_DEF_IndAudTerminationStateDescriptor_1_tags[0]), /* 1 */	asn_MBR_IndAudTerminationStateDescriptor_1,	3,	/* Elements count */	&asn_SPC_IndAudTerminationStateDescriptor_1_specs	/* Additional specs */};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -