comparison extensions/CMakeLists.txt @ 1348:2adac053aac4

Add new extensions.
author Thomas Klausner <tk@giga.or.at>
date Sun, 12 May 2019 10:36:48 +0200
parents b0401251d8c0
children 76968748fb33
comparison
equal deleted inserted replaced
1347:2119c8c0c219 1348:2adac053aac4
86 86
87 87
88 #### 88 ####
89 # Debug & test extensions 89 # Debug & test extensions
90 90
91 FD_EXTENSION_SUBDIR(dbg_loglevel "Read loglevel from file -- allows runtime change" ON)
91 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" ON) 92 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" ON)
92 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)
93 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)
94 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)
95 FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF) 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_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)
96 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF) 99 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF)
97 FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF) 100 FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF)
98 FD_EXTENSION_SUBDIR(test_netemul "Simple Diameter network emulator proxy extension (latency, PDV, duplicates)" OFF) 101 FD_EXTENSION_SUBDIR(test_netemul "Simple Diameter network emulator proxy extension (latency, PDV, duplicates)" OFF)
99 102
100 103
"Welcome to our mercurial repository"