Navigation


Changeset 1126:d6e18ebca0c5 in freeDiameter


Ignore:
Timestamp:
May 15, 2013, 11:05:22 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

New extension dbg_msg_dumps for debug / learning.

Location:
extensions
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r1103 r1126  
    8585# Debug & test extensions
    8686
    87 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information"              OFF)
    88 FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages"      OFF)
    89 FD_EXTENSION_SUBDIR(dbg_rt      "Routing extension for debugging the routing module" OFF)
     87FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information"              ON)
     88FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages"      ON)
     89FD_EXTENSION_SUBDIR(dbg_msg_dumps "Show human-readable content of the received & sent messages"      ON)
     90FD_EXTENSION_SUBDIR(dbg_rt      "Routing extension for debugging the routing module" ON)
    9091FD_EXTENSION_SUBDIR(test_app    "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF)
    9192FD_EXTENSION_SUBDIR(test_sip    "Testing application to simulate Diameter-SIP client (RFC4740)" OFF)
Note: See TracChangeset for help on using the changeset viewer.