comparison extensions/CMakeLists.txt @ 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 2adac053aac4
children e99e8f20b346
comparison
equal deleted inserted replaced
1366:9294ed1c7ac8 1367:76968748fb33
91 FD_EXTENSION_SUBDIR(dbg_loglevel "Read loglevel from file -- allows runtime change" ON) 91 FD_EXTENSION_SUBDIR(dbg_loglevel "Read loglevel from file -- allows runtime change" ON)
92 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" ON) 92 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" ON)
93 FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages" ON) 93 FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages" ON)
94 FD_EXTENSION_SUBDIR(dbg_msg_dumps "Show human-readable content of the received & sent messages" ON) 94 FD_EXTENSION_SUBDIR(dbg_msg_dumps "Show human-readable content of the received & sent messages" ON)
95 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" ON) 95 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" ON)
96 FD_EXTENSION_SUBDIR(loadtest_cc "Generate Credit-Control-Requests and count replies" ON)
96 FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF) 97 FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF)
97 FD_EXTENSION_SUBDIR(test_as "Receive Abort-Session-Requests and display the data" OFF) 98 FD_EXTENSION_SUBDIR(test_as "Receive Abort-Session-Requests and display the data" OFF)
98 FD_EXTENSION_SUBDIR(test_cc "Receive Credit-Control-Requests and display the data" OFF) 99 FD_EXTENSION_SUBDIR(test_cc "Receive Credit-Control-Requests and display the data" ON)
99 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF) 100 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF)
100 FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF) 101 FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF)
101 FD_EXTENSION_SUBDIR(test_netemul "Simple Diameter network emulator proxy extension (latency, PDV, duplicates)" OFF) 102 FD_EXTENSION_SUBDIR(test_netemul "Simple Diameter network emulator proxy extension (latency, PDV, duplicates)" OFF)
102 103
103 104
"Welcome to our mercurial repository"