X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2Fcommon%2Fxer_encoder.c;h=b0f2795f81d5a6a6ef8331dbe5c92d80559a0380;hb=904a5d446b480d71da1bf81f892bab86ab365ce6;hp=cfdcf8e6c721a89d7f077d415dfb9931b3a82f6c;hpb=ba99af5e5ea60b0d8eede9f3323fc9a9991fcfe3;p=o-du%2Fl2.git diff --git a/src/codec_utils/common/xer_encoder.c b/src/codec_utils/common/xer_encoder.c old mode 100755 new mode 100644 index cfdcf8e6c..b0f2795f8 --- a/src/codec_utils/common/xer_encoder.c +++ b/src/codec_utils/common/xer_encoder.c @@ -56,8 +56,9 @@ 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; + return 0; #endif + if(!stream) stream = stdout; if(!td || !sptr) return -1;