view extensions/dict_dcca_3gpp/CMakeLists.txt @ 1503:b526a9899931

Add 3GPP TS 29.209 V6.8.0 (2011-09) Add AVPs from Table 6.5.1 that are not provided by 3GPP TS 29.214: - Authorization-Token, OctetString, code 506, section 6.5.7 - Flow-Grouping, Grouped, code 508, section 6.5.9
author Luke Mewburn <luke@mewburn.net>
date Fri, 03 Apr 2020 16:07:04 +1100
parents 71cc2c59e7dc
children
line wrap: on
line source

# The dict_dcca_3gpp extension
PROJECT("Diameter DCCA (Diameter Credit Control Application) 3GPP dictionary definitions" C)

# Compile as a module
FD_ADD_EXTENSION(dict_dcca_3gpp dict_dcca_3gpp.c add_avps.c)


####
## INSTALL section ##

INSTALL(TARGETS dict_dcca_3gpp
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-dictionary-rfc4006-extension-3gpp)
"Welcome to our mercurial repository"