Re-generating protocol code.

This commit is contained in:
lotodore
2010-12-24 11:42:02 +00:00
parent 2fec7d18ea
commit f6d30e8703
92 changed files with 652 additions and 271 deletions
+24 -4
View File
@@ -458,6 +458,24 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0,
"afkWarningMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.reportAvatarMessage),
(ASN_TAG_CLASS_APPLICATION | (135 << 2)),
0,
&asn_DEF_ReportAvatarMessage,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"reportAvatarMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.reportAvatarAckMessage),
(ASN_TAG_CLASS_APPLICATION | (136 << 2)),
0,
&asn_DEF_ReportAvatarAckMessage,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"reportAvatarAckMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.errorMessage),
(ASN_TAG_CLASS_APPLICATION | (255 << 2)),
0,
@@ -519,7 +537,9 @@ static asn_TYPE_tag2member_t asn_MAP_PokerTHMessage_tag2el_1[] = {
{ (ASN_TAG_CLASS_APPLICATION | (132 << 2)), 47, 0, 0 }, /* timeoutWarningMessage at 74 */
{ (ASN_TAG_CLASS_APPLICATION | (133 << 2)), 48, 0, 0 }, /* resetTimeoutMessage at 75 */
{ (ASN_TAG_CLASS_APPLICATION | (134 << 2)), 49, 0, 0 }, /* afkWarningMessage at 76 */
{ (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 50, 0, 0 } /* errorMessage at 78 */
{ (ASN_TAG_CLASS_APPLICATION | (135 << 2)), 50, 0, 0 }, /* reportAvatarMessage at 77 */
{ (ASN_TAG_CLASS_APPLICATION | (136 << 2)), 51, 0, 0 }, /* reportAvatarAckMessage at 78 */
{ (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 52, 0, 0 } /* errorMessage at 80 */
};
static asn_CHOICE_specifics_t asn_SPC_PokerTHMessage_specs_1 = {
sizeof(struct PokerTHMessage),
@@ -527,9 +547,9 @@ static asn_CHOICE_specifics_t asn_SPC_PokerTHMessage_specs_1 = {
offsetof(struct PokerTHMessage, present),
sizeof(((struct PokerTHMessage *)0)->present),
asn_MAP_PokerTHMessage_tag2el_1,
51, /* Count of tags in the map */
53, /* Count of tags in the map */
0,
51 /* Extensions start */
53 /* Extensions start */
};
asn_TYPE_descriptor_t asn_DEF_PokerTHMessage = {
"PokerTHMessage",
@@ -549,7 +569,7 @@ asn_TYPE_descriptor_t asn_DEF_PokerTHMessage = {
0, /* No tags (count) */
0, /* No PER visible constraints */
asn_MBR_PokerTHMessage_1,
51, /* Elements count */
53, /* Elements count */
&asn_SPC_PokerTHMessage_specs_1 /* Additional specs */
};