view extensions/dict_dcca_3gpp/CMakeLists.txt @ 1507:f5b1c2e2827f

Add 3GPP TS 29.337 V15.0.0 (2018-06) Add AVPs: - SM-Delivery-Outcome-T4, Enumerated, code 3200, section 6.3.1 - Absent-Subscriber-Diagnostic-T4, Enumerated, code 3201, section 6.3.2 - Trigger-Action, Unsigned32, code 3202, section 6.3.6 - MTC-Error-Diagnostic, Unsigned32, code 3203, section 6.3.7
author Luke Mewburn <luke@mewburn.net>
date Fri, 03 Apr 2020 17:15:15 +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"