Navigation


Changeset 1367:76968748fb33 in freeDiameter


Ignore:
Timestamp:
Jun 9, 2019, 10:44:52 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Add & enable loadtest_cc. Enable test_cc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r1348 r1367  
    9494FD_EXTENSION_SUBDIR(dbg_msg_dumps   "Show human-readable content of the received & sent messages"      ON)
    9595FD_EXTENSION_SUBDIR(dbg_rt          "Routing extension for debugging the routing module" ON)
     96FD_EXTENSION_SUBDIR(loadtest_cc     "Generate Credit-Control-Requests and count replies" ON)
    9697FD_EXTENSION_SUBDIR(test_app        "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF)
    9798FD_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)
     99FD_EXTENSION_SUBDIR(test_cc     "Receive Credit-Control-Requests and display the data" ON)
    99100FD_EXTENSION_SUBDIR(test_sip        "Testing application to simulate Diameter-SIP client (RFC4740)" OFF)
    100101FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module"                OFF)
Note: See TracChangeset for help on using the changeset viewer.