aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/NativeReal.c
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/NativeReal.c')
-rw-r--r--skeletons/NativeReal.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/skeletons/NativeReal.c b/skeletons/NativeReal.c
index 83b1676e..b8a4926d 100644
--- a/skeletons/NativeReal.c
+++ b/skeletons/NativeReal.c
@@ -22,6 +22,7 @@ static ber_tlv_tag_t asn_DEF_NativeReal_tags[] = {
};
asn_TYPE_descriptor_t asn_DEF_NativeReal = {
"REAL", /* The ASN.1 type is still REAL */
+ "REAL",
NativeReal_free,
NativeReal_print,
asn_generic_no_constraint,
@@ -41,12 +42,12 @@ asn_TYPE_descriptor_t asn_DEF_NativeReal = {
/*
* Decode REAL type.
*/
-ber_dec_rval_t
+asn_dec_rval_t
NativeReal_decode_ber(asn_codec_ctx_t *opt_codec_ctx,
asn_TYPE_descriptor_t *td,
void **dbl_ptr, void *buf_ptr, size_t size, int tag_mode) {
double *Dbl = (double *)*dbl_ptr;
- ber_dec_rval_t rval;
+ asn_dec_rval_t rval;
ber_tlv_len_t length;
/*