16 "%s: value not given (%s:%d)",
17 td->
name, __FILE__, __LINE__);
21 value = *(
const long *)sptr;
23 if((value >= 0 && value <= 7)) {
28 "%s: constraint failed (%s:%d)",
29 td->
name, __FILE__, __LINE__);
58 void *struct_ptr,
int contents_only) {
67 return td->
print_struct(td, struct_ptr, ilevel, cb, app_key);
72 void **structure,
const void *bufptr,
size_t size,
int tag_mode) {
74 return td->
ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
82 return td->
der_encoder(td, structure, tag_mode, tag, cb, app_key);
87 void **structure,
const char *opt_mname,
const void *bufptr,
size_t size) {
89 return td->
xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
97 return td->
xer_encoder(td, structure, ilevel, flags, cb, app_key);
104 return td->
uper_decoder(opt_codec_ctx, td, constraints, structure, per_data);
112 return td->
uper_encoder(td, constraints, structure, per_out);
116 { APC_CONSTRAINED, 3, 3, 0, 7 } ,
117 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
124 "InformationQuality",
125 "InformationQuality",
142 &asn_PER_type_InformationQuality_constr_1,
asn_struct_free_f * free_struct
asn_constr_check_f * check_constraints
asn_TYPE_descriptor_t asn_DEF_NativeInteger
asn_struct_print_f * print_struct
struct asn_TYPE_member_s * elements
int() asn_app_consume_bytes_f(const void *buffer, size_t size, void *application_specific_key)
xer_type_decoder_f * xer_decoder
der_type_encoder_f * der_encoder
void() asn_app_constraint_failed_f(void *application_specific_key, struct asn_TYPE_descriptor_s *type_descriptor_which_failed, const void *structure_which_failed_ptr, const char *error_message_format,...) GCC_PRINTFLIKE(4
per_type_encoder_f * uper_encoder
per_type_decoder_f * uper_decoder
asn_per_constraints_t * per_constraints
ber_type_decoder_f * ber_decoder
xer_type_encoder_f * xer_encoder