# HG changeset patch # User Thomas Klausner # Date 1560087892 -7200 # Node ID 76968748fb33652b73bfdf382e2b2ae6bae1463e # Parent 9294ed1c7ac8b917d8970c27f10171a17b41c573 Add & enable loadtest_cc. Enable test_cc. diff -r 9294ed1c7ac8 -r 76968748fb33 extensions/CMakeLists.txt --- a/extensions/CMakeLists.txt Sun Jun 09 15:44:30 2019 +0200 +++ b/extensions/CMakeLists.txt Sun Jun 09 15:44:52 2019 +0200 @@ -93,9 +93,10 @@ FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages" ON) FD_EXTENSION_SUBDIR(dbg_msg_dumps "Show human-readable content of the received & sent messages" ON) FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" ON) +FD_EXTENSION_SUBDIR(loadtest_cc "Generate Credit-Control-Requests and count replies" ON) FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF) FD_EXTENSION_SUBDIR(test_as "Receive Abort-Session-Requests and display the data" OFF) -FD_EXTENSION_SUBDIR(test_cc "Receive Credit-Control-Requests and display the data" OFF) +FD_EXTENSION_SUBDIR(test_cc "Receive Credit-Control-Requests and display the data" ON) FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF) FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF) FD_EXTENSION_SUBDIR(test_netemul "Simple Diameter network emulator proxy extension (latency, PDV, duplicates)" OFF)