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

📄 commandreply.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 "CommandReply.h"static asn_TYPE_member_t asn_MBR_CommandReply_1[] = {	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.addReply),		(ASN_TAG_CLASS_CONTEXT | (0 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_AmmsReply,		0,	/* Defer constraints checking to the member type */		"addReply"		},	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.moveReply),		(ASN_TAG_CLASS_CONTEXT | (1 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_AmmsReply,		0,	/* Defer constraints checking to the member type */		"moveReply"		},	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.modReply),		(ASN_TAG_CLASS_CONTEXT | (2 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_AmmsReply,		0,	/* Defer constraints checking to the member type */		"modReply"		},	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.subtractReply),		(ASN_TAG_CLASS_CONTEXT | (3 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_AmmsReply,		0,	/* Defer constraints checking to the member type */		"subtractReply"		},	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.auditCapReply),		(ASN_TAG_CLASS_CONTEXT | (4 << 2)),		+1,	/* EXPLICIT tag at current level */		(void *)&asn_DEF_AuditReply,		0,	/* Defer constraints checking to the member type */		"auditCapReply"		},	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.auditValueReply),		(ASN_TAG_CLASS_CONTEXT | (5 << 2)),		+1,	/* EXPLICIT tag at current level */		(void *)&asn_DEF_AuditReply,		0,	/* Defer constraints checking to the member type */		"auditValueReply"		},	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.notifyReply),		(ASN_TAG_CLASS_CONTEXT | (6 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_NotifyReply,		0,	/* Defer constraints checking to the member type */		"notifyReply"		},	{ ATF_NOFLAGS, 0, offsetof(struct CommandReply, choice.serviceChangeReply),		(ASN_TAG_CLASS_CONTEXT | (7 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_ServiceChangeReply,		0,	/* Defer constraints checking to the member type */		"serviceChangeReply"		},};static asn_TYPE_tag2member_t asn_MAP_CommandReply_1_tag2el[] = {    { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* addReply at 195 */    { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* moveReply at 196 */    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* modReply at 197 */    { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* subtractReply at 198 */    { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* auditCapReply at 200 */    { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* auditValueReply at 201 */    { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 }, /* notifyReply at 202 */    { (ASN_TAG_CLASS_CONTEXT | (7 << 2)), 7, 0, 0 } /* serviceChangeReply at 203 */};static asn_CHOICE_specifics_t asn_SPC_CommandReply_1_specs = {	sizeof(struct CommandReply),	offsetof(struct CommandReply, _asn_ctx),	offsetof(struct CommandReply, present),	sizeof(((struct CommandReply *)0)->present),	asn_MAP_CommandReply_1_tag2el,	8,	/* Count of tags in the map */	1	/* Whether extensible */};asn_TYPE_descriptor_t asn_DEF_CommandReply = {	"CommandReply",	"CommandReply",	CHOICE_free,	CHOICE_print,	CHOICE_constraint,	CHOICE_decode_ber,	CHOICE_encode_der,	CHOICE_decode_xer,	CHOICE_encode_xer,	CHOICE_outmost_tag,	0,	/* No effective tags (pointer) */	0,	/* No effective tags (count) */	0,	/* No tags (pointer) */	0,	/* No tags (count) */	asn_MBR_CommandReply_1,	8,	/* Elements count */	&asn_SPC_CommandReply_1_specs	/* Additional specs */};

⌨️ 快捷键说明

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