|
ITS
|
Go to the source code of this file.
Typedefs | |
| typedef asn_dec_rval_t() | per_type_decoder_f(asn_codec_ctx_t *opt_codec_ctx, struct asn_TYPE_descriptor_s *type_descriptor, asn_per_constraints_t *constraints, void **struct_ptr, asn_per_data_t *per_data) |
Functions | |
| asn_dec_rval_t | uper_decode_complete (struct asn_codec_ctx_s *opt_codec_ctx, struct asn_TYPE_descriptor_s *type_descriptor, void **struct_ptr, const void *buffer, size_t size) |
| asn_dec_rval_t | uper_decode (struct asn_codec_ctx_s *opt_codec_ctx, struct asn_TYPE_descriptor_s *type_descriptor, void **struct_ptr, const void *buffer, size_t size, int skip_bits, int unused_bits) |
| typedef asn_dec_rval_t() per_type_decoder_f(asn_codec_ctx_t *opt_codec_ctx, struct asn_TYPE_descriptor_s *type_descriptor, asn_per_constraints_t *constraints, void **struct_ptr, asn_per_data_t *per_data) |
Definition at line 45 of file per_decoder.h.
| asn_dec_rval_t uper_decode | ( | struct asn_codec_ctx_s * | opt_codec_ctx, |
| struct asn_TYPE_descriptor_s * | type_descriptor, | ||
| void ** | struct_ptr, | ||
| const void * | buffer, | ||
| size_t | size, | ||
| int | skip_bits, | ||
| int | unused_bits | ||
| ) |
Definition at line 40 of file per_decoder.c.
References _ASN_DECODE_FAILED, _ASN_DEFAULT_STACK_MAX, ASN_DEBUG(), asn_per_data_s::buffer, asn_dec_rval_s::code, asn_dec_rval_s::consumed, asn_codec_ctx_s::max_stack_size, asn_per_data_s::moved, asn_per_data_s::nbits, asn_per_data_s::nboff, RC_OK, and asn_TYPE_descriptor_s::uper_decoder.
Referenced by uper_decode_complete().
| asn_dec_rval_t uper_decode_complete | ( | struct asn_codec_ctx_s * | opt_codec_ctx, |
| struct asn_TYPE_descriptor_s * | type_descriptor, | ||
| void ** | struct_ptr, | ||
| const void * | buffer, | ||
| size_t | size | ||
| ) |
Definition at line 11 of file per_decoder.c.
References ASN_DEBUG(), asn_dec_rval_s::code, asn_dec_rval_s::consumed, RC_FAIL, RC_OK, RC_WMORE, and uper_decode().
Referenced by caReceptionManagement::decodeCam(), denReceptionManagement::decodeDenm(), fill_AlacarteContainer(), fill_LocationContainer(), fill_SituationContainer(), ApplicationManagement::transformMessageToBT(), UpperTester::utDenmTrigger(), and UpperTester::utDenmUpdate().