OER support and randomized testing for the REAL (floating point) type
diff --git a/skeletons/NativeReal.h b/skeletons/NativeReal.h
index b373923..f39a3ab 100644
--- a/skeletons/NativeReal.h
+++ b/skeletons/NativeReal.h
@@ -25,10 +25,12 @@
 asn_struct_compare_f NativeReal_compare;
 ber_type_decoder_f NativeReal_decode_ber;
 der_type_encoder_f NativeReal_encode_der;
-xer_type_decoder_f NativeReal_decode_xer;
-xer_type_encoder_f NativeReal_encode_xer;
 per_type_decoder_f NativeReal_decode_uper;
 per_type_encoder_f NativeReal_encode_uper;
+oer_type_decoder_f NativeReal_decode_oer;
+oer_type_encoder_f NativeReal_encode_oer;
+xer_type_decoder_f NativeReal_decode_xer;
+xer_type_encoder_f NativeReal_encode_xer;
 asn_random_fill_f  NativeReal_random_fill;
 
 #define NativeReal_constraint  asn_generic_no_constraint