ITS
|
Go to the source code of this file.
Functions | |
asn_dec_rval_t | uper_decode_complete (asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const void *buffer, size_t size) |
asn_dec_rval_t | uper_decode (asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const void *buffer, size_t size, int skip_bits, int unused_bits) |
asn_dec_rval_t uper_decode | ( | asn_codec_ctx_t * | opt_codec_ctx, |
asn_TYPE_descriptor_t * | td, | ||
void ** | sptr, | ||
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 | ( | asn_codec_ctx_t * | opt_codec_ctx, |
asn_TYPE_descriptor_t * | td, | ||
void ** | sptr, | ||
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().