[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]Integration fixes upto PRACH scheduling...
[o-du/l2.git] / src / codec_utils / common / xer_encoder.c
index 4177ede..cfdcf8e 100755 (executable)
@@ -55,6 +55,9 @@ 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;