Skip to content

LOG review step 3,

Francois TABURET requested to merge issue326_LOGreview into develop

Lot of files modified: LOG_M macro implementation simplified compared to previous step, try to modify all LOG_M usage to make use of the new activation via config option. Add a dump facility in the LOG module to get a common mechanism in the oai code to dump a buffer. Use common LOG mechanism in the layer 3, mapping old specific macros to LOG_ macros. More DEBUG_XXX macros replaced by config option (still a lot). Make the MSC tracing utility a shared lib that you build using --build-msc and that you activate using --msc command line option (I couldn't manage to make it work...). Add configuration options to allow ASN1 message structure display (--log_config.debugASN1 --log_option.dumpASN1). Add ASN component in TTracer T_messages.txt.Modify telnet server to support new/modified LOG features.

Merge request reports