changeset 1367:76968748fb33

Add & enable loadtest_cc. Enable test_cc.
author Thomas Klausner <tk@giga.or.at>
date Sun, 09 Jun 2019 15:44:52 +0200
parents 9294ed1c7ac8
children a1571234c09b
files extensions/CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
"Welcome to our mercurial repository"