Regenerating protocol code.

This commit is contained in:
lotodore
2011-01-30 16:24:19 +00:00
parent cb89dccf60
commit d47994dfdb
4 changed files with 145 additions and 119 deletions
+87 -76
View File
@@ -98,7 +98,7 @@ requestId_2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
} }
static int static int
playerId_3_constraint(asn_TYPE_descriptor_t *td, const void *sptr, playerId_4_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constraint_failed_f *ctfailcb, void *app_key) { asn_app_constraint_failed_f *ctfailcb, void *app_key) {
unsigned long value; unsigned long value;
@@ -127,7 +127,7 @@ playerId_3_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
* so here we adjust the DEF accordingly. * so here we adjust the DEF accordingly.
*/ */
static void static void
playerId_3_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) { playerId_4_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->free_struct = asn_DEF_NativeInteger.free_struct; td->free_struct = asn_DEF_NativeInteger.free_struct;
td->print_struct = asn_DEF_NativeInteger.print_struct; td->print_struct = asn_DEF_NativeInteger.print_struct;
td->ber_decoder = asn_DEF_NativeInteger.ber_decoder; td->ber_decoder = asn_DEF_NativeInteger.ber_decoder;
@@ -144,51 +144,51 @@ playerId_3_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
} }
static void static void
playerId_3_free(asn_TYPE_descriptor_t *td, playerId_4_free(asn_TYPE_descriptor_t *td,
void *struct_ptr, int contents_only) { void *struct_ptr, int contents_only) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
td->free_struct(td, struct_ptr, contents_only); td->free_struct(td, struct_ptr, contents_only);
} }
static int static int
playerId_3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, playerId_4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
int ilevel, asn_app_consume_bytes_f *cb, void *app_key) { int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->print_struct(td, struct_ptr, ilevel, cb, app_key); return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
} }
static asn_dec_rval_t static asn_dec_rval_t
playerId_3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, playerId_4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
static asn_enc_rval_t static asn_enc_rval_t
playerId_3_encode_der(asn_TYPE_descriptor_t *td, playerId_4_encode_der(asn_TYPE_descriptor_t *td,
void *structure, int tag_mode, ber_tlv_tag_t tag, void *structure, int tag_mode, ber_tlv_tag_t tag,
asn_app_consume_bytes_f *cb, void *app_key) { asn_app_consume_bytes_f *cb, void *app_key) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->der_encoder(td, structure, tag_mode, tag, cb, app_key); return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
} }
static asn_dec_rval_t static asn_dec_rval_t
playerId_3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, playerId_4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, const void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
static asn_enc_rval_t static asn_enc_rval_t
playerId_3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, playerId_4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
int ilevel, enum xer_encoder_flags_e flags, int ilevel, enum xer_encoder_flags_e flags,
asn_app_consume_bytes_f *cb, void *app_key) { asn_app_consume_bytes_f *cb, void *app_key) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->xer_encoder(td, structure, ilevel, flags, cb, app_key); return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
} }
static int static int
cleanerActionType_4_constraint(asn_TYPE_descriptor_t *td, const void *sptr, cleanerActionType_5_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constraint_failed_f *ctfailcb, void *app_key) { asn_app_constraint_failed_f *ctfailcb, void *app_key) {
/* Replace with underlying type checker */ /* Replace with underlying type checker */
td->check_constraints = asn_DEF_NativeEnumerated.check_constraints; td->check_constraints = asn_DEF_NativeEnumerated.check_constraints;
@@ -200,7 +200,7 @@ cleanerActionType_4_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
* so here we adjust the DEF accordingly. * so here we adjust the DEF accordingly.
*/ */
static void static void
cleanerActionType_4_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) { cleanerActionType_5_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->free_struct = asn_DEF_NativeEnumerated.free_struct; td->free_struct = asn_DEF_NativeEnumerated.free_struct;
td->print_struct = asn_DEF_NativeEnumerated.print_struct; td->print_struct = asn_DEF_NativeEnumerated.print_struct;
td->ber_decoder = asn_DEF_NativeEnumerated.ber_decoder; td->ber_decoder = asn_DEF_NativeEnumerated.ber_decoder;
@@ -217,46 +217,46 @@ cleanerActionType_4_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
} }
static void static void
cleanerActionType_4_free(asn_TYPE_descriptor_t *td, cleanerActionType_5_free(asn_TYPE_descriptor_t *td,
void *struct_ptr, int contents_only) { void *struct_ptr, int contents_only) {
cleanerActionType_4_inherit_TYPE_descriptor(td); cleanerActionType_5_inherit_TYPE_descriptor(td);
td->free_struct(td, struct_ptr, contents_only); td->free_struct(td, struct_ptr, contents_only);
} }
static int static int
cleanerActionType_4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, cleanerActionType_5_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
int ilevel, asn_app_consume_bytes_f *cb, void *app_key) { int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
cleanerActionType_4_inherit_TYPE_descriptor(td); cleanerActionType_5_inherit_TYPE_descriptor(td);
return td->print_struct(td, struct_ptr, ilevel, cb, app_key); return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
} }
static asn_dec_rval_t static asn_dec_rval_t
cleanerActionType_4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, cleanerActionType_5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
cleanerActionType_4_inherit_TYPE_descriptor(td); cleanerActionType_5_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
static asn_enc_rval_t static asn_enc_rval_t
cleanerActionType_4_encode_der(asn_TYPE_descriptor_t *td, cleanerActionType_5_encode_der(asn_TYPE_descriptor_t *td,
void *structure, int tag_mode, ber_tlv_tag_t tag, void *structure, int tag_mode, ber_tlv_tag_t tag,
asn_app_consume_bytes_f *cb, void *app_key) { asn_app_consume_bytes_f *cb, void *app_key) {
cleanerActionType_4_inherit_TYPE_descriptor(td); cleanerActionType_5_inherit_TYPE_descriptor(td);
return td->der_encoder(td, structure, tag_mode, tag, cb, app_key); return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
} }
static asn_dec_rval_t static asn_dec_rval_t
cleanerActionType_4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, cleanerActionType_5_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, const void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
cleanerActionType_4_inherit_TYPE_descriptor(td); cleanerActionType_5_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
static asn_enc_rval_t static asn_enc_rval_t
cleanerActionType_4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, cleanerActionType_5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
int ilevel, enum xer_encoder_flags_e flags, int ilevel, enum xer_encoder_flags_e flags,
asn_app_consume_bytes_f *cb, void *app_key) { asn_app_consume_bytes_f *cb, void *app_key) {
cleanerActionType_4_inherit_TYPE_descriptor(td); cleanerActionType_5_inherit_TYPE_descriptor(td);
return td->xer_encoder(td, structure, ilevel, flags, cb, app_key); return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
} }
@@ -374,84 +374,84 @@ asn_TYPE_descriptor_t asn_DEF_requestId_2 = {
&asn_SPC_requestId_specs_2 /* Additional specs */ &asn_SPC_requestId_specs_2 /* Additional specs */
}; };
static asn_INTEGER_specifics_t asn_SPC_playerId_specs_3 = { static asn_INTEGER_specifics_t asn_SPC_playerId_specs_4 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_playerId_tags_3[] = { static ber_tlv_tag_t asn_DEF_playerId_tags_4[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
static /* Use -fall-defs-global to expose */ static /* Use -fall-defs-global to expose */
asn_TYPE_descriptor_t asn_DEF_playerId_3 = { asn_TYPE_descriptor_t asn_DEF_playerId_4 = {
"playerId", "playerId",
"playerId", "playerId",
playerId_3_free, playerId_4_free,
playerId_3_print, playerId_4_print,
playerId_3_constraint, playerId_4_constraint,
playerId_3_decode_ber, playerId_4_decode_ber,
playerId_3_encode_der, playerId_4_encode_der,
playerId_3_decode_xer, playerId_4_decode_xer,
playerId_3_encode_xer, playerId_4_encode_xer,
0, 0, /* No PER support, use "-gen-PER" to enable */ 0, 0, /* No PER support, use "-gen-PER" to enable */
0, /* Use generic outmost tag fetcher */ 0, /* Use generic outmost tag fetcher */
asn_DEF_playerId_tags_3, asn_DEF_playerId_tags_4,
sizeof(asn_DEF_playerId_tags_3) sizeof(asn_DEF_playerId_tags_4)
/sizeof(asn_DEF_playerId_tags_3[0]), /* 1 */ /sizeof(asn_DEF_playerId_tags_4[0]), /* 1 */
asn_DEF_playerId_tags_3, /* Same as above */ asn_DEF_playerId_tags_4, /* Same as above */
sizeof(asn_DEF_playerId_tags_3) sizeof(asn_DEF_playerId_tags_4)
/sizeof(asn_DEF_playerId_tags_3[0]), /* 1 */ /sizeof(asn_DEF_playerId_tags_4[0]), /* 1 */
0, /* No PER visible constraints */ 0, /* No PER visible constraints */
0, 0, /* No members */ 0, 0, /* No members */
&asn_SPC_playerId_specs_3 /* Additional specs */ &asn_SPC_playerId_specs_4 /* Additional specs */
}; };
static asn_INTEGER_enum_map_t asn_MAP_cleanerActionType_value2enum_4[] = { static asn_INTEGER_enum_map_t asn_MAP_cleanerActionType_value2enum_5[] = {
{ 0, 17, "cleanerActionNone" }, { 0, 17, "cleanerActionNone" },
{ 1, 20, "cleanerActionWarning" }, { 1, 20, "cleanerActionWarning" },
{ 2, 17, "cleanerActionKick" }, { 2, 17, "cleanerActionKick" },
{ 3, 16, "cleanerActionBan" } { 3, 16, "cleanerActionBan" }
}; };
static unsigned int asn_MAP_cleanerActionType_enum2value_4[] = { static unsigned int asn_MAP_cleanerActionType_enum2value_5[] = {
3, /* cleanerActionBan(3) */ 3, /* cleanerActionBan(3) */
2, /* cleanerActionKick(2) */ 2, /* cleanerActionKick(2) */
0, /* cleanerActionNone(0) */ 0, /* cleanerActionNone(0) */
1 /* cleanerActionWarning(1) */ 1 /* cleanerActionWarning(1) */
}; };
static asn_INTEGER_specifics_t asn_SPC_cleanerActionType_specs_4 = { static asn_INTEGER_specifics_t asn_SPC_cleanerActionType_specs_5 = {
asn_MAP_cleanerActionType_value2enum_4, /* "tag" => N; sorted by tag */ asn_MAP_cleanerActionType_value2enum_5, /* "tag" => N; sorted by tag */
asn_MAP_cleanerActionType_enum2value_4, /* N => "tag"; sorted by N */ asn_MAP_cleanerActionType_enum2value_5, /* N => "tag"; sorted by N */
4, /* Number of elements in the maps */ 4, /* Number of elements in the maps */
0, /* Enumeration is not extensible */ 0, /* Enumeration is not extensible */
1, /* Strict enumeration */ 1, /* Strict enumeration */
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_cleanerActionType_tags_4[] = { static ber_tlv_tag_t asn_DEF_cleanerActionType_tags_5[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
static /* Use -fall-defs-global to expose */ static /* Use -fall-defs-global to expose */
asn_TYPE_descriptor_t asn_DEF_cleanerActionType_4 = { asn_TYPE_descriptor_t asn_DEF_cleanerActionType_5 = {
"cleanerActionType", "cleanerActionType",
"cleanerActionType", "cleanerActionType",
cleanerActionType_4_free, cleanerActionType_5_free,
cleanerActionType_4_print, cleanerActionType_5_print,
cleanerActionType_4_constraint, cleanerActionType_5_constraint,
cleanerActionType_4_decode_ber, cleanerActionType_5_decode_ber,
cleanerActionType_4_encode_der, cleanerActionType_5_encode_der,
cleanerActionType_4_decode_xer, cleanerActionType_5_decode_xer,
cleanerActionType_4_encode_xer, cleanerActionType_5_encode_xer,
0, 0, /* No PER support, use "-gen-PER" to enable */ 0, 0, /* No PER support, use "-gen-PER" to enable */
0, /* Use generic outmost tag fetcher */ 0, /* Use generic outmost tag fetcher */
asn_DEF_cleanerActionType_tags_4, asn_DEF_cleanerActionType_tags_5,
sizeof(asn_DEF_cleanerActionType_tags_4) sizeof(asn_DEF_cleanerActionType_tags_5)
/sizeof(asn_DEF_cleanerActionType_tags_4[0]), /* 1 */ /sizeof(asn_DEF_cleanerActionType_tags_5[0]), /* 1 */
asn_DEF_cleanerActionType_tags_4, /* Same as above */ asn_DEF_cleanerActionType_tags_5, /* Same as above */
sizeof(asn_DEF_cleanerActionType_tags_4) sizeof(asn_DEF_cleanerActionType_tags_5)
/sizeof(asn_DEF_cleanerActionType_tags_4[0]), /* 1 */ /sizeof(asn_DEF_cleanerActionType_tags_5[0]), /* 1 */
0, /* No PER visible constraints */ 0, /* No PER visible constraints */
0, 0, /* Defined elsewhere */ 0, 0, /* Defined elsewhere */
&asn_SPC_cleanerActionType_specs_4 /* Additional specs */ &asn_SPC_cleanerActionType_specs_5 /* Additional specs */
}; };
static asn_TYPE_member_t asn_MBR_CleanerChatReplyMessage_1[] = { static asn_TYPE_member_t asn_MBR_CleanerChatReplyMessage_1[] = {
@@ -464,10 +464,19 @@ static asn_TYPE_member_t asn_MBR_CleanerChatReplyMessage_1[] = {
0, 0,
"requestId" "requestId"
}, },
{ ATF_NOFLAGS, 0, offsetof(struct CleanerChatReplyMessage, cleanerChatType),
-1 /* Ambiguous tag (CHOICE?) */,
0,
&asn_DEF_CleanerChatType,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"cleanerChatType"
},
{ ATF_NOFLAGS, 0, offsetof(struct CleanerChatReplyMessage, playerId), { ATF_NOFLAGS, 0, offsetof(struct CleanerChatReplyMessage, playerId),
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
0, 0,
&asn_DEF_playerId_3, &asn_DEF_playerId_4,
memb_playerId_constraint_1, memb_playerId_constraint_1,
0, /* PER is not compiled, use -gen-PER */ 0, /* PER is not compiled, use -gen-PER */
0, 0,
@@ -476,7 +485,7 @@ static asn_TYPE_member_t asn_MBR_CleanerChatReplyMessage_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct CleanerChatReplyMessage, cleanerActionType), { ATF_NOFLAGS, 0, offsetof(struct CleanerChatReplyMessage, cleanerActionType),
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)),
0, 0,
&asn_DEF_cleanerActionType_4, &asn_DEF_cleanerActionType_5,
0, /* Defer constraints checking to the member type */ 0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */ 0, /* PER is not compiled, use -gen-PER */
0, 0,
@@ -497,19 +506,21 @@ static ber_tlv_tag_t asn_DEF_CleanerChatReplyMessage_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_CleanerChatReplyMessage_tag2el_1[] = { static asn_TYPE_tag2member_t asn_MAP_CleanerChatReplyMessage_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* requestId at 51 */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* requestId at 64 */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* playerId at 52 */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -1, 0 }, /* playerId at 66 */
{ (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, 0, 0 }, /* cleanerActionType at 54 */ { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 3, 0, 0 }, /* cleanerActionType at 68 */
{ (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 3, 0, 0 } /* cleanerText at 59 */ { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 4, 0, 0 }, /* cleanerText at 73 */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* cleanerChatTypeLobby at 44 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* cleanerChatTypeGame at 46 */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_CleanerChatReplyMessage_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_CleanerChatReplyMessage_specs_1 = {
sizeof(struct CleanerChatReplyMessage), sizeof(struct CleanerChatReplyMessage),
offsetof(struct CleanerChatReplyMessage, _asn_ctx), offsetof(struct CleanerChatReplyMessage, _asn_ctx),
asn_MAP_CleanerChatReplyMessage_tag2el_1, asn_MAP_CleanerChatReplyMessage_tag2el_1,
4, /* Count of tags in the map */ 6, /* Count of tags in the map */
0, 0, 0, /* Optional elements (not needed) */ 0, 0, 0, /* Optional elements (not needed) */
3, /* Start extensions */ 4, /* Start extensions */
5 /* Stop extensions */ 6 /* Stop extensions */
}; };
asn_TYPE_descriptor_t asn_DEF_CleanerChatReplyMessage = { asn_TYPE_descriptor_t asn_DEF_CleanerChatReplyMessage = {
"CleanerChatReplyMessage", "CleanerChatReplyMessage",
@@ -531,7 +542,7 @@ asn_TYPE_descriptor_t asn_DEF_CleanerChatReplyMessage = {
/sizeof(asn_DEF_CleanerChatReplyMessage_tags_1[0]), /* 2 */ /sizeof(asn_DEF_CleanerChatReplyMessage_tags_1[0]), /* 2 */
0, /* No PER visible constraints */ 0, /* No PER visible constraints */
asn_MBR_CleanerChatReplyMessage_1, asn_MBR_CleanerChatReplyMessage_1,
4, /* Elements count */ 5, /* Elements count */
&asn_SPC_CleanerChatReplyMessage_specs_1 /* Additional specs */ &asn_SPC_CleanerChatReplyMessage_specs_1 /* Additional specs */
}; };
+4 -2
View File
@@ -13,6 +13,7 @@
/* Including external dependencies */ /* Including external dependencies */
#include <NativeInteger.h> #include <NativeInteger.h>
#include "CleanerChatType.h"
#include <NativeEnumerated.h> #include <NativeEnumerated.h>
#include <UTF8String.h> #include <UTF8String.h>
#include <constr_SEQUENCE.h> #include <constr_SEQUENCE.h>
@@ -32,6 +33,7 @@ typedef enum cleanerActionType {
/* CleanerChatReplyMessage */ /* CleanerChatReplyMessage */
typedef struct CleanerChatReplyMessage { typedef struct CleanerChatReplyMessage {
unsigned long requestId; unsigned long requestId;
CleanerChatType_t cleanerChatType;
unsigned long playerId; unsigned long playerId;
long cleanerActionType; long cleanerActionType;
UTF8String_t *cleanerText /* OPTIONAL */; UTF8String_t *cleanerText /* OPTIONAL */;
@@ -46,8 +48,8 @@ typedef struct CleanerChatReplyMessage {
/* Implementation */ /* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_requestId_2; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_requestId_2; // (Use -fall-defs-global to expose) */
/* extern asn_TYPE_descriptor_t asn_DEF_playerId_3; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_playerId_4; // (Use -fall-defs-global to expose) */
/* extern asn_TYPE_descriptor_t asn_DEF_cleanerActionType_4; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_cleanerActionType_5; // (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_CleanerChatReplyMessage; extern asn_TYPE_descriptor_t asn_DEF_CleanerChatReplyMessage;
#ifdef __cplusplus #ifdef __cplusplus
+51 -40
View File
@@ -98,7 +98,7 @@ requestId_2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
} }
static int static int
playerId_3_constraint(asn_TYPE_descriptor_t *td, const void *sptr, playerId_4_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constraint_failed_f *ctfailcb, void *app_key) { asn_app_constraint_failed_f *ctfailcb, void *app_key) {
unsigned long value; unsigned long value;
@@ -127,7 +127,7 @@ playerId_3_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
* so here we adjust the DEF accordingly. * so here we adjust the DEF accordingly.
*/ */
static void static void
playerId_3_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) { playerId_4_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->free_struct = asn_DEF_NativeInteger.free_struct; td->free_struct = asn_DEF_NativeInteger.free_struct;
td->print_struct = asn_DEF_NativeInteger.print_struct; td->print_struct = asn_DEF_NativeInteger.print_struct;
td->ber_decoder = asn_DEF_NativeInteger.ber_decoder; td->ber_decoder = asn_DEF_NativeInteger.ber_decoder;
@@ -144,46 +144,46 @@ playerId_3_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
} }
static void static void
playerId_3_free(asn_TYPE_descriptor_t *td, playerId_4_free(asn_TYPE_descriptor_t *td,
void *struct_ptr, int contents_only) { void *struct_ptr, int contents_only) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
td->free_struct(td, struct_ptr, contents_only); td->free_struct(td, struct_ptr, contents_only);
} }
static int static int
playerId_3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, playerId_4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
int ilevel, asn_app_consume_bytes_f *cb, void *app_key) { int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->print_struct(td, struct_ptr, ilevel, cb, app_key); return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
} }
static asn_dec_rval_t static asn_dec_rval_t
playerId_3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, playerId_4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
static asn_enc_rval_t static asn_enc_rval_t
playerId_3_encode_der(asn_TYPE_descriptor_t *td, playerId_4_encode_der(asn_TYPE_descriptor_t *td,
void *structure, int tag_mode, ber_tlv_tag_t tag, void *structure, int tag_mode, ber_tlv_tag_t tag,
asn_app_consume_bytes_f *cb, void *app_key) { asn_app_consume_bytes_f *cb, void *app_key) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->der_encoder(td, structure, tag_mode, tag, cb, app_key); return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
} }
static asn_dec_rval_t static asn_dec_rval_t
playerId_3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, playerId_4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, const void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
static asn_enc_rval_t static asn_enc_rval_t
playerId_3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, playerId_4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
int ilevel, enum xer_encoder_flags_e flags, int ilevel, enum xer_encoder_flags_e flags,
asn_app_consume_bytes_f *cb, void *app_key) { asn_app_consume_bytes_f *cb, void *app_key) {
playerId_3_inherit_TYPE_descriptor(td); playerId_4_inherit_TYPE_descriptor(td);
return td->xer_encoder(td, structure, ilevel, flags, cb, app_key); return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
} }
@@ -333,36 +333,36 @@ asn_TYPE_descriptor_t asn_DEF_requestId_2 = {
&asn_SPC_requestId_specs_2 /* Additional specs */ &asn_SPC_requestId_specs_2 /* Additional specs */
}; };
static asn_INTEGER_specifics_t asn_SPC_playerId_specs_3 = { static asn_INTEGER_specifics_t asn_SPC_playerId_specs_4 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_playerId_tags_3[] = { static ber_tlv_tag_t asn_DEF_playerId_tags_4[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
static /* Use -fall-defs-global to expose */ static /* Use -fall-defs-global to expose */
asn_TYPE_descriptor_t asn_DEF_playerId_3 = { asn_TYPE_descriptor_t asn_DEF_playerId_4 = {
"playerId", "playerId",
"playerId", "playerId",
playerId_3_free, playerId_4_free,
playerId_3_print, playerId_4_print,
playerId_3_constraint, playerId_4_constraint,
playerId_3_decode_ber, playerId_4_decode_ber,
playerId_3_encode_der, playerId_4_encode_der,
playerId_3_decode_xer, playerId_4_decode_xer,
playerId_3_encode_xer, playerId_4_encode_xer,
0, 0, /* No PER support, use "-gen-PER" to enable */ 0, 0, /* No PER support, use "-gen-PER" to enable */
0, /* Use generic outmost tag fetcher */ 0, /* Use generic outmost tag fetcher */
asn_DEF_playerId_tags_3, asn_DEF_playerId_tags_4,
sizeof(asn_DEF_playerId_tags_3) sizeof(asn_DEF_playerId_tags_4)
/sizeof(asn_DEF_playerId_tags_3[0]), /* 1 */ /sizeof(asn_DEF_playerId_tags_4[0]), /* 1 */
asn_DEF_playerId_tags_3, /* Same as above */ asn_DEF_playerId_tags_4, /* Same as above */
sizeof(asn_DEF_playerId_tags_3) sizeof(asn_DEF_playerId_tags_4)
/sizeof(asn_DEF_playerId_tags_3[0]), /* 1 */ /sizeof(asn_DEF_playerId_tags_4[0]), /* 1 */
0, /* No PER visible constraints */ 0, /* No PER visible constraints */
0, 0, /* No members */ 0, 0, /* No members */
&asn_SPC_playerId_specs_3 /* Additional specs */ &asn_SPC_playerId_specs_4 /* Additional specs */
}; };
static asn_TYPE_member_t asn_MBR_CleanerChatRequestMessage_1[] = { static asn_TYPE_member_t asn_MBR_CleanerChatRequestMessage_1[] = {
@@ -375,10 +375,19 @@ static asn_TYPE_member_t asn_MBR_CleanerChatRequestMessage_1[] = {
0, 0,
"requestId" "requestId"
}, },
{ ATF_NOFLAGS, 0, offsetof(struct CleanerChatRequestMessage, cleanerChatType),
-1 /* Ambiguous tag (CHOICE?) */,
0,
&asn_DEF_CleanerChatType,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"cleanerChatType"
},
{ ATF_NOFLAGS, 0, offsetof(struct CleanerChatRequestMessage, playerId), { ATF_NOFLAGS, 0, offsetof(struct CleanerChatRequestMessage, playerId),
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
0, 0,
&asn_DEF_playerId_3, &asn_DEF_playerId_4,
memb_playerId_constraint_1, memb_playerId_constraint_1,
0, /* PER is not compiled, use -gen-PER */ 0, /* PER is not compiled, use -gen-PER */
0, 0,
@@ -408,19 +417,21 @@ static ber_tlv_tag_t asn_DEF_CleanerChatRequestMessage_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_CleanerChatRequestMessage_tag2el_1[] = { static asn_TYPE_tag2member_t asn_MAP_CleanerChatRequestMessage_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* requestId at 44 */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* requestId at 56 */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* playerId at 45 */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -1, 0 }, /* playerId at 58 */
{ (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 2, 0, 1 }, /* playerName at 46 */ { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 3, 0, 1 }, /* playerName at 59 */
{ (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 3, -1, 0 } /* chatMessage at 47 */ { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 4, -1, 0 }, /* chatMessage at 60 */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* cleanerChatTypeLobby at 44 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* cleanerChatTypeGame at 46 */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_CleanerChatRequestMessage_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_CleanerChatRequestMessage_specs_1 = {
sizeof(struct CleanerChatRequestMessage), sizeof(struct CleanerChatRequestMessage),
offsetof(struct CleanerChatRequestMessage, _asn_ctx), offsetof(struct CleanerChatRequestMessage, _asn_ctx),
asn_MAP_CleanerChatRequestMessage_tag2el_1, asn_MAP_CleanerChatRequestMessage_tag2el_1,
4, /* Count of tags in the map */ 6, /* Count of tags in the map */
0, 0, 0, /* Optional elements (not needed) */ 0, 0, 0, /* Optional elements (not needed) */
3, /* Start extensions */ 4, /* Start extensions */
5 /* Stop extensions */ 6 /* Stop extensions */
}; };
asn_TYPE_descriptor_t asn_DEF_CleanerChatRequestMessage = { asn_TYPE_descriptor_t asn_DEF_CleanerChatRequestMessage = {
"CleanerChatRequestMessage", "CleanerChatRequestMessage",
@@ -442,7 +453,7 @@ asn_TYPE_descriptor_t asn_DEF_CleanerChatRequestMessage = {
/sizeof(asn_DEF_CleanerChatRequestMessage_tags_1[0]), /* 2 */ /sizeof(asn_DEF_CleanerChatRequestMessage_tags_1[0]), /* 2 */
0, /* No PER visible constraints */ 0, /* No PER visible constraints */
asn_MBR_CleanerChatRequestMessage_1, asn_MBR_CleanerChatRequestMessage_1,
4, /* Elements count */ 5, /* Elements count */
&asn_SPC_CleanerChatRequestMessage_specs_1 /* Additional specs */ &asn_SPC_CleanerChatRequestMessage_specs_1 /* Additional specs */
}; };
+3 -1
View File
@@ -13,6 +13,7 @@
/* Including external dependencies */ /* Including external dependencies */
#include <NativeInteger.h> #include <NativeInteger.h>
#include "CleanerChatType.h"
#include <UTF8String.h> #include <UTF8String.h>
#include <constr_SEQUENCE.h> #include <constr_SEQUENCE.h>
@@ -23,6 +24,7 @@ extern "C" {
/* CleanerChatRequestMessage */ /* CleanerChatRequestMessage */
typedef struct CleanerChatRequestMessage { typedef struct CleanerChatRequestMessage {
unsigned long requestId; unsigned long requestId;
CleanerChatType_t cleanerChatType;
unsigned long playerId; unsigned long playerId;
UTF8String_t playerName; UTF8String_t playerName;
UTF8String_t chatMessage; UTF8String_t chatMessage;
@@ -37,7 +39,7 @@ typedef struct CleanerChatRequestMessage {
/* Implementation */ /* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_requestId_2; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_requestId_2; // (Use -fall-defs-global to expose) */
/* extern asn_TYPE_descriptor_t asn_DEF_playerId_3; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_playerId_4; // (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_CleanerChatRequestMessage; extern asn_TYPE_descriptor_t asn_DEF_CleanerChatRequestMessage;
#ifdef __cplusplus #ifdef __cplusplus