Navigation


Changeset 1436:ad50ef2eddea in freeDiameter for extensions/CMakeLists.txt


Ignore:
Timestamp:
Feb 25, 2020, 7:45:15 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

dbg_dict_dump: new extension to dump dictionary when loaded

Add extension dbg_dict_dump to log the dictionary when loaded.

Remove debug code in extension dict_dcca_3gpp to log the vendor
dictionary if the config file is the word "dumpdict" that
I added on 2020-02-19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r1374 r1436  
    8989# Debug & test extensions
    9090
     91FD_EXTENSION_SUBDIR(dbg_dict_dump   "Log dictionary dump"                            ON)
    9192FD_EXTENSION_SUBDIR(dbg_loglevel "Read loglevel from file -- allows runtime change"  ON)
    9293FD_EXTENSION_SUBDIR(dbg_monitor     "Outputs periodical status information"              ON)
Note: See TracChangeset for help on using the changeset viewer.