[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / common / xer_encoder.c
old mode 100755 (executable)
new mode 100644 (file)
index 4177ede..b0f2795
@@ -55,6 +55,10 @@ int
 xer_fprint(FILE *stream, const asn_TYPE_descriptor_t *td, const void *sptr) {
        asn_enc_rval_t er = {0,0,0};
 
+#ifndef DEBUG_ASN_PRINT
+   return 0;
+#endif
+
        if(!stream) stream = stdout;
        if(!td || !sptr)
                return -1;