Navigation


Changeset 331:ac6e9cc9c3ba in freeDiameter


Ignore:
Timestamp:
May 31, 2010, 4:43:11 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added dict_sip contributed by Alexandre

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • LICENSE

    r0 r331  
    1 This software package is copyrighted under the terms of the BSD license, as follow:
     1Unless specified otherwise, this software package is copyrighted under the terms of the BSD license, as follow:
    22
    33Software License Agreement (BSD License)
     
    3333ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    3434
     35
     36
     37The extensions/dict_sip files have been contributed by Alexandre Westfahl
     38        -- see source file for more information.
     39
  • extensions/CMakeLists.txt

    r304 r331  
    3838           SUBDIRS(dict_eap)
    3939        ENDIF (BUILD_DICT_EAP)
     40
     41OPTION(BUILD_DICT_SIP "Build Diameter SIP (RFC4740) Dictionary definitions?" ON)
     42        IF (BUILD_DICT_SIP)
     43           SUBDIRS(dict_sip)
     44        ENDIF (BUILD_DICT_SIP)
    4045
    4146
Note: See TracChangeset for help on using the changeset viewer.