Commit 1cd71d17 authored by luis_pereira87's avatar luis_pereira87

Change LOG level

parent acdbb5bb
......@@ -1905,7 +1905,9 @@ void fill_initial_SpCellConfig(rnti_t rnti,
}
}
xer_fprint(stdout, &asn_DEF_NR_SpCellConfig, (void *)SpCellConfig);
if ( LOG_DEBUGFLAG(DEBUG_ASN1) ) {
xer_fprint(stdout, &asn_DEF_NR_SpCellConfig, (void *)SpCellConfig);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment